How Do You Solve sin^2(x) + tan^2(x) = √2?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
ForceBoy
Messages
47
Reaction score
6

Homework Statement


The problem given is sin2(x) + tan2(x) = √2

2. Homework Equations


The relevant equations would be any trigonometric identities

The Attempt at a Solution



sin2(x) + tan2(x) = √2

sin2(x) + (sin2(x)/cos2(x) ) = √2

[ cos2(x) sin2(x) + sin2(x) ]/ cos2(x) = √2

[ (1- sin2(x)) sin2(x) + sin2(x)] / [ 1 - sin2(x) ] = √2

[ (2 - sin2(x) ) sin2(x) ] / [ 1 - sin2(x) ] = √2

(2 - sin2(x) ) tan2(x) = √2

tan2(x) = ( √2 / [ 2 - sin2(x) ] )

I take this and substitute into the first equation:

sin2(x) + ( √2 / [ 2 - sin2(x) ] ) = √2

( 2 - sin2(x) ) sin2(x) / [ 2 - sin2(x) ] + √2 / [ 2 - sin2(x) ] = √2

( 2 - sin2(x) ) sin2(x) + √2 / [ 2 - sin2(x) ] = √2

( 2 - sin2(x) ) sin2(x) + √2 = ( √2 ) 2 - sin2(x)

( 2 - sin2(x) ) sin2(x) + √2 = 2√2 - √2 sin2(x)

( 2 - sin2(x) ) sin2(x) = √2 - √2 sin2(x)

( 2 - sin2(x) ) sin2(x) = √2 (1 - sin2(x) )

( ( 2 - sin2(x) ) sin2(x) / (1 - sin2(x) ) )= √2Here is where I get stuck. I do not know what steps to take next. Please give me hints on this and do not hesitate to point out any mistakes in my work. They are very likely.
 
Physics news on Phys.org
ForceBoy said:

Homework Statement


The problem given is sin2(x) + tan2(x) = √2

2. Homework Equations


The relevant equations would be any trigonometric identities

The Attempt at a Solution



sin2(x) + tan2(x) = √2

sin2(x) + (sin2(x)/cos2(x) ) = √2

[ cos2(x) sin2(x) + sin2(x) ]/ cos2(x) = √2

[ (1- sin2(x)) sin2(x) + sin2(x)] / [ 1 - sin2(x) ] = √2

[ (2 - sin2(x) ) sin2(x) ] / [ 1 - sin2(x) ] = √2
I can follow you until here. What's next is a backward substitution which I don't think will get you very far. At least the next steps are what could be done more easily, because you already have a quadratic equation in ##t := \sin^2(x)## which can be solved.
(2 - sin2(x) ) tan2(x) = √2

tan2(x) = ( √2 / [ 2 - sin2(x) ] )

I take this and substitute into the first equation:

sin2(x) + ( √2 / [ 2 - sin2(x) ] ) = √2

( 2 - sin2(x) ) sin2(x) / [ 2 - sin2(x) ] + √2 / [ 2 - sin2(x) ] = √2

( 2 - sin2(x) ) sin2(x) + √2 / [ 2 - sin2(x) ] = √2

( 2 - sin2(x) ) sin2(x) + √2 = ( √2 ) 2 - sin2(x)

( 2 - sin2(x) ) sin2(x) + √2 = 2√2 - √2 sin2(x)

( 2 - sin2(x) ) sin2(x) = √2 - √2 sin2(x)

( 2 - sin2(x) ) sin2(x) = √2 (1 - sin2(x) )

( ( 2 - sin2(x) ) sin2(x) / (1 - sin2(x) ) )= √2Here is where I get stuck. I do not know what steps to take next. Please give me hints on this and do not hesitate to point out any mistakes in my work. They are very likely.
 
  • Like
Likes   Reactions: Charles Link, ForceBoy, SunThief and 1 other person
Wow, I didn't see that! Thank you very much. This was really helpful.