I have this equation $\cos2x +5 \cos x + 3=0$. To solve it I rewrite $\cos2x$ to $2 \cos^{2} x- 1$ and set $\cos = t$.
I get the following equation $2t^2 - 1 +5t +3 = 0$ with that and then divide the equation with two $t^2 +\frac{5}{2} t +1 = 0$. I solve this equation and get two $t$, $t_1 = -2$ and $t_2 = - \frac {1}{2}$. $t_2$ is the valid because $t$ can't be larger than 1.
From here on I don't know how to use $t$ to solve this equation $\cos2x +5 \cos x + 3=0$.
Can anyone explain what to do next and how to solve this equation?
Thanks!!