2

$$\lim\limits_{n\to\infty}(1+\frac{1}{2n})^n=\sqrt{e}$$

But I could not reason why this is, I know that I can rewrite it as

$$\lim\limits_{n\to\infty}(1+\frac{\frac{1}{2}}{n})^n=\sqrt{e}$$

But I can't find any real calculation where it is actually calculated, and at least for me, it's not totally obvious.

Or in other words its not obvious why

$$\lim\limits_{n\to\infty}(1+\frac{x}{n})^n=e^x$$

Maybe there is a link which I could not find, where the relation is explained. Many thanks.

Michael Rybkin
  • 6,646
  • 2
  • 11
  • 26
Ang
  • 415

4 Answers4

3

Write your term in the form $$\left(\left(1+\frac{1}{2n}\right)^{2n}\right)^{1/2}$$

3

As suggested in the comments, consider the well-known identity

$$\lim_{n\to\infty}\bigg(1+\frac{x}{n}\bigg)^n=e^x\tag1$$ Now let $x=\frac{1}{2}$ in order to obtain

$$\lim_{n\to\infty}{\bigg(1+\frac{1}{2n}}\bigg)^n=e^{\frac{1}{2}}=\sqrt e$$

Now, if you want to understand the identity (1), you might want to check this

Dr. Mathva
  • 8,621
3

Hint:

Compute the limit of the log: $$\ln\biggl(1+\frac1{2n}\biggr)^{\negthickspace n}=n\ln\biggl(1+\frac1{2n}\biggr)=\frac{\ln\biggl(1+\frac1{2n}\biggr)}{\frac1n}\sim_\infty\frac{\frac1{2\not n}}{\frac1{\not n}}=\frac12.$$

Bernard
  • 175,478
2

Are you familiar with this very famous limit:

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

You can find a very good proof of why it's equal to $e^r$ here.

Michael Rybkin
  • 6,646
  • 2
  • 11
  • 26