微积分BC第14次正课 - Ratio Test 与 Taylor Series
Reading Guide / 阅读说明
这份笔记接在 微积分BC第13次正课-无穷级数判敛 后面。第 13 次课主要整理前 6 种判敛方法;第 14 次课先补最后一种判敛工具 Ratio Test,再进入 Taylor Series / Maclaurin Series / Power Series 的核心框架。
这份笔记继续用:
- English exam/core sentences
- 中文解释和纠错
- Obsidian wiki links
- LaTeX 公式
- “深句对应表”帮助记忆
1. What This Lecture Is About / 这节课在讲什么
这节课分成两大块:
Part A: finish convergence tests
Part B: start Taylor / Maclaurin / Power SeriesPart A:
- Ratio Test
- choosing among 7 convergence tests
- Absolute Convergence
- Conditional Convergence
- Alternating Series Error Bound
Part B:
- Taylor Series
- Maclaurin Series
- common Maclaurin expansions
- using series to differentiate and integrate
- Lagrange Error Bound
- Interval of Convergence
- Radius of Convergence
课堂里的核心提醒是:
第十章不是一节课听懂的内容,而是一个长期熟悉 test signals 和 computation patterns 的过程。中文理解:Unit 10 的难点不是某个公式,而是“看到题目以后能不能快速判断该用哪种工具”。
2. Link to Previous Lecture / 和第13次正课的连接
第 13 次课已经讲了:
- Geometric Series
- nth Term Test for Divergence
- Integral Test
- p-Series
- Comparison Test
- Limit Comparison Test
- Alternating Series Test
第 14 次课补上第 7 种:
然后把“是否收敛”进一步细分成:
convergent
-> absolutely convergent
-> conditionally convergent
divergent最后进入 power series,因为 power series 的收敛区间还是要靠 Ratio Test。
3. Class Flow / 课堂脉络
- 回顾第 13 次课:前 6 种 convergence tests。
- 讲第 7 种:Ratio Test。
- 用综合选择题训练“看到级数先选 test”。
- 引入 Absolute Convergence 和 Conditional Convergence。
- 讲 Alternating Series Error Bound:交错级数误差由下一项控制。
- 引入 Taylor Series:把复杂函数写成 power series。
- 用 about 展示 Taylor 展开。
- 用 和 练 Taylor polynomial。
- 讲 Maclaurin Series:Taylor series centered at 。
- 背常用 Maclaurin expansions。
- 用 series 做求导和积分。
- 讲 Lagrange Error Bound。
- 讲 Interval of Convergence 和 Radius of Convergence。
4. Core Ideas / 核心知识块
Knowledge Point 1: Ratio Test Is the Last Convergence Test
Ratio Test 用在:
factorials, exponentials, powers, or no obvious comparison signal严格说,它判断的是级数:
计算:
结论:
中文理解:
- 比值小于 1:后一项相对前一项越来越小得足够快,所以收敛。
- 比值大于 1:后一项没有衰减,甚至变大,所以发散。
- 比值等于 1:这个 test 看不出来,换别的方法。
Core sentence:
If the ratio test gives L = 1, the test is inconclusive.中文: 不是收敛,也不是发散,是“这个方法没用”。
Knowledge Point 2: Ratio Test Example
例子:
令:
则:
所以:
因为:
所以:
注意:课堂 transcript 里有一处口算说成 ,但按标准 Ratio Test 算法应为 ,因此该级数发散。这也是为什么使用 Ratio Test 时必须把 的代数运算写清楚。
Knowledge Point 3: Choosing Among 7 Tests / 七种方法怎么选
七种 convergence tests 的信号:
| Signal / 题目信号 | Test / 方法 |
|---|---|
| or constant ratio | Geometric Series |
| nth Term Test for Divergence | |
| positive, decreasing, integrable function | Integral Test |
| p-Series | |
| compare to known larger/smaller positive series | Comparison Test |
| same end behavior as known series | Limit Comparison Test |
| or alternating signs | Alternating Series Test |
| factorials, exponentials, powers | Ratio Test |
Exam thinking:
Do not ask “what is the answer first?”
Ask “what test does this series look like?”中文理解:AP 题不是让你自由发挥,而是在训练你识别 signal。
Knowledge Point 4: Absolute vs Conditional Convergence
先判断:
再判断:
分类:
| Case | Name |
|---|---|
| $\sum | a_n |
| converges but $\sum | a_n |
| diverges | divergent |
Core sentence:
Absolute convergence means the series converges even after removing the signs.中文:绝对收敛说明正负号不是“救命原因”;它本身就收敛得足够强。
Core sentence:
Conditional convergence means the alternating signs are what make the series converge.中文:条件收敛说明不加正负号就发散,靠 alternating cancellation 才收敛。
Knowledge Point 5: Conditional Convergence Example
Alternating harmonic series:
原级数:
由 Alternating Series Test 收敛。
取绝对值:
这是 harmonic series,发散。
所以:
Knowledge Point 6: Alternating Series Error Bound
对于满足 Alternating Series Test 条件的级数:
如果用前 项部分和 近似真实和 ,则:
Core sentence:
In an alternating series, the error is at most the first omitted term.中文:
交错级数里,加到第几项,误差最多就是下一项的绝对值。为什么?
因为后面的项一正一负、越来越小。第一项没加的 leftover 会被后面更小的反向项部分抵消,所以误差不会超过第一项漏掉的量。
Knowledge Point 7: Alternating Error Bound Example
如果:
用前 项 近似,想让:
误差由下一项控制:
解:
所以至少要取:
具体题目要看不等号和选项,但核心逻辑永远是:
first omitted term <= allowed error5. Taylor Series / 泰勒级数
Knowledge Point 8: Taylor’s Big Idea
Taylor 的核心想法:
All smooth functions can be represented by power series near a point.中文理解:复杂函数不好求导/积分;power functions 最好操作。所以 Taylor series 的目的就是把复杂函数变成 polynomial-like expression。
课堂里的中文压缩:
在 Taylor 眼里,所有函数都可以写成幂函数的形式。Knowledge Point 9: Taylor Formula
若函数在 附近足够可导,则:
也可以写成:
关键词:
about x = c意思是:
centered at c中文理解:题目说 “Taylor series about ”,就是把 取成 ,所有项都围绕 展开。
Knowledge Point 10: Taylor Example - about
对于:
在:
处展开。
因为:
所以:
因此:
中文理解: 的所有阶导数都是自己,所以每个 coefficient 都是 除以 factorial。
Knowledge Point 11: Coefficient Questions / 系数题
例子:
问 Taylor series about 中 的 coefficient。
因为 centered at :
所以 的 coefficient 是:
计算:
所以:
因此:
答案:
Knowledge Point 12: Taylor Polynomial Degree
题目说:
third degree Taylor polynomial意思是写到:
不是“写三项”。
例子:
about ,third degree Taylor polynomial。
令 ,则:
所以:
third degree polynomial:
6. Maclaurin Series / 麦克劳林级数
Knowledge Point 13: Maclaurin Is Taylor Centered at 0
Maclaurin Series 是特殊的 Taylor Series:
所以:
Core sentence:
A Maclaurin series is a Taylor series about x = 0.中文:看到 Maclaurin,就默认 centered at 。
Knowledge Point 14: Common Maclaurin Series
这些必须熟:
Knowledge Point 15: Substitution in Maclaurin Series
如果知道:
那么:
因为把所有 换成 。
同理:
Core sentence:
If the input changes, replace every x in the known series by that input.中文:不是重新推一遍,而是把标准展开里的 整体替换。
Knowledge Point 16: Even and Odd Cancellation
课堂例子:
展开:
相加后,odd powers 消掉:
中文理解:一正一负相加,奇次项抵消,偶次项保留。
Knowledge Point 17: Series Can Be Differentiated and Integrated
核心:
The power series is equal to the function on its interval of convergence.所以在收敛区间内,可以逐项求导/积分:
中文理解:Taylor/Maclaurin 的真正用途不是“好看”,而是把不会直接积分的函数换成可以逐项积分的 power series。
例子:
因此:
7. Lagrange Error Bound / 拉格朗日误差
Knowledge Point 18: Taylor Polynomial Has Error
如果只用 阶 Taylor polynomial:
近似:
那么误差:
其中 在 和 之间。
如果:
则:
Core sentence:
The Lagrange error bound uses the next derivative and the next power.中文:写到 阶,误差看 阶。
Knowledge Point 19: Lagrange Error Routine
做题流程:
- 确认 polynomial 是几阶: means third degree, so error uses 4th derivative。
- 找 center :题目说 about 。
- 找 evaluation point :题目写 ,则 。
- 找 derivative bound :题目通常给 。
- 代入:
中文理解:这类题信息很多,但每句话都在给 其中之一。
8. Interval and Radius of Convergence / 收敛区间与半径
Knowledge Point 20: Power Series Depends on x
Power Series 长这样:
它是否收敛取决于 。
所以我们要找:
- Interval of Convergence:哪些 让级数收敛
- Radius of Convergence:离 center 多远还能收敛
Knowledge Point 21: Use Ratio Test First
对 power series 先用 Ratio Test。
例子:
令:
计算:
所以:
Ratio Test 要求:
所以:
得到初步区间:
Knowledge Point 22: Always Check Endpoints
Ratio Test 得到的是 open interval,因为:
at endpoints, L = 1, and Ratio Test is inconclusive所以必须把 endpoints 代回 original series。
上例:
当 :
发散。
当 :
发散。
所以:
半径:
Core sentence:
Use Ratio Test for the open interval, then test endpoints separately.中文:收敛区间题最容易漏的就是 endpoint check。
9. Deep Phrases / 深句对应表
| Phrase / 句子 | What it should trigger / 看到它要想到什么 |
|---|---|
| Ratio Test is computation-heavy. | 不要靠看,写 算。 |
| L = 1 is inconclusive. | 比值法失效,不是收敛也不是发散。 |
| Absolute convergence removes the signs. | 取绝对值后仍收敛,就是绝对收敛。 |
| Conditional convergence is saved by signs. | 原级数靠正负抵消收敛,绝对值后发散。 |
| The error is at most the first omitted term. | 交错级数加到第 项,误差最多是第 项。 |
| Taylor turns functions into power series. | 复杂函数变成幂函数,方便求导积分。 |
| about means centered at . | Taylor 展开中心是 ,所有项围绕 。 |
| Maclaurin means about . | Maclaurin 是 的 Taylor。 |
| degree is not the same as number of terms. | third degree 写到 ,three nonzero terms 是写三个非零项。 |
| Lagrange error uses the next derivative. | 的误差看 。 |
| Always check endpoints. | Ratio Test 只给开区间,端点单独代回原级数。 |
10. Exam Language / 关键句中英对照
1. The Ratio Test is inconclusive when .
English:
If the limit in the Ratio Test equals 1, the test is inconclusive.中文:
如果比值法的极限等于 1,这个方法无法判断收敛或发散。2. A series is absolutely convergent if the absolute-value series converges.
English:
A series is absolutely convergent if the series of absolute values converges.中文:
如果取绝对值后的级数收敛,则原级数绝对收敛。3. A conditionally convergent series converges only because of sign cancellation.
English:
A series is conditionally convergent if it converges but does not converge absolutely.中文:
如果原级数收敛,但取绝对值后发散,则它条件收敛。4. The alternating series error is bounded by the next term.
English:
For an alternating series satisfying the conditions, the error is at most the absolute value of the first omitted term.中文:
满足条件的交错级数,用前 n 项近似时,误差最多是第 n+1 项的绝对值。5. A Maclaurin series is a Taylor series centered at zero.
English:
A Maclaurin series is a Taylor series centered at x equals zero.中文:
麦克劳林级数就是以 x=0 为中心的泰勒级数。6. The interval of convergence requires endpoint testing.
English:
After using the Ratio Test to find the open interval, test the endpoints separately.中文:
用比值法得到开区间后,必须把端点代回原级数单独判断。11. Decision Maps / 做题选择图
Convergence Test Map
Does a_n fail to approach 0?
-> nth Term Test: diverges
Does it look geometric?
-> Geometric Series
Does it look like 1/n^p?
-> p-Series
Positive decreasing function and integrable?
-> Integral Test
Looks like known positive series?
-> Comparison / Limit Comparison
Alternating signs?
-> Alternating Series Test
Factorials / exponentials / powers / power series?
-> Ratio TestAbsolute vs Conditional Map
Check sum |a_n|
converges -> absolutely convergent
diverges -> check original sum a_n
converges -> conditionally convergent
diverges -> divergentTaylor / Maclaurin Map
Need Taylor polynomial?
identify center c
compute f(c), f'(c), f''(c), ...
plug into Taylor formula
Need Maclaurin?
set c = 0
use known expansions if possible
Need coefficient?
locate matching power
coefficient = derivative value / factorial
Need interval of convergence?
Ratio Test
solve open interval
test endpoints12. Confusion / Questions
- 为什么 Ratio Test 的 不能判断?
- 为什么 Ratio Test 常常适合 factorial 和 exponential?
- absolute convergence 为什么一定能推出 original convergence?
- conditionally convergent 和 alternating series convergent 有什么区别?
- Alternating Series Error Bound 为什么是下一项,而不是剩下所有项的和?
- Taylor series 的 “about ” 到底改变了什么?
- third degree 和 three nonzero terms 为什么不是一回事?
- Maclaurin 常用展开式哪些必须背?
- 为什么 series 可以逐项求导/积分?
- Lagrange error bound 里的 为什么通常不用求?
- 为什么 interval of convergence 一定要 check endpoints?
- radius of convergence 和 interval of convergence 有什么关系?
13. After Class Summary / 看完压缩版
这节课完成了 AP Calculus BC Unit 10 最核心的两个板块。
第一块是无穷级数判敛的收尾:
- Ratio Test 是第七种 convergence test。
- 收敛, 发散, inconclusive。
- Absolute Convergence 看 。
- Conditional Convergence 是原级数收敛但绝对值级数发散。
- Alternating Series Error Bound 说误差最多是 first omitted term。
第二块是 Taylor / Maclaurin:
- Taylor Series 把函数变成 centered power series。
- Maclaurin Series 是 centered at 的 Taylor。
- 常用展开式包括 。
- 展开式可以逐项求导和积分。
- Lagrange Error Bound 控制 Taylor polynomial 的误差。
- Interval of Convergence 用 Ratio Test 先找 open interval,再 check endpoints。
一句话总结:
Series tests decide whether infinite sums behave; Taylor series turns functions into infinite sums.中文:
判敛法解决“无穷和靠不靠谱”;Taylor 解决“函数能不能写成无穷和”。14. Knowledge Graph Connections / 知识图谱连接
- 微积分BC第13次正课-无穷级数判敛 gives the first six convergence tests; this note completes the test list with Ratio Test and then moves into power series.
- 03 - Derivative Formulas through Geometry explains why derivative formulas work; this note uses derivatives repeatedly to build Taylor Series coefficients.
- Power Rule supports term-by-term differentiation and integration of power series.
- Integrals connects to using Maclaurin series to integrate functions such as that do not have elementary antiderivatives.
- Limits appears in every convergence test and in the definition of interval of convergence.
- Alternating Series Test connects directly to Alternating Series Error Bound.
- p-Series and harmonic series are used to check endpoint convergence.
- AP电磁学第1次正课-电荷库仑定律与电场 is not directly about series, but later AP Physics C uses Taylor approximations and power-series thinking for small-quantity approximations.
15. Links / 链接
- UBC Knowledge Graph
- 微积分BC第13次正课-无穷级数判敛
- Infinite Sequence and Series
- Ratio Test
- Absolute Convergence
- Conditional Convergence
- Alternating Series Test
- Alternating Series Error Bound
- Taylor Series
- Taylor Polynomial
- 11 - Taylor Series
- Maclaurin Series
- Power Series
- Lagrange Error Bound
- Interval of Convergence
- Radius of Convergence
- Power Rule
- Integrals
- Limits
- p-Series
- Geometric Series
- 03 - Derivative Formulas through Geometry
- AP Calculus BC