I am having problem in solving this indetermination:
$$\lim_{x\to-\infty} \frac{e^{-x}}{x}$$
I tried to the variable exchange $\frac1x=y , x=\frac1y$ and $x→-∞ , y→+∞ $ but end up with the wrong solution (0)
Could you guys give a hint, please? And also, when it is convenient or not to change the variable? Thank you.
If $x \to -\infty$, then $-x \to +\infty$ and thus $e^{-x} \to +\infty$. The denominator, which is simply $x$, clearly tends to $-\infty$. So it boils down to the question: which function wins, the exponential or the polynomial?
You can use l'Hôpital's rule on this indeterminate form (*) or perhaps you know that the exponential function dominates any polynomial, i.e. that for any $n \in \mathbb{N}$ you have that: $$\lim_{x \to +\infty} \frac{e^x}{x^n} = +\infty$$ For your limit, this means (you can take $y=-x$ to get this standard limit): $$\lim_{x \to -\infty} \frac{e^{-x}}{x}= -\lim_{y \to +\infty} \frac{e^{y}}{y} = -\infty$$
Alternatively (*), with l'Hôpital's rule: $$\lim_{x \to -\infty} \frac{e^{-x}}{x} = \lim_{x \to -\infty} \frac{-e^{-x}}{1}=-\infty$$