Exam time tomorrow and I am not entirely sure if I am doing this right.
I first write -8 as a complex number
$z^3 = -8 = -8 \times 0i$
Calculate the modulus of z
$|z| = \sqrt{-8^2} = 8$
Get the arg of z
$tan^{-1} = \frac{0}{-8} = 0 = \pi$
Write the number in polar form
$\theta = \pi + 2k\pi$
$z^3 = 8(cos(\pi + 2k\pi) + isin(\pi + 2k\pi))$
Use De Moivre's theorem
$z = 8^\frac{1}{3}(cos(\pi + 2k\pi) + isin(\pi + 2k\pi))^\frac{1}{3}\\
= 2(cos(\frac{\pi}{3} + \frac{2k\pi}{3}) + isin(\frac{\pi}{3} + \frac{2k\pi}{3}))$
and then I fill out the equation with different values of k
$
k = 0, z= 2(cos(\frac{\pi}{3}) + isin(\frac{\pi}{3}))\\
k = 1, z= 2(cos(\pi) + isin(\pi))\\
k = 2, z= 2(cos(\frac{5\pi}{3}) + isin(\frac{5\pi}{3}))
$
Is this correct?