Trigonometric Equation: Solve for x on Real Numbers Set | Homework Statement

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

Homework Statement


cos(x)+2tg(x) = 7/(4*cosx(x)) Solve for x on the real numbers set.


Homework Equations


tg(x) = sin(x)/cos(x) ,
cos^2(x) = 1-2*sin^2(x) ,
The determinant is D = b^2 - 4ac ,
Also cos(x) ,tg(x), sin(x) | -1 < x < 1


The Attempt at a Solution


For final arrangement I got is:
-8sin^2(x) + 8sin(x) - 3 = 0

But the determinant is 8^2 - 4*(-8)*(-3) which is 64 - 96 thus the equation doesn't have a real solution.

I checked on WolframAlpha and it has some weird solutions and I was also told that it does have a real solution.
 
Physics news on Phys.org
Why?
Let's say we rearrange the original equation to: cos^2(x) + 2 sin(x) = 7/4
// We multiplied by cosx(x) //
Then cos^2(x) becomes 1-2sin^2(x)... That multiplied by 4 will be 4-8sin^2(x).
I don't think where I got that wrong.
 
cos(x)+2tg(x) = 7/(4*cosx(x)) Solve for x on the real numbers set.

By this you the complete equation is

[tex](4 \cdot cos(x)^2)\cdot cos(x) + (4\cdot cos(x)^2)\cdot (2tan(x)) - 7 = 0[/tex] which implies that

[tex](4 \cdot cos(x)^2) \cdot (cos(x) + 2 tan(x)) - 7 = 0[/tex]
 
Last edited:
ooooooooooooooooohh... Thanks. :D