3Blue1Brown - The Essence of Calculus 06 - Implicit Differentiation, What’s Going On Here?

Reading Guide / 阅读说明

这是一份伴读型笔记。单独阅读时,它应该像一章书一样重建视频提出问题、解释困惑和推出公式的全过程;配合视频时,每个 Knowledge Point 的时间段可以帮助你快速定位。英文保留核心概念和可复用表达,中文负责解释每一步为什么成立。

Connected from:

1. What This Episode Is About / 这一集在讲什么

一般求导题把 明确写成 的函数:

但圆:

不是整个意义上的 function graph,因为同一个 可能对应上下两个 。然而,我们仍然想求圆上某一点的 tangent slope:

课堂上的操作看起来很奇怪:

两边“求导”后变成:

为什么 后面带 后面带 ?一个含有两个变量的表达式究竟怎么求导?

本集的目标就是解释这套符号背后的真实图像:

A derivative tells us how an expression responds to a tiny step in its variables.

中文:

导数描述的是变量发生一个微小移动时,整个表达式会怎样响应。

Chapter 2 把 derivative 解释为 local linear description;Chapter 3 用 Tiny Nudges 表示 ;Chapter 4 说明 Chain Rule 如何追踪多层变化;Chapter 5 用 chain rule 处理

本集把这套语言从单输入函数推进到两个相互依赖的变量:

single input:       dx -> df
implicit relation: (dx, dy) -> change of an expression
curve condition:   allowed (dx, dy) must preserve the equation

因此,implicit differentiation 不是一套突然出现的新符号规则,而是 tiny-nudge viewpoint 的自然延伸。

3. Class Flow / 视频脉络

  1. 从半径为 5 的圆开始,求点 处的 tangent slope。
  2. 说明圆是 Implicit Curve,不是全局的 function graph。
  3. 展示看似奇怪的操作:
  4. 暂时放下圆,进入 5-meter ladder 的 Related Rates 问题。
  5. 通过时间共同变化,再对恒等式求 time derivative。
  6. Chain Rule 得到
  7. 比较 ladder 与 circle:两者其实在处理同一个约束关系。
  8. 看成 two-variable function,解释
  9. 指出沿圆移动时 必须保持 25,因此
  10. 展示一般 implicit differentiation。
  11. 改写成 ,推出
  12. 最后预告 multivariable calculus 与 limits。

4. Core Ideas / 核心知识块

Knowledge Point 1: An Implicit Curve Is a Relation, Not Necessarily a Function Graph

Video: 00:00:10-00:02:03

考虑以原点为圆心、半径为 5 的圆:

这个等式来自 Pythagorean theorem:圆上任意点 到原点的距离都是 5。

我们想求点:

处的 tangent slope。

几何上可以知道 tangent line 与 radius perpendicular;但视频希望建立一种能推广到其他曲线的方法,所以仍从微积分的基本动作出发:zoom in。

当放大得足够近,曲线与 tangent line 几乎相同。一小步沿切线移动时:

  • horizontal component =
  • vertical component =
  • tangent slope =

困难在于,整个圆不是 的图像。对同一个 ,可能有两个

这里的 不是天然的 input, 也不是天然的 output;它们只是被同一个方程约束的 interdependent values。

这就是 Implicit Curve

An implicit curve is the set of all points that satisfy a relation involving both variables.

中文理解:隐式曲线不是先指定“输入进去、输出出来”,而是收集所有满足某个共同条件的点。

When to use / 使用信号:
看到 混在同一个 equation 中,而且不方便或无法先把 单独解出来时,就考虑 Implicit Differentiation

Knowledge Point 2: The Circle Procedure Finds the Allowed Tiny Direction

Video: 00:02:04-00:03:16

对圆的 equation 两边写出微小变化:

由 sum rule:

由 power rule:

整理:

这与几何结果一致:radius 从 指向 ,斜率为 ;垂直切线的斜率是 negative reciprocal:

此时操作虽然算对了,但核心疑问还没有解决:

  • 为什么可以对两个变量一起写 derivative?
  • 为什么 产生
  • 为什么 产生
  • 为什么最后令总变化等于 0?

视频接下来用 related rates 给这些符号一个更熟悉的解释。

Video: 00:03:16-00:05:16

考虑一把 5-meter ladder 靠在墙上:

  • top height:
  • bottom distance from wall:
  • ladder length:

初始时:

因为

梯子顶端以每秒 1 米向下滑:

问题是此刻底端向外移动多快:

梯子长度不变,所以任意时刻都满足:

这条 equation 的力量来自:

It remains true at every moment, even though and are both changing.

中文理解: 可以变化,但它们必须一起变化到仍然满足长度约束的位置。

可以先把 解出来再求导,但那会引入 square root 和多层 chain rule。本集选择直接对始终成立的 relation 求 time derivative。

Knowledge Point 4: Differentiating the Constraint Relates the Two Rates

Video: 00:05:17-00:07:13

把:

看成一个 time function。虽然它始终等于 25,但它仍然是以 为共同输入的表达式。

对时间求导:

Chain Rule

代入初始状态:

正号表示 ladder bottom 正在远离墙面。

这里每一项都有明确意义:

随时间变化的 rate;

随时间变化的 rate。两者相加必须为 0,因为 保持 constant。

Related-rates routine / 做题顺序:

  1. 给所有 changing quantities 命名,并明确它们是 time functions。
  2. 写一条在所有时刻都成立的 constraint equation。
  3. 先对时间求导,再代入某一瞬间的数值。
  4. 保留 rate 的正负号和单位。

Common mistake: 不要在求导前过早代入 。先保留变量求导,才能得到 的关系。

Knowledge Point 5: The Circle and Ladder Problems Are the Same Local Constraint

Video: 00:07:14-00:08:02

两个问题都使用:

Ladder problem 中, 都由共同变量 time 驱动:

因此:

Circle problem 中,没有明确写出 time,只写:

但可以把沿曲线的移动想象成由任意 parameter 驱动,例如

那么:

也就是说,circle tangent slope 只关心两个微小分量之间的 ratio,不关心你用什么速度沿曲线走。

English core sentence:
Implicit differentiation removes the common parameter and keeps only the relationship between the allowed changes in and .

中文记忆:
隐式求导把共同驱动变量藏在背后,只保留 为了维持约束必须满足的关系。

Knowledge Point 6: A Two-Variable Differential Predicts the Change From Any Tiny Step

Video: 00:08:03-00:10:44

给表达式命名:

它是一个 two-variable function:平面上的每个点 都对应一个数

  • on the circle:
  • farther from origin:
  • closer to origin:

现在从某一点走一个任意 tiny step:

这个小步不一定沿圆。 的一阶变化约为:

例如从 出发:

则:

这表示 大约减少

和所有 derivative 一样,这是一阶 linear approximation; 越小,近似越准确。

Why setting gives the tangent direction

如果要求 tiny step 沿着圆,那么 必须继续保持 25:

所以:

更精确地说,这个条件保证小步沿 tangent line,而不是严格落在弯曲的 circle 上。但在足够小的局部尺度,curve 与 tangent line 一阶相同。

这就是 implicit differentiation 真正在做的事:

It finds the tiny directions that preserve the defining relation to first order.

中文:

隐式求导寻找的是:为了在一阶近似下继续满足原方程,微小移动允许朝哪些方向走。

Knowledge Point 7: A General Implicit Equation Uses Product Rule and Chain Rule Together

Video: 00:10:45-00:12:31

考虑:

这条 relation 在平面上形成一组 U-shaped curves。对任意 tiny step ,两边表达式的变化必须相等,原 equation 才能继续成立。

左边是 product,所以用 Product Rule

分别求变化:

所以:

项留在一边:

因此:

这里不必先把 显式解出来。原 equation 自己已经提供足够信息,告诉我们允许的 必须怎样配合。

Exam sentence:
Differentiate both sides with respect to , treating as a function of .

中文理解:对 求导时,凡是碰到 的函数,都要通过 chain rule 带出

Knowledge Point 8: Implicit Differentiation Derives the Natural-Log Formula

Video: 00:12:33-00:14:27

已知:

Natural Logarithm 的 inverse relationship 是:

因为 回答的是: 的多少次方等于

对两边写微小变化:

由上一章 Chain Rule

整理:

在曲线上 ,所以:

这一推导说明 implicit differentiation 不只是求奇怪曲线的 tangent slope;它也可以利用已知函数与 inverse function 的关系,推出新的 derivative formula。

English core sentence:
The derivative of an inverse function can be found by differentiating the equation that relates the function to its inverse.

中文记忆:
反函数的导数可以从“原函数与反函数互相抵消”的关系式中隐式求出。

Knowledge Point 9: This Is a Preview of Multivariable Calculus

Video: 00:14:32-00:14:59

表达式:

有多个 inputs。研究 如何共同改变 ,正是 multivariable calculus 的入口。

本章暂时不需要引入完整的 partial derivative 或 gradient 工具,但要保留核心图像:

Keep track of which tiny nudges are changing and how the constraint makes them depend on one another.

中文:始终明确有哪些量在发生 tiny change,以及原方程如何迫使这些变化相互依赖。

5. Deep Phrases / 深层表达

这些不是术语翻译,而是读到相关概念时可以直接调用的完整理解。

Reusable English sentence中文记忆句
An implicit curve is a set of points satisfying a relation, not necessarily the graph of one global function.隐式曲线由满足关系式的点组成,不一定能写成一个全局函数图像。
Zooming in turns the curve into its tangent line, so a tiny step has slope .局部放大后曲线近似切线,小步的纵横分量之比就是斜率。
Related rates problems give several changing quantities a common input: time.相关变化率问题让多个变化量共享同一个输入,也就是时间。
A constraint remains true only when the rates of its variables balance one another.一个约束要持续成立,各变量的变化率必须彼此补偿。
Implicit differentiation finds the tiny directions that preserve an equation to first order.隐式求导找出在一阶近似下仍维持原方程的微小方向。
The expression predicts how changes under a tiny step .这个式子根据起点和微小步,预测平方和怎样变化。
Setting restricts the tiny step to a level curve of .,就是要求小步留在 不变的等值曲线上。
When differentiating with respect to , every occurrence of carries its dependence on . 求导时,每个 都必须保留它对 的依赖。
Differentiate the relation first and substitute the instant-specific values afterward.先对完整关系式求导,再代入某一瞬间的数值。
Implicit differentiation can derive inverse-function formulas without solving explicitly for the inverse.不必先显式解出反函数,也能从关系式推出其导数。

6. Common Mistakes / 高频错误

Mistake 1: Treating a circle as one global function

需要上下两个 branch:

但局部 tangent slope 仍然可以通过 implicit differentiation 求出。

Mistake 2: Forgetting the Chain Rule on

求导:

不是只有

Mistake 3: Substituting numbers before differentiating

Related rates 中, 只是某一瞬间的状态。先代入会把 changing quantities 错当成 constants。

Mistake 4: Losing the sign of a rate

梯子顶部下降:

distance 的数值为正,不代表它的 rate 也为正。

Mistake 5: Confusing with

  • 随时间变化多快
  • :沿曲线移动时, 相对于 变化多快

二者可由:

连接,但不是同一个 quantity。

Mistake 6: Thinking means no movement

只表示 的值不变; 仍然可以沿 level curve 移动。

Mistake 7: Treating differentials as exact finite changes

是 local linear approximation。有限步长时还存在 higher-order terms。

Mistake 8: Using only one rule inside a mixed expression

必须同时识别 product structure,并在 内使用 chain rule。

7. Formula Map / 公式地图

Circle relation:

Related rates form:

Two-variable differential:

General implicit example:

Natural logarithm:

Method map:

write a relation that remains true
-> identify all changing variables
-> differentiate every term
-> attach the correct differential or rate
-> use the constraint to relate those changes
-> solve for the requested slope or rate
-> substitute point-specific values last

8. Confusion / Questions

  1. 为什么整个圆不是 function graph,但圆上大多数点仍然有
  2. 在圆的最左和最右点,公式 为什么出现 division by zero?几何上意味着什么?
  3. Ladder problem 中,为什么必须先把 写成
  4. 有什么联系?
  5. 为什么令 得到的是 tangent direction,而不是一小段真正的圆弧?
  6. 关于 求导时, 从哪里来?
  7. 如果一个 relation 中同时出现 product、composition 和 powers,应该按什么顺序处理?
  8. 为什么 implicit differentiation 能用于 inverse functions?
  9. 是否表示 ?为什么不是?

9. Source Anchors / 字幕定位

  • 00:00:10:圆与 点的 tangent-slope 问题
  • 00:01:28:圆不是普通 function graph
  • 00:01:52:implicit curve 的含义
  • 00:02:04:第一次展示 implicit differentiation 操作
  • 00:03:16:转入 5-meter ladder related-rates problem
  • 00:04:16:定义 并写 Pythagorean constraint
  • 00:05:17:把 constraint 看成 time function
  • 00:06:08:用 chain rule 求 time derivative
  • 00:06:45:代入
  • 00:07:14:比较 ladder 与 circle
  • 00:08:03:定义 two-variable function
  • 00:09:35:解释 的真实含义
  • 00:10:02:沿圆移动意味着
  • 00:10:45:一般例子
  • 00:12:33:用 implicit differentiation 推出
  • 00:14:32:multivariable calculus preview

10. After Watching Summary / 看完压缩版

Implicit differentiation 处理的是由 relation 定义的曲线,而不要求先写成

对于:

微小变化必须满足:

因此:

Related rates 给 一个共同输入 time:

这说明 implicit differentiation 不是没有依据地把 附在符号后面,而是在记录多个量为了维持同一个 constraint 必须怎样共同变化。

从 multivariable viewpoint:

沿 level curve 的 tangent direction,必须满足

最后,由:

得到:

One-sentence compression:
Implicit differentiation describes how interdependent variables must change together so that their defining relation remains true.

中文:

隐式求导描述的是:为了让定义它们的关系式继续成立,相互依赖的变量必须怎样一起变化。

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