I feel ridiculous asking this, its something I should be able to do, however I shall ask anyway. I am doing a calculation that requires me to find the roots of the equation $\frac{1}{4}(z^{-2}+2z-z^2)$. Using wolfram alpha you get two real roots z = -0.717, 2.10692 and two complex roots, z = 0.30 -0.755i and z = 0.30 + 0.755i.
How do I get the complex solutions? Thanks for any help.
Call your equation $f(z)=0$. Their roots are the same as the roots of $z^2f(z)=0$. Now this equation, rewritten as $z^4-2z^3-1=0$ is a polynomial equation of degree $4$. This has two real roots, $a,b$. Then, in theory you can divide this polynomial by $(x-a)(x-b)$ and get a quadratic equation with real coefficients. This has negative discriminant leading to two complex roots of your equation.