Showing $\lim_{n\to \infty} \left( 1+\frac{1}{2n} \right)^n = \sqrt{e}$, intro to analysis

379 Views Asked by At

I am in an intro to Analysis class, and I want to show that

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

I already have a result that

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

Which was not proven rigorously but was given to us. We basically just proved that the limit was bounded between 2 and 3, and then they gave us the real limit $e$. I am not sure if I need to use that result or not.

I have also found in the text a property that says a suite of real numbers converges to $\sqrt{a}$ if $x_1>0$ and $x_n=\frac{1}{2}\left(x_{n-1}+\frac{a}{x_{n-1}}\right),n\ge2$

I am having trouble representing the first expression in this way. Any direction would be greatly appreciated.

4

There are 4 best solutions below

4
On BEST ANSWER

We have that

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

then let $k=2n \to \infty$.

0
On

$$ \left(1+\frac 1{2n}\right)^{2n}\longrightarrow e. $$ Now, by the continuity of the square root, $$ \left(1+\frac 1{2n}\right)^{n} = \left[\left(1+\frac 1{2n}\right)^{2n}\right]^{1/2}\longrightarrow \sqrt e. $$

0
On

Hint:$$\left(1+\frac1{2n}\right)^n=\sqrt{\left(1+\frac1{2n}\right)^{2n}}.$$

0
On

There is a striking similarity between

$$\left(1+\frac1{n}\right)^n$$ and $$\left(1+\frac1{2n}\right)^n,$$

which you should try to exploit.

With a little bit of thinking and $m:=2n$, $$\left(1+\frac1{2n}\right)^n=\left(1+\frac1{2n}\right)^{2n/2}=\sqrt{\left(1+\frac1{m}\right)^m}.$$

And the limit works because the square root is a continuous function.