Is it possible to determine the limit $$ \lim\limits_{x \to0 } \frac{e^{-\frac{1}{x^2}}}{x^2} $$
I tried using l'Hopital's rule but $\frac{0}{0}$ uncertainty didn't change. Also a degree of function increased. $$ \lim\limits_{x \to0 } \frac{e^{-\frac{1}{x^2}}}{x^4} $$
If I'll use l'Hopital's rule again $\frac{0}{0}$ uncertainty will stay. $$ \lim\limits_{x \to0 } \frac{e^{-\frac{1}{x^2}}}{2x^6} $$ I guess I need other thoughts.
If you must use L'Hospital's Rule, here is one way forward. Note that $\frac{e^{-1/x^2}}{x^2}=\frac{1/x^2}{e^{1/x^2}}$ and that $\lim_{x\to 0}e^{1/x^2}=\infty$. Then, we can write
$$\begin{align} \lim_{x\to 0}\frac{e^{-1/x^2}}{x^2}&=\lim_{x\to 0}\frac{1/x^2}{e^{1/x^2}}\\\\ &\overbrace{=}^{LHR}\frac{(-2/x^3)}{(-2/x^3)e^{1/x^2}}\\\\ &=\lim_{x\to 0} \frac{1}{e^{1/x^2}}\\\\ &=0 \end{align}$$
And we are done!