$$(-8)^{\frac{1}{3}}$$
The problem states to compute all roots of the complex number above. Below is my attempt, but my inquiries are if I did it right and why it doesn't match Wolfram. Wolfram only returns $1$ result - was I only supposed to have $1$ as well??
$$\text{modulus} = 8$$ $$\theta = \arctan \left(\frac{0}{-8}\right) = 0$$
Because we are working in the left half of the complex plane, $\theta=\pi$.
$$z=\left(8e^{i(2\pi k+\pi)}\right)^{\frac{1}{3}}$$
This complex number has $3$ roots, so $k=0,1,2$ :
$$z_0=2e^{i\frac{\pi}{3}}$$ $$z_1=2e^{i\pi}$$ $$z_2=2e^{i\frac{5\pi}{3}}$$
You want to solve:
$$z^3=-8\Longleftrightarrow$$ $$z^3=|-8|e^{\arg(-8)i}\Longleftrightarrow$$ $$z^3=8e^{\pi i}\Longleftrightarrow$$ $$z=\left(8e^{\left(2\pi k+\pi\right)i}\right)^{\frac{1}{3}}\Longleftrightarrow$$ $$z=2e^{\frac{1}{3}\left(2\pi k+\pi\right)i}$$
With $k\in\mathbb{Z}$ and $k:0-2$
So the solutions are:
$$z_0=2e^{\frac{1}{3}\left(2\pi\cdot0+\pi\right)i}=2e^{\frac{\pi i}{3}}$$ $$z_1=2e^{\frac{1}{3}\left(2\pi\cdot1+\pi\right)i}=2e^{\pi i}=-2$$ $$z_2=2e^{\frac{1}{3}\left(2\pi\cdot2+\pi\right)i}=2e^{-\frac{\pi i}{3}}$$