Why does the graph of x^x undefined for x is less than or equal to 0?

  • Thread starter Thread starter tahayassen
  • Start date Start date
  • Tags Tags
    Graph
Click For Summary
The function f(x) = x^x is undefined for x ≤ 0 in the real number system, as it only yields real values for positive reals and negative integers. For negative non-integer values, the function enters the complex number domain, leading to undefined results in real terms. The logarithm of negative numbers, ln(x < 0), is also undefined, contributing to the function's limitations. WolframAlpha does not display results for x ≤ 0 because it cannot provide a real-valued output in those cases. Thus, while the function can be expressed in complex terms, its real-valued graph is restricted to specific domains.
tahayassen
Messages
269
Reaction score
1
Let f(x)=(x)^(x)

f(-1)=(-1)^(-1)
=1/-1
=-1

But according to wolframalpha, f(-1) does not exist.
 
Mathematics news on Phys.org
The function works only in integer point. For each non integer point the function goes in Complex Set, and so isn't defined on real. Easilly, to avoid the calculator have problem on any other point lesser then 0, the programmer block each of that point with "does not exist" message.

Fruthermore I can rewrite the f(x) in this way:
f(x)=exp(x*ln(x)).
And ln(x<0) is undefined.
 
G.I. said:
Fruthermore I can rewrite the f(x) in this way:
f(x)=exp(x*ln(x)).
And ln(x<0) is undefined.

ln (-x) = ln(x) + i \pi

tahayassen said:
Let f(x)=(x)^(x)
But according to wolframalpha, f(-1) does not exist.

http://www.wolframalpha.com/input/?i=(-1)^(-1)

It says "negative 1". :)
 
Best Pokemon said:
http://www.wolframalpha.com/input/?i=f(x)+=+x^x

If you look at the graph of the function itself (without plugging anything in) you will see that it shows that at x=-1 it is imaginary.

That graph show that the imaginary part of f(-1) is 0 and that the real part is -1. That is, f(-1) = -1 + 0i.

It's as the first reply said, f(x)=x^x is not (in general) a real valued function for x<0, though it is real for the negative integers.
 
So it's a matter of limitations of computers/programming that x<0 doesn't exist for the real-valued plot? Why does the real part for x<0 exist on the complex-valued plot?
 
Remember x^x = (e^(log(x)))^x = e^(x*log(x))

log (-x) = log(x) + i\pi

This means that you'll have the magnitude x^(-x), and the angle x*i*pi.

With the angle you'll have:

cos (x*pi) * x^(-x) for the real portion and
sin (x*pi) *x^(-x) for the imaginary portion.


Correct this if I made a mistake.. tired. :)
 
Knowing that z=r\exp(i\theta + 2ki\pi) where r=|z|=\sqrt{\Re^2(z)+\Im^2(z)}, \theta=\mathrm{arg}(z)=\mathrm{atan2}(\Im(z),\Re(z)) and k is an arbitrary integer, one has \log(z)=\log(r) + i\theta + 2ki\pi = \log|z| + i\mathrm{arg}(z) + 2ki\pi. Now, we consider our function for an arbitrary negative integer, with the principal branch of the complex logarithm (k=0):

(-x)^(-x) = \exp((-x)\log(-x)) = \frac{1}{\exp(x\log(-x))} = \frac{1}{\exp(\log(x)+xi\pi)}=<br /> \frac{1}{x(\cos(x\pi)+i\sin(x\pi))}

Now, note that if x was not an integer, we would be stuck here. However, we know for integer x, \cos(x\pi) = (-1)^x and \sin(x\pi) = 0, which leaves us with our final answer:

= \frac{1}{x(-1)^x}

So why did I go through this? I wanted to show why Wolfram does not display the graph for x \leq 0. The function is defined as a real value only in the positive reals and the negative integers. For negative reals, we get the ugly-looking answer \displaystyle \frac{1}{x(\cos(x\pi)+i\sin(x\pi))} = \frac{\cos(\pi x)-i\sin(\pi x)}{x}, which can't be simplified further.
 
tahayassen said:
Let f(x)=(x)^(x)

f(-1)=(-1)^(-1)
=1/-1
=-1

But according to wolframalpha, f(-1) does not exist.

this answer is correct
 
  • #10
Millennial said:
So why did I go through this? I wanted to show why Wolfram does not display the graph for x \leq 0.
I saw the graph on Wolfram Alpha. Really nice pretty one if you constrain the x variable:
http://www.wolframalpha.com/input/?...*Plot.plotlowerrange-.*Plot.plotupperrange---

Note... I am a fan of the Alpha. I also think the borderline ASD having character in Alphas is pretty awesome... and hilarious. Do you like strange tangents? :p

Millennial said:
The function is defined as a real value only in the positive reals and the negative integers. For negative reals, we get the ugly-looking answer \displaystyle \frac{1}{x(\cos(x\pi)+i\sin(x\pi))} = \frac{\cos(\pi x)-i\sin(\pi x)}{x}, which can't be simplified further.

It's actually (so you don't confuse people- look at the first post):
\dfrac{\cos(\pi x)-i\sin(\pi x)}{x^x}
or (rewritten version of my post above your post):
{x^{-x}}\times \left({\cos(\pi x)-i\sin(\pi x)}\right)
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 16 ·
Replies
16
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 48 ·
2
Replies
48
Views
4K
  • · Replies 66 ·
3
Replies
66
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K