meee
- 87
- 0
Heyyhey...just wondering, is the graph of y = x^x significant in anyway?
it looks kinda weird...?
it looks kinda weird...?
The Chinese have never liked the negatives.benorin said:it is particularly weird for x<0, being that it takes complex values there...
it is particularly weird for x<0, being that it takes complex values there...
Dragonfall said:I can't get mathematica to plot this function for negative values. Anyone know how I can do it?
arunbg said:Complex meaning they are imaginary.
Try x=-1/2
heartless said:Yep, just do Plot[{y=x^2},{x,-10,10}] and you get all the values from -10 to 10 of this super significant function x^x.
y=x^x=e^{\ln{x^x}}=e^{x\ln{x}}meee said:thnx cool guys... what's the derivative of y=x^x ?
LeonhardEuler said:y=x^x=e^{\ln{x^x}}=e^{x\ln{x}}
\frac{dy}{dx}=(1+\ln{x})e^{x\ln{x}}=(1+\ln{x})x^x
benorin said:\frac{dy}{dx}=x^x(1+\ln{x}) is not real when x is a real negative number, yet if x is negative and of the form x=\frac{p}{2q+1}, where p,q are positive or negative integers, then y is real. Curious, no? It has to do with the complex branch-cut structure of y=x^x=e^{x\ln{x}+2k\pi ix},k=0,\pm 1, \pm 2,\ldots.
Source: "A Course of Modern Analysis" by Whittaker & Watson, pg. 107.