I have a equation that should divide a circle in even parts. As I found its called circle-dividing equation. I'v found same information how to solve a equation which has a form like this:
$$z^6 = 1$$
one of the first steps was to transform the equation using MOIVRE to
$$z^6 = 1+0i$$
$\cos(6 \varphi) = 1$ // real number part
$\sin(6 \varphi) = 0$ // imag number part
but my equation is:
$$z^3 = 8i$$
How can I resolve this?