I'm looking for some advice on the following exercise:
$$\lim_{x \to 0^+}{\ln{(\frac{1}{x}})}^x$$
This is my work so far:
$$\lim_{x \to 0^+}{\ln{(\frac{1}{x}})}^x = \lim_{x \to 0^+}{x\cdot\ln{(\frac{1}{x}})} = \lim_{x \to 0^+}{\frac{\ln{\frac{1}{x}}}{\frac{1}{x}}}$$
Taking the derivatives of the top and bottom:
$$\frac{d}{dx}\ln{\frac{1}{x}}=-\frac{1}{x}\,\,\text{and}\,\,\frac{d}{dx}\frac{1}{x}=-\frac{1}{x^2}$$
So:
$$\lim_{x \to 0^+}{\frac{-\frac{1}{x}}{-\frac{1}{x^2}}} = \lim_{x \to 0^+}{\frac{x^2}{x}}=\lim_{x \to 0^+}{x} = 0$$
...
Which doesn't quite add up. I'm thinking, I should rewrite the equation in the form of $e^x$ as the limit would then approach $1$, which is the correct answer. However, I'm a bit stuck on that front.
Any suggestions would be greatly appreciated!
$$\lim_{x\to 0}\ln\left(\frac{1}{x}\right)^x\neq \lim_{x\to 0}x\ln\left(\frac{1}{x}\right)$$
You have that $$\ln\left(\frac{1}{x}\right)^x=e^{x\ln(\frac{1}{x})}.$$
Since $$\lim_{x\to 0}x\ln\left(\frac{1}{x}\right)=\lim_{x\to 0}\frac{\ln\left(\frac{1}{x}\right)}{\frac{1}{x}}\underset{\text{(Hop.)}}{=}\lim_{x\to 0}\frac{\frac{\frac{-1}{x^1}}{\frac{1}{x}}}{-\frac{1}{x^2}}=\lim_{x\to 0} x=0$$ and that $x\mapsto e^x$ is continuous at $x=0$, we can conclude that $$\lim_{x\to 0}\ln\left(\frac{1}{x}\right)^x=e^0=1.$$