微积分BC第13次正课 - 无穷级数判敛
Reading Guide / 阅读说明
这份笔记已经按完整版 transcript 补足。完整版和之前版本最大的区别是:前半节课先完成 Polar Coordinates / Polar Area 的 Chapter 9 收尾,后半节课才进入 Infinite Sequence and Series 的前 6 种 convergence tests。
它直接承接 微积分BC第12次正课-旋转体弧长参数向量与极坐标:第 12 课已把 polar curve 写成以 为 parameter 的 ,本课在此基础上完成 polar slope、graph tracing 与 area。
读这份笔记时,不要把它理解成“只讲 Unit 10”。它其实是:
Chapter 9 polar wrap-up
-> Unit 10 sequence/series convergence tests
-> next lecture Ratio Test and Taylor SeriesReading Rule / 读法约定
这份笔记采用 英文术语为主,中文解释为辅 的方式。
原因是 AP Calculus BC 的题目、讲义和 UBC 后续课程都会用英文问法,所以需要优先记住英文触发词;但理解逻辑时用中文解释,可以避免只背单词不懂含义。
推荐读法:
- 先看英文术语:知道题目里会怎么问
- 再看中文对应句:知道这个词到底在说什么
- 最后看做题动作:知道下一步该算什么、比较什么、判断什么
中英对照强度:
- 核心定义、定理、判断规则:中英对照
- 例题 key idea、易错点、做题动作:中英对照
- 普通解释和课堂脉络:以中文为主,保留英文术语
- 不做全文逐句翻译,避免笔记变得太重
1. Before Class / 课前目标
这节课进入 AP Calculus BC 最后的压轴单元:Infinite Sequence and Series。
这一章考试占比大约 17% - 18%,难度高,核心不是单个公式,而是要会判断:
- 一个无穷级数到底 converge 还是 diverge
- 看到不同形态时应该选哪个 test
- 哪些 test 只能判发散,哪些能判收敛
- 哪些方法能求出具体和,哪些只能判断状态
我这节课主要要听懂:
- 什么叫 series converge / diverge
- 7 种判敛方式中的前 6 种
- 每种 test 的适用信号
- 选择题里怎么快速选方法
2. Class Flow / 课堂脉络
完整版 transcript 的课堂顺序是:
- 先从上一节课的 Polar Coordinates derivative warm-up 开始。
- 看到 slope of tangent line,就转成 。
- 极坐标里用 ,,再算 。
- 然后讲 Polar Area。
- 先理解 polar graph 是按 增大的方向逆时针 trace。
- 面积公式是 。
- 难点不是公式,而是找起始角度、终止角度、以及到底是单曲线围成还是两曲线做差。
- 再收束 Chapter 9。
- AP BC 第 9 章常见 FRQ 来源:parametric equations, vector-valued motion, polar area。
- 后半节进入 Unit 10: Infinite Sequence and Series。
- 先区分 sequence 和 series。
- 再定义 convergent series 和 divergent series。
- 然后按题型学习 6 种判敛方式:
- Geometric Series Test
- nth Term Test for Divergence
- Integral Test
- p-Series Test
- Comparison Test / Limit Comparison Test
- Alternating Series Test
- 最后强调:后面的题会越来越综合,关键是先记住每个方法的适用条件。
讲义里后半部分还出现了:
- Ratio Test
- Taylor Series / Maclaurin Series
- Power Series 的 radius and interval of convergence
这些在 微积分BC第14次正课-Ratio-Test与Taylor-Series 里继续展开。
3. Chapter 9 Wrap-Up / 极坐标收尾
完整版 transcript 的前半节不是 Unit 10,而是在补完 Chapter 9 的最后一块:Polar Coordinates。
这一块的核心不是背很多新公式,而是把极坐标里的三件事打通:
polar point
-> polar tangent slope
-> polar areaKnowledge Point A: Polar Slope Means
题目里如果说:
slope of the tangent line在 calculus 里就是问:
但 polar equation 给的是:
所以要先把 polar 转成 parametric form:
然后:
Deep sentence / 深句:
In polar form, the tangent slope is still dy/dx, but theta is the parameter that lets us compute it.中文理解:极坐标没有直接给 ,所以不能直接对 求导。它更像 Parametric Equations:先分别求 和 ,再相除。
Knowledge Point B: Example - at
如果:
那么:
分别求导:
代入 :
所以:
Exam move / 考试动作:
先写 和 ,再代入具体 。不要一开始就把三角值乱塞进去,否则容易漏 product rule。
Knowledge Point C: Example - at
如果:
那么:
代入:
得到:
老师强调的省事方法:
代入三角值时可以先消掉 项,这样式子会短很多。但前提是 product rule 已经写完整。
Knowledge Point D: How to Trace a Polar Graph
极坐标点不是 ,而是:
(r, theta)含义是:
- 给方向角
- 给沿这个方向走多远
所以画图时的基本动作是:
- 选几个 。
- 算对应的 。
- 按 增大的顺序连接。
- 通常就是逆时针 trace,因为 逆时针增大。
例如:
几个关键点:
| graph meaning | ||
|---|---|---|
| positive direction, length 2 | ||
| first quadrant direction | ||
| positive direction | ||
| returns to origin |
Deep sentence / 深句:
In polar graphs, theta is the order of tracing.中文理解:在普通 图像里,我们习惯从左到右看 增大;在 polar 图像里,要看 增大时图像怎么走。
Knowledge Point E: Polar Area Formula
极坐标面积的核心公式是:
这里:
- 是 polar curve
- 是起始角度
- 是终止角度
关键点:
上下限是 angle bounds,不是 bounds。
公式来自 sector area:
中文理解:极坐标面积不是竖条 rectangle,而是一片很薄的小扇形。小扇形面积近似为 ,再从起始角度累积到终止角度。
这个和 01 - The Essence of Calculus 的主线相连:很多 tiny pieces accumulate into total area。
Knowledge Point F: Direct Polar Area Example
如果题目已经给:
the region enclosed by r = theta sin(2theta), 0 <= theta <= 2pi那么不需要先画图,直接写:
Exam move / 考试动作:
题目已经给 范围时,先不要把问题复杂化。直接套 polar area formula。
Knowledge Point G: When the Region Must Be Split
如果区域不是一条 curve 一口气围成,而是不同角度段由不同 curve 控制,就要 split。
课堂例子里有一个典型结构:
- 一段由 围成
- 另一段由 围成
- intersection angle 是
面积写成:
Deep sentence / 深句:
Split the region where the curve that forms the boundary changes.中文理解:不是看到两条 curve 就一定 outer minus inner。有时一块区域前半段由一条 curve 单独围成,后半段由另一条 curve 单独围成。
Knowledge Point H: Use Symmetry When Four Pieces Are the Same
课堂里强调:如果图像显示四块面积完全一样,不要硬算四遍。
例如只算第一象限的一块:
总面积:
Exam move / 考试动作:
polar graphs 常常来自 trig functions,所以 symmetry / periodicity 很常见。先找最小可代表区域,再乘倍数。
Knowledge Point I: Area Between Two Polar Curves
如果区域是两条 curve 共同夹出来的,就用 outer minus inner:
课堂例子的结构是:上下对称,所以先算上半部分再乘 2。
Deep sentence / 深句:
Polar area is still accumulated area, but the slices are sectors, not rectangles.中文理解:这个公式和普通积分求面积的思想一致,都是 accumulation;不同的是普通直角坐标切 rectangle,极坐标切 sector。
Knowledge Point J: Chapter 9 FRQ Risk
老师最后提醒:AP BC 第 9 章很容易出 FRQ。
Chapter 9 的三条主线是:
- Parametric Equations
- Vectors / vector-valued motion
- Polar Coordinates
常见问法:
| topic | common FRQ action |
|---|---|
| parametric | position, , tangent slope |
| vector-valued motion | speed, acceleration vector, displacement |
| polar | area enclosed by polar curves |
中文理解:Chapter 9 不是计算量最大的一章,但分析题意很重要。它经常考“你到底知不知道该用哪个表达式算”。
4. Unit 10 Core Ideas / 无穷级数核心知识块
Knowledge Point 1: Sequence vs Series
一句话理解:
sequence 是一排数;series 是把这一排数加起来。
定义:
- Sequence:
- Series:
用 sigma notation 写:
为什么重要:
判敛讨论的是 series 的和能不能趋向一个唯一确定的数,不是只看每一项长什么样。
易错点:
- sequence 不相加
- series 是相加
- infinite series 不等于一定能加出结果
Knowledge Point 2: Convergent and Divergent Infinite Series
一句话理解:
如果无穷级数最后能加到一个唯一确定的有限数,就叫收敛;否则叫发散。
定义:
如果 partial sums 满足:
其中 是唯一确定的有限数,那么:
这个 series converges。
如果 partial sums 没有趋向唯一确定的有限数,这个 series diverges。
为什么:
级数本质上看的是前 项和 的极限,而不是单项 的极限。
例题信号:
如果题目直接给 nth partial sum ,就直接看:
能不能得到唯一有限值。
例题:2014 BC Intl MCQ 6
题目给:
当 趋向无穷时, 在 和 之间跳,不趋向唯一值,所以 series diverges。
Knowledge Point 3: Geometric Series Test
一句话理解:
等比级数看公比 的绝对值;只有 时收敛。
公式 / 规则:
等比级数:
如果:
则收敛,并且:
如果:
则发散。
为什么:
有限等比和为:
当 时:
所以只剩:
怎么用:
看到这种信号要想到 geometric series:
- 后一项是前一项固定倍数
- 有
- 有正负交替但本质仍是固定公比
- 能写成
重要特点:
这是这节课里唯一一个不仅能判敛,还能确切求和的方法。
例题:
这里:
因为:
所以收敛,和为:
易错点:
- 不要只看有负号就以为不是 geometric
- 可以是负数,关键看
- 只有 geometric series 才能直接用
Knowledge Point 4: nth Term Test for Divergence
一句话理解:
如果第 项本身没有趋近于 ,那这个级数一定发散。
公式 / 规则:
如果:
那么:
diverges。
为什么:
级数是一直加 。如果后面的项仍然有明显大小,不趋近于 ,那一直加下去不可能稳定到一个有限值。
怎么用:
先看最简单的:
如果不是 ,直接 diverge。
例题:
因为:
所以 series diverges。
易错点:
这个 test 只能判发散,不能判收敛。
也就是说:
并不能推出 series converges。
典型反例:
虽然:
但 harmonic series diverges。
Knowledge Point 5: Integral Test
Connection / 连接:
这个方法的底层直觉来自 01 - The Essence of Calculus 里的“many tiny rectangles become area under a graph”。在 AP 题里,Integral Test 把级数的尾部行为转成 improper integral 来判断。
一句话理解:
如果级数项像一个可以积分的函数,就把 换成 ,用反常积分判断同收敛同发散。
公式 / 规则:
对于:
如果可以令:
并且 在对应区间上 positive, continuous, decreasing,那么:
和:
同收敛同发散。
为什么:
级数可以理解为一堆矩形面积的累加,积分是曲线下面积。对于合适的递减正函数,两者尾部行为一致。
怎么用:
- 把 换成
- 写出 improper integral
- 算积分
- 积分收敛则级数收敛;积分发散则级数发散
例题 1:
比较:
计算:
所以:
diverges。
例题 2:
比较:
计算:
所以:
converges。
FRQ 例题:2014 BC Intl FRQ 6
给:
用 integral test:
令:
则:
所以:
因此:
diverges。
易错点:
- 积分法不是所有级数都好用,要看换成 后能不能积分
- FRQ 里要写清楚 improper integral 的 limit
- 起点从 开始,积分下限也要跟着从 开始
Knowledge Point 6: p-Series Test
一句话理解:
p-series 是最常见的可直接秒判类型:指数 收敛, 发散。
公式 / 规则:
对于:
如果:
则 converges。
如果:
则 diverges。
其中:
叫 harmonic series,它是 的特殊 p-series,发散。
怎么用:
看到:
直接看 。
例子:
因为 ,所以 converges。
因为 ,所以 diverges。
选择题快速法:找最大项
对于有理函数形态,可以看最高次项决定尾部行为。
例子:
尾部近似:
因为像 的 p-series,所以 converges。
例子:
尾部近似:
像 harmonic series,所以 diverges。
易错点:
- 选择题可以用找最大项快速判断
- FRQ 不建议只写“找最大”,要用 comparison 或 limit comparison 写规范理由
- 系数不影响收敛发散,只影响值
Knowledge Point 7: Comparison Test
一句话理解:
如果两个正项级数能比较大小,就用“小发散推大发散,大收敛推小收敛”。
公式 / 规则:
如果:
那么:
- 如果 diverges,则 diverges
- 如果 converges,则 converges
记忆方式:
- 小的都发散,大的一定发散
- 大的都收敛,小的一定收敛
怎么用:
先找一个已知状态的 benchmark series:
- harmonic series: diverges
- p-series with : converges
- geometric series with converges
然后用大小关系推出目标级数。
例子:
比较:
和:
因为:
而:
diverges,所以更大的:
也 diverges。
易错点:
- 不能用“小收敛推大收敛”
- 不能用“大发散推小发散”
- 比较法通常要求正项
Knowledge Point 8: Limit Comparison Test
一句话理解:
如果两个级数的项相除后趋向一个正的有限常数,它们同收敛同发散。
公式 / 规则:
如果:
其中:
那么:
和:
同收敛同发散。
怎么用:
- 找一个和 尾部行为类似的
- 算:
- 如果结果是正的有限常数,就看 的状态
例题信号:
看到复杂有理函数、指数函数相减、尾部主导项明显时,可以考虑 limit comparison。
例子:
尾部像:
而:
是 geometric series,converges。
如果做规范证明,可以算:
所以同收敛,目标级数 converges。
易错点:
- 极限结果必须是
- 如果得到 或 ,这个版本的结论不能直接用
Knowledge Point 9: Alternating Series Test
一句话理解:
正负交替的级数,如果绝对值项趋近于 且单调递减,就收敛。
公式 / 规则:
交错级数通常长这样:
或:
其中 。
如果同时满足:
并且:
那么 alternating series converges。
怎么用:
- 先确认是否正负交替
- 忽略 或 ,只看正的
- 检查
- 检查 是否 decreasing
例题:
可以写成:
这里:
满足:
且:
所以 converges。
关键对比:
diverges,但:
converges。
正负交替会让级数更容易收敛。
反例:
虽然正负交替,但:
所以不满足 alternating series test,且由 nth term test 可知 diverges。
易错点:
- 交错级数判别法只适用于正负交替
- 检查条件时不要把 算进
- 第一个条件 不满足时,直接发散
5. Test Selection Map 判敛方法选择图
做题时可以按这个顺序想:
-
能不能看出 geometric?
如果能,直接看 ,必要时求和。 -
第 项极限是不是不为 0?
如果 ,直接 nth term test 判发散。 -
是不是 或像 p-series?
如果是,看 还是 。 -
换成 后能不能积分?
如果能,考虑 integral test。 -
能不能和已知级数比较?
有明确大小关系用 comparison test;尾部行为相同用 limit comparison test。 -
有没有 正负交替?
如果有,检查 alternating series test 的两个条件。 -
有 factorial、指数、高次幂连乘?
讲义后面会进入 ratio test,这节课只做预告。
6. In-Class Examples 课堂例题整理
Example 1: Partial Sum 不稳定
Problem:
给出 partial sum:
判断:
是否收敛。
Solution:
因为 随 的奇偶在 和 之间变化,所以:
不存在。
Answer:
The series diverges。
Key idea:
series 是否收敛看 partial sums 是否趋向唯一有限值。
Example 2: Geometric Series 求和
Problem:
Solution:
因为:
所以收敛。
Key idea:
能写成 就先看 geometric;这是少数能直接求 sum 的情况。
Example 3: Integral Test with Substitution
Problem:
Solution:
用:
令:
得到:
代入无穷上限:
所以积分发散,级数发散。
Key idea:
这题是 integral test 的 FRQ 典型题,要写完整的 improper integral 和 substitution。
Example 4: p-Series 参数题
Problem:
何时收敛?
Solution:
把整体看成 p-series / improper integral 的指数条件:
所以:
Key idea:
不是看变量名字,而是看分母整体指数是否大于 。
Example 5: Alternating Series 反向构造题
Problem:
已知:
判断哪个一定正确。
Key reasoning:
虽然 本身不一定能直接判断所有选项,但:
而且因为:
所以:
因此:
满足 alternating series test,converges。
Key idea:
看到倒数以后,单调递增会变成单调递减。
Example 6: Comparison with
课堂里有一个 comparison test 的典型选择题结构:
关键大小关系是:
所以分母越小,分数越大:
因为 harmonic series:
diverges,而:
比它还大,所以:
diverges。
Deep sentence / 深句:
A smaller divergent positive series forces a larger positive series to diverge.中文理解:小的都已经加爆了,大的更不可能收敛。
Example 7: Limit Comparison and Top-Degree Shortcut
课堂里反复强调“找最大项”的选择题思路。
例如:
当 很大时:
所以:
而:
是 geometric series,ratio 是 ,所以 converges。
如果要写得更正式,可以做 limit comparison:
因为 limit 是 positive finite number,所以两个 series 同收敛同发散。
FRQ warning / FRQ 提醒:
选择题可以用 top-degree / dominant-term shortcut。FRQ 里最好写 comparison 或 limit comparison,不要只写“找最大”。
Example 8: Alternating Series with Reciprocal of an Increasing Sequence
课堂最后一道综合题给出:
这不能推出 收敛,也不能推出 一定发散。
但它可以推出:
converges。
原因:
并且:
所以 reciprocal terms decrease to zero,满足 Alternating Series Test。
Deep sentence / 深句:
Increasing denominators create decreasing reciprocal terms.中文理解: 越来越大时, 越来越小。这就是为什么它能套 alternating series test。
7. Confusion / Questions
这节课容易卡的地方:
- 为什么 不能推出 收敛?
- 选择题里“找最大项”什么时候可以用,FRQ 里什么时候不能只这么写?
- comparison test 里到底是“小发散推大发散”,还是“大发散推小发散”?
- alternating series test 和 nth term test 怎么配合?
- integral test 的 positive / continuous / decreasing 条件什么时候需要写出来?
8. Deep Phrases / 深句对应表
| English sentence | 中文对应句 |
|---|---|
| Slope of the tangent line means . | 切线斜率就是 ,极坐标也一样。 |
| In polar form, theta is the parameter. | 极坐标里 扮演参数角色。 |
| Polar area uses sector slices, not rectangular slices. | 极坐标面积切的是小扇形,不是小长方形。 |
| The bounds in a polar integral are angle bounds. | 极坐标积分上下限是角度,不是 值。 |
| Split the region when the boundary curve changes. | 边界曲线换了,就要分段积分。 |
| A convergent series has a unique finite sum. | 收敛就是无穷和走向唯一有限值。 |
| Infinity is not a number. | 无穷不是一个具体数,所以不算收敛。 |
| The nth term test only proves divergence. | 第 项检验只能判发散,不能判收敛。 |
| A geometric series is the only early test that gives an exact sum. | 前几种判敛里,等比级数是少数能直接求和的。 |
| The end behavior controls convergence. | 判敛看尾部行为,不看前几项长什么样。 |
| A smaller divergent series forces a larger positive series to diverge. | 小的正项级数都发散,大的也一定发散。 |
| A larger convergent series forces a smaller positive series to converge. | 大的正项级数都收敛,小的也一定收敛。 |
| A positive finite limit in limit comparison means same behavior. | 极限比较法里,比值到正有限数就是同收敛同发散。 |
| Alternating signs can create cancellation. | 正负交替会产生抵消,所以可能让原本发散的量收敛。 |
| The alternating prefix is not part of the positive term test. | 检查交错级数时, 只是符号前缀,不算进 的大小比较。 |
9. Exam Language / 关键句中英对照
这个板块不是背单词,而是把笔记里真正有用的关键句翻译成考试语言。不是每一句都翻译,只翻译以后做题、复习、听课最常见的那类句子。
固定读法:
English exam sentence -> 中文理解 -> 做题动作也就是说,它的作用类似:
slope of tangent line -> 瞬时斜率 -> derivative
average rate of change -> 平均变化率/割线斜率 -> secant slope这一讲对应的是:
The series converges. -> 加到唯一有限值 -> 看 partial sums 的 limit
The series diverges. -> 加不出唯一有限值 -> 找发散证据1. The series converges.
English exam sentence:
The series converges.
中文理解:
最后能加到一个唯一确定的有限数。
做题动作:
看 partial sums 是否有 finite limit。
数学意思:
其中 是一个确定的有限数。
2. The series diverges.
English exam sentence:
The series diverges.
中文理解:
最后加不出一个唯一确定的有限数。
做题动作:
可能趋向 ,可能震荡,可能没有 limit,总之不是 finite limit。
常见信号:
- partial sums 来回跳
- 和 harmonic series 一样发散
- improper integral 算到
3. The infinite series is the sum of infinitely many terms.
English exam sentence:
The infinite series is the sum of infinitely many terms.
中文理解:
把无穷多个项一直加下去。
做题动作:
不是看单个 ,而是看:
能不能稳定到一个数。
4. A sequence is a list of numbers.
English exam sentence:
A sequence is a list of numbers.
中文理解:
一排数,不相加。
做题动作:
它只是:
不是:
5. A series is the sum of the terms of a sequence.
English exam sentence:
A series is the sum of the terms of a sequence.
中文理解:
把 sequence 的项加起来。
做题动作:
看到 series,就自动想到 sum:
6. The nth partial sum is the sum of the first n terms.
English exam sentence:
The nth partial sum is the sum of the first terms.
中文理解:
前 项已经加出来的结果。
做题动作:
如果题目给 ,不要再从 硬算,直接看:
7. A geometric series has a constant ratio between consecutive terms.
English exam sentence:
A geometric series has a constant ratio between consecutive terms.
中文理解:
后一项永远是前一项乘同一个数。
做题动作:
找 common ratio 。
考试触发句:
- terms have a constant ratio
- each term is multiplied by the same number
- looks like
判断:
8. The common ratio is the ratio of a term to the previous term.
English exam sentence:
The common ratio is the ratio of a term to the previous term.
中文理解:
后一项除以前一项得到的固定倍数。
做题动作:
如果这个比值是固定常数,就可能是 geometric series。
9. If the nth term does not approach zero, the series diverges.
English exam sentence:
If , then diverges.
中文理解:
如果后面的项自己都没有变成 ,那一直加下去肯定停不住。
做题动作:
先算:
如果不是 ,直接 diverges。
最重要限制:
它只能判发散,不能判收敛。
10. The Integral Test compares a series with an improper integral.
English exam sentence:
The Integral Test compares a series with an improper integral.
中文理解:
把级数当成一堆矩形,用反常积分看尾部面积。
做题动作:
把 换成 :
然后算:
11. A p-series converges if p is greater than 1.
English exam sentence:
A p-series converges if and diverges if .
中文理解:
长得像 的级数。
做题动作:
只看 :
12. The harmonic series diverges.
English exam sentence:
The harmonic series diverges.
中文理解:
p-series 里 的特殊情况。
做题动作:
一定 diverges。
易错提醒:
虽然 ,但它还是 diverges。
13. A larger convergent series forces a smaller positive series to converge.
English exam sentence:
If and converges, then converges.
中文理解:
大的正项级数都收敛了,小的正项级数一定也收敛。
做题动作:
- 大的都收敛,小的一定收敛
- 找一个已知收敛的更大级数
14. A smaller divergent series forces a larger positive series to diverge.
English exam sentence:
If and diverges, then diverges.
中文理解:
小的正项级数都发散了,大的正项级数一定也发散。
做题动作:
- 小的都发散,大的一定发散
- 找一个已知发散的更小级数
常见题目触发句:
- compare with
- bounded by
- greater than / less than
- determine by comparison
15. If two series have the same end behavior, they have the same convergence behavior.
English exam sentence:
If where , then and either both converge or both diverge.
中文理解:
两个级数尾部只差一个固定倍数,所以同收敛同发散。
做题动作:
如果:
则同收敛同发散。
16. An alternating series changes sign from term to term.
English exam sentence:
An alternating series changes sign from term to term.
中文理解:
一正一负、一正一负地加。
做题动作:
看到:
或:
先想到 alternating series test。
17. The positive terms decrease to zero.
English exam sentence:
The positive terms decrease to zero.
中文理解:
正的那部分越来越小,并且最后趋近 。
做题动作:
并且:
在 alternating series test 里,要检查的是正的 ,不是带 的整项。
18. A finite limit is a real number, not infinity.
English exam sentence:
A finite limit is a real number, not .
中文理解:
最后靠近的是一个具体数字,不是 ,也不是不存在。
做题动作:
converge 必须是 finite limit。
19. The test is inconclusive.
English exam sentence:
The test is inconclusive.
中文理解:
这个 test 用完之后不能判断,不代表收敛,也不代表发散。
做题动作:
需要换 test。
常见例子:
- nth term test 里
- ratio test 里 limit 等于
10. After Class Summary
完整版补足后,这节课实际分成两段:
- Chapter 9 wrap-up: Polar Coordinates derivative and Polar Area
- Unit 10 start: Infinite Sequence and Series convergence and divergence tests
这节课主要讲了无穷级数判敛的前 6 种方法。
最重要的规则是:
- geometric series: 收敛,且可求和
- nth term test: 直接发散
- integral test: 级数和对应反常积分同收敛同发散
- p-series: 在 收敛, 发散
- comparison: 小发散推大发散,大收敛推小收敛
- limit comparison: 比值趋向正的有限常数则同收敛同发散
- alternating series: 且 decreasing,则交错级数收敛
这节课最容易错的是:
- 用 nth term test 误判收敛
- 忘记 harmonic series 发散
- 把 comparison test 的推理方向弄反
- 看到 后忘记检查
- 把选择题快速法当成 FRQ 规范写法
我还需要复习的是:
- 每个 test 的适用信号
- p-series 和 integral test 的关系
- FRQ 中 integral test 的书写格式
- comparison / limit comparison 的区别
下一步我要做:
- 把讲义中的 Ratio Test 单独整理成下一讲笔记
- 把 Taylor / Maclaurin 和 Power Series 收敛区间单独整理成 Unit 10.2
- 用 10 道选择题练“看到题目先选 test”
11. Knowledge Graph Connections / 知识图谱连接
-
微积分BC第12次正课-旋转体弧长参数向量与极坐标 establishes parametric and polar derivatives; this lecture completes polar area before moving into series.
-
Improper Integral is the continuous object used by the Integral Test: convergence of is compared with convergence of an unbounded accumulated area.
-
Polar Coordinates connects this lecture back to Chapter 9: , , and .
-
Polar Area connects polar graphs to Integrals through sector accumulation: .
-
Area Under a Curve is the conceptual bridge between polar area and integral test: both turn many tiny pieces into a total accumulated quantity.
-
Parametric Equations explains why polar derivative problems use as the parameter.
-
01 - The Essence of Calculus explains the visual intuition behind an integral as accumulated area. This note uses that idea formally in Integral Test: convert a series question into an improper integral question.
-
Area Under a Curve is the shared bridge: 3Blue1Brown uses it to explain accumulation; AP Calculus BC uses it to test convergence through integrals.
-
Integrals connects this note’s Integral Test with the idea that many small quantities can be accumulated by an integral.
-
Infinite Sequence and Series connects to 3Blue1Brown’s idea of summing many tiny pieces, but here the sum is discrete terms rather than geometric rectangles.
-
Fundamental Theorem of Calculus is not the main topic here, but it explains why integral-based reasoning is connected to derivatives in the wider calculus map.
-
02 - The Paradox of the Derivative reinforces the same precision habit needed for series: avoid vague infinitesimal language; use limits and exact tests.
-
03 - Derivative Formulas through Geometry builds derivative formula intuition such as Power Rule and Trigonometric Derivatives, which later supports AP topics like Taylor Series and formula-based calculus fluency.
-
微积分BC第14次正课-Ratio-Test与Taylor-Series continues this lecture by adding Ratio Test, Absolute Convergence, Conditional Convergence, Alternating Series Error Bound, and the first Taylor/Maclaurin tools.
-
AP电磁学第1次正课-电荷库仑定律与电场 is the physics-side application of the same calculus habits: vectors, derivatives, and later integrals become tools for electric fields and Gauss’s law.
12. Links / 链接
- UBC Knowledge Graph
- 微积分BC第12次正课-旋转体弧长参数向量与极坐标
- Improper Integral
- Polar Coordinates
- Polar Area
- Parametric Equations
- Tangent Line
- calculus
- 串讲课
- Infinite Sequence and Series
- Geometric Series
- p-Series
- Alternating Series Test
- Ratio Test
- 微积分BC第14次正课-Ratio-Test与Taylor-Series
- Taylor Series
- 01 - The Essence of Calculus
- Area Under a Curve
- Integrals
- Fundamental Theorem of Calculus
- 02 - The Paradox of the Derivative
- 03 - Derivative Formulas through Geometry
- AP电磁学第1次正课-电荷库仑定律与电场
- Limits