0

I have this function which I need to calculate the limit of $\log(x)^{\log(x)}$ as $x$ approaches 1. While my mind tells me that with logic, $0+^0+$ equals to number to the power of 0, therefore = 1, but I don't know how to prove it.

Wolgwang
  • 1,563
johnk
  • 53

1 Answers1

0

Let $y = \lim_{x\to1} (\ln x)^{\ln x}$. Then we have $$\ln y = \lim_{x\to1}\frac{\ln(\ln x)}{1/\ln x} = \lim_{x\to1} \frac{\frac{1}{x \ln x}}{-\frac{1}{x(\ln x)^2}} = - \lim_{x\to 1} \ln x = 0$$ So $y = 1$.

Gregory
  • 3,641