I was wondering what is the best and accurate way of finding the values of angles in the following equations.
- $2\cos^2 x - \sin x = 0 $
- $2\cos^2 x \sin x - 2 = 0 $
I tried to do it but I was hitting a dead end with every approach. I thought it will be good to hear opinions.
The hint.
Take $\sin{x}=t$.
The first gives $$2t^2+t-2=0$$ or $$t=\frac{\sqrt{17}-1}{4}$$ or $$x=(-1)^n\arcsin\frac{\sqrt{17}-1}{4}+\pi n,$$ where $n\in\mathbb Z$.
The second we can rewrite so: $$\cos^2x\sin{x}=1,$$ which gives $$\sin{x}=\cos^2x=1,$$ which is impossible because $\sin^2x+\cos^2x=1.$
Thus, the second equation has no real roots.