Implicit Differentiation: Methods and Techniques | IB 数学:隐函数求导的方法与技巧

📚 Implicit Differentiation: Methods and Techniques | IB 数学:隐函数求导的方法与技巧

In IB Mathematics (Analysis and Approaches HL, and to a lesser extent AI HL), implicit differentiation is a powerful tool for finding the derivative of a function when y is not expressed explicitly in terms of x. Instead of rearranging an equation such as x² + y² = 25 into y = ±√(25 − x²), we differentiate both sides directly with respect to x, treating y as a function of x and applying the chain rule. This approach often saves time, handles curves that are not functions, and is essential for questions involving tangents, normals, related rates, and second derivatives.

在 IB 数学(分析与方法 HL,以及应用与解释 HL 的部分内容)中,隐函数求导是一种强有力的工具,用于在 y 未显式表示为 x 的函数时求导。我们不需要将 x² + y² = 25 重新整理为 y = ±√(25 − x²),而是直接对方程两边关于 x 求导,将 y 视为 x 的函数并运用链式法则。这种方法通常更省时,能处理根本不是函数的曲线,同时也是解决切线、法线、相关变化率和二阶导数问题的关键。


1. What Is an Implicit Function? | 什么是隐函数?

An explicit function has the form y = f(x), for example y = x³ + 2x. In contrast, an implicit relation is one where x and y are mixed together, such as x² + y² = 25, xy = 1, or x³ + y³ = 6xy. In these cases, it may be difficult, impossible, or messy to solve for y alone.

显函数具有 y = f(x) 的形式,例如 y = x³ + 2x。相比之下,隐式关系是指 x 与 y 混合在一起的方程,例如 x² + y² = 25、xy = 1 或 x³ + y³ = 6xy。在这些情形下,单独解出 y 可能很困难、甚至不可能,或者十分繁琐。

When we speak of “implicit differentiation”, we mean differentiating both sides of an equation with respect to x, while remembering that y is a function of x. Every time we differentiate a term containing y, we multiply by dy/dx because of the chain rule. This is the central idea of the whole topic.

当我们说“隐函数求导”时,指的是对方程两边关于 x 同时求导,同时牢记 y 是 x 的函数。每当我们对含有 y 的项求导时,都要根据链式法则乘上 dy/dx。这就是整个主题的核心思想。


2. Why Do We Need It? | 为什么需要隐函数求导?

Consider the circle x² + y² = 25. If we solve for y, we get two separate functions: y = √(25 − x²) for the upper semicircle and y = −√(25 − x²) for the lower semicircle. Differentiating these separately gives two different derivative expressions. But the implicit method gives a single formula, dy/dx = −x/y, that describes the slope at any point on the circle (provided y ≠ 0).

以圆 x² + y² = 25 为例。如果解出 y,会得到两个不同的函数:上半圆 y = √(25 − x²) 和下半圆 y = −√(25 − x²)。分别对它们求导会得到两个不同的导数表达式。而隐函数求导法则给出一个统一的公式:dy/dx = −x/y,它描述的是圆上任意一点处的斜率(前提是 y ≠ 0)。

Even when solving for y is possible, the resulting expression may involve square roots, fractions, or absolute values that make differentiation messy. Implicit differentiation avoids all of that. Moreover, many famous curves such as the folium of Descartes (x³ + y³ = 6xy) cannot be expressed as a single explicit function at all.

即使能解出 y,得到的表达式也可能涉及平方根、分式或绝对值,使求导变得繁琐。隐函数求导法则完全避免了这些问题。此外,许多著名曲线,例如笛卡尔叶形线(x³ + y³ = 6xy),根本无法表示为单一显函数。


3. The Key Rule: Chain Rule | 核心法则:链式法则

Suppose we want to differentiate y² with respect to x. Since y is a function of x, we treat y² as a composite function. Using the chain rule:

假设我们要对 y² 关于 x 求导。由于 y 是 x 的函数,我们把 y² 看作复合函数。根据链式法则:

d/dx(y²) = 2y × dy/dx

More generally, for any power: d/dx(yⁿ) = n·yⁿ⁻¹ × dy/dx. The same applies to other standard functions. For example, d/dx(sin y) = cos y × dy/dx, d/dx(eʸ) = eʸ × dy/dx, and d/dx(ln y) = (1/y) × dy/dx.

更一般地,对任意幂次有:d/dx(yⁿ) = n·yⁿ⁻¹ × dy/dx。这同样适用于其他基本函数。例如,d/dx(sin y) = cos y × dy/dx,d/dx(eʸ) = eʸ × dy/dx,d/dx(ln y) = (1/y) × dy/dx。

Remember that differentiating a term in x alone is normal, as if we were differentiating y = f(x). But for any term in y, we must attach the factor dy/dx. This single rule is the foundation of everything that follows.

记住,对纯 x 的项求导与通常情况完全一样;但对任何含有 y 的项求导时,我们必须乘上一个因子 dy/dx。这一条规则就是后续一切的基础。


4. Standard Steps for Implicit Differentiation | 隐函数求导的标准步骤

The procedure can be summarized in four clear steps:

这个过程可以总结为清晰的四步:

  • Step 1 | 第一步:Differentiate both sides of the equation with respect to x. 对方程两边同时关于 x 求导。
  • Step 2 | 第二步:Apply the chain rule to any term containing y (multiply by dy/dx), and use the product or quotient rule where needed. 对所有含 y 的项应用链式法则(乘以 dy/dx),必要时使用乘积法则或商法则。
  • Step 3 | 第三步:Collect all terms involving dy/dx on one side of the equation, and all other terms on the other side. 将所有含 dy/dx 的项移到方程一边,其余项移到另一边。
  • Step 4 | 第四步:Factor out dy/dx and solve for it. 提出公因子 dy/dx 并解出它。

Let us illustrate this with a classic example. Differentiate x² + y² = 25 implicitly.

下面用经典例子说明。对 x² + y² = 25 进行隐函数求导。

d/dx(x²) + d/dx(y²) = d/dx(25)

2x + 2y·dy/dx = 0

2y·dy/dx = −2x ⇒ dy/dx = −x/y


5. Handing Products and Quotients | 处理乘积与商

When an implicit equation involves a product such as xy, we must use the product rule. For example, differentiate x²y + sin(y) = 7 with respect to x.

当隐式方程涉及 xy 这样的乘积时,必须使用乘积法则。例如,对 x²y + sin(y) = 7 关于 x 求导。

The first term x²y is a product of x² and y. Using the product rule: d/dx(x²y) = 2x·y + x²·dy/dx. For the term sin(y), the chain rule gives cos(y)·dy/dx. Therefore:

第一项 x²y 是 x² 与 y 的乘积。用乘积法则:d/dx(x²y) = 2x·y + x²·dy/dx。对于 sin(y),链式法则给出 cos(y)·dy/dx。因此:

2xy + x²·dy/dx + cos(y)·dy/dx = 0

(x² + cos(y))·dy/dx = −2xy

dy/dx = −2xy / (x² + cos(y))

For quotients, the quotient rule applies in the same way. For instance, given y/x = 3, differentiating gives (x·dy/dx − y)/x² = 0, so x·dy/dx = y, hence dy/dx = y/x. In practice, multiplying through by the denominator first can sometimes avoid the quotient rule altogether, but either method is valid.

对于商式,商法则同样适用。例如,已知 y/x = 3,求导得 (x·dy/dx − y)/x² = 0,所以 x·dy/dx = y,即 dy/dx = y/x。在实践中,有时先乘以分母可以完全避开商法则,但两种方法都是有效的。


6. Finding the Second Derivative | 求二阶导数

Sometimes IB questions ask for d²y/dx² from an implicit equation. The key is to differentiate the first derivative expression again with respect to x, remembering that y is still a function of x.

有时 IB 题目要求从隐式方程求 d²y/dx²。关键在于对一阶导数表达式再次关于 x 求导,并牢记 y 仍然是 x 的函数。

Let us use the circle example x² + y² = 25. We already found dy/dx = −x/y. To find the second derivative, differentiate both sides with respect to x using the quotient rule:

以圆 x² + y² = 25 为例。我们已经求得 dy/dx = −x/y。为求二阶导数,用商法则对两边关于 x 求导:

d²y/dx² = −(1·y − x·dy/dx) / y²

Substitute dy/dx = −x/y into the numerator:

将 dy/dx = −x/y 代入分子:

d²y/dx² = −(y + x²/y) / y² = −(y² + x²) / y³ = −25 / y³

Notice how the original equation was used to simplify the final answer. This is a common and elegant step in IB exam solutions.

注意这里用到了原方程来简化最终答案。这是 IB 考试解答中常见且巧妙的一步。


7. Tangent and Normal Lines | 切线与法线

Once dy/dx is known, we can find the equation of a tangent line at a given point (x₁, y₁) using the point-slope formula: y − y₁ = m(x − x₁), where m = dy/dx evaluated at that point. The normal line has slope −1/m.

一旦求出 dy/dx,就可以利用点斜式求出给定点 (x₁, y₁) 处的切线方程:y − y₁ = m(x − x₁),其中 m 是该点处的 dy/dx 值。法线的斜率为 −1/m。

For example, consider the curve x² + xy + y² = 7. Find the tangent at (1, 2). First, differentiate implicitly:

例如,考虑曲线 x² + xy + y² = 7,求其在 (1, 2) 处的切线。首先隐式求导:

2x + y + x·dy/dx + 2y·dy/dx = 0

(x + 2y)·dy/dx = −(2x + y)

dy/dx = −(2x + y)/(x + 2y)

Substituting x = 1 and y = 2 gives m = −(2 + 2)/(1 + 4) = −4/5. Hence the tangent is y − 2 = (−4/5)(x − 1), or 4x + 5y = 14. The normal has slope 5/4 and is given by y − 2 = (5/4)(x − 1).

代入 x = 1、y = 2,得 m = −(2 + 2)/(1 + 4) = −4/5。因此切线为 y − 2 = (−4/5)(x − 1),即 4x + 5y = 14。法线斜率为 5/4,方程为 y − 2 = (5/4)(x − 1)。


8. Related Rates | 相关变化率

Implicit differentiation is the engine behind related rates problems, which are popular in IB AA HL Paper 2 and Paper 3. In these problems, we are given the rate of one quantity and asked to find the rate of another, using an equation that links them.

隐函数求导是相关变化率问题的核心工具,这类问题在 IB AA HL 试卷二和试卷三中很常见。在这类问题中,我们已知一个量的变化率,要求另一个量的变化率,关键在于找到联系两者的方程。

For instance, a ladder of length 10 m leans against a wall. The bottom slides away at 1 m/s. How fast is the top falling when the bottom is 6 m from the wall?

例如,一架 10 米长的梯子靠在墙上,底端以 1 m/s 的速度滑离墙壁。当底端距墙 6 米时,顶端下落的速度是多少?

Let x be the distance of the bottom from the wall and y be the height of the top. Then x² + y² = 100. Differentiate implicitly with respect to time t:

设 x 为底端到墙的距离,y 为顶端的高度。则 x² + y² = 100。关于时间 t 隐式求导:

2x·dx/dt + 2y·dy/dt = 0

When x = 6, y = √(100 − 36) = 8. Substituting dx/dt = 1, x = 6, y = 8 gives 2(6)(1) + 2(8)·dy/dt = 0, so dy/dt = −6/8 = −0.75 m/s. The minus sign means the top is falling at 0.75 m/s.

当 x = 6 时,y = √(100 − 36) = 8。代入 dx/dt = 1、x = 6、y = 8,得 2(6)(1) + 2(8)·dy/dt = 0,所以 dy/dt = −6/8 = −0.75 m/s。负号表示顶端以 0.75 m/s 的速度下落。


9. Parametric Differentiation | 参数方程求导

Implicit differentiation is closely related to parametric differentiation. If x and y are both given in terms of a parameter t, then the derivative dy/dx is found using the chain rule:

隐函数求导与参数方程求导密切相关。如果 x 和 y 都表示为参数 t 的函数,则导数 dy/dx 通过链式法则求得:

dy/dx = (dy/dt) ÷ (dx/dt), provided dx/dt ≠ 0

For example, if x = t², y = t³, then dx/dt = 2t and dy/dt = 3t², so dy/dx = 3t²/(2t) = 3t/2. This matches what we would get by eliminating t (y = x^(3/2), dy/dx = (3/2)x^(1/2) = 3t/2).

例如,若 x = t²、y = t³,则 dx/dt = 2t、dy/dt = 3t²,所以 dy/dx = 3t²/(2t) = 3t/2。这与消去 t 后所得结果一致(y = x^(3/2),dy/dx = (3/2)x^(1/2) = 3t/2)。

To find the second derivative in parametric form, differentiate dy/dx with respect to t and divide by dx/dt:

在参数形式下求二阶导数时,先对 dy/dx 关于 t 求导,再除以 dx/dt:

d²y/dx² = d/dt(dy/dx) ÷ dx/dt


10. Common Pitfalls and Exam Tips | 常见误区与考试技巧

Students often make several predictable mistakes when applying implicit differentiation. Being aware of them can save valuable marks:

学生在应用隐函数求导时常犯几个可预测的错误。了解这些错误可以节省宝贵分数:

  • Forgetting to multiply by dy/dx | 忘记乘以 dy/dx:Every term containing y must be multiplied by dy/dx. This is the most common error. 每一个含 y 的项都必须乘以 dy/dx。这是最常见的错误。
  • Misapplying the product rule | 错用乘积法则:When differentiating a product like xy, do not treat y as a constant. Use the product rule properly. 求 xy 这类乘积的导数时,不要把 y 当作常数,要正确使用乘积法则。
  • Sign errors when solving for dy/dx | 解 dy/dx 时符号错误:Move terms carefully, especially when dealing with negative coefficients. 移项时要特别细心,尤其是处理负系数时。
  • Not substituting coordinates to find the slope | 未代入坐标求斜率:The derivative is often a function of both x and y. To find the slope at a point, always substitute both coordinates. 导数通常同时是 x 和 y 的函数。求某点斜率时,必须同时代入两个坐标。
  • Check if a point is on the curve | 先确认点在曲线上:Before finding a tangent or normal, verify that the given point satisfies the original equation. 在求切线或法线前,先验证给定点满足原方程。

In IB exams, always show the step in which you apply d/dx to both sides, and clearly factor out dy/dx before solving. This clarity earns method marks even if the final arithmetic is wrong.

在 IB 考试中,务必写出对两边同时作用 d/dx 的步骤,并在解出 dy/dx 前明确提出公因子。即使最终计算有误,清晰的步骤也能帮你获得方法分。


11. Worked Exam-Style Example | 考试型例题精解

Consider the curve x³ + y³ = 9xy. This is a famous IB-style question. (a) Find dy/dx in terms of x and y. (b) Find the gradient at the point (2, 4). (c) Write the equation of the tangent at that point.

考虑曲线 x³ + y³ = 9xy。这是经典的 IB 风格题。(a) 用 x 和 y 表示 dy/dx;(b) 求点 (2, 4) 处的梯度;(c) 写出该点处的切线方程。

(a) Differentiate implicitly, using the product rule on the right-hand side:

(a) 隐式求导,对右边使用乘积法则:

3x² + 3y²·dy/dx = 9y + 9x·dy/dx

(3y² − 9x)·dy/dx = 9y − 3x²

dy/dx = (9y − 3x²) / (3y² − 9x)

(b) Substituting x = 2, y = 4:

(b) 代入 x = 2、y = 4:

dy/dx = (36 − 12) / (48 − 18) = 24/30 = 4/5

(c) The tangent is y − 4 = (4/5)(x − 2), which simplifies to 4x − 5y + 12 = 0.

(c) 切线方程为 y − 4 = (4/5)(x − 2),化简得 4x − 5y + 12 = 0。


12. Summary and Final Advice | 总结与最终建议

Implicit differentiation is one of the most valuable techniques in the IB calculus syllabus. It extends the power of the chain rule to equations where y cannot be conveniently isolated, and it appears consistently in both exam papers under differentiation, tangents, normals, and related rates.

隐函数求导是 IB 微积分教学大纲中最有价值的技术之一。它把链式法则的威力扩展到了无法方便分离 y 的方程中,并且在试卷中反复出现在导数、切线、法线和相关变化率等考点中。

To master this topic, practice differentiating equations that involve products, quotients, trigonometric functions, exponentials, and logarithms. Also practice reading a problem and deciding between implicit, explicit, or parametric differentiation. This decision-making skill is exactly what distinguishes top-scoring IB students.

要掌握这个主题,请多练习涉及乘积、商、三角函数、指数和对数函数的方程求导。还要练习阅读题目并在隐式、显式或参数求导之间做出选择。这种决策能力正是高分 IB 学生与众不同的地方。

Finally, remember the golden rule: whenever you differentiate a term containing y, write dy/dx. This one small habit prevents the majority of mark-losing errors and gives you confidence in every implicit differentiation question you face.

最后,请记住黄金法则:每当你对含有 y 的项求导时,都要写上 dy/dx。这一个小习惯能避免大多数失分错误,让你在面对任何隐函数求导题时都充满自信。

Published by TutorHao | 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