博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Analysis by Its History Exercise 2.5
阅读量:6555 次
发布时间:2019-06-24

本文共 989 字,大约阅读时间需要 3 分钟。

In order to study the convergence of $(1+\frac{1}{n})^n$ to $e$,consider the sequences

\begin{equation}
a_n=(1+\frac{1}{n})^n~~~\mbox{and}~~~b_n=(1+\frac{1}{n})^{n+1}
\end{equation}show that
\begin{equation}
a_1<a_{2}<\cdots<e<\cdots<b_3<b_2<b_1
\end{equation}
and that $b_n-a_n\leq \frac{4}{n}$.

 

Proof:According to,$a_1<a_2<\cdots<e$.Then we prove that

\begin{equation}

(1+\frac{1}{n})^{n+1}>(1+\frac{1}{n+1})^{n+2}
\end{equation}
This is simple,because
\begin{equation}
\label{eq:ksdas}
(1+\frac{1}{n+1})^{n+2}=(1+\frac{1}{n+1})^{n+1}(1+\frac{1}{n+1})<(1+\frac{1}{n})^n(1+\frac{1}{n})=(1+\frac{1}{n})^{n+1}
\end{equation}

Then we prove that

\begin{equation}
(1+\frac{1}{n})^{n+1}-(1+\frac{1}{n})^n\leq \frac{4}{n}
\end{equation}

We only need to prove that

\begin{equation}
(1+\frac{1}{n})^n\leq 4
\end{equation}

This is simple,because

\begin{equation}
e=1+\frac{1}{1!}+\frac{1}{2!}+\frac{1}{3!}+\cdots<3
\end{equation}

转载于:https://www.cnblogs.com/yeluqing/archive/2012/11/12/3827715.html

你可能感兴趣的文章
用Windows Live Writer发布日志到BlogBus
查看>>
解决公司服务器加入域中不能启动应用系统的问题
查看>>
解压缩 操作
查看>>
rsyslog收集nginx日志配置
查看>>
consule服务注册和发现 安装 部署
查看>>
多个帐户都用root 来登录 怎么看另一个用户使用的那些命令
查看>>
Redis小记
查看>>
Map集合案例
查看>>
《FPGA全程进阶---实战演练》第十一章 VGA五彩缤纷
查看>>
C# for循环①护栏长度 ②广场砖面积 ③判断闰年平年
查看>>
mysql数据库中,查看数据库的字符集(所有库的字符集或者某个特定库的字符集)...
查看>>
LintCode刷题——打劫房屋I、II、III
查看>>
第七次课程作业
查看>>
C++ 文本查询2.0(逻辑查询)
查看>>
Objective-C学习总结-13协议1
查看>>
web学习方向
查看>>
寒假训练营第四次作业
查看>>
SQLServer 维护脚本分享(05)内存(Memory)
查看>>
A*算法实现
查看>>
第一周 从C走进C++ 002 命令行参数
查看>>