Limit problem $e^x$ without L'Hôpital's rule

957 Views Asked by At

$$\lim_{x \to -\infty} \frac {1-e^{x^2-x}}{1+e^{x^2-x}}$$ I solved this limit problem by applying L'Hôpital's rule and I got $-1$.

Question: how to solve this limit without L'Hopital rule and Taylor series?

3

There are 3 best solutions below

1
On BEST ANSWER

hint:

Divide Numerator and Denominator by $e^{x^2-x}$

$$\lim_{x \to -\infty} \frac {1-e^{x^2-x}}{1+e^{x^2-x}} = \lim_{x \to -\infty} \frac {\dfrac{1}{e^{x^2-x}}-1}{\dfrac{1}{e^{x^2-x}}+1}$$

Now, $\lim_{x\rightarrow -\infty} \dfrac{1}{e^{x^2-x}} = 0$, since $\lim_{x\rightarrow -\infty} x^2 -x = +\infty$ and $\lim_{x\rightarrow \infty} e^x = +\infty$ $$\implies \text{ Rqrd. limit} = {-1}$$

0
On

Note that $$ \frac {1-e^{x^2-x}}{1+e^{x^2-x}}\sim_{-\infty} \frac {-e^{x^2-x}}{+e^{x^2-x}}=-1$$

0
On

A slight variation of Tim's answer given above.

Substituting: $x^2-x$ with $\log u$

$\lim\limits_{x \to -\infty} \frac {1-e^{x^2-x}}{1+e^{x^2-x}} = $ $\lim\limits_{\log u\to \infty} \frac {1-e^{\log u}}{1+e^{\log u}} = \lim\limits_{u\to \infty}\frac{1-u}{1+u} $ $ = \lim\limits_{u\to \infty} \frac{1}{1+u} + \frac{-u}{1+u} = 0 + (-1) =-1 $