I need to find all solutions of such complex number equation:
$z^{13}=\overline{z}$
We assume that $r = |z|$ and we use Euler's formula $z=|z|e^{i\phi}=re^{i\phi}$.
Then, multiplying both sides by $z$, we have
$z^{14}=|z|^2$
$z^{14}-|z|^2 = 0$
$r^{14}e^{14i\phi}-r^2 = 0$
$r^2(r^{12}e^{14i\phi}-1) = 0 $
Our solutions will be: $r^2 = 0$ and $r^{12}e^{14i\phi}=1$.
While from first solution I can see that $z=0$, then I'm not sure how to correctly and legally solve the second solution. Can I cancel the $r^{12}$?