Is it possible to define irrational powers for negative numbers?

  • Context: Graduate 
  • Thread starter Thread starter Unredeemed
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Unredeemed
Messages
120
Reaction score
0
I've been trying to plot the graph of y=x^(1/x).

The positive values of x have been fine, but the negative values have presented quite a challenge.

For even negative integers, I realized the y value was complex and for odd negative integers it was real.

Then, I started thinking about the vaues between integers (e.g. -2.5^(1/-2.5) and could only really come up with an answer for the rational negatives.

Am I right in thinking that you can find out by transforming the number into an integer by multiplying by a power of 10 and then seeing if it's odd or even?

I had absolutely no idea about how to deal with the irrational number (e.g. -pi^(-pi)). Does it require some kind of definition for irrational powers?

Thanks, in advance, for your help.

Unredeemed.
 
Mathematics news on Phys.org
One approach is to use the following: xy=eyln(x).

If x < 0 (or in general, x complex), x=rexp(iu). So ln(x)= ln(r) +iu. For x < 0, u=π.

Therefore for x < 0, xy=ey{ln(|x|)+πi}.

I hope this helps!
 
Generally speaking, the function [itex]f(x)= a^x[/itex] is only defined for positive a. That means that [itex]f(x)= x^x[/itex] can only be defined for positive x.

(Or, as Mathman does, go into complex numbers.)