📚 PDF资源导航

Partial Differentiation in CCEA A-Level Maths | A-Level CCEA 数学:偏微分考点精讲

📚 Partial Differentiation in CCEA A-Level Maths | A-Level CCEA 数学:偏微分考点精讲

Partial differentiation extends the concept of ordinary differentiation to functions of several variables. It is a core topic in the CCEA A-Level Mathematics specification, particularly relevant when modelling situations where an outcome depends on two or more independent inputs, such as volume of a cylinder varying with both radius and height, or profit as a function of multiple products. Mastering partial derivatives not only enables you to handle multivariable calculus but also strengthens your ability to solve optimisation problems and implicit relationships that are beyond the reach of single-variable calculus.

偏微分将普通导数的概念推广到多元函数。这是 CCEA A-Level 数学大纲中的核心内容,特别适用于当一个结果依赖于两个或更多独立变量的建模场合,例如圆柱体积随半径和高度同时变化,或多种产品的利润函数。掌握偏导数不仅能让你处理多元微积分,还能增强你解决优化问题和隐式关系的能力,这些问题是单变量微积分无法直接处理的。

1. What Are Partial Derivatives? | 偏导数的基本概念

A function of two variables, f(x, y), can be differentiated with respect to x while treating y as a constant. This is the partial derivative with respect to x, written ∂f/∂x or fx. Similarly, ∂f/∂y or fy is obtained by treating x as constant and differentiating with respect to y. The curly d symbol ‘∂’ distinguishes partial from ordinary derivatives.

对于二元函数 f(x, y),在求关于 x 的偏导数时,将 y 视为常数进行求导,记为 ∂f/∂x 或 fx。类似地,∂f/∂y 或 fy 是将 x 视为常数对 y 求导。弯形的 d 符号 “∂” 用于区分偏导数与普通导数。

For example, if f(x, y) = x³y + 2xy², then ∂f/∂x = 3x²y + 2y² (y treated as constant) and ∂f/∂y = x³ + 4xy (x treated as constant).

例如,若 f(x, y) = x³y + 2xy²,则 ∂f/∂x = 3x²y + 2y²(y 当作常数),∂f/∂y = x³ + 4xy(x 当作常数)。


2. First-Order Partial Derivatives – Notation and Rules | 一阶偏导数:符号与求导规则

Notation is crucial. You will encounter ∂z/∂x, fx(x,y), or simply fx. All denote the rate of change of the function in the x-direction. The standard differentiation rules – power rule, product rule, chain rule for composite expressions – still apply, but only the variable of differentiation is active while others are frozen.

符号至关重要。你会看到 ∂z/∂x、fx(x,y) 或简写 fx。它们都表示函数沿 x 方向的变化率。标准的求导法则——幂法则、乘积法则、复合表达式的链式法则——仍然适用,但只有求导变量是“活跃的”,其他变量被冻结。

When differentiating a function like sin(xy) with respect to x, treat y as a constant multiplier: ∂/∂x [sin(xy)] = y cos(xy). For ln(x² + y²), the derivative with respect to y is (2y) / (x² + y²), treating x as constant.

对形如 sin(xy) 的函数关于 x 求导时,将 y 视为常数因子:∂/∂x [sin(xy)] = y cos(xy)。对于 ln(x² + y²),关于 y 的导数为 (2y) / (x² + y²),此时 x 当作常数。


3. Geometric Interpretation | 几何意义

Geometrically, a function z = f(x, y) represents a surface in three-dimensional space. Holding y constant gives a curve lying on that surface, running parallel to the xz-plane. The partial derivative ∂f/∂x at a point is the slope of the tangent line to that curve. Similarly, ∂f/∂y gives the slope in the y-direction. Together, they define the tangent plane to the surface at that point.

从几何上看,函数 z = f(x, y) 表示三维空间中的一个曲面。保持 y 不变,会得到一条位于曲面上、平行于 xz 平面的曲线。某点处偏导数 ∂f/∂x 就是该曲线切线的斜率。类似地,∂f/∂y 给出 y 方向的斜率。两者共同确定了曲面在该点的切平面。

This interpretation helps visualise why stationary points (where both partial derivatives vanish) correspond to peaks, troughs or saddle points on the surface.

这种几何解释有助于理解为什么驻点(两个偏导数均为零)对应于曲面上的峰、谷或鞍点。


4. Higher-Order Partial Derivatives | 高阶偏导数

Second-order partial derivatives are obtained by differentiating first-order derivatives. There are three types for f(x,y): ∂²f/∂x² (fxx), ∂²f/∂y² (fyy), and mixed derivatives ∂²f/∂x∂y (fxy) and ∂²f/∂y∂x (fyx). For most CCEA functions, mixed partials are equal: fxy = fyx provided the function is sufficiently smooth.

二阶偏导数通过对一阶导数再求导得到。对于 f(x,y),有三类:∂²f/∂x² (fxx)、∂²f/∂y² (fyy) 以及混合偏导数 ∂²f/∂x∂y (fxy) 和 ∂²f/∂y∂x (fyx)。在 CCEA 涉及的大多数函数中,若函数足够光滑,混合偏导数相等:fxy = fyx

Example: f(x, y) = x²y³.
First order: fx = 2xy³, fy = 3x²y².
Second order: fxx = 2y³, fyy = 6x²y, fxy = fyx = 6xy².

例题:f(x, y) = x²y³。
一阶:fx = 2xy³,fy = 3x²y²。
二阶:fxx = 2y³,fyy = 6x²y,fxy = fyx = 6xy²。


5. The Chain Rule for Partial Derivatives | 偏导数的链式法则

When a function depends on intermediate variables that themselves depend on external variables, the chain rule is essential. If z = f(u, v) with u = u(x, y) and v = v(x, y), then:

∂z/∂x = (∂f/∂u)(∂u/∂x) + (∂f/∂v)(∂v/∂x)

and a similar expression for ∂z/∂y. This mirrors the single-variable chain rule but adds contributions from all intermediate variables.

当函数依赖于中间变量,而这些中间变量又依赖于外部变量时,链式法则至关重要。若 z = f(u, v),其中 u = u(x, y),v = v(x, y),则有:

∂z/∂x = (∂f/∂u)(∂u/∂x) + (∂f/∂v)(∂v/∂x)

而 ∂z/∂y 有类似表达式。这类似于单变量链式法则,但加上了来自所有中间变量的贡献。

A common application is when x and y are functions of a single parameter t. Then the total derivative is dz/dt = (∂f/∂x)(dx/dt) + (∂f/∂y)(dy/dt). CCEA exam questions frequently test this form.

一个常见应用是当 x 和 y 都是单个参数 t 的函数时。此时全导数为 dz/dt = (∂f/∂x)(dx/dt) + (∂f/∂y)(dy/dt)。CCEA 考试题目经常考查这种形式。


6. Implicit Partial Differentiation | 隐函数偏微分

For an equation F(x, y) = 0 that implicitly defines y as a function of x, ordinary differentiation gives dy/dx = – (∂F/∂x) / (∂F/∂y). This formula extends to three variables: if F(x, y, z) = 0 defines z implicitly as a function of x and y, then:

∂z/∂x = – (∂F/∂x) / (∂F/∂z),  ∂z/∂y = – (∂F/∂y) / (∂F/∂z)

provided ∂F/∂z ≠ 0.

对于隐式定义 y 为 x 函数的方程 F(x, y) = 0,普通导数给出 dy/dx = – (∂F/∂x) / (∂F/∂y)。该公式可推广到三个变量:若 F(x, y, z) = 0 隐式定义 z 为 x 和 y 的函数,则:

∂z/∂x = – (∂F/∂x) / (∂F/∂z),  ∂z/∂y = – (∂F/∂y) / (∂F/∂z)

前提是 ∂F/∂z ≠ 0。

These formulas are extremely useful when direct explicit solving is impossible or messy, for instance, with expressions like x²z + yz³ = eᶻ.

当直接显式求解不可能或很繁琐时,这些公式极其有用,比如对于 x²z + yz³ = eᶻ 这类表达式。


7. Stationary Points of Functions of Two Variables | 二元函数的驻点

A stationary point of f(x, y) occurs where both first-order partial derivatives are zero simultaneously: fx = 0 and fy = 0. Solving these simultaneous equations yields the coordinates of the stationary point(s). These points mark locations where the tangent plane is horizontal.

二元函数 f(x, y) 的驻点出现在两个一阶偏导数同时为零处:fx = 0 且 fy = 0。解这些联立方程可得到驻点的坐标。这些点标记了切平面水平的区域。

Example: Find stationary points of f(x, y) = x² + y² – 2x – 4y + 5.
fx = 2x – 2 = 0 ⇒ x = 1; fy = 2y – 4 = 0 ⇒ y = 2. So the only stationary point is (1, 2).

例题:求 f(x, y) = x² + y² – 2x – 4y + 5 的驻点。
fx = 2x – 2 = 0 ⇒ x = 1;fy = 2y – 4 = 0 ⇒ y = 2。因此唯一的驻点是 (1, 2)。


8. Classifying Stationary Points – The Second Derivative Test | 驻点分类——二阶导数检验

To determine the nature of a stationary point (a, b), compute the second-order partial derivatives at that point and evaluate the discriminant:

D = fxx(a,b) × fyy(a,b) – [fxy(a,b)]²

The classification rules are summarised in the table below:

为了确定驻点 (a, b) 的性质,需要计算该点处的二阶偏导数并计算判别式:

D = fxx(a,b) × fyy(a,b) – [fxy(a,b)]²

分类规则总结于下表:

Condition Nature of stationary point
D > 0 and fxx > 0 Local minimum
D > 0 and fxx < 0 Local maximum
D < 0 Saddle point
D = 0 Test inconclusive (further analysis needed)

Remember, fxx alone does not determine the outcome when D > 0; its sign indicates minimum or maximum. If D < 0, the point is a saddle point regardless of fxx‘s sign.

记住,当 D > 0 时,仅凭 fxx 不能决定结果;其正负号决定极小或极大。若 D < 0,无论 fxx 符号如何,该点均为鞍点。


9. Worked Example: Full Classification | 典型例题:完整分类过程

Consider f(x, y) = x³ – 3xy + y³.

First, find stationary points: fx = 3x² – 3y = 0 ⇒ x² = y; fy = -3x + 3y² = 0 ⇒ x = y². Substitute: x = y² = (x²)² = x⁴ ⇒ x⁴ – x = 0 ⇒ x(x³ – 1) = 0. Thus x = 0 or x = 1. Corresponding y = 0 or y = 1. Stationary points: (0,0) and (1,1).

考虑 f(x, y) = x³ – 3xy + y³。

首先求驻点:fx = 3x² – 3y = 0 ⇒ x² = y;fy = -3x + 3y² = 0 ⇒ x = y²。代入:x = y² = (x²)² = x⁴ ⇒ x⁴ – x = 0 ⇒ x(x³ – 1) = 0。因此 x = 0 或 x = 1。相应的 y = 0 或 y = 1。驻点:(0,0) 和 (1,1)。

Second derivatives: fxx = 6x, fyy = 6y, fxy = -3. Evaluate discriminant D = fxxfyy – (fxy)².

二阶导数:fxx = 6x,fyy = 6y,fxy = -3。计算判别式 D = fxxfyy – (fxy)²。

At (0,0): fxx = 0, fyy = 0, D = 0×0 – 9 = -9 < 0 → saddle point.

At (1,1): fxx = 6, fyy = 6, D = 36 – 9 = 27 > 0, fxx > 0 → local minimum.

在 (0,0):fxx = 0,fyy = 0,D = 0×0 – 9 = -9 < 0 → 鞍点。

在 (1,1):fxx = 6,fyy = 6,D = 36 – 9 = 27 > 0,fxx > 0 → 局部极小点。


10. Partial Derivatives in Three or More Variables | 三元及以上函数的偏导数

The concept extends naturally. For f(x, y, z), we compute ∂f/∂x by treating both y and z as constants. The second derivative test and classification in three variables go beyond CCEA A-Level scope but the computation of partial derivatives themselves is often required in applied contexts, like thermodynamics or economics problems where quantities depend on multiple factors.

这一概念自然推广。对于 f(x, y, z),求 ∂f/∂x 时将 y 和 z 都视为常数。三元函数的二阶导数检验和分类虽然超出 CCEA A-Level 范围,但偏导数本身的计算常出现在应用背景中,如热力学或经济学问题,其中某个量依赖于多个因素。

For example, the volume of a rectangular box V = xyz has partial derivatives Vx = yz, Vy = xz, Vz = xy. Each represents the rate of change of volume with respect to one dimension while the other two stay fixed.

例如,长方体体积 V = xyz 的偏导数为 Vx = yz,Vy = xz,Vz = xy。每一个都表示在其他两个边长固定时,体积随某边长的变化率。


11. Common Mistakes to Avoid | 常见错误提醒

Mixing up variables: The most frequent error is forgetting which variable is held constant. Always re-read the question to confirm whether you are differentiating with respect to x or y.

混淆变量:最常见的错误是忘记哪个变量被当作常数。务必重新读题,确认你是对 x 还是 y 求导。

Misapplying product rule: In partial differentiation, product terms like x y must be handled correctly: ∂/∂x (x y) = y while ∂/∂y (x y) = x. But for a product like x y sin(x), you must use the product rule with x active and y constant.

误用乘积法则:在偏微分中,像 x y 这样的乘积项必须正确处理:∂/∂x (x y) = y,而 ∂/∂y (x y) = x。但对于 x y sin(x) 这样的乘积,当对 x 求导时 y 是常数,但仍然要使用乘积法则。

Stationary point carelessness: Solving fx=0 and fy=0 simultaneously can lead to algebraic mistakes. Double-check your solutions by substituting back. Also, do not forget to classify after finding stationary points; many candidates lose marks by stopping early.

驻点粗心:联立求解 fx=0 和 fy=0 可能导致代数错误。通过回代检验你的解。此外,找到驻点后不要忘记分类;许多考生因过早停止而失分。

Incorrect discriminant: Remember the formula is D = fxx fyy – (fxy)², not plus. A sign error here reverses the conclusions.

判别式错误:记住公式是 D = fxx fyy – (fxy)²,不是加号。这里符号搞错会颠倒结论。


12. Exam Tips for CCEA Papers | CCEA 考试技巧

CCEA exam questions on partial differentiation typically combine computation with interpretation. You might be asked to find first and second partial derivatives, use the chain rule, or locate and classify stationary points. Show all steps clearly; marks are awarded for correct partial derivatives even if the final classification is wrong.

CCEA 考试中有关偏微分的题目通常结合计算与解释。你可能被要求求出一阶和二阶偏导数、使用链式法则,或定位并分类驻点。要清晰地展示所有步骤;即使最终分类错误,正确的偏导数仍然能获得步骤分。

Use the notation consistently – do not switch between ∂f/∂x and fx within the same solution. If asked to verify a stationary point’s nature, always state the condition and then evaluate D and fxx. For chain rule questions, clearly label the intermediate variables to avoid confusion.

保持符号一致——不要在同一个解答中交替使用 ∂f/∂x 和 fx。如果要求验证驻点性质,始终先陈述条件,再计算 D 和 fxx。对于链式法则题目,清晰标注中间变量以避免混淆。

Time management is critical. Partial differentiation questions often appear as part of longer structured questions. Practise past-paper speed and accuracy so that these parts become quick, reliable marks in your overall score.

时间管理至关重要。偏微分题目常作为较长结构题的一部分出现。练习历年试题的速度和准确度,使这些部分成为你总分中快速而可靠的得分点。


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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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