Use series to evaluate limit
limit as x approach infinity of $3(x^2)(e^{-2/x^2}-1)$. I don't know what series to use.
$\endgroup$ 33 Answers
$\begingroup$We have
$$3x^2(e^{-2/x^2}-1)=3x^2\left(1-\frac{2}{x^2}+O\left(\frac1{x^4}\right)-1\right)=-6+O\left(\frac1{x^2}\right)\xrightarrow{x\to\infty}-6$$
$\endgroup$ 1 $\begingroup$Hint: Use the following series for the problem:
$$e^{f(x)} = \sum\limits_{n = 0}^{\infty} \dfrac{(f(x))^n}{n!}$$
Then, simplify the limit. What do you now have for the expression $3x^2(e^{-2/x^2} - 1)$?
$\endgroup$ 0 $\begingroup$You can use the series $e^y=\sum_{n=0}^\infty{\frac{y^n}{n!}}$. With $y=-2/x^2$, we have $e^{-2/x^2}=\sum_{n=0}^\infty{\frac{-2^n}{(n!)x^{2n}}}$, so that you are taking the limit $$3\sum_{n=0}^\infty{\frac{-2^n}{(n!)x^{2n-2}}}-3x^2=3\sum_{n=1}^\infty{\frac{-2^n}{(n!)x^{2n-2}}}$$
$\endgroup$ 0