How to prove that
$\lim_{x\to 0^+} x^{x} = 1$,
or
$\lim_{x\to 0^+} x\ln(x) = 0$
without using L'Hopital's rule.
How to prove that
$\lim_{x\to 0^+} x^{x} = 1$,
or
$\lim_{x\to 0^+} x\ln(x) = 0$
without using L'Hopital's rule.
We have to use $x^x=\exp(x\ln x)$ as definition of exponentiation. Then it suffices to show $\lim_{x\to0^+}x\ln x= 0$. Substituing $x=\frac1{e^t}$, this becomes $\lim_{t\to\infty}\frac{-t}{e^t}=0$, which you may already know. (If not, use $e^t=e^{t/2}e^{t/2}\ge (1+t/2)(1+t/2)=1+t+\frac14t^2$, from the most useful inequality about the exponential: $e^t\ge 1+t$ for all $t\in\mathbb R$).
Another answer: when $x>0$, $x^x$ is a strictly monotonic function. So it suffices to show that $\lim_{n\to\infty}\left(\frac1n\right)^{1/n}=1$, or equivalently, $\lim_{n\to\infty}\sqrt[n]{n}=1$. You can see this thread for various proofs of this. In particular, Aryabhata's answer is easy enough to swallow.