微积分BC第1次正课 - 极限与连续

Reading Guide / 阅读说明

这是 AP Calculus BC 的第 1 次正式课。课堂前约十分钟是设备调试、背景调查与资料说明,本笔记不记录;知识内容从 10:41 的 Unit 1 开始。

这份笔记不以 AP 考试为目标,而是保存以后学习 calculus 真正需要的概念脉络:

nearby behavior
-> one-sided limits
-> limit laws and evaluation
-> continuity
-> types of discontinuity

Reading Rule / 读法约定

  • 核心术语与可复述句以英文为主,中文解释为辅。
  • 课堂类比用来恢复老师的讲解路线,但结论以数学定义为准。
  • 例题重点是“为什么选择这个方法”,不是记住选项。
  • 3Blue1Brown 只通过现有 Wiki 连接接入;本次没有重读其完整笔记。

1. One-Sentence Mainline / 一句话主线

A limit describes the value a function approaches near an input; continuity means that this nearby behavior agrees from both sides and also agrees with the actual function value.

极限描述函数在某个输入附近趋向什么;连续则要求左右两侧的趋近结果一致,而且与该点真实函数值一致。


2. Class Flow / 课堂脉络

  1. 用“100 米金条不断减半”解释为什么数学需要 Limits
  2. 从图像区分:left-hand limit、right-hand limit、function value。
  3. 观察两类无穷行为:
  4. 学习 limit laws 与 composite-function limits。
  5. 建立求极限的决策顺序:
    • direct substitution
    • factor and cancel for
    • compare leading terms for rational functions at infinity
    • special trigonometric limit
    • Squeeze Theorem
  6. 用左右极限和点值定义 continuity。
  7. 区分 removable、jump、infinite discontinuity。

3. Why Limits Exist / 为什么需要极限

课堂先考虑:一根长 米的金条,每来一个人就剩下一半。第 次后剩余长度是

对每个有限的 都不等于 ;但当 不断增大,它可以任意接近

这个等号不是说“某一次切完后真的等于零”,而是说:

The values can be made as close to zero as we want by taking sufficiently large.

只要让 足够大,剩余长度就能比任何预先指定的小量还小。

因此,极限研究的是 approach / 趋近过程,不一定是某个时刻实际取得的值。


4. Limit vs Function Value / 极限值不等于点值

标准记号是

它问的是:当 附近靠近 时, 靠近什么?

它没有直接问 是多少。因此下面三种情况都可能发生:

  1. Ordinary point
  2. Hole or relocated point:极限存在,但 不存在或
  3. Mismatch from two sides:左右趋近不同,因此双侧极限不存在。

课堂“去老师家拜访”的类比可以这样保留:

the address people approach = the limit
whether the teacher is actually there = the function value

A limit follows the surrounding graph, not the isolated dot.

求极限要沿着附近图像看趋势,不要只盯该点的实心点。


5. One-Sided Limits / 左右极限

左极限:

表示用小于 的数靠近 ,例如

右极限:

表示用大于 的数靠近

双侧极限存在的充要条件是

如果 ,则

Three questions when reading a graph / 看图时分开问三次

1. From the left, where does the graph go?
2. From the right, where does the graph go?
3. Where is the filled point at x=c?

不要把这三个答案自动当成同一个数。


6. Infinite Behavior / 无穷行为

Input goes to infinity / 输入走向无穷

表示沿图像向右走得越来越远时,函数值趋近 。类似地, 是向左观察。

例如

这里的 描述 horizontal asymptotic behavior。

Output grows without bound / 输出无界增长

表示 从右侧靠近 时, 可以变得任意大。 同理表示任意大的负值。

关键纠正:

不是 ,因为

左右不一致,所以双侧极限 DNE。


7. Limit Laws and Composition / 极限运算与复合

如果

并且相关运算有定义,则:

课堂把它压缩成“只要极限存在,就按正常代数运算”。更精确地说:运算还必须在目标值附近有定义,除法的分母极限不能是零。

Composite limit / 复合极限

如果 ,且外层函数 处连续,那么

处左右行为不同,还必须追踪 是从 还是 靠近。这就是课堂挑战题的核心:

x approaches 2 from the left
-> g(x) approaches 1 from above
-> use the right-hand limit of f at 1

Watch Out: is not

除非已知 是 odd function,否则

,则 ,所以 要寻找 在输入 附近的行为。课堂例题因此得到


8. Limit Evaluation Decision Map / 求极限方法选择图

Start: substitute the approaching value
|
+-- ordinary finite value
|     -> stop
|
+-- 0/0
|     -> [[Indeterminate Form]]
|     -> factor / rationalize / use a known limit
|
+-- infinity/infinity
|     -> [[Indeterminate Form]]
|     -> for rational functions, compare leading terms
|
+-- bounded function trapped between two functions
|     -> Squeeze Theorem
|
+-- nonzero/0
      -> inspect one-sided signs
      -> +infinity, -infinity, or two-sided DNE

Method 1: Direct substitution / 直接代入

如果函数在目标点连续,直接代入即可:

直接代入不是“低级方法”,而是所有题的第一步诊断。

Method 2: Factor and cancel for / 因式分解约分

这里不是在 时约掉零;而是在 但任意接近 的邻域中化简表达式。

课堂例题:

另一个例子:

Method 3: Leading-term comparison at infinity / 无穷处比较最高次项

对于 rational function, 时最高次项支配整体行为:

常用结论:

Numerator degree vs denominator degreeLimit behavior
lower degree
equal degreeratio of leading coefficients
higher degreeusually unbounded; inspect sign and direction

课堂还强调了根式中的计算稳定性,例如

注意 ,尤其在 时不能直接写成

Method 4: The fundamental trigonometric limit / 重要三角极限

这等价于在 。例如:

这里必须使用 radians;用 degrees 时结论不成立。

Method 5: Squeeze Theorem / 夹逼定理

如果目标函数被两边夹住:

并且

那么

课堂例子给出

时,左右两端都趋近 ,所以

If both walls approach the same destination, the trapped function has nowhere else to go.

如果两侧边界都趋向同一个值,被夹在中间的函数也只能趋向该值。


9. Continuity / 连续性

函数 处连续,需要同时满足:

  1. is defined.
  2. exists.
  3. .

也可以压缩成课堂的“三值相等”:

Piecewise example / 分段函数例题

三者相等,所以 continuous。

课堂另一题用 continuity 反求参数:左侧值为 ,右侧值为 ,因此


10. Three Types of Discontinuity / 三种间断

1. Removable discontinuity / 可去间断

左右极限相同,但该点缺失或放在错误高度:

只要把 重新定义为 ,这个 hole 就能补上,因此叫 removable。

2. Jump discontinuity / 跳跃间断

左右极限都是有限值,但不相等:

图像从一个高度跳到另一个高度。

3. Infinite discontinuity / 无穷间断

至少一侧函数值趋向 。通常对应 vertical asymptote。

removable: same destination, wrong or missing point
jump: two finite destinations
infinite: at least one side grows without bound

11. Fidelity Notes and Corrections / 原稿纠错

Transcript wordingAccurate mathematical version
就是无穷”除以零本身没有定义;在 limit 中必须检查从哪侧靠近及符号,结果可能是 或 DNE。
左极限为 ,右极限为 ,所以双侧极限 DNE。
“无限属于不存在”更准确地说:不存在有限极限,但可以用 描述无界行为。
“加比准则 / spread theory”正确名称是 夹逼定理 / Squeeze Theorem
“removal discontinuity”标准术语是 removable discontinuity
“找最大”适用于所有无穷极限本课方法主要适用于 rational functions 的 leading terms;根式、指数、对数等需要分别分析。
复合函数直接把内层极限代入外层还需要外层函数在目标值处连续;若有跳跃,应追踪内层是从左还是从右靠近。

12. Deep Phrases / 深句对应表

TriggerThe sentence it should recall / 对应句
LimitA limit describes nearby behavior, not necessarily the value at the point. / 极限描述点附近的趋势,不一定等于点值。
Left-hand and right-hand limitsA two-sided limit exists only when both sides approach the same value. / 只有左右趋近同一个值,双侧极限才存在。
Zero over zero is a question, not an answer. / 说明直接代入信息不足,不是答案。
Leading termAt infinity, the fastest-growing terms control a rational function. / 在无穷远处,有理函数由增长最快的项主导。
Squeeze TheoremA trapped function follows two boundaries that share the same limit. / 两侧边界趋向同一点,中间函数只能跟着过去。
ContinuityNearby behavior and the actual point value agree. / 连续就是附近趋势与真实点值完全接上。
Removable discontinuityThe trend is intact; only the point is missing or misplaced. / 趋势没有断,只是那个点缺失或放错了。

13. Video Companion / 对照课堂视频

TimeContentReading focus
00:00-10:41设备、基础调查与资料说明无需回看
10:41-17:42Unit 1 定位与极限动机看“金条减半”如何引出 approach
17:42-44:56图像、左右极限与无穷行为始终分开看 left / right / point value
44:56-59:49limit laws 与 composite limits特别注意 和复合中的方向
59:49-01:30:43直接代入、先识别 form,再选择方法
01:30:43-01:44:30 与 Squeeze Theorem记整体变量 ,不要只认字母
01:47:06-02:00:18continuity 与 discontinuity用“三值相等”连接图像和代数
02:00:18-结束总结、作业与答疑按需回看

14. Knowledge Graph Connections / 知识图谱连接

Formal course branch / 正课分支

3Blue1Brown bridge / 视觉直觉分支

这两条连接来自现有笔记的 Wiki connection sections;本次未读取其完整正文。


15. Confusion / Questions

  • 能否在图像上分别指出 left-hand limit、right-hand limit 与 function value?
  • 看到 时,能否解释为什么它不是 或 infinity?
  • 看到 的 rational function 时,能否判断由哪些 leading terms 主导?
  • 能否用三个条件完整判断某点 continuity?
  • 能否只看左右行为区分 removable、jump 与 infinite discontinuity?

16. After-Class Compression / 看完压缩版

Limit asks where nearby values go.
 
Two-sided limit exists
<=> left-hand limit = right-hand limit.
 
Continuity at c
<=> left limit = right limit = f(c).
 
Evaluation order:
substitute
-> if 0/0, simplify
-> if infinity/infinity rational form, compare leading terms
-> if sin(u)/u with u->0, use the fundamental limit
-> if trapped, use Squeeze Theorem.
 
Discontinuities:
removable = hole or misplaced point
jump = finite side limits disagree
infinite = at least one side is unbounded