Samuelb88
- 160
- 0
Homework Statement
Show that lim_{n\rightarrow +\infty} { (1 + 1/(2n))^n } = \sqrt{e}.
Homework Equations
I am allowed to assume * lim_{n\rightarrow +\infty} { (1 + 1/n )^n} = e.
I am not allowed to use the theorem that asserts lim_{n\rightarrow n_0} {\sqrt{S_n}} = (lim_{n\rightarrow n_0} {S_n})^{1/2}.
The Attempt at a Solution
I want to show that the sequence is increasing and bounded, and therefore the lim_{n\rightarrow +\infty} { (1 + 1/(2n))^n } exists. Let's suppose I have show the sequence is increasing by comparing S_k and S_{k+1} and showing \forall k, S_k < S_{k+1}. Let's also suppose I know that 2 is an upper bound for S_n. Then I want to show \forall \epsilon >0 \exists N such that \forall n > N, | (1 + 1/(2n) )^n - \sqrt{e} | < \epsilon.
Does this argument work?
Lemma: \forall \epsilon > 0 \exists N_0 such that \forall n > N_0, |2 + 1/n - 2| < \epsilon. That is, lim_{n\rightarrow +\infty} {(2 + 1/n)} = 2.
\forall n | ( 1 + 1/(2n) )^n - \sqrt{e} | < |1/n|. Since \forall n, 1/n > 0, then |1/n| = 1/n. By our lemma, we know |1/n| = 1/n < \epsilon. Choose an n > 1/ \epsilon. Then | ( 1 + 1/(2n) )^n - \sqrt{e} | < \epsilon and therefore lim_{n\rightarrow +\infty} { (1 + 1/(2n))^n } = \sqrt{e}.
I was originally trying to use * with the definition of a limit to show | ( 1 + 1/(2n) )^n - \sqrt{e} | < | ( 1 + 1/(2n) )^n - e | < \epsilon but I couldn't figure out how to determine N.