What is the limit of $ \lim ((x-1)/(x+1))^x$ when $x$ approaches infinity (without l'Hôpital's rule)?

3.2k Views Asked by At

this is my first post. I've been struggling whit this limit for too long (without using l'Hôpital's rule):

$$\lim_{x\to {\infty}} \left(\frac{x-1}{x+1}\right)^x$$

My answer is $\frac1e$, but the correct answer should be $\frac{1}{e^2}$. Could anyone help me understand why? Thanks in advance!

3

There are 3 best solutions below

6
On BEST ANSWER

This is $\lim_{x\to\infty}\left(A(x)/B(x)\right)$ where $$A(x)=\left(1-\frac1x\right)^x$$ and $$B(x)=\left(1+\frac1x\right)^x.$$ You have probably seen that $B(x)\to e$ and $A(x)\to e^{-1}$ as $x\to\infty$.

0
On

HINT

Use that

$$\left(\frac{x-1}{x+1}\right)^x=\left[\left(1+\frac{-2}{x+1}\right)^{x+1}\right]^{\frac{x}{x+1}}$$

Refer also to the earlier related

(and you can find many other similar examples on MSE)

4
On

You can go to exponential : for all $x\in \mathbb R_+^*$ \begin{eqnarray} \left(\frac{x-1}{x+1}\right)^x&=&\exp\left(x \ln\left(\frac{x-1}{x+1}\right)\right)\\ &=& \exp \left( x \ln\left(1-\frac{2}{x+1}\right)\right)\\ &=& \exp\left(x\left(-\frac{2}{x+1}+O(1/x^2)\right)\right)\\ &=& \exp(-2+o(1))\\ &=& \frac{1}{e^2}+o(1) \end{eqnarray}