How to compute the limits for the following functions without using L'Hopital rule?
1) $\displaystyle\underset{x\to 0^{+}}{\lim} \frac{e^{1/x} + 2 e ^{-1/x} + \ln x}{3e^{1/x} + 5e^{-1/x} + 7\ln x} $
2) $\displaystyle\underset{x\to 0^{+}}{\lim} \frac{x+e^{-1/x}}{x-e^{-1/x}}$
I wouldn't know where to begin. Thank you very much.
For problem 1, I did this:
Take out $e^{1/x}$
$$\lim_{x\to 0} \frac{1+ 2\,e^{-2/x}+e^{-1/x}\ln x}{3 + 5\,e^{-2/x} + 7\,e^{-1/x}\ln x}$$
Now what?
For problem 2, I did this:
Substitute $y=1/x$
$$\lim_{x\to 0} \frac{1/y + e^{-y}}{1/y - e^{-y}} $$
Now what?
Thank you very much.