How do I solve the equation $z^3 + 8 = 0 *($z$ being a complex number)* using polar coordinates?
These are the first lines of a solution method I saw:
$$z^3 + 8 = 0$$ $$\Longleftrightarrow z^3 =-8=8e^{i\pi+ 2 \pi in}$$ ($n$ is a natural number)
Could you explain why is $-8$ equal to that exponential multiplied by $8$?
Thank you so much for your help
Let $z=re^{i\theta}$
using the famous relation $e^{i\pi}=-1$,
the equation becomes
$$r^3e^{3i\theta}=2^3e^{i\pi +2in\pi}$$
then
$r=2$ and $\theta=\frac{\pi}{3}(1+2n)$. with $n \in \mathbb Z$.