The Product Rule and Its Applications | 乘积法则及其应用

📚 The Product Rule and Its Applications | 乘积法则及其应用

The Product Rule is one of the most fundamental differentiation techniques in calculus. It allows us to find the derivative of a function formed by multiplying two or more functions. In IB Mathematics, mastering the Product Rule is essential for tackling a wide range of problems, from simple polynomial products to complex trigonometric and exponential expressions.

乘积法则是微积分中最基本的分化技巧之一。它使我们能够求出由两个或更多函数相乘所构成的函数的导数。在IB数学中,掌握乘积法则对于解决各种问题至关重要,从简单的多项式乘积到复杂的三角函数和指数函数表达式。


1. Statement of the Product Rule | 乘积法则的表述

The Product Rule states that if a function y can be written as the product of two differentiable functions u(x) and v(x), then its derivative is given by:

If y = u × v, then dy/dx = u × (dv/dx) + v × (du/dx)

In alternative notation, this is often written as (fg)’ = f’g + fg’. The key insight is that the derivative of a product is NOT simply the product of the derivatives. Each function gets its turn to be differentiated while the other remains unchanged, and we sum these two contributions.

乘积法则指出,如果函数y可以写成两个可微函数u(x)和v(x)的乘积,那么它的导数为:

若 y = u × v,则 dy/dx = u × (dv/dx) + v × (du/dx)

在另一种记号中,这通常写作 (fg)’ = f’g + fg’。关键在于,乘积的导数并非简单地等于导数的乘积。每个函数轮流被微分,而另一个函数保持不变,然后将这两项相加。


2. The Expansion Method vs. The Product Rule | 展开法与乘积法则的比较

When u(x) and v(x) are simple polynomials, one alternative is to expand the product first and then differentiate term by term. For example, if y = (x + 2)(x – 3), expanding gives y = x² – x – 6, and differentiating directly gives dy/dx = 2x – 1.

However, the Product Rule becomes indispensable when expansion is impractical or impossible. Consider products involving trigonometric functions like y = x² × sin(x), exponential functions like y = eˣ × ln(x), or nested expressions where expansion is algebraically infeasible.

当u(x)和v(x)是简单的多项式时,另一种选择是先展开乘积,然后逐项微分。例如,若 y = (x + 2)(x – 3),展开得到 y = x² – x – 6,直接微分得到 dy/dx = 2x – 1。

然而,当展开不切实际或不可能时,乘积法则就变得不可或缺。考虑涉及三角函数的乘积如 y = x² × sin(x),指数函数如 y = eˣ × ln(x),或者展开在代数上不可行的嵌套表达式。


3. Proof of the Product Rule | 乘积法则的证明

We can derive the Product Rule by applying the definition of the derivative as a limit. Let f(x) = u(x) × v(x). Then:

f'(x) = limₕ→₀ [u(x+h)v(x+h) – u(x)v(x)] / h

The key trick is to add and subtract u(x+h)v(x) in the numerator, allowing us to factor the expression:

= limₕ→₀ [u(x+h)v(x+h) – u(x+h)v(x) + u(x+h)v(x) – u(x)v(x)] / h

Factoring gives two separate limits: limₕ→₀ u(x+h) × [v(x+h) – v(x)]/h + limₕ→₀ v(x) × [u(x+h) – u(x)]/h. As h approaches 0, u(x+h) → u(x), and the two difference quotients become dv/dx and du/dx respectively. This yields the Product Rule.

我们可以通过将导数定义为极限来推导乘积法则。设 f(x) = u(x) × v(x),则:

f'(x) = limₕ→₀ [u(x+h)v(x+h) – u(x)v(x)] / h

关键技巧是在分子中加上并减去 u(x+h)v(x),从而可以对表达式进行因式分解:

= limₕ→₀ [u(x+h)v(x+h) – u(x+h)v(x) + u(x+h)v(x) – u(x)v(x)] / h

因式分解后得到两个独立的极限:limₕ→₀ u(x+h) × [v(x+h) – v(x)]/h 和 limₕ→₀ v(x) × [u(x+h) – u(x)]/h。当h趋近于0时,u(x+h) → u(x),两个差商分别变为 dv/dx 和 du/dx。由此得到乘积法则。


4. The Triple Product Rule | 三函数乘积法则

For the product of three functions, y = u × v × w, the Product Rule extends naturally:

dy/dx = u’vw + uv’w + uvw’

In words: differentiate one function at a time, keep the other two unchanged, and sum all three terms. This pattern generalises to any finite number of functions. For example, to differentiate y = x² × sin(x) × eˣ, we identify u = x², v = sin(x), w = eˣ, then apply each derivative in turn.

对于三个函数的乘积 y = u × v × w,乘积法则自然延伸为:

dy/dx = u’vw + uv’w + uvw’

也就是说:每次只对一个函数求导,保持另外两个不变,然后将三项相加。这种模式可推广到任意有限数量的函数。例如,要求 y = x² × sin(x) × eˣ 的导数,我们设 u = x²,v = sin(x),w = eˣ,然后依次对每个函数求导。


5. Worked Example with Trigonometric Functions | 三角函数乘积的例题

Let’s find the derivative of y = x² × sin(x). Here we set u = x² and v = sin(x). Then du/dx = 2x and dv/dx = cos(x). Applying the Product Rule:

dy/dx = x² × cos(x) + sin(x) × 2x = x²cos(x) + 2x sin(x)

We can further factorise this as x[x cos(x) + 2 sin(x)]. Notice the structure of the answer: the first term treats sin(x) as the “constant” and differentiates x², while the second term treats x² as the “constant” and differentiates sin(x). This additive structure is the essence of the Product Rule.

让我们求 y = x² × sin(x) 的导数。这里设 u = x²,v = sin(x),则 du/dx = 2x,dv/dx = cos(x)。应用乘积法则:

dy/dx = x² × cos(x) + sin(x) × 2x = x²cos(x) + 2x sin(x)

我们可以进一步提取公因式,得到 x[x cos(x) + 2 sin(x)]。注意答案的结构:第一项将 sin(x) 视为”常数”而对 x² 求导,第二项将 x² 视为”常数”而对 sin(x) 求导。这种加法结构正是乘积法则的本质。


6. Combining Product Rule with Chain Rule | 乘积法则与链式法则的结合

In IB Mathematics, you will frequently encounter functions where the Product Rule must be applied alongside the Chain Rule. A classic example is y = x² × sin(3x). Here, v = sin(3x) is itself a composite function, so we first differentiate sin(3x) using the Chain Rule, obtaining dv/dx = 3cos(3x).

Applying the Product Rule with u = x² and v = sin(3x):

dy/dx = x² × 3cos(3x) + sin(3x) × 2x = 3x²cos(3x) + 2x sin(3x)

Another common structure involves exponential functions. Consider y = (x² + 1) × e^(2x). We have u = x² + 1, du/dx = 2x, and v = e^(2x), dv/dx = 2e^(2x) (using the Chain Rule). Therefore dy/dx = (x² + 1) × 2e^(2x) + e^(2x) × 2x = 2e^(2x)(x² + x + 1).

在IB数学中,你经常会遇到需要将乘积法则与链式法则结合使用的函数。一个经典例子是 y = x² × sin(3x)。这里 v = sin(3x) 本身是一个复合函数,因此我们首先使用链式法则对 sin(3x) 求导,得到 dv/dx = 3cos(3x)。

应用乘积法则,设 u = x²,v = sin(3x):

dy/dx = x² × 3cos(3x) + sin(3x) × 2x = 3x²cos(3x) + 2x sin(3x)

另一个常见的结构涉及指数函数。考虑 y = (x² + 1) × e^(2x)。设 u = x² + 1,du/dx = 2x;v = e^(2x),dv/dx = 2e^(2x)(使用链式法则)。因此 dy/dx = (x² + 1) × 2e^(2x) + e^(2x) × 2x = 2e^(2x)(x² + x + 1)。


7. Applications in Tangents and Normals | 切线与法线中的应用

One of the most common applications of the Product Rule in IB exams is finding equations of tangents and normals to curves defined by products. The derivative gives the gradient of the tangent at any point, and the normal is perpendicular to the tangent, so its gradient is the negative reciprocal.

Here is one of the most common applications of the Product Rule in IB examinations: 求曲线在给定点的切线和法线方程。导数给出任意点的切线斜率,而法线垂直于切线,因此其斜率为切线斜率的负倒数。

For example, consider the curve y = x × eˣ at the point where x = 1. Using the Product Rule with u = x, v = eˣ, we have dy/dx = x × eˣ + eˣ × 1 = eˣ(x + 1). At x = 1, the gradient is e¹ × 2 = 2e. The y-coordinate is y = 1 × e¹ = e. Thus the tangent equation is:

y – e = 2e(x – 1), or y = 2ex – e

The normal has gradient -1/(2e), giving its equation as y – e = -1/(2e) × (x – 1).

例如,考虑曲线 y = x × eˣ 在 x = 1 处的切线。使用乘积法则,设 u = x,v = eˣ,则 dy/dx = x × eˣ + eˣ × 1 = eˣ(x + 1)。在 x = 1 处,切线斜率为 e¹ × 2 = 2e。该点的 y 坐标为 y = 1 × e¹ = e。因此切线方程为:

y – e = 2e(x – 1),即 y = 2ex – e

法线的斜率为 -1/(2e),其方程为 y – e = -1/(2e) × (x – 1)。


8. Applications in Optimisation Problems | 优化问题中的应用

The Product Rule plays a crucial role in optimisation problems where the quantity to be maximised or minimised is expressed as a product. A typical IB problem might involve maximising the volume of a box or the area of a rectangle under constraints.

乘积法则在优化问题中扮演着关键角色,当需要最大化或最小化的量以乘积形式表达时尤其如此。一个典型的IB问题可能涉及在约束条件下最大化盒子的体积或矩形的面积。

Consider a problem where we need to find the maximum value of y = x² × e^(-x) for x > 0. Differentiating using the Product Rule:

dy/dx = x² × (-e^(-x)) + e^(-x) × 2x = e^(-x)(2x – x²) = x(2 – x)e^(-x)

Setting dy/dx = 0, and noting that e^(-x) is never zero, we solve x(2 – x) = 0. Since x > 0, the critical point is x = 2. We can confirm this is a maximum by observing the sign change of dy/dx: positive for 0 < x < 2 and negative for x > 2. The maximum value is y = 2² × e^(-2) = 4/e².

考虑一个问题:求 y = x² × e^(-x) 在 x > 0 时的最大值。使用乘积法则求导:

dy/dx = x² × (-e^(-x)) + e^(-x) × 2x = e^(-x)(2x – x²) = x(2 – x)e^(-x)

令 dy/dx = 0,注意 e^(-x) 永不为零,我们解 x(2 – x) = 0。由于 x > 0,驻点为 x = 2。通过观察 dy/dx 的符号变化可以确认这是极大值:0 < x < 2 时为正,x > 2 时为负。最大值为 y = 2² × e^(-2) = 4/e²。


9. Common Mistakes and Pitfalls | 常见错误与陷阱

One of the most frequent mistakes students make is applying the Product Rule when they should use a simpler approach, or vice versa. For instance, some students incorrectly differentiate y = x² × x³ as if it were a product, obtaining dy/dx = x² × 3x² + x³ × 2x = 5x⁴. This is actually correct, but it is also the same as differentiating y = x⁵ directly, giving 5x⁴.

学生最常犯的错误之一是应该使用更简单的方法时却使用了乘积法则,反之亦然。例如,有些学生将 y = x² × x³ 当作乘积来求导,得到 dy/dx = x² × 3x² + x³ × 2x = 5x⁴。这实际上是正确的,但它与直接对 y = x⁵ 求导得到 5x⁴ 是相同的。

A more serious error is the “false product rule”: many students mistakenly believe that dy/dx = (du/dx) × (dv/dx). This is incorrect. For example, for y = x² × sin(x), this false rule would give dy/dx = 2x × cos(x), which is equal to the first term of the correct answer but completely misses the second term.

另一个更严重的错误是”错误的乘积法则”:许多学生误以为 dy/dx = (du/dx) × (dv/dx)。这是不正确的。例如,对于 y = x² × sin(x),这个错误法则会给出 dy/dx = 2x × cos(x),它等于正确答案的第一项,但完全遗漏了第二项。

Other pitfalls include mixing up which function is u and which is v—while this does not change the final answer, it can lead to confusion in intermediate steps. Also, forgetting to apply the Chain Rule to composite factors, such as in sin(3x) or e^(2x), is a very common source of lost marks.

其他陷阱包括混淆哪个函数是u、哪个是v——虽然这不会改变最终答案,但可能在中间步骤中引起混乱。此外,忘记对复合因子应用链式法则,例如 sin(3x) 或 e^(2x),是常见的失分原因。


10. Higher-Order Derivatives | 高阶导数

The Product Rule can be applied repeatedly to compute higher-order derivatives. For y = x × eˣ, we have:

dy/dx = eˣ + x eˣ = eˣ(1 + x)

d²y/dx² = eˣ(1 + x) + eˣ = eˣ(x + 2)

There is a beautiful pattern here: for y = x × eˣ, the nth derivative is given by y⁽ⁿ⁾ = eˣ(x + n). This can be proved by induction using the Product Rule. Such patterns are valuable in IB exam problems that ask for the second or third derivative at a specific point.

乘积法则可反复使用以计算高阶导数。对于 y = x × eˣ,有:

dy/dx = eˣ + x eˣ = eˣ(1 + x)

d²y/dx² = eˣ(1 + x) + eˣ = eˣ(x + 2)

这里有一个优美的规律:对于 y = x × eˣ,n阶导数由 y⁽ⁿ⁾ = eˣ(x + n) 给出。这可以通过数学归纳法结合乘积法则来证明。这种规律在IB考试中要求计算特定点的二阶或三阶导数时非常有用。


11. Related Rates and Implicit Differentiation | 相关变化率与隐函数求导

The Product Rule frequently appears in related rates problems and implicit differentiation. For instance, if a rectangle has length x(t) and width y(t), both varying with time, the area A = x × y has rate of change:

dA/dt = x × (dy/dt) + y × (dx/dt)

This is direct application of the Product Rule with respect to t. In implicit differentiation, consider x² + xy + y² = 1. Differentiating both sides with respect to x, the term xy requires the Product Rule: d/dx(xy) = x × (dy/dx) + y × 1 = x(dy/dx) + y.

乘积法则频繁出现在相关变化率问题和隐函数求导中。例如,如果一个矩形的长为 x(t)、宽为 y(t),两者都随时间变化,其面积 A = x × y 的变化率为:

dA/dt = x × (dy/dt) + y × (dx/dt)

这就是乘积法则关于 t 的直接应用。在隐函数求导中,考虑 x² + xy + y² = 1。对两边关于 x 求导时,项 xy 需要使用乘积法则:d/dx(xy) = x × (dy/dx) + y × 1 = x(dy/dx) + y。


12. Summary and Exam Tips | 总结与考试技巧

The Product Rule is a cornerstone of differential calculus. Its formula is concise, but successful application requires careful identification of the two factors, meticulous computation of their derivatives, and vigilance when the Chain Rule is also needed for composite factors.

乘积法则是微分计算的基石。其公式简洁,但成功应用需要仔细识别两个因子,精确计算它们的导数,并且当复合因子还需要链式法则时保持警惕。

In IB exams, always write out u, v, du/dx, dv/dx as separate steps before combining them into the final derivative. This not only organises your work but also earns method marks even if a small arithmetic error occurs later. Practice with a variety of function types—polynomials, trigonometric, exponential, logarithmic—to build fluidity.

在IB考试中,始终将 u、v、du/dx、dv/dx 作为单独的步骤写出,然后再组合成最终的导数。这不仅使你的卷面整洁有序,而且即使后续出现小的算术错误也能获得方法分。多练习不同类型的函数——多项式、三角函数、指数函数、对数函数——以增强熟练度。

Remember the golden rule: when in doubt about whether to expand or apply the Product Rule, consider whether expansion is algebraically feasible. If it is not, the Product Rule is your indispensable tool.

记住黄金法则:当不确定是展开还是应用乘积法则时,请考虑展开在代数上是否可行。如果不可行,乘积法则就是你不可或缺的工具。

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