Wolfram answer for cubed root of -1

  • Context: High School 
  • Thread starter Thread starter daviddoria
  • Start date Start date
  • Tags Tags
    Root
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
daviddoria
Messages
96
Reaction score
0
At http://www.wolframalpha.com/ , if you type:

1) (-1)^(1/3)

It gives a complex approximation. Isn't it exactly -1?

David
 
Mathematics news on Phys.org
The solution Wolfram gave you is [tex]{1 \over {2}} + i\sqrt{3}/2[/tex]. Cube it and see what you get
 
daviddoria said:
At http://www.wolframalpha.com/ , if you type:

1) (-1)^(1/3)

It gives a complex approximation. Isn't it exactly -1?

David

That's one answer. There is also [tex]{\rm e^i}^{{{\pi}\over{3}}}[/tex] and [tex]{\rm e^-^i}^{{{\pi}\over{3}}}[/tex]

Generally, the n'th root has n values if you include complex numbers. The solutions are on a circle in the complex plane at equal radius from the origin and separated from each other by an angle of 2pi/n.
 
So they are just giving the first solution? I'm confused why it doesn't say, -1, e^{i\pi / 3}, e^{-i\pi / 3} ?
 
Mathematica always returns the principal value for a multi-valued function. So if we define:

[tex]z^{1/3}=r^{1/3} e^{\frac{i}{3}(\theta+2n\pi)},\quad n=0,1,2[/tex]

then the principal value is:

[tex]r^{1/3}e^{i/3\theta},\quad -\pi<\theta\leq \pi[/tex]

so that Mathematica returns for:

[tex](-1)^{1/3}=e^{i/3(\pi)}[/tex]

if you wanted all three, enter:

Solve[z^3==-1,z]