Second-Order Differential Equations | 二阶微分方程

📚 Second-Order Differential Equations | 二阶微分方程

Differential equations allow us to describe how quantities change. While GCSE doesn’t formally require solving second‑order differential equations, understanding the leap from first to second order builds a rock‑solid foundation for A‑level and further maths. A second‑order differential equation involves the second derivative – the rate of change of a rate of change – and appears naturally in acceleration, oscillations and many real‑world systems. This article unpacks the core ideas in a GCSE‑friendly style, linking them to familiar calculus concepts.

微分方程帮助我们描述量如何变化。虽然 GCSE 不要求正式求解二阶微分方程,但理解从一阶到二阶的跨越将为 A‑Level 和进阶数学打下扎实基础。二阶微分方程包含二阶导数——变化率的变化率——自然地出现在加速度、振动和许多实际系统中。本文以 GCSE 友好的方式解析核心概念,将其与大家熟悉的微积分知识衔接。

1. Review of First Derivatives | 一阶导数回顾

If y = f(x), the derivative dy/dx tells us the rate at which y changes with respect to x. For a distance–time graph, dy/dx gives velocity. On a curve, it represents the gradient of the tangent. Recognising dy/dx as a function of x is the first step towards building higher‑order equations.

若 y = f(x),导数 dy/dx 告诉我们 y 关于 x 的变化率。在距离‑时间图像中,dy/dx 表示速度。在曲线上,它代表切线的斜率。把 dy/dx 看作 x 的函数,是构建高阶方程的第一步。

  • Power rule: if y = xⁿ then dy/dx = n xⁿ⁻¹
  • 幂函数求导法则:若 y = xⁿ,则 dy/dx = n xⁿ⁻¹
  • Derivative of a sum: (u+v)′ = u′ + v′
  • 和函数的导数:(u+v)′ = u′ + v′

2. Introducing the Second Derivative | 引入二阶导数

The second derivative, written d²y/dx² or f″(x), is simply the derivative of the first derivative. It measures how the gradient itself is changing. If dy/dx describes speed, d²y/dx² describes acceleration – the rate at which speed changes.

二阶导数写作 d²y/dx² 或 f″(x),它就是一阶导数的导数。它衡量的是斜率本身如何变化。如果说 dy/dx 描述速度,那么 d²y/dx² 描述的就是加速度——速度变化的快慢。

Example: y = x³ − 2x² + 5x − 1
dy/dx = 3x² − 4x + 5
d²y/dx² = 6x − 4

例子:y = x³ − 2x² + 5x − 1
dy/dx = 3x² − 4x + 5
d²y/dx² = 6x − 4

The second derivative is also a function of x. Its sign tells us whether the curve is concave up (smile shape, d²y/dx² > 0) or concave down (frown shape, d²y/dx² < 0).

二阶导数也是 x 的函数。它的正负告诉我们曲线是凹向上(微笑形,d²y/dx² > 0)还是凹向下(皱眉形,d²y/dx² < 0)。


3. Notation and Terminology | 符号与术语

Several notations are used for second derivatives; being comfortable with all of them makes reading different textbooks easier.

二阶导数有多种记法,熟悉它们有助于阅读不同的教材。

Notation Meaning
d²y/dx² Leibniz notation – second derivative of y with respect to x
f″(x) Lagrange notation – the double prime notation
y″ Shorthand when y is a function of x
ÿ Newton’s dot notation – often used in mechanics for time derivatives; ÿ = d²x/dt²
记法 含义
d²y/dx² 莱布尼茨记法——y 对 x 的二阶导数
f″(x) 拉格朗日记法——双撇号表示
y″ 当 y 是 x 函数时的简写
ÿ 牛顿的点记法——常用于力学中对时间求导;ÿ = d²x/dt²

In this article we mainly use Leibniz notation d²y/dx² because it clearly shows the variable of differentiation.

本文主要使用莱布尼茨记法 d²y/dx²,因为它清晰地显示了求导变量。


4. What Makes an Equation “Second Order”? | 什么使方程成为“二阶”?

A differential equation is called second order if the highest derivative that appears in it is the second derivative. It does not matter how many lower‑order derivatives are present – the order is determined by the highest one.

如果一个微分方程里出现的最高阶导数是二阶导数,就称它为二阶微分方程。无论其中包含多少低阶导数,阶数都由最高阶导数决定。

  • First order: dy/dx + 2y = 0
  • 一阶:dy/dx + 2y = 0
  • Second order: d²y/dx² + 3 dy/dx − 4y = 0
  • 二阶:d²y/dx² + 3 dy/dx − 4y = 0
  • Second order (no first derivative): d²y/dx² = eˣ
  • 二阶(不含一阶导数):d²y/dx² = eˣ

The simplest second‑order differential equations have the form d²y/dx² = f(x). We can solve these by integrating twice.

最简单的二阶微分方程形如 d²y/dx² = f(x)。我们可以通过两次积分来求解。


5. Solving d²y/dx² = f(x) by Direct Integration | 通过直接积分法解 d²y/dx² = f(x)

If we know d²y/dx² = g(x), we can recover dy/dx by integrating once:

dy/dx = ∫ g(x) dx + C₁

Integrating a second time gives y:

y = ∫ (∫ g(x) dx + C₁) dx + C₂

We end up with two arbitrary constants because differentiating twice loses two pieces of information (the initial gradient and the initial value).

如果已知 d²y/dx² = g(x),积分一次可以恢复 dy/dx:
dy/dx = ∫ g(x) dx + C₁
再积分一次得到 y:
y = ∫ (∫ g(x) dx + C₁) dx + C₂
我们会得到两个任意常数,因为两次求导会丢失两条信息(初始斜率和初始值)。

Example: d²y/dx² = 6x + 4
Integrate 1: dy/dx = 3x² + 4x + C₁
Integrate 2: y = x³ + 2x² + C₁x + C₂

例子:d²y/dx² = 6x + 4
第一次积分:dy/dx = 3x² + 4x + C₁
第二次积分:y = x³ + 2x² + C₁x + C₂

This technique works only when the second derivative is expressed solely in terms of the independent variable (e.g. x or t). It is the first type of second‑order equation you will meet at advanced level.

这种技巧仅在二阶导数只用自变量(比如 x 或 t)表达时才有效。这是你在进阶阶段遇到的第一类二阶微分方程。


6. Using Initial Conditions | 使用初始条件

To pin down the constants, we need two pieces of extra information called initial conditions or boundary conditions. In a mechanics problem these are often the starting velocity and displacement.

为了确定常数,我们需要两条额外信息,称为初始条件或边界条件。在力学问题里,它们通常是初始速度和位移。

Suppose a particle moves along a line with acceleration a = d²x/dt² = 2t − 4. At t=0, the velocity v = dx/dt = 3 and the displacement x = 5. Find x(t).

假设一个粒子沿直线运动,加速度 a = d²x/dt² = 2t − 4。已知 t=0 时速度 v = dx/dt = 3,位移 x = 5。求 x(t)。

Integrate a to get v: v = t² − 4t + C₁. Use v(0)=3 → C₁=3.
Integrate v to get x: x = ⅓ t³ − 2t² + 3t + C₂. Use x(0)=5 → C₂=5.
So x(t) = ⅓ t³ − 2t² + 3t + 5.

积分加速度得速度:v = t² − 4t + C₁。利用 v(0)=3 得 C₁=3。
积分速度得位移:x = ⅓ t³ − 2t² + 3t + C₂。利用 x(0)=5 得 C₂=5。
因此 x(t) = ⅓ t³ − 2t² + 3t + 5。

This example shows how a second‑order differential equation models constant or variable acceleration, a topic that extends GCSE kinematics.

这个例子展示了二阶微分方程如何描述恒定或变化的加速度,这是 GCSE 运动学的延伸话题。


7. Linear Second‑Order Equations with Constant Coefficients | 常系数线性二阶微分方程

A very important class of second‑order differential equations looks like this:

a d²y/dx² + b dy/dx + c y = 0

where a, b and c are constants. This is called a homogeneous linear second‑order differential equation with constant coefficients. Its solutions are often exponential, trigonometric or a combination, and they describe systems like springs, pendulums and electrical circuits.

这是一类非常重要的二阶微分方程:
a d²y/dx² + b dy/dx + c y = 0
其中 a、b、c 是常数。这称为常系数齐次线性二阶微分方程。它的解通常是指数、三角函数或两者的组合,可以用来描述弹簧、摆和电路等系统。

GCSE students do not need to solve these fully, but recognising the structure helps understand why the world behaves the way it does.

GCSE 学生不需要完整求解它们,但认识这种结构有助于理解为何自然界是这样运作的。


8. The Auxiliary Equation Method (Preview) | 辅助方程法(预览)

To solve a d²y/dx² + b dy/dx + c y = 0, we assume a solution of the form y = eᵏˣ. Substituting gives the auxiliary equation:

a k² + b k + c = 0

This is simply a quadratic! If it has two distinct real roots k₁ and k₂, the general solution is y = A eᵏ¹ˣ + B eᵏ²ˣ. If the roots are complex, the solution involves sine and cosine.

求解 a d²y/dx² + b dy/dx + c y = 0 时,我们假设解的形式为 y = eᵏˣ。代入后得到辅助方程:
a k² + b k + c = 0
这正是一个二次方程!如果它有两个不同的实根 k₁ 和 k₂,通解就是 y = A eᵏ¹ˣ + B eᵏ²ˣ。如果根是复数,解会包含正弦和余弦。

The link between second‑order differential equations and quadratics is one of the most beautiful connections in mathematics – and it reinforces why mastering GCSE quadratics is so important.

二阶微分方程与二次方程之间的联系是数学中最美妙的关联之一——这也正好说明了为什么掌握 GCSE 二次方程如此重要。


9. Simple Harmonic Motion (SHM) | 简谐运动(SHM)

One of the most elegant second‑order differential equations is:

d²x/dt² = −ω² x

This describes simple harmonic motion, such as a mass on a spring. The acceleration is proportional to displacement but in the opposite direction. The solution is x = A cos(ωt) + B sin(ωt), where ω is the angular frequency.

最精彩的二阶微分方程之一是:
d²x/dt² = −ω² x
它描述了简谐运动,比如弹簧上的物块。加速度与位移成正比但方向相反。它的解是 x = A cos(ωt) + B sin(ωt),其中 ω 是角频率。

This equation shows up everywhere: in pendulums, musical instruments and even the vibration of atoms. The fact that sine and cosine functions naturally solve a second‑order equation is a key insight for any budding scientist.

这个方程无处不在:单摆、乐器甚至原子振动。正弦和余弦函数自然成为二阶微分方程的解,这对任何未来的科学家而言都是一个关键洞见。


10. Verifying Solutions | 验证解

You can check whether a given function satisfies a second‑order equation by differentiating it twice and substituting into the equation. This is an excellent skill to practise even at GCSE level because it reinforces differentiation and algebraic manipulation.

你可以通过求两次导数并代入方程来检验一个给定函数是否满足二阶微分方程。这是非常值得练习的技能,即使在 GCSE 阶段,因为它能强化求导和代数运算能力。

Example: Show that y = e²ˣ + e⁻ˣ solves y″ − y′ − 2y = 0.
y′ = 2e²ˣ − e⁻ˣ
y″ = 4e²ˣ + e⁻ˣ
Substitution: (4e²ˣ + e⁻ˣ) − (2e²ˣ − e⁻ˣ) − 2(e²ˣ + e⁻ˣ) = (4−2−2)e²ˣ + (1+1−2)e⁻ˣ = 0 ✓

例子:证明 y = e²ˣ + e⁻ˣ 满足 y″ − y′ − 2y = 0。
y′ = 2e²ˣ − e⁻ˣ
y″ = 4e²ˣ + e⁻ˣ
代入:(4e²ˣ + e⁻ˣ) − (2e²ˣ − e⁻ˣ) − 2(e²ˣ + e⁻ˣ) = (4−2−2)e²ˣ + (1+1−2)e⁻ˣ = 0 ✓

Verification is a powerful tool: it turns you from a passive reader into an active problem‑solver.

验证是一个强大的工具:它让你从被动的阅读者变成主动的问题解决者。


11. Common Applications in Physics and Engineering | 物理与工程中的常见应用

Second‑order differential equations model:

  • Projectile motion with air resistance – d²x/dt² depends on velocity.
  • 带有空气阻力的抛体运动——d²x/dt² 依赖于速度。
  • Electrical RLC circuits – voltage and current governed by L d²q/dt² + R dq/dt + q/C = 0.
  • RLC 电路——电压与电流由 L d²q/dt² + R dq/dt + q/C = 0 控制。
  • Bending of beams – the deflection curve satisfies a second‑order equation.
  • 梁的弯曲——挠度曲线满足二阶微分方程。
  • Population dynamics with acceleration factors – more advanced models use second derivatives.
  • 带有加速因素的种群动力学——更高级的模型会使用二阶导数。

These examples show that second‑order equations are not abstract; they are the language of the natural world.

这些例子说明二阶微分方程并非抽象之物,它们是描述自然界的语言。


12. Key Takeaways and GCSE Connections | 核心要点与 GCSE 衔接

While second‑order differential equations are officially an A‑level topic, the foundational skills – differentiation, integration, solving quadratics and using initial conditions – are all honed during GCSE Mathematics. Every linear second‑order equation with constant coefficients rests on a quadratic equation; mastering the quadratic formula now will pay dividends later. Practise finding second derivatives of polynomials, interpreting acceleration from velocity–time contexts and solving two‑stage ‘integration with conditions’ problems. By doing so, you are building a bridge to advanced calculus while excelling in your GCSE.

尽管二阶微分方程在课程上属于 A‑Level 的内容,但基础技能——求导、积分、解二次方程和使用初始条件——都在 GCSE 数学阶段得到磨练。每一个常系数线性二阶微分方程都依赖于二次方程;现在掌握二次公式会让你今后受益匪浅。请多练习求多项式的二阶导数、在速度‑时间情境中解释加速度、以及完成两阶段“带条件的积分”问题。这样做,你不仅在 GCSE 中取得优异,同时也在为高阶微积分铺路。

Published by TutorHao | GCSE AQA 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