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 第三章 基础语法 第四章 认识对象 第五章 对象封装 第六章 继承与多 ...
随机推荐
- Vue学习笔记-2
前言 本文非vue教程,仅为学习vue过程中的个人理解与笔记,有说的不正确的地方欢迎指正讨论 1.computed计算属性函数中不能使用vm变量 在计算属性的函数中,不能使用Vue构造函数返回的vm变 ...
- 子Div使用Float后如何撑开父Div
如果想要撑开父元素可以采用以下方法: 方法一: 父元素设置overflow以及zoom,样式如下: 1 <style> 2 #div1{border:1px solid red;ove ...
- NVIC优先级分组
挂起,解挂,使能,失能
- Apache CXF实现WebService发布和调用
第一种方法:不用导入cxf jars 服务端: 1. 新建Web工程 2.新建接口和实现类.测试类 目录结构图如下: 接口代码: package com.cxf.spring.service; imp ...
- Oracle学习——安装系列
简介:Oracle Database,又名Oracle RDBMS,或简称Oracle.是甲骨文公司的一款关系数据库管理系统.它是在数据库领域一直处于领先地位的产品.可以说Oracle数据库系统是目前 ...
- python环境搭建-pycharm2016软件注册码
pycharm软件下载地址 https://www.jetbrains.com/pycharm/ 方法一: pycharm 2016 注册码 43B4A73YYJ-eyJsaWNlbnNlSWQiOi ...
- 跨浏览器图像灰度(grayscale)解决方案
<style type="text/css"> .gray { -webkit-filter: grayscale(100%); /* CSS3 filter方式,we ...
- 如何调试js文件
来源于:http://stackoverflow.com/questions/988363/how-can-i-debug-my-javascript-code http://stackoverflo ...
- HTML5基础知识(2)--标题标签的使用
1.HTML文档中包含各种级别的标题,各种级别的标题由<h1>到<h6>元素来定义,<h1>至<h6>标题标记中的字母h是英文headline的简称.其 ...
- [转]Hibernate设置时间戳的默认值和更新时间的自动更新
原文地址:http://blog.csdn.net/sushengmiyan/article/details/50360451 Generated and default property value ...