2

$x^x = (e^{\log x})^x = e^{x \log x}$

$\lim_{x\rightarrow0^-} e^{x \log x} = e^{\lim_{x\rightarrow0^-} x \log x}$

$\lim_{x\rightarrow0^-} x \log x = \lim_{x\rightarrow0^-} \frac{\log x}{(\frac{1}{x})} = \lim_{x\rightarrow0^-} \frac{(\log x)'}{(\frac{1}{x})'} = \lim_{x\rightarrow0^-} \frac{\frac{1}{x}}{(-\frac{1}{x^2})} = \lim_{x\rightarrow0^-} -x = 0$

Im stuck

sofia
  • 21

1 Answers1

0

You will have no luck in finding the limit as $x$ approaches zero from below, because the complex function $$ f(z) = z^z $$ Has a branch cut along the negative real axis ending at the origin.

Thus for example, taking $z \rightarrow 0$ along the imaginary axis, we find that $(iy)^{iy}$ goes to $-\infty$ as $y \rightarrow 0^+$. Whenever there is an endpoint of a branch cut of a function, there will be some direction along which the limit is undefined, and the negative real axis is that path for this function.

Mark Fischler
  • 41,743