How to solve this limit without L'Hôpital's rule?

68 Views Asked by At

$$\lim_{x\to\ + ∞} xe^{\frac{x-1}{x+1}}$$

Can you tell me how to solve this without L'Hôpital's rule? Subsituting $+∞$ I get $\frac{∞}{∞}$ in the exponent.

3

There are 3 best solutions below

0
On

Observe that $$ xe^{\frac{x-1}{x+1}}>x,\quad x>1, $$ giving $$ \lim_{x\to\ + ∞} xe^{\frac{x-1}{x+1}}\ge \lim_{x\to\ + ∞}x. $$

0
On

$$ \ln(xe^{\frac{x-1}{x+1}})=\ln x+\frac{x-1}{x+1}\rightarrow\infty\quad\text{as} \quad x\rightarrow\infty $$

$$ \lim\limits_{x\rightarrow\infty}xe^{\frac{x-1}{x+1}}=e^{\lim\limits_{x\rightarrow\infty}\ln(xe^{\frac{x-1}{x+1}})}\rightarrow\infty $$

0
On

$$\lim_{x\to\ + ∞} {\frac{x-1}{x+1}}= 1$$ Thus $$\lim_{x\to\ + ∞} xe^{(x-1)/(x+1)}=\lim_{x\to\ + ∞} xe=+\infty$$

Or: $$\lim_{x\to\ + ∞} xe^{\frac{x-1}{x+1}}=\lim_{x\to\ + ∞} e^{\log(x\exp((x-1)/(x+1)))}=\lim_{x\to\ + ∞} e^{(x-1)/(x+1)+\log x}=e^{1+\infty}=+\infty$$