How do I solve $ \lim\limits_{n \to \infty}2\left(1-\frac {1}{n+1}\right)^n$?

137 Views Asked by At

How is

$$\lim_{n \to \infty}2\left(1-\frac {1}{n+1}\right)^n$$ equal to the following limit

$$\lim_{n \to \infty}2e^{n\ln\left(1-\frac {1}{n+1}\right)}$$

I feel like I'm missing something. I don't get how is it possible to apply an exponential of a logarithm to the expression. Any hints?

4

There are 4 best solutions below

0
On BEST ANSWER

By definition we have $e^x$ and $\ln x$ are inverse functions of each other, this means that $$e^{\ln x}=x$$ and $$\ln e^x=x.$$

This is because you are 'undoing' something which you have 'done'.

So, using this, we have $$\Big(1-\frac{1}{n+1}\Big)^n=e^{\ln(1-\frac{1}{n+1})^n}=e^{n\ln(1-\frac{1}{n+1})},$$

where that last bit we also used the property of $\ln a^n=n\ln a$.

0
On

$$e^{n\ln\left(1-\frac{1}{n+1}\right)}=e^{\ln\left(1-\frac{1}{n+1}\right)^n}=\left(1-\frac{1}{n+1}\right)^n$$

0
On

$y_n:= 2(1-1/(n+1))^n = $

$2\exp(\log(1-1/(n+1))^n=$

$2\exp(n\log(1-1/(n+1)).$

Find $\lim_{n \rightarrow \infty} n\log(1-1/(n+1)) $,

and use the continuity of the exponential

function to get $\lim_{n \rightarrow \infty} y_n.$

0
On

The limit is $2e^{-1}$, because by the l'Hospital rule $n\ln (1-\frac{1}{n+1}) \to -1$.