Expressing $(-8)^{\frac13}$ in polar form

359 Views Asked by At

I want to express $(-8)^{\frac{1}{3}}$ in polar and cartesian coordinates.

What I did was to solve the equation $-8 = r^3e^{3i\theta}= r^3(\cos(3\theta)+i\sin(3\theta))$ which implies that I must solve the equations $$ r^3\cos(3\theta) = -8 $$ and the equation $$ r^3\sin(3\theta)= 0 $$ The latter gives me $\theta = 0, \frac{\pi}{3}, \frac{2\pi}{3},\dotsc$ and so using $\theta = 0$, using the equation $r^3\cos(3\theta) = -8$, I get $r = -2$ and in this case the polar and cartesian form is $-2$, then using $\theta = \frac{\pi}{3}.$ I get $r =2$ and so the polar form is $2e^{\frac{\pi}{3}}$ and the cartesian form is $1+i \sqrt{3}$ and finally using $\theta = \frac{2\pi}{3}$ I get $r=-2$ and in polar form the answer is $-2e^{\frac{2\pi}{3}}$ and in cartesian coordinates the answer is $-1 + i \sqrt{3}$. However, the answers in my book are different mostly by signs, like the first answer is $2$ instead of $-2$. Can anyone explain why I am getting this sign errors?

2

There are 2 best solutions below

0
On

Your work all seems correct, your book may have a typo. $2$ is definitely NOT a third root of $-8$, as $2^3 = 8$.

0
On

You're using $r=-2$, which is incorrect: the polar form is $re^{i\theta}$, with $r>0$.

You should write $$ -8=r^3(\cos3\theta+i\sin3\theta) $$ so $r=2$ and $$ \cos3\theta+i\sin3\theta=-1 $$ This gives $$ 3\theta=\pi+2k\pi $$ or $$ \theta=\frac{\pi}{3}+\frac{2}{3}k\pi $$ and the principal arguments are $$ \frac{\pi}{3},\quad \pi,\quad \frac{5\pi}{3} $$ so the solutions are $$ 2e^{i\pi/3}=1+i\sqrt{3},\quad 2e^{i\pi}=-2,\quad 2e^{5\pi/3}=1-i\sqrt{3} $$