Second Order Differential Equations | 二阶微分方程考点精讲

📚 Second Order Differential Equations | 二阶微分方程考点精讲

Second order differential equations are equations that involve an unknown function, its second derivative, and possibly its first derivative and the function itself. In the context of Edexcel GCSE Mathematics, this topic extends beyond the basic calculus covered in the syllabus, appearing primarily as an enrichment area for students aiming to bridge into A-level Further Mathematics. Mastering these equations unlocks the ability to model dynamic systems such as oscillations, circuits, and mechanical vibrations, laying a foundation for advanced study.

二阶微分方程是包含未知函数及其二阶导数、可能还包括一阶导数和函数本身的方程。在 Edexcel GCSE 数学框架内,此主题超越了课程内基础微积分,主要作为希望衔接 A-level 高等数学学生的拓展内容。掌握此类方程能够帮助你模拟振荡、电路与机械振动等动态系统,为深入学习奠定基础。


1. From First to Second Derivative | 从一阶导数到二阶导数

A first derivative, denoted dy/dx or f'(x), represents the rate of change of a function y with respect to x. The second derivative, written as d²y/dx² or f”(x), measures how the first derivative itself changes. In kinematics, if y is displacement, dy/dx gives velocity and d²y/dx² gives acceleration. Recognising this hierarchy is the first step toward formulating second order differential equations.

一阶导数,记为 dy/dx 或 f'(x),表示函数 y 关于 x 的变化率。二阶导数,写作 d²y/dx² 或 f”(x),衡量一阶导数本身如何变化。在运动学中,若 y 为位移,dy/dx 给出速度,d²y/dx² 给出加速度。认清这一层次关系是建立二阶微分方程的第一步。


2. General Form of a Linear Second Order ODE | 线性二阶常微分方程的一般形式

A linear second order ordinary differential equation with constant coefficients takes the form: a·d²y/dx² + b·dy/dx + c·y = f(x), where a, b, c are constants and a ≠ 0. When f(x) = 0, the equation is called homogeneous; otherwise it is non-homogeneous. The Edexcel extension focuses on solving this type using the auxiliary (characteristic) equation method.

常系数线性二阶常微分方程的形式为:a·d²y/dx² + b·dy/dx + c·y = f(x),其中 a, b, c 为常数且 a ≠ 0。当 f(x) = 0 时,方程称为齐次的;否则为非齐次。Edexcel 拓展内容重点使用辅助(特征)方程法求解此类方程。


3. The Homogeneous Equation and Auxiliary Equation | 齐次方程与辅助方程

To solve the homogeneous case a·d²y/dx² + b·dy/dx + c·y = 0, we assume a trial solution of the form y = e^(λx). Substituting gives the auxiliary equation: aλ² + bλ + c = 0. The roots λ₁ and λ₂ of this quadratic determine the form of the general solution. This technique mirrors solving second order recurrences, making it a natural extension of GCSE sequences work.

为求解齐次情形 a·d²y/dx² + b·dy/dx + c·y = 0,我们假设试解形如 y = e^(λx)。代入后得到辅助方程:aλ² + bλ + c = 0。该二次方程的根 λ₁ 与 λ₂ 决定了通解的形式。此方法类似于求解二阶递推数列,自然延伸了 GCSE 数列知识。


4. Case 1: Two Distinct Real Roots | 情况一:两个不等实根

If the discriminant b² – 4ac > 0, the auxiliary equation yields two distinct real roots, λ₁ and λ₂. The general solution of the homogeneous equation is then y = A e^(λ₁ x) + B e^(λ₂ x), where A and B are arbitrary constants determined by initial or boundary conditions. This case often arises in over-damped mechanical systems.

若判别式 b² – 4ac > 0,辅助方程给出两个不等实根 λ₁ 与 λ₂。此时齐次方程的通解为 y = A e^(λ₁ x) + B e^(λ₂ x),其中 A 和 B 是由初始条件或边界条件确定的任意常数。这种情况常出现在过阻尼力学系统中。


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

When b² – 4ac = 0, we obtain a repeated root λ = -b/(2a). The general solution becomes y = (A + B x) e^(λ x). The extra factor x ensures that the two parts of the solution are linearly independent. Critical damping in a suspension system is an example of a physical scenario modelled by this type of solution.

当 b² – 4ac = 0 时,我们得到重根 λ = -b/(2a)。此时通解变为 y = (A + B x) e^(λ x)。额外的因子 x 保证了解的两个部分线性无关。悬架系统的临界阻尼便是此类解所模拟的一个物理场景。


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

If b² – 4ac < 0, the roots are complex conjugates λ = α ± iβ, where α = -b/(2a) and β = √(4ac - b²)/(2a). The real-valued general solution is y = e^(α x) [C cos(β x) + D sin(β x)], or equivalently y = R e^(α x) cos(β x - δ). This solution describes damped oscillatory motion, such as a swinging pendulum in air.

若 b² – 4ac < 0,根为共轭复数 λ = α ± iβ,其中 α = -b/(2a),β = √(4ac - b²)/(2a)。实值通解为 y = e^(α x) [C cos(β x) + D sin(β x)],或等价地 y = R e^(α x) cos(β x - δ)。此解描述阻尼振荡运动,例如空气中摆动的单摆。


7. Initial Conditions and Particular Solutions | 初始条件与特解

To find a particular solution, we use given values of y and dy/dx at a specific x (often x = 0). These conditions produce a pair of simultaneous equations for A and B. Solving them yields a unique solution that fits the physical situation exactly. Edexcel problems typically supply y(0) and y'(0), requiring accurate differentiation and algebraic manipulation.

为了求出特解,我们利用在特定 x(通常 x = 0)处给定的 y 与 dy/dx 值。这些条件产生关于 A 与 B 的一对联立方程。解出它们便得到恰好符合物理状况的唯一解。Edexcel 的题目通常给出 y(0) 和 y'(0),需要准确的求导与代数处理。


8. Solving Non-Homogeneous Equations | 求解非齐次方程

When f(x) ≠ 0, the general solution is y = y_c + y_p, where y_c is the complementary function (solution of the homogeneous equation) and y_p is any particular integral. The form of y_p is guessed based on f(x): for a polynomial f(x), try a polynomial of the same degree; for an exponential, try a multiple of that exponential; for a trig function, try a linear combination of sine and cosine.

当 f(x) ≠ 0 时,通解为 y = y_c + y_p,其中 y_c 是余函数(齐次方程的解),y_p 是任意一个特积分。特积分的形式根据 f(x) 猜测:若 f(x) 为多项式,试设同次多项式;若为指数函数,试设该指数函数的倍数;若为三角函数,试设正弦与余弦的线性组合。


9. Method of Undetermined Coefficients | 待定系数法

After proposing a trial y_p with unknown coefficients, substitute it into the original non-homogeneous ODE and equate coefficients of like terms. This generates a system of linear equations that can be solved to find the coefficients. For example, if f(x) = e^(2x), try y_p = P e^(2x). Substitution yields an algebraic equation for P. This method is efficient and widely used in Edexcel style problems.

在提出含未知系数的试解 y_p 后,将其代入原非齐次常微分方程,令同类项的系数相等。由此生成一个线性方程组,解之可得系数。例如,若 f(x) = e^(2x),试设 y_p = P e^(2x)。代入后得到一个关于 P 的代数方程。该方法高效,广泛用于 Edexcel 风格的问题中。


10. Special Cases in Particular Integrals | 特积分中的特殊情况

If the trial form of y_p already appears in the complementary function y_c, we must multiply by x (or x² if repeated) to avoid duplication. For instance, when solving y” – 3y’ + 2y = e^x, the complementary function contains e^x, so we use y_p = P x e^x. Recognising these overlaps is crucial for obtaining a valid particular solution.

若试设的 y_p 形式恰好出现在余函数 y_c 中,必须乘以 x(或当重根时乘以 x²)以避免重复。例如,求解 y” – 3y’ + 2y = e^x 时,余函数包含 e^x,因此我们采用 y_p = P x e^x。识别这类重叠是求得有效特解的关键。


11. Applications in Mechanics and Physics | 力学与物理中的应用

Second order ODEs model numerous real-world systems. A mass–spring–damper system leads to m d²x/dt² + c dx/dt + k x = F(t), where m is mass, c damping coefficient, k spring constant. By solving this equation, engineers predict overshoot, settling time, and resonance. These examples illustrate the power of the theory beyond the abstract classroom.

二阶常微分方程模拟了众多现实系统。质量–弹簧–阻尼系统导出 m d²x/dt² + c dx/dt + k x = F(t),其中 m 为质量,c 为阻尼系数,k 为弹簧常数。通过求解此方程,工程师可以预测超调量、稳定时间与共振。这些示例展示了理论在抽象课堂之外的强大力量。


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

Always write the auxiliary equation clearly and check the discriminant to choose the correct solution form. When applying initial conditions, differentiate the general solution carefully—many marks are lost through hasty algebra. For non-homogeneous cases, verify the particular integral by substitution. In Edexcel extension papers, presentation and logical flow are assessed, so each step must be justified.

始终清晰地写出辅助方程并检查判别式以选择正确的解形式。应用初始条件时,仔细对通解求导——因代数草率而丢分的情况很多。对于非齐次情形,通过代入验证特积分。在 Edexcel 的拓展试卷中,表述与逻辑流程同样被评估,因此每一步都需要有理由支持。


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