📚 Second Order Differential Equations | 二阶微分方程
Second order differential equations extend the ideas of basic differentiation and integration, allowing us to model situations where the rate of change itself is changing, such as acceleration in physics. For CIE IGCSE Mathematics, the focus is on equations of the form d²y/dx² = f(x) and solving them through repeated integration, often with given boundary or initial conditions.
二阶微分方程拓展了基本微分与积分的概念,使我们能够描述变化率本身也在变化的情形,例如物理学中的加速度。对于 CIE IGCSE 数学而言,重点在于形如 d²y/dx² = f(x) 的方程,并通过重复积分求解,通常还伴有给定的边界或初始条件。
1. What is a Second Order Differential Equation? | 什么是二阶微分方程?
A differential equation involves an unknown function y and one or more of its derivatives. A second order differential equation contains a second derivative, such as d²y/dx², but no higher derivatives. In simple terms, while a first order equation relates y and dy/dx, a second order equation also brings in the rate of change of the rate of change.
微分方程是指包含未知函数 y 及其导数的方程。二阶微分方程含有二阶导数,如 d²y/dx²,但不涉及更高阶导数。简单来说,一阶方程关联 y 与 dy/dx,而二阶方程还会引入变化率的变化率。
For example, d²y/dx² = 6x is a very basic second order differential equation. The ‘order’ refers to the highest derivative present. Many real-world applications in physics, engineering and economics begin as second order differential equations.
例如,d²y/dx² = 6x 就是一个很基本的二阶微分方程。“阶”指方程中出现的最高阶导数。物理、工程和经济学中的许多实际应用都以二阶微分方程为起点。
2. The Form d²y/dx² = f(x) | 形如 d²y/dx² = f(x) 的方程
At IGCSE level, the second order differential equations you will meet are of the simplest type: the second derivative is given explicitly as a function of x only. That means no y, no dy/dx terms appear on the right-hand side. The equation is purely d²y/dx² = f(x).
在 IGCSE 层次,你会遇到的二阶微分方程属于最简单的一类:二阶导数明确表示为仅含 x 的函数。这意味着等式右边不出现 y 或 dy/dx 项,方程纯粹是 d²y/dx² = f(x)。
This special form allows us to solve by integrating directly. Because integration reduces the order by one, applying integration twice will bring us back to y. Each integration introduces an arbitrary constant, so the general solution contains two constants, say A and B, which can be found if initial or boundary conditions are provided.
这种特殊形式允许我们用直接积分法求解。因为积分会使阶数降低一次,两次积分后我们就回到 y。每次积分都会引入一个任意常数,因此通解包含两个常数,例如 A 和 B,若给出初始或边界条件便可求出它们。
3. Solving by Direct Integration | 直接积分法求解
Given d²y/dx² = f(x), integrate once with respect to x to obtain dy/dx:
已知 d²y/dx² = f(x),对 x 积分一次得到 dy/dx:
dy/dx = ∫ f(x) dx + C
where C is an arbitrary constant. Then integrate the result again to find y:
其中 C 为任意常数。再将结果积分一次求出 y:
y = ∫ (dy/dx) dx = ∫ [∫ f(x) dx + C] dx + D
Here D is a second arbitrary constant. The expression after the second integration gives the general solution of the differential equation.
这里 D 是第二个任意常数。第二次积分后的表达式即为微分方程的通解。
For instance, if d²y/dx² = 4, the first integration yields dy/dx = 4x + C. Integrating again gives y = 2x² + Cx + D. This illustrates that the general solution of a second order differential equation depends on two independent constants.
例如,若 d²y/dx² = 4,第一次积分得到 dy/dx = 4x + C。再次积分得 y = 2x² + Cx + D。这体现了二阶微分方程的通解依赖于两个独立的常数。
4. Applying Initial Conditions | 应用初始条件
To pinpoint a particular solution, we need two pieces of extra information, often called initial conditions or boundary conditions. Typical conditions give the values of y and dy/dx at a specific x, for example x = 0. This allows us to solve for the constants C and D.
要确定一个特解,我们需要两条额外信息,通常称为初始条件或边界条件。典型的条件会给出特定 x(例如 x = 0)处的 y 值和 dy/dx 值,从而可以解出常数 C 和 D。
Say we know that when x = 0, y = 3 and dy/dx = 1. Substitute x = 0 into the expressions for y and dy/dx to form simultaneous equations for C and D. Solve these equations to fix the constants, leaving an equation for y in terms of x alone.
假设已知当 x = 0 时 y = 3 且 dy/dx = 1。将 x = 0 代入 y 和 dy/dx 的表达式,得到关于 C 和 D 的方程组。解出这些常数后,便得到 y 仅关于 x 的方程。
5. Finding Particular Solutions | 求特解
The process is straightforward: start with d²y/dx² = f(x), integrate twice to introduce C and D, then use the given conditions. Often the conditions are labelled as ‘when x = a, y = b’ and ‘when x = a, dy/dx = m’. In kinematics problems, the conditions are typically initial velocity and initial displacement at time t = 0.
过程很直接:从 d²y/dx² = f(x) 出发,积分两次引入常数 C 和 D,然后使用给定的条件。条件通常标记为“当 x = a 时 y = b”以及“当 x = a 时 dy/dx = m”。在运动学问题中,条件通常对应于 t = 0 时的初速度和初始位移。
Always check that you have substituted correctly and that your constants are consistent with both conditions. A particular solution is free of arbitrary constants and can be used to find the value of y for any x within the domain.
务必检查代入是否正确,确保所求常数同时满足两个条件。特解不再含有任意常数,可用于求解定义域内任意 x 对应的 y 值。
6. Connection to Kinematics | 与运动学的联系
One of the most natural appearances of second order differential equations in IGCSE Mathematics is in the study of motion in a straight line. If s denotes displacement, then velocity v = ds/dt and acceleration a = dv/dt = d²s/dt². Thus a second order differential equation can describe acceleration as a function of time t.
二阶微分方程在 IGCSE 数学中最自然的体现之一,是直线运动的研究。若用 s 表示位移,那么速度 v = ds/dt,加速度 a = dv/dt = d²s/dt²。因此,二阶微分方程可用来描述作为时间 t 函数的加速度。
For example, a particle moving with acceleration a = 6t – 2 can be expressed as d²s/dt² = 6t – 2. To find its displacement s at any time, integrate twice and use initial velocity and initial position. This mirrors the method you have already learned for d²y/dx².
例如,一个质点以加速度 a = 6t – 2 运动,可表示为 d²s/dt² = 6t – 2。要找出任意时刻的位移 s,积分两次并利用初速度和初始位置即可。这一步骤与你已学过的 d²y/dx² 方法完全一致。
7. Worked Example 1: Polynomial Function | 例题1:多项式函数
Solve d²y/dx² = 12x², given that when x = 0, dy/dx = 2 and y = 5.
求解 d²y/dx² = 12x²,已知当 x = 0 时,dy/dx = 2 且 y = 5。
First integration: dy/dx = ∫ 12x² dx = 4x³ + C. Using dy/dx = 2 when x = 0 gives C = 2, so dy/dx = 4x³ + 2.
第一次积分:dy/dx = ∫ 12x² dx = 4x³ + C。利用 x = 0 时 dy/dx = 2 可得 C = 2,因此 dy/dx = 4x³ + 2。
Second integration: y = ∫ (4x³ + 2) dx = x⁴ + 2x + D. With y = 5 when x = 0, D = 5. The particular solution is y = x⁴ + 2x + 5.
第二次积分:y = ∫ (4x³ + 2) dx = x⁴ + 2x + D。由 x = 0 时 y = 5 得 D = 5。特解为 y = x⁴ + 2x + 5。
8. Worked Example 2: Trigonometric Function | 例题2:三角函数
Find the general solution of d²y/dx² = -sin x and then find the particular solution if y = 0 and dy/dx = 1 when x = 0.
求 d²y/dx² = -sin x 的通解,并求满足 x = 0 时 y = 0 且 dy/dx = 1 的特解。
Integrate: dy/dx = ∫ -sin x dx = cos x + C. Using x = 0, cos 0 + C = 1 gives 1 + C = 1, so C = 0. Hence dy/dx = cos x.
积分:dy/dx = ∫ -sin x dx = cos x + C。当 x = 0 时,cos 0 + C = 1,即 1 + C = 1,故 C = 0。因此 dy/dx = cos x。
Integrate again: y = ∫ cos x dx = sin x + D. With y = 0 at x = 0, sin 0 + D = 0 yields D = 0. The particular solution is y = sin x.
再次积分:y = ∫ cos x dx = sin x + D。x = 0 时 y = 0,即 sin 0 + D = 0,故 D = 0。特解为 y = sin x。
9. Common Mistakes to Avoid | 常见错误避免
Forgetting to include the constant of integration at each step is the most frequent error. Always add +C after the first integration and +D after the second. Even if the constant turns out to be zero, you must show the step to gain full marks in CIE exams.
最常见错误是每一步积分忘记添加积分常数。务必在第一次积分后加上 +C,第二次积分后加上 +D。即使常数最终为零,也必须写出该步骤,才能在 CIE 考试中获得满分。
Another pitfall is misapplying initial conditions. Check whether the condition refers to y or dy/dx. Some problems give y and dy/dx at different x-values, requiring careful simultaneous equation setup. Also, ensure you use proper notation and do not confuse d²y/dx² with (dy/dx)².
另一个陷阱是错误应用初始条件。辨明条件是针对 y 还是 dy/dx。若题目给出的 y 和 dy/dx 对应不同的 x 值,则需要仔细建立方程组。同时注意使用正确符号,不要混淆 d²y/dx² 与 (dy/dx)²。
When integrating trigonometric functions, sign errors are common. Take extra care: the integral of sin x is -cos x, and the integral of cos x is sin x. Momentum building through practice will help you avoid these slips.
积分三角函数时,符号错误高发。要格外小心:sin x 的积分是 -cos x,cos x 的积分是 sin x。通过练习积累手感,可以有效避免这类失误。
10. Exam Tips for CIE IGCSE | CIE IGCSE 考试技巧
Second order differential equation questions in CIE IGCSE are usually part of a larger problem on calculus or kinematics. They are often worth 4-6 marks. Present your working clearly: write the given equation, show the first integration with constant, substitute any available condition, show the second integration with another constant, and finally substitute the last condition.
CIE IGCSE 中的二阶微分方程题目通常是微积分或运动学大题的一部分,一般占 4-6 分。清晰呈现解题步骤:写出给定方程,展示带常数的第一次积分,代入已有条件,展示带另一个常数的第二次积分,最后代入剩下的条件。
- Label constants C and D to distinguish them. | 给常数标上 C 和 D 以便区分。
- Always write ‘when x = …, dy/dx = …’ to justify your constant determination. | 始终写出“当 x = … 时,dy/dx = …”,为常数求解提供依据。
- If the question uses t and s for kinematics, adapt your notation to d²s/dt², v = ds/dt. | 若题目用 t 和 s 考查运动学,要把符号调整为 d²s/dt²,v = ds/dt。
- Double-check your final expression by differentiating twice to see if you recover the original second derivative. | 对最终表达式求导两次,检验是否得到原始的二阶导数,从而进行复核。
Published by TutorHao | CIE IGCSE Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply