Find the limit of the given function $$\lim:\lim_{x\to 0} x^x$$ Does the function has limit.
I think no but how to prove it.
Find the limit of the given function $$\lim:\lim_{x\to 0} x^x$$ Does the function has limit.
I think no but how to prove it.
To be precise $$ \lim_{x\to0}x^x $$ does not exist, but the one-sided limit does $$ \begin{align} \lim_{x\to0^+}x^x &=\exp\left(\lim_{\,x\to0^+}\frac{\log(x)}{1/x}\right)\\ &=\exp\left(\lim_{\,x\to0^+}\frac{1/x}{-1/x^2}\right)\\[3pt] &=\exp(0)\\[9pt] &=1 \end{align} $$
If you consider $$y=x^x\implies \log(y)=x\log(x)\implies\lim_{x\to 0} \log(y)=0\implies \lim_{x\to 0}y=1$$
You could also, as k99731 commented, use $y=e^{x\log(x)}$ and use Taylor series to get $$y=\sum_{n=0}^\infty \frac{x^n\log^n(x)}{n!}=1+\sum_{n=1}^\infty \frac{x^n\log^n(x)}{n!}$$ remembering that $\lim_{x\to 0} x\log(x)=0$
If $y = 1/x$, then $\lim_{x \to 0^+} x^x =\lim_{y \to \infty} (1/y)^{1/y} =\lim_{y \to \infty} \dfrac1{y^{1/y}} $
But, as is well known, and has been proved here often, $\lim_{y \to \infty} y^{1/y} =1 $ so that $\lim_{x \to 0^+} x^x =1 $.