Evaluate $\lim_{x\rightarrow0^+}\frac{\log{x}}{e^{1/x}}$

212 Views Asked by At

I want to evaluate

$$\lim_{x\rightarrow0^+}\frac{\log{x}}{e^{1/x}}$$

I know that for $x\rightarrow0^+$, $\log{x}\rightarrow-\infty$ and $e^{1/x}\rightarrow+\infty$.

This leads to an indeterminate form $\left[\frac{\infty}{\infty}\right]$, so I'm not sure what to do in these situations. Perhaps change the variable, but not sure what's the logic behind chaning the variable of the limit.

Any hints?

2

There are 2 best solutions below

0
On BEST ANSWER

Let $x=\dfrac1u$ then $$\lim_{x\rightarrow0^+}\frac{\log{x}}{e^{1/x}}=\lim_{u\to+\infty}\dfrac{-\ln u}{e^u}=\lim_{u\to+\infty}\dfrac{-\dfrac1u}{e^u}=\lim_{u\to+\infty}\dfrac{-1}{ue^u}=0$$

0
On

$$\lim_{x\rightarrow0^+}\left(\dfrac{\log x}{e^\frac1x}\right)=\lim_{x\rightarrow0^+}\left(\dfrac{\ln x}{\dfrac{1}{e^{-\frac1x}}}\right)$$Now apply L'Hopitals rule and we get$$\lim_{x\rightarrow0^+}\left(\dfrac{-x}{e^\frac1x}\right)=-\lim_{x\rightarrow0^+}\left(\dfrac{x}{e^{\frac1x}}\right)=0$$