📚 Mastering Second-Order Differential Equations for CCEA A-Level | A-Level CCEA 数学:二阶微分方程 考点精讲
Second-order differential equations form a cornerstone of the CCEA A-Level Mathematics syllabus, bridging pure calculus with real-world modelling in mechanics and beyond. Mastering the techniques of solving homogeneous and non‑homogeneous equations, selecting the correct particular integral, and applying initial conditions is essential for top marks.
二阶微分方程是 CCEA A-Level 数学大纲的核心内容之一,它将纯微积分与力学等领域的实际建模联系起来。掌握求解齐次和非齐次方程的技巧、正确选择特解形式以及应用初始条件,是取得高分的关键。
1. General Form of a Second-Order Linear ODE | 二阶线性常微分方程的一般形式
CCEA focuses on second-order linear ordinary differential equations with constant coefficients, written as a d²y/dx² + b dy/dx + c y = f(x), where a, b, c are constants and f(x) is a function of x.
CCEA 考试关注的是常系数二阶线性常微分方程,其一般形式为 a d²y/dx² + b dy/dx + c y = f(x),其中 a, b, c 为常数,f(x) 是 x 的函数。
When f(x) = 0, the equation is said to be homogeneous; otherwise it is non‑homogeneous. All solution methods start by solving the associated homogeneous equation.
当 f(x) = 0 时,方程为齐次方程;否则为非齐次方程。所有求解方法都从解对应的齐次方程开始。
2. The Homogeneous Equation and the Auxiliary Equation | 齐次方程与辅助方程
For the homogeneous equation a d²y/dx² + b dy/dx + c y = 0, we assume a solution of the form y = emx. Substituting gives the auxiliary (characteristic) equation: a m² + b m + c = 0.
对于齐次方程 a d²y/dx² + b dy/dx + c y = 0,我们假设解的形式为 y = emx。代入后得到辅助方程(特征方程): a m² + b m + c = 0。
The nature of the roots of this quadratic determines the form of the complementary function yc. You must be able to quickly write down the auxiliary equation and solve it by factorising or using the quadratic formula.
这个二次方程根的性质决定了余函数 yc 的形式。你必须能够快速写出辅助方程,并通过因式分解或求根公式求解。
3. Real and Distinct Roots | 两个不等的实根
If the auxiliary equation has two distinct real roots m₁ and m₂, the complementary function is yc = A em₁x + B em₂x, where A and B are arbitrary constants.
若辅助方程有两个不等的实根 m₁ 和 m₂,则余函数为 yc = A em₁x + B em₂x,其中 A 和 B 为任意常数。
Example: for d²y/dx² − 5 dy/dx + 6 y = 0, the auxiliary equation m² − 5m + 6 = 0 gives m₁ = 2, m₂ = 3, so yc = A e2x + B e3x.
例如:对于 d²y/dx² − 5 dy/dx + 6 y = 0,辅助方程 m² − 5m + 6 = 0 给出 m₁ = 2, m₂ = 3,因此 yc = A e2x + B e3x。
4. Repeated Real Root | 重实根
When the auxiliary equation has a repeated root m (i.e. discriminant Δ = 0), the complementary function takes the form yc = (A + Bx) emx.
当辅助方程有重根 m(即判别式 Δ = 0)时,余函数的形式为 yc = (A + Bx) emx。
This extra x factor is essential for linear independence of the two parts. Students often forget the Bx term; always check whether the quadratic has a double root.
这个额外的 x 因子对保证两部分线性无关至关重要。学生经常忘记 Bx 项;一定要检查二次方程是否有重根。
Example: d²y/dx² − 4 dy/dx + 4 y = 0 gives m = 2 (repeated), so yc = (A + Bx) e2x.
例如:d²y/dx² − 4 dy/dx + 4 y = 0 给出 m = 2(重根),因此 yc = (A + Bx) e2x。
5. Complex Conjugate Roots | 共轭复根
If the auxiliary equation yields complex roots α ± iβ, the complementary function can be written in trigonometric form: yc = eαx (A cos βx + B sin βx).
如果辅助方程产生共轭复根 α ± iβ,则余函数可以写成三角函数形式:yc = eαx (A cos βx + B sin βx)。
This arises frequently in damped harmonic motion problems. Note that the real part α controls the exponential growth or decay, while the imaginary part β determines the angular frequency of oscillation.
这在阻尼简谐运动问题中经常出现。注意实部 α 控制指数增长或衰减,而虚部 β 决定振荡的角频率。
Example: d²y/dx² + 2 dy/dx + 5 y = 0 gives α = −1, β = 2, so yc = e−x (A cos 2x + B sin 2x).
例如:d²y/dx² + 2 dy/dx + 5 y = 0 给出 α = −1, β = 2,所以 yc = e−x (A cos 2x + B sin 2x)。
6. The Non‑Homogeneous Equation and the Particular Integral | 非齐次方程与特解
For a non‑homogeneous equation a d²y/dx² + b dy/dx + c y = f(x), the general solution is y = yc + yp, where yc is the complementary function and yp is a particular integral that fits f(x).
对于非齐次方程 a d²y/dx² + b dy/dx + c y = f(x),通解为 y = yc + yp,其中 yc 是余函数,而 yp 是满足 f(x) 的一个特解。
The method of undetermined coefficients (trial function) is the main technique examined. You assume a form for yp based on the structure of f(x), then substitute into the differential equation to find the unknown coefficients.
待定系数法(试函数法)是考试中主要考查的方法。你需要根据 f(x) 的结构假设 yp 的形式,然后代入微分方程求出未知系数。
7. Particular Integral for a Polynomial f(x) | f(x) 为多项式时的特解
If f(x) is a polynomial of degree n, try a general polynomial of the same degree. For example, if f(x) = 3x² + 2, set yp = Px² + Qx + R.
若 f(x) 是 n 次多项式,则尝试使用相同次数的一般多项式。例如,若 f(x) = 3x² + 2,设 yp = Px² + Qx + R。
If the homogeneous equation has a root of zero (i.e. c = 0), multiply by x as many times as needed to avoid duplication with yc. This ‘modification rule’ is commonly tested.
如果齐次方程有零根(即 c = 0),则需要乘以 x 的适当次幂,以避免与 yc 重复。这条“修正规则”经常出现在考题中。
8. Particular Integral for an Exponential f(x) | f(x) 为指数函数时的特解
When f(x) = k epx, try yp = λ epx. If p is a root of the auxiliary equation, multiply by x or x² accordingly.
当 f(x) = k epx 时,试设 yp = λ epx。若 p 是辅助方程的根,则相应乘以 x 或 x²。
Example: for d²y/dx² − 3 dy/dx + 2 y = 5 e4x, try yp = C e4x, then substitute to find C. For repeated root cases, remember the extra factor of x.
例如:对于 d²y/dx² − 3 dy/dx + 2 y = 5 e4x,试设 yp = C e4x,然后代入求出 C。在重根情况下,记得乘以额外的 x 因子。
9. Particular Integral for Trigonometric f(x) | f(x) 为三角函数时的特解
If f(x) is a sine or cosine, the trial function must include both sine and cosine of the same argument. Thus for f(x) = P cos ωx + Q sin ωx, set yp = C cos ωx + D sin ωx.
若 f(x) 是正弦或余弦函数,试函数必须同时包含同角频率的正弦和余弦项。因此,对于 f(x) = P cos ωx + Q sin ωx,设 yp = C cos ωx + D sin ωx。
This form is vital even if f(x) contains only a sine or only a cosine, because derivatives mix the two.
即使 f(x) 只包含正弦或只包含余弦,这个形式也是必需的,因为导数会使二者混合。
When iω is a root of the auxiliary equation (pure resonance case), multiply yp by x: yp = x (C cos ωx + D sin ωx).
当 iω 是辅助方程的根(纯共振情况)时,将 yp 乘以 x:yp = x (C cos ωx + D sin ωx)。
10. Superposition and Combination f(x) | 叠加原理与组合 f(x)
When f(x) is a sum of different types of terms (e.g. polynomial plus exponential), the particular integral is the sum of the individual particular integrals for each part.
当 f(x) 是几种不同类型项之和(如多项式加指数函数)时,特解为各部分特解之和。
This superposition principle saves time. You can treat f(x) = x² + 3 e2x by finding yp1 for x² and yp2 for 3 e2x independently, then adding them.
这个叠加原理可以节省时间。你可以将 f(x) = x² + 3 e2x 分别求出 x² 的特解 yp1 和 3 e2x 的特解 yp2,然后相加。
11. Applying Initial Conditions | 应用初值条件
After obtaining the general solution y = yc + yp, use given conditions (e.g. y(0) and y'(0)) to find the arbitrary constants A and B. You must first write y and then differentiate to get dy/dx before substituting.
在得到通解 y = yc + yp 后,利用给定的条件(如 y(0) 和 y'(0))求出任意常数 A 和 B。你必须先写出 y,然后求导得到 dy/dx,再代值。
Setting up simultaneous equations correctly and solving them accurately is essential – algebraic slips here can cost several marks.
正确地建立联立方程并准确求解至关重要——这里如果出现代数错误,会丢掉好几分。
12. Modelling with Second-Order ODEs: Damped Harmonic Motion | 二阶常微分方程建模:阻尼简谐运动
CCEA often embeds second-order ODEs in mechanics contexts, such as a mass‑spring system with damping. Newton’s second law yields an equation of the form m d²x/dt² + λ dx/dt + k x = F(t).
CCEA 经常将二阶常微分方程嵌入力学背景,例如带有阻尼的弹簧振子系统。牛顿第二定律给出形式如 m d²x/dt² + λ dx/dt + k x = F(t) 的方程。
You must interpret the equation, identify the complementary function as the transient solution and the particular integral as the steady‑state solution, and explain the physical significance of terms.
你需要解读方程,将余函数视为暂态解,将特解视为稳态解,并解释各项的物理意义。
Underdamped, critically damped and overdamped cases correspond exactly to the complex, repeated and distinct real roots of the auxiliary equation – a clear link between pure mathematics and real behaviour.
欠阻尼、临界阻尼和过阻尼的情形恰好对应辅助方程的共轭复根、重根和不同实根——这是纯数学与实际运动之间的清晰联系。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导