DavidHume said:
It's not true that the range of cube root is real numbers - it's not even true for the cube root of one.
##\sqrt[3]{-1} = -1## and ##\sqrt[3]{-8} = -2##, which you can verify by raising -1 and -2 to the third power, respectively.
All of the odd roots (cube root, fifth root, seventh root, etc.) have real values for
any real numbers.
DavidHume said:
Take a look at this MathCAD paper -
http://gekor-it.de/media/81174be56cf4ccc5ffff870fac144233.pdf - where the author shows the cube roots of one to be (1, (-1/2)+(√3 i)/2, (-1/2)-(√3 i)/2).
Sure, there are n values for the nth root of any real number, but the
principal cube root (or fifth root or seventh root, etc.) of any real number is a real number. The
principal cube root of 1 is 1, just as the
principal square root of 4 (denoted ##\sqrt{4}##) is 2, even though -2 is also a square root of 4. All of the odd roots have one real number principal root, so if you take the cube root of -2, you should get a real number back.
DavidHume said:
You can see the same result in the Wikipedia article on the root of unity:
https://en.wikipedia.org/wiki/Root_of_unity .
The point for the original poster is that MathCAD can handle complex numbers but I don't know how well it does this or what it does in the context of a reduction.
My point is that MathCAD (or whatever) is able to find the square root of a positive number, but
should also be able to take an odd root of a negative number, producing a negative real number. Due to the algorithm used, it isn't able to do so, and I gave a workaround for this inability.