demon said:
Hi Ray. Sorry, the function is perfectly defined for x<0, just notice that the exponents are 1/5 and 3/5, with the numerator being odd. For example, $$(-3125)^{(3/5)} = -125$$
I already said all that in my post #4. At the same time I pointed out that we cannot say
assuredly what is the value of something like ##(-3125)^{3/5}##. Of course, the so-called principal value is ##-125## but that is by no means the end of the story.
Here is what results from entering (-3125)^(3/5) and/or (-3125)^.6 into some computer packages.
Maple: (-3125)^(3/5) gives
$$-3125^{3/5} \cos(2\pi/5) +i \, 3125^{3/5} \sin(2 \pi/5) \doteq -38.6271+118.882 \, i $$.
We can also ask Maple to convert the real and imaginary parts to radicals to get
$$(-3125)^{3/5} = \frac{125}{4} - \frac{125 \sqrt{5}}{4} + i\, \frac{125 \sqrt{10 + 2 \sqrt{5}}}{4}$$
(-3125)^.6 gives -38.6271+118.882 i. In all cases we can increase the number of digits in the numerical answer to several thousand digits of precision if we choose.
The simple Maple command "convert((-3125)^(3/5),surd)" produces -125. However, the command "convert((-3125)^.6,surd)" produces the decimal-valued complex number given above.
Wolfram Alpha: (-3125)^(3/5) gives ##125 (-1)^{3/5} \doteq -38.672 + 118.882 \, i## (but printed out to something like 65 digits of precision), plus other algebraic expressions like the one given above.
Using the command "realvalued root" after getting the output will produce the desired result -125.
EXCEL: (-3125)^(3/5) gives "#NUM!", indicating that EXCEL thinks the answer is not a number.
(-3125)^.6 gives back the printed answer (-2125)^.6. This is seemingly not an error-message, but a simple refusal to do the calculation.
The reason that sophisticated packages like Maple and Mathematica (the driver for Wolfram Alpha) refuse to print -125 right away is that they have built-in checks. They "realize" that taking a fractional power of a negative number is an ambiguous business, and make the user work harder to get a particular answer. For the special case of an odd fractional power they also permit getting the negative real principal value, but they do not just print that out as the official answer.