MOOCULUS微积分-2: 数列与级数学习笔记 1. Sequences
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授。
PDF格式教材下载 Sequences and Series
本系列学习笔记PDF下载(Academia.edu) MOOCULUS-2 Solution
Summary
- Suppose that $\left(a_n\right)$ is a sequence. To say that $\lim_{n\to \infty}a_n=L$ is to say that for every $\varepsilon>0$, there is an $N > 0$, so that whenever $n>N$, we have $|a_n-L| < \varepsilon$. If $\lim_{n\to\infty}a_n=L$ we say that the sequence converges. If there is no finite value $L$ so that $\lim_{n\to\infty}a_n = L$, then we say that the limit does not exist, or equivalently that the sequence diverges.
- Suppose $(a_n)$ is a sequence with initial index $N$, and suppose we have a sequence of integers $(n_i)$ so that $$N \leq n_1 < n_2 < n_3 < n_4 < n_5 < \cdots$$ Then the sequence $(b_i)$ given by $b_i = a_{n_i}$ is said to be a subsequence of the sequence $a_n$.
- If $(b_i)$ is a subsequence of the convergent sequence $(a_n)$, then $$\lim_{i \to \infty} b_i = \lim_{n \to \infty} a_n$$
- Suppose $(b_i)$ and $(c_i)$ are convergent subsequences of the sequence $(a_n)$, but $$\lim_{i \to \infty} b_i \neq \lim_{i \to \infty} c_i.$$ Then the sequence $(a_n)$ does not converge.
- Squeeze Theorem: Suppose there is some $N$ so that for all $n > N$, it is the case that $a_n \le b_n \le c_n$. If $$\lim_{n\to\infty}a_n=\lim_{n\to\infty}c_n=L$$ then $\lim_{n\to\infty}b_n=L$.
- $$\lim_{n\to\infty}|a_n|=0$$ if and only if $$\lim_{n\to\infty}a_n=0$$
- The sequence $a_n = r^n$ converges when $-1 < r \le 1$, and diverges otherwise. In symbols, $$\lim_{n\to\infty} r^n=\begin{cases}0& \mbox{if $-1 < r < 1$,} \\ 1& \mbox{if $r=1$, and} \\ \mbox{does not exist} & \mbox{if $r \leq -1$ or $r > 1$.} \end{cases}$$
- A sequence is called increasing (or sometimes strictly increasing) if $a_n < a_{n+1}$ for all $n$. It is called non-decreasing if $a_n\le a_{n+1}$ for all $n$. Similarly a sequence is decreasing (or, by some people, strictly decreasing) if $a_n > a_{n+1}$ for all $n$ and non-increasing if $a_n\ge a_{n+1}$ for all $n$.
- If a sequence is increasing, non-decreasing, decreasing, or non-increasing, it is said to be monotonic.
- A sequence $(a_n)$ is bounded above if there is some number $M$ so that for all $n$, we have $a_n\le M$. Likewise, a sequence $(a_n)$ is bounded below if there is some number $M$ so that for every $n$, we have $a_n\ge M$. If a sequence is both bounded above and bounded below, the sequence is said to be bounded.
- If the sequence $a_n$ is bounded and monotonic, then $\lim_{n \to \infty} a_n$ exists. In short, bounded monotonic sequences converge.
Exercises
1. Compute $$\lim_{x\to\infty} x^{1/x}$$
Solution:
$$\lim_{x\to\infty} x^{1/x}=\lim_{x\to\infty}(e^{\ln x})^{1/x} =\lim_{x\to\infty}e^{\frac{\ln x}{x}}$$ By L'Hopital's rule, we have $$\lim_{x\to\infty}\frac{\ln x}{x}=\lim_{x\to\infty}\frac{1/x}{1}=0$$ Thus, the result is $$\lim_{x\to\infty} x^{1/x}=e^0=1$$
2. Use the squeeze theorem to show that $$\lim_{n\to\infty} {n!\over n^n}=0$$
Solution:
$$0<\frac{n!}{n^n}=\frac{1}{n}\cdot\frac{2}{n}\cdot\cdots\cdots\cdot\frac{n}{n} < \frac{1}{n}\to0\ (n\to\infty)$$ According to the squeeze theorem, $$\lim_{n\to\infty} {n!\over n^n}=0$$
3. Determine whether $$\{\sqrt{n+47}-\sqrt{n}\}_{n=0}^\infty$$ converges or diverges. If it converges, compute the limit.
Solution:
$$\sqrt{n+47}-\sqrt{n}=\frac{47}{\sqrt{n+47}+\sqrt{n}}$$ Hence it is decreasing. On the other hand, $$\sqrt{n+47}-\sqrt{n}\ge0$$ that is, it is bounded below. Thus, it is convergent. And we have $$\lim_{x\to\infty}(\sqrt{n+47}-\sqrt{n})=\lim_{n\to\infty}\frac{47}{\sqrt{n+47}+\sqrt{n}}=0$$ 4. Determine whether $$\left\{{n^2+1\over (n+1)^2}\right\}_{n=0}^\infty$$ converges or diverges. If it converges, compute the limit.
Solution:
$${(n+1)^2\over n^2+1}=1+{2n\over n^2+1}$$ which is decreasing. Thus $${n^2+1\over (n+1)^2}$$ is increasing. On the other hand, $${n^2+1\over (n+1)^2}={n^2+1\over n^2+2n+1} < 1$$ which means it is bounded above. Thus it is convergent. And we have $$\lim_{n\to\infty}{n^2+1\over (n+1)^2}=\lim_{n\to\infty}\frac{n^2+1}{n^2+2n+1}=\lim_{n\to\infty}\frac{1+\frac{1}{n^2}}{1+\frac{2}{n}+\frac{1}{n^2}}=1$$
5. Determine whether $$\left\{{n+47\over\sqrt{n^2+3n}}\right\}_{n=1}^\infty$$ converges or diverges. If it converges, compute the limit.
Solution:
$$f^{'}(n)=\frac{\sqrt{n^2+3n}-(n+47)\cdot{1\over2}\cdot{1\over\sqrt{n^2+3n}}\cdot(2n+3)}{n^2+3n} < 0$$ $$\Longleftrightarrow \sqrt{n^2+3n}-(n+47)\cdot{1\over2}\cdot{1\over\sqrt{n^2+3n}}\cdot(2n+3) < 0$$ $$\Longleftrightarrow n^2+3n < {1\over2}\cdot(2n^2+97n+141)$$ $$\Longleftrightarrow n^2+3n < n^2+48.5n+70.5$$ The last inequality is obvious. Thus it is decreasing. On the other hand, $${n+47\over\sqrt{n^2+3n}}>0$$ which means it is bounded below. Hence it is convergent. And we have $$\lim_{n\to\infty}{n+47\over\sqrt{n^2+3n}}=\lim_{n\to\infty}{1+\frac{47}{n}\over\sqrt{1+\frac{3}{n}}}=1$$
6. Determine whether $$\left\{{2^n\over n!}\right\}_{n=0}^\infty$$ converges or diverges. If it converges, compute the limit.
Solution:
$${a_{n+1}\over a_n}={\frac{2^{n+1}}{(n+1)!}\over\frac{2^n}{n!}}={2\over n+1} < 1$$ when $n > 2$. Thus it is decreasing. On the other hand, $${2^n\over n!}>0$$ which means it is bounded below. Thus it is convergent. $$0<{2^n\over n!}={2\over n}\cdot {2\over n-1} \cdot\cdots\cdots\cdot{2\over3}\cdot{2\over2}\cdot{2\over1} < ({2\over3})^{n-2}\cdot2\to0\ (n\to\infty)$$ According to squeeze theorem we have $$\lim_{n\to\infty}{2^n\over n!}=0$$
MOOCULUS微积分-2: 数列与级数学习笔记 1. Sequences的更多相关文章
- MOOCULUS微积分-2: 数列与级数学习笔记 Review and Final
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...
- MOOCULUS微积分-2: 数列与级数学习笔记 7. Taylor series
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...
- MOOCULUS微积分-2: 数列与级数学习笔记 6. Power series
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...
- MOOCULUS微积分-2: 数列与级数学习笔记 5. Another comparison test
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...
- MOOCULUS微积分-2: 数列与级数学习笔记 4. Alternating series
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...
- MOOCULUS微积分-2: 数列与级数学习笔记 3. Convergence tests
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...
- MOOCULUS微积分-2: 数列与级数学习笔记 2. Series
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...
- 《Java学习笔记(第8版)》学习指导
<Java学习笔记(第8版)>学习指导 目录 图书简况 学习指导 第一章 Java平台概论 第二章 从JDK到IDE 第三章 基础语法 第四章 认识对象 第五章 对象封装 第六章 继承与多 ...
- 20145330第五周《Java学习笔记》
20145330第五周<Java学习笔记> 这一周又是紧张的一周. 语法与继承架构 Java中所有错误都会打包为对象可以尝试try.catch代表错误的对象后做一些处理. 使用try.ca ...
随机推荐
- 谱多流形聚类SMMC
今天是2015年的最后一天,决定尽量乘着这三天休息把毕设主题的博客给更完,今天写smmc的算法,接下来三天会对前面的三个算法kmeans.SC以及smmc应用在今年的研究生建模提供的数据中进行matl ...
- 用H5+Boostrap做简单的音乐播放器
前言:这个是综合一下我最近在学的东西做的小Demo,到实际使用还有距离,但是用来练手巩固知识点还是不错的,最近在二刷JS书和Boostrap.css的源码,做完这个Demo也算是暂告一段落,接下来是j ...
- 强迫症的福利——我的第一个VS插件,对using排序!
首先来看看VS自带的using整理功能: 长短不一,看着让人生厌!这是哪个门子的整理?越来越乱了好吗! 难道就没有一款,由短到长——金字塔搬的排序方案吗? 于是各种百度: “VS 插件 using排序 ...
- Android Studio单元测试入门
Android Studio单元测试入门 通常在开发Android app的时候经常会写一些小函数并验证它是否运行正确,通常做法我们是把这个函数放到某个界面(Activity上)执行一下,运行整个工程 ...
- Android一键多渠道分发打包实战和解析
当项目需要有更多的客户的时候,你就会考虑将apk上架到应用商店了,无奈天朝Android应用商店真的是百家争鸣,据某地不完全统计已经有900+.若将Apk上架到所有的应用商店是个好主意,但是据统计也就 ...
- JAVA反射其实就是那么一回事
概念:什么是反射 java反射机制: JAVA反射机制是在运行状态中, 对于任意一个类,都能够知道这个类的所有属性和方法: 对于任意一个对象,都能够调用它的任意一个方法和属性: 这种动态获取的信息以及 ...
- ModernUI教程:主题资源引用
已经完成的主题资源列表 提示:请关注Modern UI的开发工作,资源文件可能在演进版本中新增和删除. 资源列表可以去访问原文,原文可复制,该表未改动原文. 查看目录
- 给菜单加个优雅的unselect事件
先上图,说场景 假设默认选中的是item1,我现在选中item3了,有时候需要对item1做一些别的处理.常见的做法是,切换选中状态前找到当前选中(item1),或者每次选中后选中的项记录在中间变量. ...
- CSS Hack技术介绍及常用的Hack技巧
一.什么是CSS Hack? 不同的浏览器对CSS的解析结果是不同的,因此会导致相同的CSS输出的页面效果不同,这就需要CSS Hack来解决浏览器局部的兼容性问题.而这个针对不同的浏览器写不同的CS ...
- jQuery基础--样式篇(1)
1.jQuery简介:JQuery是继prototype之后又一个优秀的Javascript库.它是轻量级的js库 ,它兼容CSS3,还兼容各种浏览器(IE 6.0+, FF 1.5+, Safari ...