微积分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 / 课堂脉络

  1. 回顾 continuity 与三种 discontinuity。
  2. 用代数方法区分 removable 与 infinite discontinuity。
  3. 从图像直觉建立 horizontal / vertical asymptote。
  4. 处理渐近线不存在、多条渐近线以及正负无穷方向不同的情况。
  5. 用 Intermediate Value Theorem 结束 Unit 1。
  6. 用平均速度引出 Average Rate of ChangeSecant Line
  7. 把时间间隔缩小,引出 Tangent LineInstantaneous Rate of ChangeDerivatives
  8. 学习 derivative notation 与 numerical approximation。
  9. 从定义推导
  10. 整理常数、幂、三角、指数、对数函数的导数公式。
  11. 学习 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 / 先在哪里找间断点

课堂给出两个主要入口:

  1. Undefined inputs:例如 rational function 的 denominator 为零。
  2. Piecewise boundaries:分段函数切换公式的位置。

这些只是 candidate points。找到后还要计算左右极限或化简后的极限,才能确定类型。

factor denominator
-> find excluded inputs
-> simplify near each input
-> finite shared limit: removable
-> at least one side unbounded: infinite

Worked 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=L

Important 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 contextual

16. Fidelity Notes and Corrections / 原稿纠错

Transcript wordingAccurate mathematical version
removal discontinuityremovable 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 / 深句对应表

TriggerThe sentence it should recall / 对应句
Removable discontinuityThe nearby trend exists; only the point is missing or misplaced. / 附近趋势完整,只是点缺失或放错。
Vertical asymptoteAt least one side becomes unbounded near a finite input boundary. / 输入靠近有限边界时,至少一侧输出无界。
Horizontal asymptoteIt describes end behavior as input goes to positive or negative infinity. / 它描述输入走向正负无穷时的末端行为。
IVTContinuity prevents a function from skipping intermediate output values. / 连续函数不能跳过端点输出之间的值。
Average rate of changeIt is one secant slope summarizing an entire interval. / 它用一条割线概括整段区间。
DerivativeIt is the best local linear description of the response to a tiny input change. / 它描述输入微小变化时输出的一阶局部响应。
Numerical derivativeA nearby secant slope approximates the tangent slope. / 附近割线斜率近似切线斜率。
Product RuleBoth changing factors contribute one first-order term. / 两个变化因子各贡献一个一阶项。

18. Video Companion / 对照课堂视频

TimeContentReading focus
00:59-03:52上节回顾与 continuity微积分BC第1次正课-极限与连续 快速恢复
04:03-18:40discontinuity 的代数判断先找候选点,再用 limit 分类
18:40-49:25vertical / horizontal asymptotes正负无穷分开算,hole 与 VA 分开
49:40-58:50Intermediate Value Theorem只保证 existence,不保证具体位置或唯一性
58:50-01:08:27average rate 到 derivative看 secant interval 如何缩成 tangent behavior
01:09:11-01:21:52average rate 与 graph derivative区分函数高度、割线斜率、切线斜率
01:21:52-01:32:00numerical derivative 与单位central difference、附近数据、units
01:32:00-01:44:57definition 与 Power Rule 定义推导连接到公式表
01:44:57-01:49:50trig / exponential / log rules对照标准公式,忽略 ASR 错词
01:49:50-01:59:38Product Rule从具体乘积走到 图像题
01:59:38-结束总结与答疑按需回看 definition 和 approximation

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

Formal course branch / 正课分支

3Blue1Brown bridge / 视觉直觉分支

这些连接来自现有笔记的 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'