Petrus said:
Hello MHB,
Find all roots to $$z^6-2z^3+2=0$$
I can se we there will be 6 roots.
I start with subsitute $$z^3=t$$ so we got
$$t^2-2t+2=0$$ and we get $$t_1=1+i$$ and $$t_2=1-i$$
what shall I do next? Shall I go to polar form?
Regards,
It's always easiest to remember that there are as many solutions (at least in one rotation of a circle) to any complex polynomial as the degree of the polynomial, and they are all evenly spaced around a circle, so they all have the same magnitude and are separated by the same angle. So your sixth-degree polynomial has six solutions, and you have reduced it down to two cubics, each which will have three solutions.
For your first cubic, you have
[math]\displaystyle \begin{align*} z^3 &= 1 + i \\ z^3 &= \sqrt{2}\,e^{\frac{\pi}{4}\,i} \\ z &= \left( \sqrt{2} \, e^{\frac{\pi}{4}\,i} \right) ^{\frac{1}{3}} \\ z &= \sqrt[6]{2} \, e^{\frac{\pi}{12}\,i} \end{align*}[/math]
And now remembering that all three solutions have the same magnitude and are evenly spaced about a circle, they will be separated by an angle of [math]\displaystyle \begin{align*} \frac{2\pi}{3} \end{align*}[/math], and so the solutions are
[math]\displaystyle \begin{align*} z_1 &= \sqrt[6]{2} \, e^{\frac{\pi}{12}\,i} \\ \\ z_2 &= \sqrt[6]{2}\, e^{\frac{3\pi}{4}\,i} \\ \\ z_3 &= \sqrt[6]{2}\, e^{-\frac{7\pi}{12}\,i} \end{align*}[/math]Follow a similar process to find the solutions to [math]\displaystyle \begin{align*} z^3 = 1 - i \end{align*}[/math] :)