Solve $\lim_{x \rightarrow 0^+}(e^{\frac{1}{x}}x^2)$ without using L'Hopital's rule

66 Views Asked by At

I tried:

$\lim_{x \rightarrow 0^+}(e^{\frac{1}{x}}x^2) = x^2 \cdot \frac{1}{e^{-\frac{1}{x}}} = \frac{x^2}{e^{-\frac{1}{x}}} = ???$

I thought maybe I could use $y = - \frac{1}{x}$, but I don't know what to do next.

I know the limit just by looking a the function: $\lim_{x \rightarrow 0^+} e^{\frac{1}{x}} = \infty $ and $\lim_{x \rightarrow 0^+} x^2 \rightarrow$ values close to 0 but greater than zero. And so the answer is $\infty$ but this looks incomplete. How do I solve this analitically?

3

There are 3 best solutions below

0
On

Without using L'Hopital but although it looks same,

$x=\dfrac{1}{t}\\$ , $\displaystyle L = \lim_{t\to\infty}\dfrac{e^t}{t^2} = \lim_{t\to\infty}\dfrac{1+t+\dfrac{t^2}{2!}+\cdots}{t^2} = \dfrac{1}{2}+ \lim_{t\to\infty}\left(\dfrac{t}{3!}+\dfrac{t^2}{4!}+\cdots\right)=\infty$

0
On

$$\lim_{x\to 0^+} x^2 e^{1/x} \stackrel{x\mapsto 1/y}{=} \lim_{y\to +\infty}\frac{e^y}{y^2}=\lim_{y\to +\infty}\frac{(e^{y/3})^3}{y^2}\geq \lim_{y\to +\infty}\frac{\left(1+\frac{y}{3}\right)^3}{y^2}=+\infty. $$

1
On

You can expand the exponential term in series by remembering that \begin{equation} e^\frac{1}{x}= \sum_{k=0}^{+\infty} \frac{x^{-k}}{k!}=1+\frac{1}{x}+\frac{1}{2 x^2}+\sum_{k=3}^{+\infty} \frac{x^{-k}}{k!} \end{equation} You can then multiply by $x²$ and write the apply the limit. The limit goes to $+\infty$.