Trigonometric equation with tangent

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
bigplanet401
Messages
101
Reaction score
0

Homework Statement


Solve: 2 tan x (tan x - 1) = 3.


Homework Equations



Pythagorean identities?

The Attempt at a Solution



I tried the following:

2 tan^2 x - 2 tan x = 3
2 (sec^2 x - 1) - 2 tan x = 3
2 (1 - cos^2 x) - 2 sin x cos x = 3 cos^2 x (multiplying through by cos^2 x)

...but then I got confused (not wanting to write sin x = sqrt(1 - cos^2 x) and end up with an algebraic mess). Is there an easier way to solve the problem? Thanks!
 
Physics news on Phys.org
bigplanet401 said:

Homework Statement


Solve: 2 tan x (tan x - 1) = 3.


Homework Equations



Pythagorean identities?

The Attempt at a Solution



I tried the following:

2 tan^2 x - 2 tan x = 3
2 (sec^2 x - 1) - 2 tan x = 3
2 (1 - cos^2 x) - 2 sin x cos x = 3 cos^2 x (multiplying through by cos^2 x)

...but then I got confused (not wanting to write sin x = sqrt(1 - cos^2 x) and end up with an algebraic mess). Is there an easier way to solve the problem? Thanks!

Use the quadratic equation. Substitute u=tan(x). Now your first equation is 2u^2-2u=3. Solve that for u. Then find x.
 
Solve the equation as a quadratic, initially.

[itex] <br /> y = \tan x \\<br /> <br /> \Rightarrow 2y(y-1) = 3 \\<br /> \Rightarrow 2y^2 - 2y - 3 = 0 \\<br /> <br /> \Rightarrow y = \frac {2 \pm \sqrt {28}}{4} \\<br /> \Rightarrow y = \frac {2 \pm 2\sqrt{7}}{4} \\<br /> \Rightarrow y = \frac {1 \pm \sqrt{7}}{2}\\<br /> [/itex]

Then deal with the trig ratio.

[itex] <br /> \tan x = \frac {1 \pm \sqrt{7}}{2} \\<br /> \Rightarrow x = \arctan \frac {1 + \sqrt{7}}{2} \| x = \arctan \frac {1 - \sqrt{7}}{2}\\<br /> <br /> Between\, the\, interval:\\ 0 < x < 2\Pi\\<br /> x = 1.07\, rad., 4.20\, rad., 2.45\, rad., 5.59\, rad.[/itex]