Log in

View Full Version : Simplify the following


john1999
May 24, 2012, 06:58 AM
y(x)=4/(1+tan^2x)-3

ebaines
May 24, 2012, 07:03 AM
y(x)=4/(1+tan^2x)-3

Hint: replace tan^2x with sin^2x/cos^2x and see where it takes you.

john1999
May 24, 2012, 07:14 AM
Hint: replace tan^2x with sin^2x/cos^2x and see where it takes you.

Didn't help

ebaines
May 24, 2012, 07:24 AM
didnt help

What did you get? After making this substitution try multiplying numerator and denominator by cos^2x.

john1999
May 24, 2012, 07:29 AM
I know to identities this has just thrown me to the deep end

john1999
May 24, 2012, 07:46 AM
I got it down to y(x)=4cos^2/(1+(1/cos^2x)-3

john1999
May 24, 2012, 08:01 AM
no one can help?. I put it in wolfram and it gives y(x)=1-4sin^2(x)

any help on how to get to there

ebaines
May 24, 2012, 08:20 AM
i got it down to y(x)=4cos^2/(1+(1/cos^2x)-3

I think you made a mistake - what happened to the sin^2x term in the denominator?

Substituting \tan^2x = \sin^2x/ \cos^2x:


\frac {4} { 1 + \tan^2x} - 3 = \frac 4 {1 + \frac {\sin^2x}{\cos^2x}} - 3


Now multiply both numerator and denomninator by cos^2x:


\frac {4 \cos ^2x}{\cos^2x + \sin^2x} -3


You should recognize that \cos^2x + \sin^2x=1, so this becomes 4\cos^2x - 3. Now if you want you can subsitite \cos^2x = 1- \sin^2x to get the Wolfram solution.

john1999
May 24, 2012, 08:34 AM
yeah my mistake was when I multiply sin^2x/cos^2x by cos^2x would not that cancel out the cos on the denominator?

what program you use to write your equations?

ebaines
May 24, 2012, 08:37 AM
yeah my mistake was when i multiply sin^2x/cos^2x by cos^2x would not that cancel out the cos on the denominator?

yes it does, leaving the sin^2x term..



what program you use to write your equations?

LaTeX - it allows for embedding math equations into questions and responses. You can learn about it here:
https://www.askmehelpdesk.com/math-sciences/how-technical-scientific-documentation-formulas-50415.html

john1999
May 24, 2012, 08:44 AM
yeah agreed so for my information in the denominator

the sin^2x/cos^2x was multiply by cos^2x/cos^2x to leave sin^2x which makes it

4/1+sin^2x

then multiply that again by cos^2x/cos^2x

to get 4cos^2x/1+sin^2x+cos^2x

in your example where did the +1 go

john1999
May 24, 2012, 08:48 AM
Where did the 1+ go on the bottom?

john1999
May 24, 2012, 09:05 AM
?

ebaines
May 24, 2012, 11:20 AM
yeah agreed so for my information in the denominator

the sin^2x/cos^2x was multiply by cos^2x/cos^2x to leave sin^2x which makes it

4/1+sin^2x

No - what I did was this (leaving the -3 term off for simplicity):


\frac 4 {1 + \frac {\sin^2x}{\cos^2x}} = \frac 4 {1 + \frac {\sin^2x}{\cos^2x}} \times \frac {\cos^2x}{\cos^2x} = \frac {4 \cos^2x}{(1+ \frac {\sin^2x}{\cos^2x}) \cos^2x} = \frac {4 \cos^2x}{\cos^2x + \frac {\sin^2x}{\cancel{\cos^2x}} \cancel{ \cos^2x}} = \frac {4 \cos^2x}{\cos^2x + \sin^2x} = 4 \cos^2x


I hope this is clear.