How would you solve the following question:
Question Solve this equation for $0°⩽θ⩽180°$ , show your working.
$$3sin(2θ) - cos(2θ) = 0$$
My solution
Let $x = 2θ$
$3sin(x) - cos(x) = 0$
$3sin(x) = cos(x)$
$3sin(x) = \sqrt{1 - sin^2(x)}$
(since $sin^2(x) + cos^2(x) = 1$, so $cos^2(x) = 1 - sin^2(x)$ and therefore $cos(x) = \sqrt{1 - sin^2(x)}$)
$9sin^2(x) = 1 - sin^2(x)$, $10sin^2(x) = 1$, $sin^2(x) = 1/10$,
$sin(x) = ±\sqrt{\frac{1}{10}}$
So $x = 18.4°$ (to 1 decimal place)
That is, $2θ = 18.4°$ (to 1 decimal place) Therefore $θ = 9.2°$ (to 1 decimal place)
I also thought that another solution was $x = 180° - 18.4° = 161.6°$ (to 1 decimal place) That is, $2θ = 161.6°$ ( to 1 decimal place) Therefore $θ = 80.8°$ (to 1 decimal place)
However, my book is saying that the other solution is $99.2°$ and I don't know how this answer was obtained.
Where have I gone wrong?
Thanks.
$\sin(180^o-x)=\sin(x)$ but $\cos(180^o-x)=\color{red}-\cos(x)$