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.