Flexible Applications of the Chain Rule | 链式法则的灵活运用

📚 Flexible Applications of the Chain Rule | 链式法则的灵活运用

The chain rule is one of the most essential differentiation tools in IB Mathematics, appearing across both Analysis and Approaches (AA) and Applications and Interpretation (AI). While most students can apply the rule in straightforward composite functions, its true power emerges when it is used flexibly in implicit differentiation, inverse functions, related rates, and higher-order derivatives. This article explores the chain rule from a practical, exam-oriented perspective, helping you move beyond mechanical application towards true conceptual mastery.

链式法则是IB数学中最核心的微分工具之一,贯穿分析与方法(AA)和应用与解释(AI)两门课程。大多数学生能够对简单的复合函数套用该法则,但其真正的威力体现在隐函数求导、反函数、相关变化率以及高阶导数等灵活运用中。本文将从考试实战的角度出发,帮助你超越机械套用,达到真正的概念掌握。


1. The Core Statement | 链式法则的核心形式

If a variable y depends on u, and u depends on x, then y depends on x through the composition y = f(g(x)). The derivative is the product of the derivatives along the chain:

如果变量 y 依赖于 u,而 u 又依赖于 x,则 y 通过复合关系 y = f(g(x)) 依赖于 x。其导数为链上各导数的乘积:

dy/dx = (dy/du) × (du/dx)

Alternatively, in function notation: if h(x) = f(g(x)), then h'(x) = f'(g(x)) · g'(x). The key insight is that you first differentiate the outer function, keep the inner function unchanged, then multiply by the derivative of the inner function.

等价地,用函数记号表示:若 h(x) = f(g(x)),则 h'(x) = f'(g(x)) · g'(x)。关键在于:先对外层函数求导,保持内层函数不变,再乘以内层函数的导数。


2. The “Outer-Inner” Strategy | “外层-内层”策略

For a composite function like y = sin(3x² + 2x), identify the outermost operation first—here it is the sine function. Differentiate the sine, keep the argument (3x² + 2x) unchanged, then multiply by the derivative of the argument.

对于复合函数如 y = sin(3x² + 2x),首先要识别最外层运算——这里是正弦函数。对正弦求导,保持内部参数 (3x² + 2x) 不变,再乘以内层参数的导数。

dy/dx = cos(3x² + 2x) · (6x + 2)

This “outer-inner” mindset prevents the common error of forgetting the inner derivative. Always ask: “What is the last operation I would perform if I evaluated this function for a specific x value?” That last operation is the outer function.

“外层-内层”这种思维方式可以防止忘记内层导数的常见错误。始终问自己:”如果我对一个具体的 x 值求这个函数,最后一步运算是什么?”最后一步运算就是外层函数。


3. Nested Functions of Greater Depth | 多层嵌套函数

Functions can be nested more than two levels deep. Consider y = sin³(√(x² + 1)). This is a three-level composition: cube the sine, take the sine of a square root, and take the square root of (x² + 1). Differentiate from the outside in, layer by layer:

函数嵌套的层数可能超过两层。考虑 y = sin³(√(x² + 1))。这是一个三层复合结构:先计算平方根,再取正弦,最后立方。逐层从外向内求导:

dy/dx = 3 sin²(√(x² + 1)) · cos(√(x² + 1)) · (1/(2√(x² + 1))) · 2x

Each factor corresponds to one layer: the power rule on the outer cube, the derivative of sine on the middle layer, and the derivative of the square root on the inner layer, with the innermost derivative 2x completing the chain. Notice how each step multiplies—creating a “chain” of factors.

每一个因子对应一层:最外层立方用幂法则、中间层对正弦求导、内层对平方根求导,最后内层导数 2x 完成整条链。注意每一步都在相乘——形成一条”因子链”。


4. Implicit Differentiation | 隐函数求导

When y is defined implicitly as a function of x—for instance, x² + y² = 25—the chain rule handles the y² term: since y itself depends on x, differentiating y² requires the chain rule. We treat y as an unknown function of x and apply d/dx to both sides:

当 y 被隐式地定义为 x 的函数时——例如 x² + y² = 25——链式法则用来处理 y² 这一项:因为 y 本身是 x 的函数,对 y² 求导需要使用链式法则。将 y 视为 x 的未知函数,在等式两边同时求 d/dx:

2x + 2y · (dy/dx) = 0, so dy/dx = -x/y

The critical step is the appearance of dy/dx when differentiating any term involving y. This is the chain rule in disguise: d/dx [y²] = 2y · dy/dx. In IB exams, implicit differentiation often appears in questions involving tangent lines to curves, such as x³ + y³ = 6xy (the folium of Descartes), where dy/dx must be computed before evaluating at a point.

关键步骤是:对任何含有 y 的项求导时,都会出现 dy/dx。这正是链式法则的一种变体:d/dx [y²] = 2y · dy/dx。在IB考试中,隐函数求导常出现在涉及曲线切线的题目中,例如 x³ + y³ = 6xy(笛卡尔叶形线),需要先计算出 dy/dx 再代入点求值。


5. Related Rates | 相关变化率

In related rates problems, multiple quantities change simultaneously, and the chain rule connects their rates of change. For example, consider a spherical balloon being inflated so that its radius r is increasing at 2 cm/s. How fast is the volume V increasing when r = 5 cm?

在相关变化率问题中,多个量同时变化,链式法则将它们的瞬时变化率联系起来。例如,一个球形气球充气时,半径 r 以 2 cm/s 的速度增大。当 r = 5 cm 时,体积 V 的增长速率是多少?

V = (4/3)πr³, dV/dt = (dV/dr) · (dr/dt) = 4πr² · 2 = 8πr²

At r = 5 cm, dV/dt = 8π(25) = 200π cm³/s. The chain rule is structuring the relationship between dV/dt and dr/dt through dV/dr. In IB exam problems, always write the given rates in Leibniz notation first, then use the chain rule to introduce the target rate.

当 r = 5 cm 时,dV/dt = 8π(25) = 200π cm³/s。链式法则通过 dV/dr 搭建了 dV/dt 与 dr/dt 之间的联系。在IB考试题目中,务必先用莱布尼茨记号写出已知变化率,再利用链式法则引入目标变化率。


6. Derivatives of Inverse Functions | 反函数的导数

The chain rule provides a neat derivation for the derivative of an inverse function. Suppose y = eˣ, so x = ln y. Differentiating x = ln y with respect to y gives dx/dy = 1/y. Then dy/dx = 1/(dx/dy) = 1/(1/y) = y = eˣ. More generally, if y = f(x) and x = f⁻¹(y), then:

链式法则为反函数的导数提供了一个简洁的推导。设 y = eˣ,则 x = ln y。对 y 求导 x = ln y 得 dx/dy = 1/y。于是 dy/dx = 1/(dx/dy) = 1/(1/y) = y = eˣ。更一般地,若 y = f(x) 且 x = f⁻¹(y),则:

d/dx [f⁻¹(x)] = 1 / f'(f⁻¹(x))

This formula is a direct consequence of applying the chain rule to f(f⁻¹(x)) = x on both sides. A common IB question asks for the derivative of y = arcsin(x). Since x = sin(y), we have dx/dy = cos(y), so dy/dx = 1/cos(y) = 1/√(1 – sin²y) = 1/√(1 – x²).

这个公式是链式法则应用于 f(f⁻¹(x)) = x 两边求导的直接结果。IB常见题要求 y = arcsin(x) 的导数。因为 x = sin(y),我们有 dx/dy = cos(y),所以 dy/dx = 1/cos(y) = 1/√(1 – sin²y) = 1/√(1 – x²)。


7. Parametric Differentiation | 参数方程求导

When a curve is expressed parametrically as x = x(t) and y = y(t), the slope dy/dx is obtained using the chain rule in reverse:

当曲线以参数方程 x = x(t) 和 y = y(t) 表示时,斜率 dy/dx 可以通过链式法则”反向”获得:

dy/dx = (dy/dt) ÷ (dx/dt) = (dy/dt) × (dt/dx)

For example, for the parametric curve x = t³ – 3t, y = t² + t, we have dx/dt = 3t² – 3 and dy/dt = 2t + 1. Thus dy/dx = (2t + 1)/(3t² – 3). The chain rule is the underlying justification for this formula, since y as a function of x passes through the parameter t.

例如,对于参数曲线 x = t³ – 3t, y = t² + t,有 dx/dt = 3t² – 3 和 dy/dt = 2t + 1。因此 dy/dx = (2t + 1)/(3t² – 3)。链式法则是此公式成立的依据——y 作为 x 的函数是通过参数 t 建立联系的。


8. The Quotient Rule as a Consequence | 商法则其实是链式法则的推论

Many students memorise the quotient rule separately, but it can be derived from the product rule and chain rule. If y = u/v, rewrite as y = u · v⁻¹. Applying the product rule:

很多学生将商法则作为独立法则记忆,但它可以从乘积法则和链式法则推导出来。若 y = u/v,将其改写为 y = u · v⁻¹,再应用乘积法则:

dy/dx = u’·v⁻¹ + u·(-1)·v⁻²·v’ = (u’v – uv’)/v²

The critical step involves differentiating v⁻¹ using the chain rule: derivative is -v⁻² · v’. Recognising this connection helps you remember the quotient rule and also explains why the numerator has a minus sign. In IB exams, being able to choose the most efficient method—product, quotient, or rewriting—can save time.

关键步骤在于用链式法则对 v⁻¹ 求导:其导数为 -v⁻² · v’。认识这种联系有助于记忆商法则,也解释了为何分子是减号。在IB考试中,能选择最有效的方法——乘积、商、或改写——可以节省考试时间。


9. Higher-Order Derivatives | 高阶导数中的链式法则

For higher derivatives of composite functions, the chain rule must be applied repeatedly, often in conjunction with the product rule. Consider y = e^(3x). The first derivative is y’ = 3e^(3x), the second is y” = 9e^(3x), and in general y⁽ⁿ⁾ = 3ⁿ e^(3x). The chain rule generates the factor of 3 at each differentiation step.

对于复合函数的高阶导数,链式法则需要反复使用,并且往往与乘积法则联用。设 y = e^(3x)。一阶导数为 y’ = 3e^(3x),二阶导数为 y” = 9e^(3x),一般地 y⁽ⁿ⁾ = 3ⁿ e^(3x)。每求导一次,链式法则都会产生因子 3。

For y = ln(sin x), the first derivative (by the chain rule) is y’ = cot x. The second derivative requires differentiating cot x: y” = -csc²x. Notice the first application stripped away the logarithm; the second application treated the trigonometric function directly. Being organised and writing each step clearly prevents algebra errors in IB exam conditions.

对于 y = ln(sin x),一阶导数(用链式法则)为 y’ = cot x。二阶导数则需要求 cot x 的导数:y” = -csc²x。注意第一次链式法则消去了对数层,而第二次求导直接针对三角函数。在IB考试中,有条不紊地写清每一步可以避免代数错误。


10. Common Pitfalls and Exam Strategies | 常见易错点与应试策略

One frequent error is applying the chain rule when it is not needed—for example, differentiating y = x² + sin x as if the entire function were composite. Another is forgetting the inner derivative entirely, writing d/dx [sin(2x)] = cos(2x) instead of 2cos(2x). A systematic approach is essential:

一个常见错误是在不需要时误用链式法则——例如对 y = x² + sin x 求导时,把整个函数误认为复合函数。另一个错误是完全忘记内层导数,将 d/dx [sin(2x)] 写成 cos(2x) 而不是 2cos(2x)。系统性的方法是关键:

  • Step 1: Identify the outermost operation and the innermost expression. | 第一步:识别最外层运算与最内层表达式。
  • Step 2: Differentiate the outer function, keeping the inner expression intact. | 第二步:对外层函数求导,保持内层表达式不变。
  • Step 3: Multiply by the derivative of the inner expression, applying further rules if the inner expression itself contains a composite. | 第三步:乘以内层表达式的导数;若内层本身也是复合函数,则继续嵌套使用链式法则。

For multi-step derivatives (such as y = e^(x²)), always work in layers from outside to inside. In the IB exam, partial credit is awarded for each correct layer, so legible, methodical work is doubly beneficial. Moreover, when encountering a function that includes both a quotient and a composite within the numerator, simplify and plan your differentiation route before writing a single line.

对于多步导数(如 y = e^(x²)),务必由外向内分层处理。在IB考试中,每一层写对都会获得步骤分,因此清晰、有条理的书写具有双重价值。此外,当遇到一个函数同时包含分式与分子中的复合结构时,先化简并规划好求导路线再动笔。


11. Chain Rule in Applications and Interpretation | 应用与解释(AI)中的链式法则

In AI, the chain rule often appears in the context of rates of change in real-world models. For instance, a model predicting the exponential growth of a bacterial population N = N₀e^(kt) has dN/dt = kN₀e^(kt). If k itself depends on temperature T, and T changes over time, then the growth rate with respect to time involves a second chain:

在AI课程中,链式法则经常出现在真实世界的模型中。例如,预测细菌数量指数增长的模型 N = N₀e^(kt) 的导数为 dN/dt = kN₀e^(kt)。如果 k 本身依赖温度 T,而 T 又随时间变化,那么增长率对时间的依赖就涉及第二条链:

dN/dt = (∂N/∂k) · (dk/dT) · (dT/dt)

This multi-step chain allows students to model dynamic systems with multiple interacting variables. IB AI exam questions may present such multi-variable scenarios in a simplified yet structured context, testing the ability to formally trace the dependencies between variables using the chain rule.

这种多步链条使我们可以建立多个相互作用的变量系统模型。IB AI考试题目可能以简化的结构化场景呈现这种多变量情形,考查形式化地利用链式法则追踪变量依赖关系的能力。


12. Summary and Final Advice | 总结与核心建议

The chain rule is not just a formula to memorise—it is a versatile tool that enables differentiation in a wide range of contexts: composite functions, implicit relationships, inverse functions, parametric curves, related rates, and optimisation problems with multiple variables. Mastery comes from recognising the ‘chain’ structure in each of these contexts and applying the rule layer by layer.

链式法则不仅仅是一条需要记忆的公式,它是一个通用的工具,能够在各种各样的情境中执行求导:复合函数、隐函数关系、反函数、参数曲线、相关变化率以及多变量优化问题。掌握它的关键在于识别每种情境中”链”的结构,并逐层运用法则。

For your IB exam preparation, practise combining the chain rule with the product rule and quotient rule in the same expression—for example, y = x²e^(sin x). After taking the product rule, you must apply the chain rule to e^(sin x). Working fluently across these rules is precisely where high-scoring students distinguish themselves.

在备考IB时,请练习在同一表达式中将链式法则与乘积法则、商法则结合——例如 y = x²e^(sin x)。应用乘积法则后,还必须对 e^(sin x) 应用链式法则。能够流畅地在这些法则之间切换,正是高分学生脱颖而出的关键所在。

Published by TutorHao | IB Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version