2

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?

Cesare
  • 1,471
  • 1
    You can change variables like this $t=1/x \to \infty$, and use that exponential grows much faster than logarithm, or just use l'Hospital's rule. Limit is $0$ – Jakobian Aug 11 '18 at 13:21
  • Thanks @Rumpelstiltskin that worked! – Cesare Aug 11 '18 at 13:23

2 Answers2

2

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$$

Nosrati
  • 29,995
1

$$\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$$

Key Flex
  • 9,475
  • 7
  • 17
  • 34