📚 Second Order Differential Equations | 二阶微分方程考点精讲
Second order differential equations appear in many areas of physics and engineering, and while they are not strictly part of the standard IGCSE Mathematics syllabus, many advanced learners encounter them in enrichment or preparation for further study. In this article, we will break down the basics of second order differential equations, focusing on the form and simple solution techniques that build logically from IGCSE calculus topics such as differentiation, integration, and exponential functions. Our goal is to make these concepts accessible and to give you a solid foundation for recognising and solving the most common type: linear homogeneous second order differential equations with constant coefficients.
二阶微分方程在物理和工程学中应用广泛。尽管它们并不属于标准IGCSE 数学教学大纲的必考内容,但许多学有余力的学生会在拓展学习或为高阶课程做准备时接触到它们。本文将从二阶微分方程的基础形式入手,结合 IGCSE 微积分中的导数和指数函数知识,带你一步步理解并掌握最常见的一类方程——常系数线性齐次二阶微分方程的解法,帮助你打好坚实的基础。
1. What is a Differential Equation? | 什么是微分方程?
A differential equation is an equation that contains an unknown function and one or more of its derivatives. If the equation involves only the first derivative, it is called a first order differential equation. If it involves the second derivative, it is a second order differential equation. For example, dy/dx = ky is a first order equation, while d²y/dx² + 3 dy/dx + 2y = 0 is a second order equation.
微分方程是包含未知函数及其导数(一个或多个)的方程。如果方程中只出现一阶导数,就叫做一阶微分方程;如果包含二阶导数,就称为二阶微分方程。例如,dy/dx = ky 是一阶方程,而 d²y/dx² + 3 dy/dx + 2y = 0 是二阶方程。
2. Notation and Terminology | 符号与术语
We often use prime notation: y’ = dy/dx, y” = d²y/dx². A second order linear differential equation with constant coefficients takes the form a y” + b y’ + 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. We will focus on homogeneous equations first.
我们常用简写符号:y’ 表示 dy/dx,y” 表示 d²y/dx²。常系数线性二阶微分方程的一般形式为 a y” + b y’ + c y = f(x),其中 a、b、c 是常数,f(x) 是一个已知函数。如果 f(x) = 0,方程就是齐次的;否则是非齐次的。我们将首先重点学习齐次方程。
3. From First Order to Second Order | 从一阶到二阶
In IGCSE Additional Mathematics, you learned to solve separable first order equations like dy/dx = ky, which leads to exponential solutions y = Aeᵏˣ. The same idea extends: to solve a y” + b y’ + c y = 0, we try a solution of the form y = eᵐˣ and substitute into the equation to find m.
在 IGCSE 附加数学中,你学过求解可分离的一阶方程,例如 dy/dx = ky,得到指数形式的解 y = Aeᵏˣ。这一思路可以延伸:要解 a y” + b y’ + c y = 0,我们尝试一个形式为 y = eᵐˣ 的解,代入方程求出 m 的值。
4. Trying y = eᵐˣ – The Auxiliary Equation | 尝试 y = eᵐˣ —— 辅助方程
Assume y = eᵐˣ, then y’ = m eᵐˣ and y” = m² eᵐˣ. Substitute into a y” + b y’ + c y = 0: a(m² eᵐˣ) + b(m eᵐˣ) + c(eᵐˣ) = 0 → eᵐˣ (am² + bm + c) = 0. Since eᵐˣ ≠ 0, we must have am² + bm + c = 0. This quadratic is called the auxiliary equation or characteristic equation.
设 y = eᵐˣ,则 y’ = m eᵐˣ,y” = m² eᵐˣ。代入 a y” + b y’ + c y = 0 得到:a(m² eᵐˣ) + b(m eᵐˣ) + c(eᵐˣ) = 0 → eᵐˣ (am² + bm + c) = 0。因为 eᵐˣ 不为零,所以必须满足 am² + bm + c = 0。这个二次方程称为辅助方程或特征方程。
5. Case 1: Real and Distinct Roots | 情形 1:两个不等实根
If the auxiliary equation gives two distinct real roots m₁ and m₂, the general solution is y = A eᵐ¹ˣ + B eᵐ²ˣ, where A and B are arbitrary constants. Example: y” – 3y’ + 2y = 0 gives auxiliary m² – 3m + 2 = 0, so m₁ = 1, m₂ = 2. Thus y = A eˣ + B e²ˣ.
如果辅助方程有两个不相等的实根 m₁ 和 m₂,则通解为 y = A eᵐ¹ˣ + B eᵐ²ˣ,其中 A 和 B 为任意常数。例如:y” – 3y’ + 2y = 0 的辅助方程为 m² – 3m + 2 = 0,解得 m₁ = 1,m₂ = 2,因此通解为 y = A eˣ + B e²ˣ。
6. Case 2: Repeated Real Root | 情形 2:重实根
When the auxiliary equation yields a single repeated root m (discriminant zero), the solution is y = (A + Bx) eᵐˣ. Example: y” – 4y’ + 4y = 0 gives m² – 4m + 4 = 0 → (m – 2)² = 0, so m = 2 repeated. General solution: y = (A + Bx) e²ˣ.
当辅助方程有一个重根 m 时(判别式为零),解的形式为 y = (A + Bx) eᵐˣ。例如:y” – 4y’ + 4y = 0 的辅助方程为 m² – 4m + 4 = 0 → (m – 2)² = 0,根 m = 2(重根)。通解:y = (A + Bx) e²ˣ。
7. Memorising the Repeated Root Form | 记忆重根解的形式
Why does the x appear? Because eᵐˣ and x eᵐˣ are linearly independent functions. You can verify by substituting y = x eᵐˣ into the differential equation: it will satisfy when m is a repeated root. Remember: one solution is eᵐˣ, the other is x eᵐˣ.
为什么会出现 x?因为 eᵐˣ 与 x eᵐˣ 是两个线性无关的函数。你可以代入验证:当 m 为重根时,y = x eᵐˣ 确实满足方程。记住:一个解是 eᵐˣ,另一个解是 x eᵐˣ。
8. Case 3: Complex Conjugate Roots | 情形 3:共轭复根
If the auxiliary equation has complex roots of the form m = α ± iβ, the general solution is y = eᵅˣ (A cos βx + B sin βx). This uses Euler’s formula eⁱᶿ = cos θ + i sin θ. For example, y” + 4y’ + 13y = 0 gives m² + 4m + 13 = 0 → m = -2 ± 3i, so solution: y = e⁻²ˣ (A cos 3x + B sin 3x).
如果辅助方程的根为复数,形式为 m = α ± iβ,则通解为 y = eᵅˣ (A cos βx + B sin βx)。这里用到了欧拉公式 eⁱᶿ = cos θ + i sin θ。例如:y” + 4y’ + 13y = 0 的辅助方程 m² + 4m + 13 = 0 的根为 m = -2 ± 3i,所以解为 y = e⁻²ˣ (A cos 3x + B sin 3x)。
9. Verifying a Solution | 验证解的方法
Always check your solution by differentiating twice and plugging back into the original equation. This ensures you haven’t made errors in constructing the auxiliary equation or simplifying the roots. It’s a simple yet powerful habit that strengthens your calculus skills.
求出解后,务必将解求导两次,代回原方程进行验证。这样可以确保辅助方程和根的计算没有出错。这是一个简单却十分有效的习惯,能够巩固你的微积分功底。
10. Applying Initial Conditions | 应用初始条件
To find the specific solution, you need two conditions, typically y(0) and y'(0). Substitute x = 0 into y and y’ to form simultaneous equations for A and B. Example: y” – 3y’ + 2y = 0, y(0)=1, y'(0)=0. General solution y = A eˣ + B e²ˣ. Then y(0)=A+B=1, y'(0)=A+2B=0 → A=2, B=-1, so y = 2eˣ – e²ˣ.
要确定特解,需要两个条件,通常是给出 y(0) 和 y'(0)。将 x = 0 代入 y 和 y’,得到关于 A 和 B 的方程组。例如:y” – 3y’ + 2y = 0,且 y(0)=1,y'(0)=0。通解 y = A eˣ + B e²ˣ,则 y(0)=A+B=1,y'(0)=A+2B=0,解得 A=2, B=-1,因此 y = 2eˣ – e²ˣ。
11. Connecting to IGCSE Concepts | 联系 IGCSE 知识点
The idea that solutions can be exponential, trigonometric, or polynomial combinations ties directly to your knowledge of functions from IGCSE. The auxiliary equation uses quadratic formula, factorisation, and discriminant – all core algebra skills. Complex roots introduce imaginary numbers, which extend your number system understanding.
微分方程的解可以是指数函数、三角函数或它们的组合,这与你 IGCSE 中的函数知识紧密相连。辅助方程用到了二次公式、因式分解和判别式——这些都是核心代数技能。复根则引入了虚数,拓展了你对数的认知。
12. Common Pitfalls and Tips | 常见错误与技巧
- Forgetting that the auxiliary equation must equal zero, so don’t leave constants on the other side.
- Mistaking the form for complex roots: remember the real part α goes with the exponential, and the imaginary part β appears in sine/cosine.
- Mixing up the repeated root formula – the extra x factor is crucial.
- Practice writing solutions with clear arbitrary constants A and B; never neglect them.
- 忘记辅助方程必须等于零,不要把常数项留在另一边。
- 混淆复根的解形式:记住实部 α 是指数的系数,虚部 β 出现在三角函数中。
- 弄混重根的公式——额外的 x 因子非常关键。
- 写出解时一定要标明任意常数 A 和 B,切勿遗漏。
Published by TutorHao | IGCSE Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导