calculus

相关变化率:可重复套用的 6 步解题策略

相关变化率问题——梯子、圆锥、影子——的一套清晰、可重复套用的策略,配解题示例,以及人人都会失手的隐函数求导步骤。
AI-Math Editorial Team

作者: AI-Math Editorial Team

发布于 2026-05-01

相关变化率问题听起来很抽象——"一架梯子顺着墙滑下来,顶端下落得有多快?"——但它们都遵循同一套六步模式。掌握这套配方,这些问题就会从令人生畏变成机械操作。

6 步配方

  1. 把题目读两遍,找出每一个量。把它画出来。
  2. 会变化的量用字母标记;常量用数字。
  3. 找一个方程把变化的量联系起来(几何、勾股、相似三角形、面积、体积……)。
  4. 两边对时间 tt 隐式求导。每个变化的量都会贡献一个 ddt\frac{d \cdot}{dt} 项。
  5. 代入快照值但只在求导之后。代入太早会抹掉变化率信息。
  6. 解出未知的变化率,并复核单位。

示例 1:滑动的梯子

一架 13 英尺的梯子靠在墙上。它的底端以 2 英尺/秒向外滑动。当底端离墙 5 英尺时,顶端向下滑动得有多快?

  1. 变量:xx = 底端距离,yy = 顶端高度。两者都随 tt 变化。
  2. 约束:x2+y2=169x^2 + y^2 = 169(勾股——梯子长度恒定)。
  3. 求导:2xdxdt+2ydydt=02x \frac{dx}{dt} + 2y \frac{dy}{dt} = 0
  4. 快照:x=5x = 5,所以 y=16925=12y = \sqrt{169 - 25} = 12。已知 dxdt=2\frac{dx}{dt} = 2
  5. 求解:2(5)(2)+2(12)dydt=0dydt=2024=562(5)(2) + 2(12)\frac{dy}{dt} = 0 \Rightarrow \frac{dy}{dt} = -\frac{20}{24} = -\frac{5}{6} 英尺/秒。

顶端以 5/65/6 英尺/秒下落。负号意味着高度在减小——合理性检查通过。

示例 2:注水的圆锥

水以 3 ft3/min3 \text{ ft}^3/\text{min} 注入一个圆锥(顶点朝下)。圆锥高 10 英尺,顶部半径 4 英尺。当水深为 6 英尺时,水位上升得有多快?

  1. 变量:VV = 水的体积,hh = 水深,rr = 水面半径。
  2. 圆锥体积:V=13πr2hV = \frac{1}{3}\pi r^2 h。用相似三角形:r/h=4/10r=0.4hr/h = 4/10 \Rightarrow r = 0.4h
  3. 代换为单一变量:V=13π(0.4h)2h=0.16π3h3V = \frac{1}{3}\pi (0.4h)^2 h = \frac{0.16\pi}{3} h^3
  4. 求导:dVdt=0.16πh2dhdt\frac{dV}{dt} = 0.16\pi h^2 \frac{dh}{dt}
  5. 代入 h=6h = 6dVdt=3\frac{dV}{dt} = 33=0.16π(36)dhdt3 = 0.16\pi (36) \frac{dh}{dt}
  6. 求解:dhdt=35.76π0.166\frac{dh}{dt} = \frac{3}{5.76\pi} \approx 0.166 英尺/分。

常见错误

  • 太早代入数字——求导会把关系"冻结"住;你会丢失关于事物如何变化的信息。
  • r2r^2 这样的东西求导时忘记链式法则——它变成 2rdrdt2r \frac{dr}{dt},而不是 2r2r
  • 求导前没有用相似三角形消去多余变量

用 AI 导数求解器试试

导数计算器来验证任何相关变化率的求导步骤——尤其是隐函数那些。

相关参考:

常见问题

Related rates problems find how fast one quantity changes given the rate of change of a related quantity. They use implicit differentiation with respect to time t, so every variable's derivative carries a "d/dt" factor through the chain rule.

(1) Draw and label a diagram; (2) write an equation relating the quantities; (3) differentiate both sides with respect to t; (4) substitute the known values and rates; (5) solve for the unknown rate.

The most common mistake is substituting specific values for variables before differentiating — you must differentiate first and substitute after. Also watch for forgetting the chain rule factor (e.g., d(r²)/dt = 2r · dr/dt, not just 2r).

AI-Math Editorial Team

作者: AI-Math Editorial Team

发布于 2026-05-01

A small team of engineers, mathematicians, and educators behind AI-Math, focused on making step-by-step math help accessible to every student.