📚 A-Level Edexcel Maths: Second-Order Differential Equations Exam Focus | A-Level Edexcel 数学:二阶微分方程考点精讲
Second-order differential equations are a cornerstone of the A-Level Edexcel Maths curriculum. Mastering them means understanding how to solve equations that involve the second derivative d²y/dx², often modelling acceleration in mechanics or oscillatory systems. This guide breaks down the essential theory, method by method, and walks you through the exact exam techniques you need to secure top marks.
二阶微分方程是 A-Level Edexcel 数学的核心内容之一。掌握它们意味着要理解如何求解包含二阶导数 d²y/dx² 的方程,这类方程通常用于力学中的加速度建模或振动系统。本指南将逐一拆解基本理论和方法,带你梳理考试所需的解题技巧,助你稳拿高分。
1. What is a Second-Order ODE? | 什么是二阶常微分方程?
A second-order ordinary differential equation (ODE) involves an unknown function y(x) and its derivatives up to the second order. The general linear form with constant coefficients is 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. If f(x) = 0, the equation is homogeneous; otherwise it is non-homogeneous.
二阶常微分方程涉及未知函数 y(x) 及其一阶和二阶导数。具有常系数的线性一般形式为 a d²y/dx² + b dy/dx + c y = f(x),其中 a, b, c 为常数,f(x) 是 x 的函数。若 f(x) = 0,方程为齐次方程;否则为非齐次方程。
In mechanics, the second derivative d²x/dt² represents acceleration. Thus ODEs such as m d²x/dt² + k x = 0 arise naturally from Newton’s laws. For Edexcel exams, you will be expected to identify the type, find complementary functions and particular integrals, and apply initial conditions.
在力学中,二阶导数 d²x/dt² 表示加速度。因此诸如 m d²x/dt² + k x = 0 的微分方程自然来自牛顿定律。在 Edexcel 考试中,你需要能够识别方程类型,求出余函数和特积分,并应用初始条件。
2. Homogeneous Equations: The Characteristic Equation | 齐次方程:特征方程
For a homogeneous linear equation a d²y/dx² + b dy/dx + c y = 0, we assume a trial solution of the form y = e^{mx}. Substituting this into the ODE yields the characteristic (auxiliary) equation: a m² + b m + c = 0.
对于齐次线性方程 a d²y/dx² + b dy/dx + c y = 0,我们假设试探解为 y = e^{mx}。将其代入微分方程即得特征方程(辅助方程):a m² + b m + c = 0。
The roots m₁, m₂ of this quadratic determine the form of the complementary function (C.F.). The discriminant Δ = b² − 4ac governs the nature of the roots: real and distinct, real and equal, or complex conjugates. This step is nearly always the starting point of a solution, so memorising the three cases is vital.
该二次方程的根 m₁, m₂ 决定了余函数的形式。判别式 Δ = b² − 4ac 决定了根的性质:相异实根、相等实根或共轭复根。这一步几乎总是解题的起点,因此牢记三种情形至关重要。
3. Case 1: Real Distinct Roots | 情形一:两个不相等实根
When Δ > 0, the characteristic equation yields two distinct real roots, say m₁ and m₂. The complementary function is then y_c = A e^{m₁x} + B e^{m₂x}, where A and B are arbitrary constants.
当 Δ > 0 时,特征方程产生两个不相等的实根,记为 m₁ 和 m₂。此时余函数为 y_c = A e^{m₁ˣ} + B e^{m₂ˣ},其中 A 和 B 为任意常数。
Example: y” − 3y’ + 2y = 0. The auxiliary equation is m² − 3m + 2 = 0, giving m = 1 and m = 2. Hence y_c = A e^{x} + B e^{2x}. For an exam, always simplify the C.F. to this clean exponential form.
示例: y” − 3y’ + 2y = 0。辅助方程为 m² − 3m + 2 = 0,解得 m = 1 和 m = 2。因此 y_c = A e^{x} + B e^{2x}。在考试中,务必把余函数化简为这种简洁的指数形式。
4. Case 2: Repeated Real Roots | 情形二:重实根
If Δ = 0, the characteristic equation has a repeated real root m (where m = −b/(2a)). The complementary function takes a slightly different form: y_c = (A + B x) e^{mx}. The presence of the x factor in the second term is a direct consequence of seeking two linearly independent solutions.
若 Δ = 0,特征方程有一个重实根 m(m = −b/(2a))。此时的余函数形式略有不同:y_c = (A + B x) e^{mx}。第二项中出现因子 x,是为了得到两个线性独立的解。
Example: y” − 4y’ + 4y = 0 gives m² − 4m + 4 = 0, so m = 2 (repeated). Thus y_c = (A + B x) e^{2x}. Many students forget the extra x; make sure you remember it for the repeated root case.
示例: y” − 4y’ + 4y = 0 得到 m² − 4m + 4 = 0,故 m = 2(重根)。因此 y_c = (A + B x) e^{2x}。许多学生常常遗漏增加的 x,切记在重根情况下不要漏掉它。
5. Case 3: Complex Conjugate Roots | 情形三:共轭复根
When Δ < 0, the roots are complex numbers of the form m = p ± i q. The complementary function uses trigonometry: y_c = e^{p x} (A cos(qx) + B sin(qx)). Here p is the real part and q is the imaginary part of the root.
当 Δ < 0 时,根为共轭复数,形如 m = p ± i q。余函数采用三角函数形式:y_c = e^{p x} (A cos(qx) + B sin(qx))。其中 p 为根的实部,q 为虚部。
This form is derived from Euler’s formula and is essential for modelling oscillatory behaviour without damping when p = 0. Practise writing the C.F. directly from p and q to save time in the exam.
这一形式源于欧拉公式,当 p = 0 时可用于描述无阻尼的振荡行为。练习直接从 p 和 q 写出余函数,能够节省考试时间。
Example: y” + 4y’ + 13y = 0. Auxiliary: m² + 4m + 13 = 0 → m = −2 ± 3i. So y_c = e^{−2x} (A cos(3x) + B sin(3x)).
示例: y” + 4y’ + 13y = 0。辅助方程:m² + 4m + 13 = 0 → m = −2 ± 3i。因此 y_c = e^{−2x} (A cos(3x) + B sin(3x))。
6. Non-Homogeneous Equations: The Particular Integral | 非齐次方程:特积分
For a non-homogeneous equation a d²y/dx² + b dy/dx + c y = f(x), the general solution is y = y_c + y_p, where y_c is the complementary function and y_p is any particular integral (P.I.) that satisfies the full equation. The function f(x) dictates the trial form of y_p.
对于非齐次方程 a d²y/dx² + b dy/dx + c y = f(x),通解为 y = y_c + y_p,其中 y_c 是余函数,y_p 是满足原方程的某一特积分。函数 f(x) 决定了特积分 y_p 的试探形式。
The method of undetermined coefficients is the standard technique at A-Level. You assume a general form for y_p based on f(x), substitute into the ODE, and equate coefficients to find the unknown constants. Remember: the P.I. must not already appear in the complementary function.
待定系数法是 A-Level 阶段的标准方法。根据 f(x) 设定 y_p 的一般形式,代入微分方程,然后比较系数以求得未知常数。切记:特积分的形式不能与余函数中的项重复。
7. Trial Forms for Common f(x) | 常见 f(x) 的试探形式
The choice of y_p depends entirely on the right-hand side function:
- For f(x) = polynomial (e.g., 2x² + 3x), use y_p = P x² + Q x + R.
- For f(x) = e^{kx}, try y_p = C e^{kx} (unless it clashes with C.F., in which case multiply by x or x²).
- For f(x) = cos(kx) or sin(kx), try y_p = P cos(kx) + Q sin(kx).
- For a product like x e^{kx}, include a full polynomial factor in the trial.
试探形式 y_p 完全取决于右端函数:
- 若 f(x) 是多项式(如 2x² + 3x),设 y_p = P x² + Q x + R。
- 若 f(x) = e^{kx},试设 y_p = C e^{kx}(若与余函数冲突,则乘以 x 或 x²)。
- 若 f(x) = cos(kx) 或 sin(kx),设 y_p = P cos(kx) + Q sin(kx)。
- 对于 x e^{kx} 等乘积形式,试探形式中需包含完整的多项式因子。
When f(x) is a sum of different types, simply take the sum of the individual trial forms. The method is robust as long as you check for overlap with y_c.
当 f(x) 是不同类型函数的和时,直接取各个试探形式之和即可。只要注意检查与 y_c 的重叠部分,此方法便十分可靠。
8. Avoiding Duplication: The ‘Multiply by x’ Rule | 避免重复:「乘以 x」准则
A crucial step when selecting y_p is to ensure no term in your trial form is already a solution of the homogeneous equation. If a term in the trial P.I. duplicates part of y_c, multiply that part by x (and by x² if the duplication persists with a repeated root) until it becomes independent from the complementary function.
选择 y_p 时的一个关键步骤是确保试探形式中的任何项都不是齐次方程的解。若试探特积分中的某一部分与 y_c 重复,则需要对该部分乘以 x(若遇到重根的情况仍重复,则需再乘 x²),直到它与余函数独立为止。
Example: y” + 3y’ + 2y = e^{−x}. Here C.F. roots are m = −1, −2, so y_c = A e^{−x} + B e^{−2x}. A naive trial y_p = C e^{−x} duplicates the first term, so we use y_p = C x e^{−x}. This simple modification is a frequent marks scheme point.
示例: y” + 3y’ + 2y = e^{−x}。此处余函数的根为 m = −1, −2,故 y_c = A e^{−x} + B e^{−2x}。若直接取试探形式 y_p = C e^{−x},将与第一项重复,因此我们改用 y_p = C x e^{−x}。这个简单的修改在评分标准中经常出现。
9. Putting It All Together: General Solution | 汇总:通解
Once you have found the complementary function y_c and a particular integral y_p, the general solution is simply y = y_c + y_p. No further constants need to be added; the two arbitrary constants from y_c are already sufficient to represent the infinite family of solutions.
一旦求出了余函数 y_c 和特积分 y_p,通解就是 y = y_c + y_p。无需再添加额外的常数;y_c 中的两个任意常数已足以表示无穷多个解构成的曲线族。
Always double-check by substituting a few terms back into the original ODE to ensure y_p satisfies the non-homogeneous equation. This quick verification can save you from algebraic mistakes.
务必通过将部分项代回原方程,核验 y_p 是否满足非齐次方程。这个快速验证能帮助你避免代数错误。
10. Applying Initial or Boundary Conditions | 应用初始条件或边界条件
In exam problems, you are often given conditions such as y(0) = a, y'(0) = b, or boundary values. Substitute these into the general solution and its derivative to form simultaneous equations and solve for the constants A and B.
考试题中常给出诸如 y(0) = a,y'(0) = b 的初始条件,或边界值。将这些条件代入通解及其导数表达式,建立联立方程,从而求得常数 A 和 B。
Method: Write y = y_c + y_p → find y’ = d/dx(y_c + y_p). Then plug in x = 0 and equate. In mechanics problems, these correspond to initial displacement and initial velocity. A common mistake is to forget to differentiate the particular integral when finding y’.
方法: 写出 y = y_c + y_p → 求导 y’ = d/dx(y_c + y_p)。然后代入 x = 0 并列出等式。在力学问题中,这些对应初始位移和初始速度。常见错误是在求 y’ 时忘记对特积分部分求导。
11. Application: Simple Harmonic Motion | 应用:简谐运动
The equation d²x/dt² + ω² x = 0 describes simple harmonic motion. The characteristic equation m² + ω² = 0 gives roots m = ± i ω, so the solution is x = A cos(ωt) + B sin(ωt), or equivalently x = R cos(ωt − φ). Here ω is the angular frequency, amplitude R = √(A² + B²), and phase angle φ = arctan(B/A).
方程 d²x/dt² + ω² x = 0 描述了简谐运动。特征方程 m² + ω² = 0 的根为 m = ± i ω,因此解为 x = A cos(ωt) + B sin(ωt),或等效地表示为 x = R cos(ωt − φ)。这里 ω 为角频率,振幅 R = √(A² + B²),相位角 φ = arctan(B/A)。
Damped oscillations introduce a first-order term: d²x/dt² + 2k dx/dt + ω² x = 0. Depending on the discriminant, the system can be underdamped, critically damped, or overdamped. Exam questions often ask you to classify the motion and sketch the displacement-time graph.
阻尼振动引入了一阶项:d²x/dt² + 2k dx/dt + ω² x = 0。根据判别式的符号,系统可以是欠阻尼、临界阻尼或过阻尼状态。考题常要求你判断运动类型并画出位移-时间草图。
12. Exam Strategy and Common Pitfalls | 应试策略与常见陷阱
To maximize your marks, follow a structured approach: (1) identify a, b, c and f(x); (2) write the auxiliary equation and find m₁, m₂; (3) write y_c using the correct case; (4) select the appropriate y_p trial, adjusting for duplication; (5) find the full general solution; (6) apply conditions. Show every step clearly – method marks are generous.
为取得高分,请遵循结构化的解题步骤:(1) 确定 a, b, c 和 f(x);(2) 写出辅助方程并求出 m₁, m₂;(3) 根据三种情况之一写出 y_c;(4) 选择合适的 y_p 试探形式,处理重复情况;(5) 得到完整通解;(6) 代入条件求解。清晰展示每一步,因为步骤分给得很大方。
Watch out for: forgetting the x multiplier when supplementing y_p; misidentifying p and q in complex roots; incorrectly differentiating products when applying conditions; and algebraic slips in the quadratic formula. Practise past paper questions to internalise the flow – repetition builds speed and confidence.
需警惕的陷阱包括:调整特积分时忘记乘以 x;处理复根时错误识别 p 和 q;应用条件求导时微分乘积出错;以及二次公式的代数运算失误。通过大量练习过去真题,熟悉解题流程——重复练习能提升速度与信心。
Published by TutorHao | A-Level Edexcel Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply