I am trying to evaluate this limit:
$$\lim_{x\to0^{+}}(x-\sin x)^{\frac{1}{\log x}}$$
It's a $0^0$ intedeterminate form, and I am unsure how to deal with it. I have a feeling that if I could turn it to a form where L'Hopital's rule is applicable, then I'd have a chance at solving the problem.
Is there any consistent way of turning a $0^0$ form into a $\frac{\infty}{\infty}$ or $\frac{0}{0}$ form?
If not, how do you deal with this kind of limits?
The general trick is to apply exponential/logarithm to the expression: $$ \lim_{x \to 0^+} (x - \sin{x})^{\frac{1}{\log{x}}} = \lim_{x \to 0^+} e^{\frac{\log(x - \sin{x})}{\log{x}}} = e^{\lim_{x \to 0^+} \frac{\log(x - \sin{x})}{\log{x}}} $$ Now you can apply L'Hopital Rule to the limit in the exponent. I use $=_L$ to denote equality when L'Hopital Rule is applied. \begin{align*} \lim_{x \to 0^+} \frac{\log(x - \sin{x})}{\log{x}} &=_L \lim_{x \to 0^+} \frac{\frac{1 - \cos{x}}{x - \sin{x}}}{\frac{1}{x}} \\ &= \lim_{x \to 0^+} \frac{x - x\cos{x}}{x - \sin{x}} \\ &=_L \lim_{x \to 0^+} \frac{1 - \cos{x} + x\sin{x}}{1 - \cos{x}} \\ &=_L \lim_{x \to 0^+} \frac{2\sin{x} + x\cos{x}}{\sin{x}} \\ &=_L \lim_{x \to 0^+} \frac{3\cos{x} - x\sin{x}}{\cos{x}} \\ &= \frac{3 - 0}{1} \\ &= 3 \end{align*} Thus the desired limit is $e^3$.