📚 PDF资源导航

Second-Order Differential Equations: Key Exam Points for IB & Edexcel Mathematics | 二阶微分方程:IB与Edexcel数学考点精讲

📚 Second-Order Differential Equations: Key Exam Points for IB & Edexcel Mathematics | 二阶微分方程:IB与Edexcel数学考点精讲

Second-order differential equations are a cornerstone of advanced calculus in both the IB Higher Level and Edexcel Further Mathematics syllabi. They model everything from mechanical vibrations to electrical circuits, and mastering their solution techniques is essential for top exam performance. This article walks you through the classification, homogeneous and non-homogeneous solving methods, initial value problems, and common applications such as simple harmonic motion, all with a clear focus on typical exam questions.

二阶微分方程是IB高级课程与Edexcel进阶数学中高等微积分的基石。它们能描述从机械振动到电路的各种现象,掌握其求解技巧对于在考试中取得高分至关重要。本文将带你系统梳理二阶微分方程的分类、齐次与非齐次的求解方法、初始值问题以及简谐运动等常见应用,全程紧扣典型考题。


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

A second-order ordinary differential equation (ODE) involves an unknown function y(x) and its derivatives up to the second order. The most 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 given function. 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)为已知函数。若f(x) = 0,则该方程为齐次方程;否则为非齐次方程。

In IB and Edexcel examinations, you will primarily face equations with constant coefficients. You need to be able to classify the equation, find the complementary function from the homogeneous part, determine a particular integral for the non-homogeneous case, and apply initial or boundary conditions to fix arbitrary constants.

在IB与Edexcel考试中,你面对的主要是常系数方程。你需要能够划分方程类型、从齐次部分求出余函数、为非齐次情况确定特解,并利用初始或边界条件确定任意常数。


2. Homogeneous Equations and the Characteristic Equation | 齐次方程与特征方程

For the homogeneous equation a y” + b y’ + c y = 0, we assume a trial solution of the form y = emx. Substituting yields the characteristic equation a m² + b m + c = 0. This quadratic determines the nature of the general solution entirely.

对于齐次方程 a y” + b y’ + c y = 0,我们假设试解形式为 y = emx。代入后得到特征方程 a m² + b m + c = 0。这个二次方程完全决定了通解的形式。

Solving the characteristic equation using the quadratic formula m = [−b ± √(b² − 4ac)] / (2a) gives the roots m₁ and m₂. Depending on the discriminant Δ = b² − 4ac, we encounter three distinct cases: two distinct real roots, one repeated real root, or a pair of complex conjugate roots.

用二次公式 m = [−b ± √(b² − 4ac)] / (2a) 求解特征方程得到根 m₁ 和 m₂。根据判别式 Δ = b² − 4ac,我们会遇到三种不同情况:两个相异实根、一个重实根或一对共轭复根。


3. Case 1: Two Distinct Real Roots | 情况一:两个相异实根

When the discriminant is positive, m₁ and m₂ are real and distinct. The general solution of the homogeneous equation is a linear combination of the two independent solutions: yc(x) = A em₁x + B em₂x, where A and B are arbitrary constants.

当判别式为正时,m₁ 和 m₂ 为相异实数。齐次方程的通解是两个独立解的线性组合:yc(x) = A em₁x + B em₂x,其中 A 和 B 为任意常数。

This is the simplest case and appears frequently in exam questions that require you to then apply initial conditions. Always check the discriminant before writing the solution form to avoid mistakenly applying the repeated root formula.

这是最简单的情况,常见于需要随后应用初始条件的考题中。在写出解的形式之前,一定要先检查判别式,以免错误地套用重根公式。


4. Case 2: Repeated Real Root | 情况二:重实根

If the discriminant is zero, we obtain a single real root m = −b/(2a). The general solution must contain two independent parts, which takes the form yc(x) = (A + Bx) emx. The extra factor of x ensures linear independence.

若判别式为零,我们得到一个单实根 m = −b/(2a)。通解必须包含两个独立部分,其形式为 yc(x) = (A + Bx) emx。多出的因子 x 保证了线性无关性。

Many students forget to include the Bx term. Remember: a second-order ODE requires two constants; with only one exponential function, you must multiply by x to obtain a second independent solution.

许多学生忘记加上 Bx 项。请记住:二阶常微分方程需要两个常数;仅有一个指数函数时,必须乘以 x 才能得到第二个独立解。


5. Case 3: Complex Conjugate Roots | 情况三:共轭复根

A negative discriminant yields complex roots of the form m = α ± iβ, where α = −b/(2a) and β = √(4ac − b²)/(2a). The general solution is then yc(x) = eαx (A cos βx + B sin βx).

负判别式给出共轭复根,形式为 m = α ± iβ,其中 α = −b/(2a),β = √(4ac − b²)/(2a)。通解为 yc(x) = eαx (A cos βx + B sin βx)。

This form appears repeatedly in oscillation problems. The real part α governs exponential growth or decay, while the imaginary part β determines the angular frequency of the oscillations. If α = 0, the motion is purely sinusoidal.

这种形式反复出现在振动问题中。实部 α 控制指数增长或衰减,虚部 β 决定振动的角频率。如果 α = 0,运动即为纯正弦形式。


6. Summary Table for Homogeneous Solutions | 齐次通解总结表

Discriminant Δ Roots General Solution yc(x)
Δ > 0 (Positive) Real distinct m₁, m₂ A em₁x + B em₂x
Δ = 0 (Zero) Repeated real m (A + Bx) emx
Δ < 0 (Negative) Complex α ± iβ eαx (A cos βx + B sin βx)

The table above summarises the three fundamental outcomes. Memorising this table is the first step to efficiently solving any second-order linear homogeneous ODE with constant coefficients. Always compute Δ first and match the case.

上表总结了三种基本结果。熟记此表是高效求解任意常系数二阶线性齐次常微分方程的第一步。务必先计算 Δ 再对应相应情况。


7. Non-Homogeneous Equations and the Method of Undetermined Coefficients | 非齐次方程与待定系数法

For a non-homogeneous equation a y” + b y’ + c y = f(x), the general solution is y(x) = yc(x) + yp(x), where yc is the complementary function from the homogeneous case, and yp is any particular integral satisfying the full equation.

对于非齐次方程 a y” + b y’ + c y = f(x),通解为 y(x) = yc(x) + yp(x),其中 yc 是来自齐次情况的余函数,yp 是满足完整方程的任一特解。

The method of undetermined coefficients works when f(x) is a polynomial, exponential, sine/cosine, or a sum/product of these. You assume a form for yp with unknown coefficients, substitute into the ODE, and equate coefficients to find them.

当 f(x) 为多项式、指数函数、正弦/余弦函数或它们的和与积时,可使用待定系数法。假设一个含有未知系数的 yp 形式,代入方程,再通过比较系数求出这些未知数。


8. Choosing the Form of the Particular Integral | 特解形式的选择

If f(x) is a polynomial of degree n, try yp as a general polynomial of the same degree. For f(x) = k epx, try yp = C epx unless p coincides with a root of the characteristic equation; then multiply by x (or x²). For f(x) = M cos ωx + N sin ωx, try yp = P cos ωx + Q sin ωx, again with modification if resonance occurs.

若 f(x) 为 n 次多项式,可设 yp 为同次的一般多项式。对于 f(x) = k epx,尝试 yp = C epx,除非 p 与特征方程的根相同,则需乘以 x(或 x²)。对于 f(x) = M cos ωx + N sin ωx,尝试 yp = P cos ωx + Q sin ωx,若发生共振同样需要修正。

When the trial form overlaps with the complementary function, multiply by x until the overlap is removed. This rule prevents an incorrect particular integral and is frequently examined, especially with exponential or trigonometric forcing functions.

当试解形式与余函数重叠时,乘以 x 直至不再重叠。这一规则可避免错误特解,是常考要点,尤其在指数型或三角函数型激励函数中出现。


9. Using Initial or Boundary Conditions | 初始条件与边界条件的运用

Once the general solution y = yc + yp is obtained, given conditions such as y(0) = y₀ and y'(0) = v₀ allow you to determine the arbitrary constants A and B. Differentiate your expression, substitute the given values, and solve the resulting simultaneous equations.

一旦得到通解 y = yc + yp,给定如 y(0) = y₀ 和 y'(0) = v₀ 的条件就可确定任意常数 A 和 B。对表达式求导,代入给定数值,再求解联立方程组即可。

Many exam questions follow a predictable pattern: find the complementary function, find a particular integral, write the general solution, then plug in initial values. Practice this full sequence until it becomes automatic.

许多考题遵循固定模式:求余函数、求特解、写出通解,再代入初始值。反复练习这一完整流程,直到得心应手。


10. Application: Simple Harmonic Motion | 应用:简谐运动

The equation d²x/dt² + ω² x = 0 describes simple harmonic motion (SHM). The characteristic roots are purely imaginary, m = ± iω, giving the solution x(t) = A cos ωt + B sin ωt, or equivalently x(t) = C cos(ωt − φ).

方程 d²x/dt² + ω² x = 0 描述简谐运动。其特征根为纯虚数 m = ± iω,解为 x(t) = A cos ωt + B sin ωt 或等效地 x(t) = C cos(ωt − φ)。

You may be asked to find the amplitude and phase shift from initial displacement and velocity. Use trigonometric identities to convert between the two equivalent forms depending on what the question requires.

你可能需要从初始位移和速度求出振幅和相位差。根据题目要求,使用三角恒等式在两种等价形式之间转换。


11. Application: Damped Oscillations | 应用:阻尼振动

A damped harmonic oscillator follows x” + 2ζ ω₀ x’ + ω₀² x = 0, where ζ is the damping ratio. The characteristic roots are m = −ζ ω₀ ± ω₀ √(ζ² − 1). Underdamping (ζ < 1) gives decaying oscillations; critical damping (ζ = 1) yields the fastest return to equilibrium without overshoot; overdamping (ζ > 1) results in a slow, non-oscillatory decay.

阻尼谐振子遵循 x” + 2ζ ω₀ x’ + ω₀² x = 0,其中 ζ 为阻尼比。特征根为 m = −ζ ω₀ ± ω₀ √(ζ² − 1)。欠阻尼(ζ < 1)产生衰减振荡;临界阻尼(ζ = 1)使系统以最快速度回到平衡且无超调;过阻尼(ζ > 1)导致缓慢的非振荡衰减。

Examiners often test the transition between underdamped, critically damped and overdamped cases by altering the coefficients. Be prepared to classify the motion directly from the discriminant and to sketch the corresponding solution curves.

考官常通过改变系数来考察欠阻尼、临界阻尼和过阻尼情况之间的转换。请准备好直接从判别式对运动进行分类,并绘制相应的解曲线图。


12. Exam Tips and Common Pitfalls | 考试技巧与常见错误

Always begin by writing the ODE in standard form and identifying the coefficients. Compute the discriminant immediately; many mistakes arise from using the wrong solution structure. When finding a particular integral, double-check that your trial form does not duplicate terms in the complementary function.

务必先将方程化为标准形式并确定系数。立即计算判别式;许多错误都源于使用了错误的解的结构。求特解时,仔细核对试解形式是否与余函数中的项重复。

Differentiate carefully when substituting yp and applying initial conditions. Keep constants as fractions or in exact form unless asked otherwise. Finally, revisit the physical context if the question is applied – a negative amplitude or unrealistic growth often signals an algebraic error.

代入 yp 和应用初始条件时要细心求导。除非题目另有要求,常数保留分数或精确形式。最后,若为应用题请回归物理情境——负的振幅或不切实际的增长通常暗示代数出错。

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