📚 GCSE Maths: Second Order Differential Equations | GCSE 数学:二阶微分方程考点精讲
Although second-order differential equations are not a standard requirement for the GCSE Mathematics syllabus, understanding how acceleration relates to a second derivative provides an excellent bridge to A-level work. In this article we focus on the simplest type — equations of the form d²y/dx² = f(x) — and show how they can be solved by repeated integration. You will see how initial conditions determine unique solutions and why this idea already appears in the familiar constant-acceleration formulae.
尽管二阶微分方程并非 GCSE 数学大纲的常规要求,但理解加速度与二阶导数的关系能为 A-level 学习打下极佳的桥梁。本文聚焦最简单的一类——形如 d²y/dx² = f(x) 的方程——并展示如何通过反复积分求解。你将看到初始条件如何决定唯一解,以及这个思想为何早已出现在熟悉的匀加速公式中。
1. What is a Second Derivative? | 什么是二阶导数?
A first derivative dy/dx tells us the gradient or rate of change of y with respect to x. A second derivative d²y/dx² is simply the derivative of the first derivative — it tells us how the gradient itself is changing. In motion, if y represents displacement and x represents time, then dy/dx is velocity and d²y/dx² is acceleration.
一阶导数 dy/dx 告诉我们 y 关于 x 的梯度或变化率。二阶导数 d²y/dx² 就是一阶导数的导数——它告诉我们梯度本身是如何变化的。在运动中,如果 y 表示位移,x 表示时间,那么 dy/dx 就是速度,而 d²y/dx² 就是加速度。
Notation: we may write second derivative as f”(x), y” or d²y/dx². All mean the same thing.
符号:我们可以将二阶导数写作 f”(x),y” 或 d²y/dx²,它们表达的是同一个意思。
2. Recognising a Simple Second Order Differential Equation | 识别简单的二阶微分方程
A second-order differential equation involves a second derivative. The simplest form is: d²y/dx² = f(x) where f(x) is some function of x alone. There is no y or dy/dx term on the right-hand side.
二阶微分方程包含二阶导数。最简单的形式是:d²y/dx² = f(x),其中 f(x) 仅是 x 的函数。右边没有 y 或 dy/dx 项。
For example: d²y/dx² = 6x. This equation states that the second derivative is 6x, and we can find y by integrating twice.
例如:d²y/dx² = 6x。这个方程表明二阶导数为 6x,我们可以通过两次积分求出 y。
3. Solving by Integrating Twice | 通过两次积分求解
To solve d²y/dx² = f(x), integrate once with respect to x to obtain the first derivative dy/dx. You must always add a constant of integration, usually called C or A.
要求解 d²y/dx² = f(x),先对 x 积分一次得到一阶导数 dy/dx。你必须总是加上一个积分常数,通常用 C 或 A 表示。
Integrate a second time to find y, and add a second constant of integration, usually called D or B. The general solution will therefore contain two arbitrary constants.
再进行第二次积分求出 y,并加上第二个积分常数,通常用 D 或 B 表示。因此通解将包含两个任意常数。
Example: d²y/dx² = 6x. Integrate once: dy/dx = 3x² + C. Integrate again: y = x³ + Cx + D. These two constants reflect the fact that infinitely many curves share the same second derivative.
示例:d²y/dx² = 6x。第一次积分:dy/dx = 3x² + C。第二次积分:y = x³ + Cx + D。这两个常数反映了无数条曲线具有相同二阶导数这一事实。
4. Physical Interpretation: Acceleration as Second Derivative | 物理解释:加速度作为二阶导数
If we let s represent displacement and t represent time, then velocity v = ds/dt and acceleration a = dv/dt = d²s/dt². When acceleration is constant, say d²s/dt² = a (constant), we can integrate to obtain the familiar SUVAT equations.
如果让 s 表示位移,t 表示时间,那么速度 v = ds/dt,加速度 a = dv/dt = d²s/dt²。当加速度恒定时,例如 d²s/dt² = a(常数),我们就可以积分得到熟悉的匀加速运动公式。
Integrate once: v = at + u, where u is the initial velocity (the constant of integration). Integrate again: s = ½at² + ut + s₀, where s₀ is initial displacement.
第一次积分:v = at + u,其中 u 是初速度(积分常数)。第二次积分:s = ½at² + ut + s₀,其中 s₀ 是初位移。
Thus the second-order differential equation d²s/dt² = a leads directly to one of the core equations of GCSE Physics.
因此,二阶微分方程 d²s/dt² = a 直接导出了 GCSE 物理的核心公式之一。
5. Initial Conditions and Boundary Conditions | 初始条件与边界条件
To pin down a unique solution, we need two extra pieces of information. These are often given as values of y and dy/dx at a particular x, or at two different x-values.
要确定唯一解,我们需要两个额外的信息。这些信息常常以 y 和 dy/dx 在某个特定 x 处的值,或在两个不同 x 处的值的形式给出。
- Initial conditions: e.g. when x = 0, y = 1 and dy/dx = 2. These allow us to find both constants.
- 初始条件:例如当 x = 0 时,y = 1 且 dy/dx = 2。这样我们就可以求出两个常数。
- Boundary conditions: e.g. at x = 0, y = 0 and at x = 2, y = 10. Use these to form simultaneous equations for C and D.
- 边界条件:例如在 x = 0 时 y = 0,在 x = 2 时 y = 10。用这些条件列出关于 C 和 D 的方程组。
Without additional conditions, the solution remains a general solution with unknowns C and D.
如果没有额外条件,解就是含有未知常数 C 和 D 的通解。
6. Worked Example with Initial Conditions | 带初始条件的解题示例
Solve d²y/dx² = 12x – 4, given that when x = 1, y = 2 and dy/dx = 5.
求解 d²y/dx² = 12x – 4,已知当 x = 1 时,y = 2 且 dy/dx = 5。
Step 1: Integrate once.
第一步:积分一次。
dy/dx = ∫(12x – 4) dx = 6x² – 4x + C
Use dy/dx = 5 when x = 1: 5 = 6(1)² – 4(1) + C → 5 = 6 – 4 + C → C = 3.
利用 x = 1 时 dy/dx = 5:5 = 6(1)² – 4(1) + C → 5 = 6 – 4 + C → C = 3。
Step 2: Integrate again.
第二步:再次积分。
y = ∫(6x² – 4x + 3) dx = 2x³ – 2x² + 3x + D
Use y = 2 when x = 1: 2 = 2(1)³ – 2(1)² + 3(1) + D → 2 = 2 – 2 + 3 + D → D = –1.
利用 x = 1 时 y = 2:2 = 2(1)³ – 2(1)² + 3(1) + D → 2 = 2 – 2 + 3 + D → D = –1。
Final particular solution: y = 2x³ – 2x² + 3x – 1.
最终特解:y = 2x³ – 2x² + 3x – 1。
7. Differential Equations of the Form d²y/dx² = g(y) or involving dy/dx | 形如 d²y/dx² = g(y) 或含一阶导数的方程
At GCSE level you may encounter contexts where the second derivative is expressed in terms of the first derivative or even y itself, though such equations are rarely solved analytically at this stage. For instance, d²y/dx² = –k²y is the equation of simple harmonic motion. Typically you are not required to solve these from scratch, but recognising them helps in interpreting physical scenarios.
在 GCSE 阶段你可能会遇到二阶导数用一阶导数甚至 y 本身表示的情境,不过在此阶段很少要求解析求解。例如 d²y/dx² = –k²y 是简谐运动的方程。通常不要求你从头求解,但识别它们有助于理解物理情景。
Sometimes the equation can be simplified by substituting v = dy/dx, converting it into a first-order equation. This technique is more common in A-level but worth being aware of.
有时可以通过代入 v = dy/dx 来简化方程,将其转化为一阶方程。这种方法在 A-level 更常见,但值得了解。
8. Connecting to Graphs: Curvature | 联系图像:曲率
The sign of the second derivative gives information about curvature. When d²y/dx² > 0 the graph is convex (curving upwards), and when d²y/dx² < 0 it is concave (curving downwards). A point where d²y/dx² = 0 and changes sign is a point of inflection.
二阶导数的符号提供了曲率信息。当 d²y/dx² > 0 时,图像是下凸的(向上弯曲);当 d²y/dx² < 0 时是上凸的(向下弯曲)。d²y/dx² = 0 且符号改变的点是拐点。
If a differential equation tells us d²y/dx² = positive constant, we know the curve is always convex. In the motion analogy, positive acceleration means the velocity is increasing.
如果微分方程告诉我们 d²y/dx² = 正常数,我们知道曲线始终下凸。在运动类比中,正加速度意味着速度在增加。
9. Common Pitfall: Forgetting Constants of Integration | 常见易错点:忘记积分常数
Many students integrate twice but forget to include the second constant. A second-order differential equation always requires two independent constants in its general solution. If you end up with only one constant, you have almost certainly made a mistake.
许多学生进行两次积分却忘记加上第二个常数。二阶微分方程的通解总是需要两个独立的常数。如果你最后只有一个常数,几乎可以肯定出错了。
Remember: the first integration introduces a constant linked to the initial gradient; the second integration introduces a constant linked to the initial value.
记住:第一次积分引入一个与初始梯度相关的常数;第二次积分引入一个与初始值相关的常数。
10. Verifying a Solution | 验证解
Once you have found y, you can always check your work by differentiating twice and substituting back into the original equation. Also check that the solution satisfies the given initial or boundary conditions.
一旦求出 y,你总可以通过微分两次并代回原方程来检查你的工作。还要检查解是否满足给定的初始或边界条件。
This verification step is quick and helps catch integration errors or sign mistakes, especially in exam conditions.
这一验证步骤很快,有助于发现积分错误或符号错误,尤其是在考试情境下。
11. Summary of the Key Steps | 关键步骤总结
| Step | Action |
| 1 | Write down the equation d²y/dx² = f(x). |
| 2 | Integrate once → dy/dx = F(x) + C. |
| 3 | Integrate again → y = G(x) + Cx + D. |
| 4 | Apply initial/boundary conditions to find C and D. |
中文翻译:第一步:写出方程 d²y/dx² = f(x)。第二步:积分一次得 dy/dx = F(x) + C。第三步:再次积分得 y = G(x) + Cx + D。第四步:应用初始/边界条件求出 C 和 D。
Mastering this four-step process allows you to solve any second-order equation of the form d²y/dx² = f(x) with confidence.
掌握这四步流程让你能够自信地求解任何形如 d²y/dx² = f(x) 的二阶方程。
12. Why This Matters Beyond GCSE | 为什么这些知识在 GCSE 之后很重要
Although the explicit solving of second-order differential equations is an A-level topic, the underlying concepts of repeated integration and the connection between acceleration, velocity and displacement are deeply rooted in GCSE Mathematics and Physics. Building this understanding now provides a smoother transition to more advanced calculus and mechanics.
虽然二阶微分方程的显式求解属于 A-level 课题,但反复积分以及加速度、速度和位移之间联系的基本概念深深植根于 GCSE 数学和物理。现在建立这种理解能让你更平稳地过渡到更高级的微积分和力学。
Approach these ideas with curiosity — even a simple integration problem becomes a second-order differential equation when you think about it from the acceleration perspective.
以好奇心来对待这些思想——即使是一个简单的积分问题,当你从加速度的角度去思考时,也会变成一个二阶微分方程。
Published by TutorHao | GCSE Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导