微积分BC第2次正课 - 极限应用与导数入门
Reading Guide / 阅读说明
这节课横跨两个 Unit:
Unit 1 wrap-up
discontinuities -> asymptotes -> IVT
Unit 2 opening
average rate -> secant slope
-> shrinking interval
-> tangent slope / derivative
-> derivative rules它接在 微积分BC第1次正课-极限与连续 后面。前一课建立 limit、one-sided limits 和 continuity;这节先把它们用于判断函数结构,再让 limit 变成 derivative 的定义工具。
本笔记保存数学脉络,不记录作业安排、考试年份、题目稀有程度和课堂管理话术。
Reading Rule / 读法约定
- 英文术语和公式保留,解释以中文为主。
- 先理解对象代表什么,再记计算规则。
- 例题保留 method trigger,不保留选择题选项。
- 3Blue1Brown 只读取相关笔记的 Wiki connection sections,本次没有读取完整正文。
1. One-Sentence Mainline / 一句话主线
Limits describe function behavior near a point; derivatives use limits of secant slopes to produce the best local linear description of change at that point.
极限描述函数在某点附近的行为;导数把割线斜率取极限,得到函数在该点附近最好的线性变化描述。
2. Class Flow / 课堂脉络
- 回顾 continuity 与三种 discontinuity。
- 用代数方法区分 removable 与 infinite discontinuity。
- 从图像直觉建立 horizontal / vertical asymptote。
- 处理渐近线不存在、多条渐近线以及正负无穷方向不同的情况。
- 用 Intermediate Value Theorem 结束 Unit 1。
- 用平均速度引出 Average Rate of Change 与 Secant Line。
- 把时间间隔缩小,引出 Tangent Line、Instantaneous Rate of Change 和 Derivatives。
- 学习 derivative notation 与 numerical approximation。
- 从定义推导 。
- 整理常数、幂、三角、指数、对数函数的导数公式。
- 学习 Product Rule 并完成具体函数与抽象函数例题。
Part A - Complete Unit 1 / 完成极限应用
3. Discontinuities in Limit Language / 用极限语言判断间断
Removable discontinuity / 可去间断
但
附近趋势完整,但点缺失或放错位置。
Jump discontinuity / 跳跃间断
左右到达不同的有限高度,所以图像发生跳跃。
Infinite discontinuity / 无穷间断
至少有一个 one-sided limit 满足
只需要一侧无界,就足以产生 infinite discontinuity。
4. How to Locate Discontinuities / 先在哪里找间断点
课堂给出两个主要入口:
- Undefined inputs:例如 rational function 的 denominator 为零。
- Piecewise boundaries:分段函数切换公式的位置。
这些只是 candidate points。找到后还要计算左右极限或化简后的极限,才能确定类型。
factor denominator
-> find excluded inputs
-> simplify near each input
-> finite shared limit: removable
-> at least one side unbounded: infiniteWorked Example 1 / 例题 1
设
候选点为 。
在 附近:
极限是有限值,但原函数在 未定义,所以 是 removable discontinuity。
在 附近,剩余分母趋近零,而分子趋近 。至少一侧无界,所以 是 infinite discontinuity。
Worked Example 2 / 例题 2
设
候选点为 。在 的邻域中:
因此
所以 是 removable discontinuity;在 ,分母趋近零而分子非零,所以 是 infinite discontinuity。
A canceled factor creates a hole; an uncanceled zero in the denominator can create a vertical blow-up.
被完全约掉的分母因子通常留下 hole;没有被约掉的分母零点可能造成竖直无界行为。
5. Vertical and Horizontal Asymptotes / 垂直与水平渐近线
Asymptote 不是“图像永远不能碰的线”,而是特定极限过程的描述。
Vertical asymptote / 垂直渐近线
是 vertical asymptote,只要至少一个 one-sided limit 无界:
Horizontal asymptote / 水平渐近线
是 horizontal asymptote,如果
或
正无穷与负无穷必须分别检查,因为两端可能趋向不同值。
Basic example / 基础例子
当 :
所以 是 horizontal asymptote。
当 ,一侧趋向 ,另一侧趋向 ,所以 是 vertical asymptote。
Asymptote Decision Map / 渐近线判断图
Vertical asymptote candidate:
domain boundary or denominator = 0
-> simplify first
-> check one-sided limits
-> if either side is +/- infinity, x=c is a VA
Horizontal asymptote:
compute x -> +infinity
compute x -> -infinity separately
-> each finite result L gives y=LImportant distinctions / 重要辨析
- Denominator 只是候选;因子约掉后可能是 removable hole。
- Vertical asymptote 可以有多条。
- Horizontal asymptote 最多有两条,分别来自两个无穷方向。
- 函数可以没有 horizontal asymptote,也可以没有 vertical asymptote。
- 图像可以穿过 horizontal asymptote;它只约束无穷远处的行为。
Two horizontal asymptotes / 两条水平渐近线
考虑
当 ,,所以 。
当 ,,所以 。
因此两条 horizontal asymptotes 是
6. Intermediate Value Theorem / 介值定理
本节对应知识卡:Intermediate Value Theorem。
如果 在 closed interval 上连续,并且 介于 与 之间,那么至少存在一个 ,使得
若 严格介于两个端点值之间,则可以取 。
课堂的身高类比:如果身高从 米连续变化到 米,中间一定经过 米。
IVT guarantees / IVT 保证
- 至少存在一个输入,使函数取得中间高度。
- 不需要函数是 linear。
- 不需要函数 monotonic。
IVT does not guarantee / IVT 不保证
- 不告诉你具体的 是多少。
- 不保证解唯一。
- 不保证在随便指定的某个输入处取得该值。
- 不保证 maximum 或 minimum。
例如 在 上连续,。IVT 保证存在某个 使 ,但不能断言 。
Continuity prevents the output from skipping intermediate values.
连续性阻止函数输出跳过两个端点值之间的高度。
Part B - Begin Unit 2 / 进入导数
7. Average Rate of Change Is a Secant Slope / 平均变化率就是割线斜率
在区间 上,Average Rate of Change 是
几何上,它是连接 与 的 Secant Line slope。
课堂开车例子从 到 :
它只比较起点与终点,不记录途中每一刻的变化。
Trigonometric example / 三角函数例题
对 ,在 上:
所以
若图上两端点为 与 ,则 average rate of change 是
8. From Secant to Tangent / 从割线到切线
平均速度不能判断某一瞬间是否超速。要研究一个点的 instantaneous behavior,就让第二个点越来越靠近第一个点。
two separated points
-> secant slope
-> shrink the horizontal gap
-> secant lines approach one limiting line
-> tangent slope / derivative当输入间隔 趋近 :
是相邻两点的 secant slope。它的极限定义 derivative:
The accurate phrase / 最准确的形容短语
Derivative 可以解释为 instantaneous rate of change 或 tangent slope,但更一般、更准确的说法是:
The derivative is the best local linear description of the function near a point.
导数是函数在某一点附近最好的局部线性描述。
在很小的 下:
“瞬时速度”只是它在 position-time function 上的一种应用。
9. Derivative Notation and Graph Meaning / 导数记号与图像意义
以下记号都表示 derivative:
必须区分:
从图像读导数:
- increasing tangent:
- horizontal tangent:
- decreasing tangent:
- line 越陡,斜率绝对值越大
看到 时画 secant line;看到 时看 tangent line。
10. Numerical Derivative Approximation / 用附近数据近似导数
如果只有 table 或 graph,可以用附近两点的 secant slope 近似中间点的 tangent slope。
Central difference:
例如
使用 central difference 时,两点应靠近目标点、位于两侧且等距。等距不是所有 numerical approximation 的绝对要求;不对称数据也可以给出 one-sided approximation,只是误差不同。
若 ,则
Units / 单位
Derivative units 永远是
若输出是 inches、输入是 minutes,则单位是 inches per minute。
若 的单位已经是 games per week,而 的单位是 weeks,则
不要凭生活经验猜单位,按照 output unit 再除以 input unit 追踪。
11. Deriving From the Definition / 从定义推导
设 。由定义:
展开:
约去公共因子:
这里再次体现 Limits 的作用: 不能在 difference quotient 一开始就等于零,但可以在化简后趋近零。
Derivative formulas are compressed results of the limit definition.
求导公式不是另一套无关规则,而是把定义式反复推导后的结果压缩成表格。
12. Basic Derivative Rules / 基础求导规则
Constants, multiples, sums
Power Rule / 幂函数求导
它对应 Power Rule:指数乘到前面,然后减一。
例如
若
则
始终先求 derivative function,再代入目标点。
13. Standard Function Derivatives / 常见函数导数表
Trigonometric derivatives
这些公式默认角度使用 radians。
Exponential derivatives
Logarithmic derivatives
若
则
14. Product Rule / 乘积法则
如果两个随 变化的函数相乘:
正确公式是
课堂口诀:
前导后不导
+
前不导后导更本质的理解见 Product Rule:两个因子都变化时,总的一阶变化包含两部分贡献。
Example 1:
Example 2:
Example 3:
在 :
Example 4: abstract graph information / 抽象函数与图像信息
若
则
若图像提供
则
是点值; 是该点 tangent line slope。抽象函数题只是把具体公式换成图像或表格信息,Product Rule 不变。
15. Derivative Workflow / 导数做题顺序
What is being asked?
|
+-- over an interval
| -> average rate of change
| -> secant slope
|
+-- at one point
-> derivative / tangent slope
|
+-- only nearby data
| -> numerical approximation
|
+-- definition requested
| -> difference quotient limit
|
+-- formula available
-> identify algebraic structure
-> apply derivative rules
-> simplify
-> substitute point
-> attach units if contextual16. Fidelity Notes and Corrections / 原稿纠错
| Transcript wording | Accurate mathematical version |
|---|---|
| removal discontinuity | removable discontinuity |
| “分母为零就是 vertical asymptote” | 分母为零只是候选;先化简,再检查至少一个 one-sided limit 是否无界。 |
| Vertical asymptote 要求双侧极限等于同一个 | 只需至少一侧趋向 或 。 |
| 左右水平渐近线都写成 | 正确是 时 , 时 。 |
| IVT 说明指定中点一定取得中间值 | IVT 只保证至少存在某个 ,不指定 ,也不保证唯一。 |
| “两个点近似导数必须等距” | 对 central difference 应等距;其他差商也可近似,但精度不同。 |
| derivative 只是 instantaneous rate of change | 更一般地,它是 best local linear description / local linear coefficient。 |
| tangent line 只是“擦一下曲线” | 切线由局部线性行为定义,不要求只与曲线相交一次。 |
| cosine derivative 的识别文本为 “-3x” | 正确公式是 。 |
| for 的口述结果不清 | 正确结果是 。 |
17. Deep Phrases / 深句对应表
| Trigger | The sentence it should recall / 对应句 |
|---|---|
| Removable discontinuity | The nearby trend exists; only the point is missing or misplaced. / 附近趋势完整,只是点缺失或放错。 |
| Vertical asymptote | At least one side becomes unbounded near a finite input boundary. / 输入靠近有限边界时,至少一侧输出无界。 |
| Horizontal asymptote | It describes end behavior as input goes to positive or negative infinity. / 它描述输入走向正负无穷时的末端行为。 |
| IVT | Continuity prevents a function from skipping intermediate output values. / 连续函数不能跳过端点输出之间的值。 |
| Average rate of change | It is one secant slope summarizing an entire interval. / 它用一条割线概括整段区间。 |
| Derivative | It is the best local linear description of the response to a tiny input change. / 它描述输入微小变化时输出的一阶局部响应。 |
| Numerical derivative | A nearby secant slope approximates the tangent slope. / 附近割线斜率近似切线斜率。 |
| Product Rule | Both changing factors contribute one first-order term. / 两个变化因子各贡献一个一阶项。 |
18. Video Companion / 对照课堂视频
| Time | Content | Reading focus |
|---|---|---|
| 00:59-03:52 | 上节回顾与 continuity | 用 微积分BC第1次正课-极限与连续 快速恢复 |
| 04:03-18:40 | discontinuity 的代数判断 | 先找候选点,再用 limit 分类 |
| 18:40-49:25 | vertical / horizontal asymptotes | 正负无穷分开算,hole 与 VA 分开 |
| 49:40-58:50 | Intermediate Value Theorem | 只保证 existence,不保证具体位置或唯一性 |
| 58:50-01:08:27 | average rate 到 derivative | 看 secant interval 如何缩成 tangent behavior |
| 01:09:11-01:21:52 | average rate 与 graph derivative | 区分函数高度、割线斜率、切线斜率 |
| 01:21:52-01:32:00 | numerical derivative 与单位 | central difference、附近数据、units |
| 01:32:00-01:44:57 | definition 与 Power Rule | 从 定义推导连接到公式表 |
| 01:44:57-01:49:50 | trig / exponential / log rules | 对照标准公式,忽略 ASR 错词 |
| 01:49:50-01:59:38 | Product Rule | 从具体乘积走到 图像题 |
| 01:59:38-结束 | 总结与答疑 | 按需回看 definition 和 approximation |
19. Knowledge Graph Connections / 知识图谱连接
Formal course branch / 正课分支
- 微积分BC第1次正课-极限与连续 建立 nearby behavior、one-sided limits 与 continuity。
- 微积分BC第3次正课-可导性链式法则与隐函数求导 接着完成 Quotient Rule 与 differentiability,再进入 Chain Rule 和 implicit differentiation。
- Limits 在本课变成 discontinuity、asymptote、IVT 与 derivative definition 的共同语言。
- Average Rate of Change / Secant Line 是 interval-level change。
- Derivatives / Tangent Line / Instantaneous Rate of Change 是 point-level local linear behavior。
- Power Rule 与 Product Rule 把定义式压缩成可重复使用的计算规则。
3Blue1Brown bridge / 视觉直觉分支
- 02 - The Paradox of the Derivative:secant slope 如何通过 limit 变成 tangent slope 与 best local linear approximation。
- 03 - Derivative Formulas through Geometry:从 tiny changes 理解 Power Rule 和基本导数公式。
- 04 - Visualizing the Chain Rule and Product Rule:Product Rule 的两项来自两个因子各自的一阶变化。
- 07 - Limits, L’Hopital’s Rule, and Epsilon-Delta Definitions:limit notation、hole 与 derivative definition 的正式连接。
这些连接来自现有笔记的 Wiki connection sections;本次未读取其完整正文。
20. Confusion / Questions
- 能否先区分 hole candidate 与 VA candidate,再用极限确认?
- 能否分别计算 和 ?
- 能否准确说出 IVT 保证什么、不保证什么?
- 看到 “over an interval” 时,能否立即想到 secant slope?
- 看到 时,能否立即想到 local tangent behavior?
- 能否从 definition 独立推导 ?
- 能否先识别乘积结构,再完整写出 Product Rule 两项?
- 能否为 derivative 写出 output unit / input unit?
21. After-Class Compression / 看完压缩版
removable discontinuity
= finite shared limit, missing or wrong point
vertical asymptote x=c
= at least one one-sided limit is +/- infinity
horizontal asymptote y=L
= finite limit as x -> +infinity or -infinity
IVT
= continuity guarantees intermediate outputs are attained
average rate of change
= secant slope over an interval
derivative
= limit of nearby secant slopes
= tangent slope
= best local linear description
f'(x) = lim h->0 [f(x+h)-f(x)]/h
constant -> 0
x^n -> n x^(n-1)
sum -> differentiate term by term
product -> f'g + fg'22. Links / 链接
- UBC Knowledge Graph
- AP Calculus BC
- 微积分BC第1次正课-极限与连续
- 微积分BC第3次正课-可导性链式法则与隐函数求导
- Limits
- Intermediate Value Theorem
- Average Rate of Change
- Secant Line
- Derivatives
- Instantaneous Rate of Change
- Tangent Line
- Power Rule
- Product Rule
- Derivative Formulas
- Trigonometric Derivatives
- 02 - The Paradox of the Derivative
- 03 - Derivative Formulas through Geometry
- 04 - Visualizing the Chain Rule and Product Rule
- 07 - Limits, L’Hopital’s Rule, and Epsilon-Delta Definitions