How do you determine the cube root of (-1+i) in complex numbers?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 3K views
rpardo
Messages
8
Reaction score
0
I'm doing some practice problems for my mechanics exam tomorrow (good ol' SHM) and I can't solve this for the life of me:

Determine: (-1+i)^(1/3)

Any help would be greatly appreciated.
 
Physics news on Phys.org
Write (-1 + i) in polar form (rexp(itheta)). Then multiply the angle by 1/3, and take the cube root of the radius.
 
Thanks very much for the answer. IT WORKS!
However, I don't understnad why/how. Whats is the reasoning behind multiplying then angle and then cube rooting the radius?
 
Think about the laws of exponents. If [tex]-1 + i = r e^{ i \theta }[/tex], then [tex](-1 + i)^{ \frac{ 1 }{ 3 } } = ( r e^{ i \theta } )^{ \frac{ 1 }{ 3 } } = \sqrt[3]{r} ( e^{ i \theta } )^{ \frac{ 1 }{ 3 } } = \sqrt[3]{r} e^{ i \frac{ \theta }{ 3 } }[/tex].
 
rpardo said:
Thanks very much for the answer. IT WORKS!
However, I don't understnad why/how. Whats is the reasoning behind multiplying then angle and then cube rooting the radius?

To multiply two complex numbers in polar form [tex]a \angle b^\circ[/tex] and [tex]c \angle d^\circ[/tex], you multiply the radii (a x c) and add the angles (b + d), so the product is [tex]ac \angle (b+d)^\circ[/tex]

Cubing a complex number [tex]a \angle b^\circ[/tex] is then [tex](aaa) \angle(b+b+b)^\circ = a^3 \angle(3b)^\circ[/tex]

So, to find the cube root of a complex number, you can see that you take the cube root of the radius and divide the angle by 3.