📚 PDF资源导航

Second-Order Differential Equations: Key Points for IB CCEA Maths | 二阶微分方程考点精讲

📚 Second-Order Differential Equations: Key Points for IB CCEA Maths | 二阶微分方程考点精讲

Second-order differential equations form a cornerstone of the CCEA A-Level Mathematics syllabus and frequently appear in IB-style analysis. They model dynamic systems from simple harmonic motion to electrical circuits, requiring students to combine algebraic technique with physical insight. This article distils the essential methods, common pitfalls, and examination strategies for mastering second-order ODEs.

二阶微分方程是 CCEA A-Level 数学课程的核心内容,也常常出现在 IB 数学分析中。它们能够描述从简谐运动到电路分析的动态系统,要求学生将代数技巧与物理直觉相结合。本文提炼了必考方法、常见错误与应试策略,帮助你扎实掌握二阶常微分方程。

1. What Is a Second-Order ODE? | 什么是二阶常微分方程

A second-order ordinary differential equation involves an unknown function y(x) and its derivatives up to the second order, typically written as a d²y/dx² + b dy/dx + c y = f(x). The presence of the second derivative makes the solution richer than first-order cases, requiring two initial or boundary conditions to determine a unique solution.

二阶常微分方程含有未知函数 y(x) 及其最高二阶导数,通常写作 a d²y/dx² + b dy/dx + c y = f(x)。二阶导数的存在使得解结构比一阶方程更加丰富,需要两个初始条件或边界条件才能确定唯一解。


2. Homogeneous vs Non-Homogeneous | 齐次与非齐次方程

A second-order ODE is called homogeneous if f(x) = 0, giving a d²y/dx² + b dy/dx + c y = 0. If f(x) ≠ 0, the equation is non-homogeneous and its general solution is the sum of the complementary function (CF) and a particular integral (PI): y = yCF + yPI.

若 f(x) = 0,方程 a d²y/dx² + b dy/dx + c y = 0 称为齐次方程。若 f(x) ≠ 0,则为非齐次方程,其通解为余函数(CF)与特解(PI)之和:y = yCF + yPI


3. The Auxiliary Equation | 辅助方程(特征方程)

For the homogeneous equation with constant coefficients, assume a trial solution y = erx. Substituting yields the auxiliary equation a r² + b r + c = 0. The roots r₁ and r₂ determine the form of the complementary function.

对于常系数齐次方程,假设试解 y = erx,代入后得到辅助方程 a r² + b r + c = 0。根 r₁ 与 r₂ 决定了余函数的形式。


4. Real and Distinct Roots | 相异实根的情形

When the auxiliary equation gives two distinct real roots r₁ and r₂, the complementary function is yCF = A er₁x + B er₂x. The constants A and B are later fixed by initial or boundary conditions.

当辅助方程有两个相异实根 r₁ 与 r₂ 时,余函数为 yCF = A er₁x + B er₂x。常数 A 与 B 稍后由初始条件或边界条件确定。


5. Repeated Roots | 重根的情形

If the discriminant is zero, the auxiliary equation has a repeated real root r. The complementary function then takes the form yCF = (A + Bx) erx. The extra factor x ensures the two parts are linearly independent.

若判别式为零,辅助方程有一个重根 r,余函数的形式为 yCF = (A + Bx) erx。额外乘上的 x 保证了两部分线性无关。


6. Complex Conjugate Roots | 共轭复根的情形

When the roots are complex, expressed as α ± iβ, the complementary function is yCF = eαx (C cos βx + D sin βx). This is the standard form used in damped oscillations and SHM problems, directly linking α to damping and β to angular frequency.

当根为共轭复数 α ± iβ 时,余函数写作 yCF = eαx (C cos βx + D sin βx)。这是阻尼振动与简谐运动中的标准形式,α 对应阻尼,β 对应角频率。


7. Particular Integral: Method of Undetermined Coefficients | 特解:待定系数法

For a non-homogeneous term f(x), guess a particular integral yPI of a similar form. The following table summarises common choices:

对于非齐次项 f(x),尝试形式相似的特解 yPI。下表总结常见选择:

f(x) Trial yPI
Polynomial of degree n General polynomial of degree n
ekx P ekx (adjust if k is a root)
sin px or cos px M cos px + N sin px
Product of above Corresponding product form

If the standard trial form already appears in the complementary function, multiply by x (or x² if a double root) to obtain a valid particular integral.

若标准试解形式已在余函数中出现,需乘以 x(如果是重根则乘以 x²)以获得有效的特解。


8. Finding the General Solution | 写出通解

Once both yCF and yPI are found, the general solution is simply y = yCF + yPI. At this stage the expression still contains unknown constants (usually two) that will be determined by the given conditions.

找到 yCF 与 yPI 后,通解即为 y = yCF + yPI。此时表达式仍含有未知常数(通常两个),这些常数将由题目给出的条件确定。


9. Applying Initial or Boundary Conditions | 应用初始条件或边界条件

With two conditions, say y(0) = y₀ and y'(0) = v₀, substitute into the general solution and its derivative to form simultaneous equations. Solving yields the specific values of the arbitrary constants, giving the particular solution that satisfies the problem.

给出两个条件,例如 y(0) = y₀ 与 y'(0) = v₀,代入通解及其导数,联立方程求解即可得到任意常数的具体值,从而获得满足题意的特解。


10. Second-Order ODEs in Mechanics | 力学中的二阶微分方程

Many CCEA exam questions set second-order ODEs in a mechanical context. For example, the equation of motion m d²x/dt² + λ dx/dt + k x = F(t) describes a damped, forced oscillator. Recognising the physical meaning of each term aids in setting up the correct equation before solving.

许多 CCEA 考题将二阶微分方程置于力学情境中。例如运动方程 m d²x/dt² + λ dx/dt + k x = F(t) 描述了有阻尼的受迫振动。认清每一项的物理意义有助于在求解前正确建立方程。


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

  • Forgetting to check if the PI trial form overlaps with the CF: always compare roots with the exponent or frequency in f(x).
  • 误判 CF 与 PI 试解形式重叠: 一定要将辅助方程的根与 f(x) 中的指数或频率进行比较。
  • Losing a derivative when substituting yPI: calculate y’ and y” carefully.
  • 代入特解时丢失导数项: 计算 y’ 与 y” 时要格外仔细。
  • Misapplying initial conditions: apply them to the full general solution (CF+PI), not to the CF alone.
  • 错误应用初始条件: 条件应代入完整通解(CF+PI),而非只代入 CF。

12. Revision and Exam Tips | 复习与应试策略

Practice writing the auxiliary equation directly from the coefficients. Memorise the three CF forms, but also practise deriving them from the trial solution so you can handle variations. Work through at least three past paper questions involving boundary conditions and non-homogeneous terms to build speed and confidence.

练习由系数直接写出辅助方程。记住三种余函数形式,但也要通过试解推导一遍,以便应对变形题。至少完成三道涉及边界条件和非齐次项的历年真题,以提高解题速度与自信心。

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