$b_n=(1+\frac1n)^{n+1}$
Prove that $b_n$ is decreasing and that $\lim_{n \to \infty}b_n=e$
Deduce that $e<3$.
Any help would be appreciated.
Edit: we can't use log/ln nor derive or integrate because we haven't covered that yet.
$b_n=(1+\frac1n)^{n+1}$
Prove that $b_n$ is decreasing and that $\lim_{n \to \infty}b_n=e$
Deduce that $e<3$.
Any help would be appreciated.
Edit: we can't use log/ln nor derive or integrate because we haven't covered that yet.
Without using induction, you could take the log of $b_n$ and then the limit is much clearer : \begin{eqnarray*} \lim_{x\rightarrow \infty} log(b_n) &=& \lim_{x\rightarrow \infty}(n+1)log(1 + \frac1n)\\ &=& \lim_{x\rightarrow \infty} (n+1)(\frac1n + 0(n^{-2}))\\ &=& \lim_{x\rightarrow \infty}\frac{n+1}{n}\\ &=& 1 \end{eqnarray*}
So $\lim_{x\rightarrow \infty} b_n = e^1 = e$
To show it is decreasing, consider $\frac{b_{n+1}}{b_n}$ perhaps? Then check that for some $n_0\in \mathbb N$, $b_{n_0} <3$ which implies that $e<3$ since $b_n$ is a decreasing sequence.
Hint: Write $(1+\frac1n)^{n+1}=e^{(n+1)\ln(1+\frac1n)}$.
(1) What is $\lim_{n\rightarrow\infty}(n+1)\ln(1+\frac1n)$? What does this imply for the limit of the original sequence? (Hint: Continuity)
(2) What is the derivative of $e^{(x+1)\ln(1+\frac1x)}$? When is this function decreasing?
For showing $e<3$, try computing the first few terms until you get a value smaller than $3$.
If yes than the only problem is to show that its decreasing.
– GinKin Nov 16 '13 at 11:04