MOOCULUS微积分-2: 数列与级数学习笔记 4. Alternating series
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授。
PDF格式教材下载 Sequences and Series
本系列学习笔记PDF下载(Academia.edu) MOOCULUS-2 Solution
Summary
- If $$\sum_{n=1}^\infty |a_n|$$ converges (i.e. absolutely convergent), then $$\sum_{n=1}^\infty a_n$$ converges (i.e. conditionally convergent).
- Suppose that $(a_n)$ is a decreasing sequence of positive numbers and $$\lim_{n\to\infty}a_n=0$$ Then the alternating series $$\sum_{n=1}^\infty (-1)^{n+1} a_n$$ converges.
- For an alternating series $$s_n=\sum_{n=1}^{\infty}(-1)^n\cdot a_n$$ the test steps:
- If $$\lim_{n\to\infty}a_n\neq0$$ then it diverges;
- If $$\lim_{n\to\infty}a_n=0$$ and $a_n$ converges, then it absolutely converges;
- If $$\lim_{n\to\infty}a_n=0$$ and $a_n$ diverges, then it conditionally converges.
Exercises 4.1
Determine whether each series converges absolutely, converges conditionally, or diverges.
1. $$\sum_{n=1}^\infty (-1)^{n-1}{1\over 2n^2+3n+5}$$ Solution: $$\sum_{n=1}^{\infty}|a_n|=\sum_{n=1}^{\infty}{1\over 2n^2+3n+5} < \sum_{n=1}^{\infty}{1\over 2n^2}\to\text{converge}$$ Thus it converges absolutely.
2. $$\sum_{n=1}^\infty (-1)^{n-1}{3n^2+4\over 2n^2+3n+5}$$ Solution: $$\lim_{n\to\infty}|a_n|=\lim_{n\to\infty}{3n^2+4 \over 2n^2+3n+5}={3\over2}\neq0$$ Thus it diverges.
3. $$\sum_{n=1}^\infty (-1)^{n-1}{\ln n\over n}$$ Solution: $$\lim_{n\to\infty}{\ln n\over n}=0$$ and $${\ln n\over n} > {1\over n}\to\text{diverge}$$ Thus it converges conditionally.
4. $$\sum_{n=1}^\infty (-1)^{n-1} {\ln n\over n^3}$$ Solution: $$\lim_{n\to\infty}{\ln n\over n^3}=0$$ and $${\ln n\over n^3} < {n\over n^3}={1\over n^2}\to\text{converge}$$ Thus it converges absolutely.
5. $$\sum_{n=2}^\infty (-1)^n{1\over \ln n}$$ Solution: $$\lim_{n\to\infty}{1\over\ln n}=0$$ and $${1\over\ln n} > {1\over n}\to\text{diverge}$$ Thus it converges conditionally.
6. $$\sum_{n=0}^\infty (-1)^{n} {3^n\over 2^n+5^n}$$ Solution: $$\lim_{n\to\infty}{3^n\over 2^n+5^n}=0$$ and $$\lim_{n\to\infty}a_{n+1}/a_n=\lim_{n\to\infty}{3^{n+1}\over 2^{n+1}+5^{n+1}}\cdot{2^n+5^n\over 3^n}$$ $$=\lim_{n\to\infty}{3\cdot(2^n+5^n)\over 2^{n+1}+5^{n+1}}={3\over5} < 1$$ Thus it converges absolutely.
7. $$\sum_{n=0}^\infty (-1)^{n} {3^n\over 2^n+3^n}$$ Solution: $$\lim_{n\to\infty}{3^n\over 2^n+3^n}=1\neq0$$ Thus it diverges.
8. $$\sum_{n=1}^\infty (-1)^{n-1} {\arctan n\over n}$$ Solution: $$\lim_{n\to\infty}{\arctan n\over n}=\lim_{n\to\infty}{1\over 1+n^2}=0$$ and $${\arctan n\over n} > {1\over n}\to\text{diverge}$$ Thus it converges conditionally.
Exercises 4.2
Determine whether the following series converge or diverge.
1. $$\sum_{n=1}^\infty {(-1)^{n+1}\over 2n+5}$$ Solution: $$\lim_{n\to\infty}{1\over 2n+5}=0$$ Thus it converges.
2. $$\sum_{n=4}^\infty {(-1)^{n+1}\over \sqrt{n-3}}$$ Solution: $$\lim_{n\to\infty}{1\over \sqrt{n-3}}=0$$ Thus it converges.
3. $$\sum_{n=1}^\infty (-1)^{n+1}{n\over 3n-2}$$ Solution: $$\lim_{n\to\infty}{n\over 3n-2}={1\over3}\neq0$$ Thus it diverges.
4. $$\sum_{n=1}^\infty (-1)^{n+1}{\ln n\over n}$$ Solution: $$\lim_{n\to\infty}{\ln n\over n}=0$$ Thus it converges.
5. Approximate $$\sum_{n=1}^\infty (-1)^{n+1}{1\over n^3}$$ to two decimal places.Solution: $$\int_{N}^{\infty}{1\over x^3}dx= -{1\over2}\cdot{1\over x^2}\Big|_{N}^{\infty}= {1\over2}\cdot{1\over N^2} < {1\over100}\Rightarrow N \geq 8$$ Adding up the first 8 terms and the result is $0.9007447\doteq0.90$.
6. Approximate $$\sum_{n=1}^\infty (-1)^{n+1}{1\over n^4}$$ to two decimal places.Solution: $$\int_{N}^{\infty}{1\over x ^4}dx=-{1\over3}\cdot{1\over x^3}\Big|_{N}^{\infty}={1\over3}\cdot{1\over N^3} < {1\over100}\Rightarrow N\geq4$$ Adding up the first 4 term and the result is $0.9459394\doteq0.95$.
Additional Exercises
1. Suppose $$\sum_{n=1}^{\infty}|a_n|$$ converges, what about $$\sum_{n=1}^{\infty}a_n$$ Solution: $$\sum_{n=1}^{\infty}|a_n|\ \text{converges}$$ $$\Rightarrow\sum_{n=1}^{\infty}2\cdot|a_n|\ \text{converges}$$ We have $$0\leq a_n+|a_n|\leq2\cdot|a_n|$$ By comparison test, $$\sum_{n=1}^{\infty}(a_n+|a_n|)$$ converges. And $$\sum_{n=1}^{\infty}(a_n+|a_n|)-\sum_{n=1}^{\infty}|a_n|=\sum_{n=1}^{\infty}a_n$$ converges.
This exercise shows that "Absolutely converge implies converge".
2. $$\sum_{j=5}^{\infty}{2j^2+j+2 \over 3j^5+j^4+5j^3+6}$$ converge or diverge?
Solution: $${2j^2+j+2 \over 3j^5+j^4+5j^3+6} < {3i^2\over3j^5}={1\over j^3}\to\text{converge}$$ By $p$-series test and comparison test, it converges.
3. $$\sum_{n=2}^{\infty}{6\cdot(-1)^n \over 7n^{0.52}}$$ converge or diverge?
Solution: $$\lim_{n\to\infty}{6\over 7n^{0.52}}=0$$ and $${6\over 7n^{0.52}} > {1\over 7n^{0.52}}\to\text{diverge}$$ Thus it converges conditionally.
4. $$\sum_{n=7}^{\infty}{4\cdot(-1)^{n+1}\over n^2+3n+5}$$ converge or diverge?
Solution: $$\lim_{n\to\infty}{4\over n^2+3n+5}=0$$ and $${4\over n^2+3n+5} < {4\over n^2}\to\text{converge}$$ Thus it converges absolutely.
MOOCULUS微积分-2: 数列与级数学习笔记 4. Alternating series的更多相关文章
- 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: 数列与级数学习笔记 Review and Final
此课程(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: 数列与级数学习笔记 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格式教材下载 ...
- MOOCULUS微积分-2: 数列与级数学习笔记 1. Sequences
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...
- python学习笔记—DataFrame和Series的排序
更多大数据分析.建模等内容请关注公众号<bigdatamodeling> ################################### 排序 ################## ...
- 《Java学习笔记(第8版)》学习指导
<Java学习笔记(第8版)>学习指导 目录 图书简况 学习指导 第一章 Java平台概论 第二章 从JDK到IDE 第三章 基础语法 第四章 认识对象 第五章 对象封装 第六章 继承与多 ...
随机推荐
- css3实践之摩天轮式图片轮播+3D正方体+3D标签云(perspective、transform-style、perspective-origin)
本文主要通过摩天轮式图片轮播的例子来讲解与css3 3D有关的一些属性. demo预览: 摩天轮式图片轮播(貌似没兼容360 最好用chrome) 3D正方体(chrome only) 3D标签云(c ...
- ASP.NET MVC运行机制源码剖析
我们都知道ASP.NET首先是从Global.aspx中开始运行的, 在Application_Start()中添加路由映射后, 就由URLRouting组件创建IRouteHandler并执行, 在 ...
- canvas 2d 贴图技术实践
最近在公司内部的技术协会论坛里闲逛的时候,无意中发现了一篇手淘前端大牛岑安两年前写的博文,讲述了canvas的2d贴图技术.看到后觉得相当神奇.于是就自己实现了一下.不过岑安前辈的那篇博文也只是大概讲 ...
- Nodejs爬虫进阶=>异步并发控制
之前写了个现在看来很不完美的小爬虫,很多地方没有处理好,比如说在知乎点开一个问题的时候,它的所有回答并不是全部加载好了的,当你拉到回答的尾部时,点击加载更多,回答才会再加载一部分,所以说如果直接发送一 ...
- 东大OJ-1544: GG的战争法则
题目描述 你在桥上看风景 看风景的人在楼上看你 明月装饰了你的窗子 你装饰了我的梦 这是GG在长坂坡发出的感叹. 三年前GG莫名的穿越到了三国时期,在这三年里他看尽了各种杀戮,心里早已麻木.GG他渴望 ...
- jqMobile中的dialog和popup的区别
主要区别是:dialog默认含回退按钮.并且dialog在1.4版中已经过时,1.5中将会移除. 下面是 原文1: Using a Dialog Window as a Popup A jQuery ...
- Android 轻量级输入校验库:Fire Eye
Fire Eye是一款轻量级简单易用的Android校验库. FireEye 2.0 在 1.0 的基础上,全部重写了代码,并优化了架构,性能上和逻辑上都大大提升.只需要几行代码,即可验证用户输入,并 ...
- Maven遇到的错误汇总
使用工具是MyEclipse10: 1.创建Maven项目出错 1.项目名带有Maven Webapp 解决方案: 2.缺少jar could not resolve archetype : Co ...
- CSS3绘制弹球动画效果
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>& ...
- 安卓activity生命周期
相信不少朋友也已经看过这个流程图了,也基本了解了Activity生命周期的几个过程,我们就来说一说这几个过程. 1.启动Activity:系统会先调用onCreate方法,然后调用onStart方法, ...