I'm trying to solve this:
$3z^4 -z^3 +2z^2 -z +3 = 0$ "given no root is real"
The question gives us: $\frac {1} {z^n} +z^n = 2Cos(n \theta)$ and says hence or otherwise solve the above. I'm a bit stumped as i'm only getting real solutions.
I'm dividing through by $z^2$ to get: $3(z^2 +\frac {1}{z^2}) -(z+\frac {1}{z}) +2 = 0$, and then when I use the above identity I get:
$6Cos(2\theta) -2Cos(\theta) +2 = 0$. After using trig identity and solving: $6Cos^2(\theta) -Cos(\theta) -2 = 0$, I get real roots: $Cos(\theta) = \frac {2}{3}$, and $Cos(\theta) =-\frac {1}{2} $.
I'm not sure what i'm doing wrong. If someone could point me in the right direction, i'd be most grateful. Thanks.
Apart from a typo in your equation where the middle term should be $-2\cos(\theta)$ instead of $-\cos(\theta)$, I also got the same results as you for the values of $\cos(\theta)$.
As for what to do next, substitute these values in what the original question gives to determine $z$. For example, with $\cos(\theta) = \frac{2}{3}$, you get
$$\begin{equation}\begin{aligned} \frac{1}{z} + z & = 2\left(\frac{2}{3}\right) \\ 3 + 3z^2 & = 4z \\ 3z^2 - 4z + 3 & = 0 \end{aligned}\end{equation}\tag{1}\label{eq1A}$$
Now, you can use the quadratic formula to get
$$z = \frac{4 \pm \sqrt{4^2 - 4(9)}}{6} = \frac{4 \pm 2\sqrt{-5}}{6} = \frac{2 \pm \sqrt{5}i}{3} \tag{2}\label{eq2A}$$
I'll leave it to you to handle the case where $\cos(\theta) = -\frac{1}{2}$ to get the other $2$ values of $z$.
Note that although the RHS of the formula you're given, i.e., $2\cos(n\theta)$, is real, it doesn't mean the $z$ on the LHS has to be real, as \eqref{eq2A} shows.