I just review the following problem:
How to find the limits $\lim\limits_{h\rightarrow 0} \frac{e^{-h}}{-h}$ and $\lim\limits_{h\rightarrow 0} \frac{|\cos h-1|}{h}$?
However, I cannot still know how to solve the following: How to find the following: $$\lim_{x\rightarrow 0^+} \frac{e^{-a/x}}{x}, \ \ a>0$$
By L'hospital's rule:
$$\lim_{x\rightarrow 0^+} \frac{e^{-a/x} \frac{a}{x^2}}{1}= \lim_{x\rightarrow 0^+} \frac{e^{-a/x} a}{x^2}$$
it seems that the degree of the denominator will increase; however, I am still confused about the limit of this problem. Please advise, thanks!
First note that the derivative approach isn't going to fly, $e^{-a/x}$ is not even continuous at $0$!
Rewrite your limit as $$ \lim_{x\to 0^+}\frac{1/x}{e^{a/x}} $$ note that both top and bottom tend to positive infinity. Apply L'Hopital's, $$ \lim_{x\to 0^+}\frac{1/x}{e^{a/x}}= \lim_{x\to 0^+}\frac{-1/x^2}{-a/x^2e^{a/x}}\\ =\frac1 a\lim_{x\to 0^+}\frac{1}{e^{a/x}}=0 $$