I need to find lateral limits of this one $$\lim_{x \to 0}xe^{\frac{1}{x}}$$ I tried and I got that when $x$ is smaller than $0$ the limit is $0$. But what do I do when $x$ is bigger than $0$?
2026-04-01 13:33:22.1775050402
On
What is the following limit? $\lim_{x \to 0}xe^{\frac{1}{x}}$
7.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Are you permitted to rely on an exponential dominating a polynomial in the limit? These limits may look more approachable by transforming $x\to \frac{1}{y}$ such that as $x\to0^\pm$, $y\to\pm\infty$.
$$\lim_{x \to 0^+}xe^{\frac{1}{x}}=\lim_{y \to \infty}\frac{e^{y}}{y} = \infty$$
$$\lim_{x \to 0^-}xe^{\frac{1}{x}}=\lim_{y \to -\infty}\frac{e^{y}}{y} = 0$$
The last step would be justified with a Taylor expansion, but I'm unclear if that is in your toolkit. You could use an argument like this for the first limit,
$$\frac{e^{y}}{y} > \frac{e^y}{e^{y/2}}$$
so
$$\lim_{y \to \infty} \frac{e^{y}}{y} > \lim_{y \to \infty}\frac{e^y}{e^{y/2}} = \lim_{y \to \infty}e^{y/2}=\infty$$
Is it allowed to use Taylor series in this question? If so, then we have $$\lim_{x\rightarrow0^+}x\cdot e^{\frac1x}\qquad\qquad\qquad\qquad$$ $$\quad=\ \lim_{x\rightarrow0^+}x\cdot\left(1+\frac1{x}+\frac1{2!x^2}+\frac1{3!x^3}+\cdots\right)$$ $$=\ \lim_{x\rightarrow0^+}\left(x+1+\frac1{2!x}+\frac1{3!x^2}+\cdots\right)\ \ \ \,$$ $$=\ +\infty\qquad\qquad\qquad\qquad\qquad\quad\ \ $$
This is true because every fraction with $x$ in its denominator tends to infinity.
Another approach that only involves differentiation and a little analysis:
$\left.\right.$
Let $\,f(y)=e^y,\ g(y)=(y^2)/2$, then we have $$f'(y)=e^y\,\ \text{and}\ \,g'(y)=y$$ Now differentiate again and we get $$f''(y)=e^y\,\ \text{and}\ \,g''(y)=1$$ When $\,y>0$, $\ e^y>1\,$ and that means $\,f''(y)>g''(y)$.
Also, $\ f'(0)=1>0=g'(0)$, so $\,f'(y)>g'(y)\,$ for all $\,y>0$
Again, since $\ f(0)=1>0=g(0)$, so $\,f(y)>g(y)\,$ for all $\,y>0$
So far we have proved that if $\,y>0\,$ then $\,e^y>(y^2)/2$
$\left.\right.$
Now back to the limit, and we have that
$$\lim_{x\rightarrow0}xe^{\frac1x}=\lim_{y\rightarrow\infty}\frac{e^y}y\geq\lim_{y\rightarrow\infty}\frac{(y^2)/2}y=\infty$$
And that is the "exponential dominating a polynomial" in Zahbaz's answer