- #1
- 1
- 0
Hey can anyone help me? I'm trying to compute x in this equation:
18sinxcosx=1-6sinx
Would there be an easy way other than trial and error?
Thanks
18sinxcosx=1-6sinx
Would there be an easy way other than trial and error?
Thanks
If you square both sides and plug in [itex]\cos^2 x = 1 - \sin^2 x[/itex] then you will obtain a quadratic in sin, which you can solve using the quadratic formula.
By trigonometric sine rule, sin(x)cos(x)=(1/2)[sin(x+x)+sin(a-x)]
Simplify this equation, we get (1/2)[sin(2x)+sin(x-x)]=sin(2x)/2 (*)
Plug (*) into the LHS, then we get 9sin(x)=1-6sin(x)
Solve, for x. It should be easy from here. =]
If you square both sides and plug in [itex]\cos^2 x = 1 - \sin^2 x[/itex] then you will obtain a quadratic in sin, which you can solve using the quadratic formula.
Ah, sorry. I didn't see that.You dropped a '2' in that last equation: that should be
9 sin(2x) = 1 - 6 sin(x) ,
which is what I gave back in post #2. Unfortunately, there isn't any nice way to solve that...