3

If I am asked to find all values of $z$ such that $z^3=-8i$, what is the best method to go about that?

I have the following formula: $$z^{\frac{1}{n}}=r^\frac{1}{n}\left[\cos\left(\frac{\theta}{n}+\frac{2\pi k}{n}\right)+i\sin\left(\frac{\theta}{n}+\frac{2\pi k}{n}\right)\right]$$

for $k=0,\pm1, \pm2,...$

Applying this formula, I find the cubed root of $8$, which is $2$. And then when I apply it to the formula, I get the following:

$$z = 2\left[\cos\left(\frac{\pi}{3}+\frac{2\pi k}{3}\right)+i\sin\left(\frac{\pi}{3}+\frac{2\pi k}{3}\right)\right]$$ for $k=0,\pm1, \pm2,...$

I am confused, because the given solution is as follows: $$z = 2\left[\cos\left(\frac{\pi}{2}+\frac{2\pi k}{3}\right)+i\sin\left(\frac{\pi}{2}+\frac{2\pi k}{3}\right)\right]$$ for $k=0,\pm1, \pm2,...$

Where did I go wrong? How would my approach changed if I was asked to find all values for $-8$, or $8i$?

Mutantoe
  • 708
Gary
  • 281
  • 2
    -i is laready at an angle in the complex plane. It can be written as $\cos(-pi/2)+i*\sin(-\pi/2)$. This is where you start (seeing that $\theta=-\pi/2$, or, if you prefer, $\theta=3\pi/2$ which is the same). – orion Mar 26 '17 at 13:03
  • Sorry for my dumb question, but how do you know the angle is $(-\pi / 2)$? – Gary Mar 26 '17 at 13:05
  • 2
  • graphically. Draw $-i$ on the complex plane.
  • algebraically. It's $-i$, so no real part, so cosine must be $0$. Which angle gives a sine of $-1$?
  • – orion Mar 26 '17 at 13:07
  • 1
    Related: http://math.stackexchange.com/q/1242129/42969, http://math.stackexchange.com/q/603714/42969. – Martin R Mar 26 '17 at 13:21