📚 The Concept of a Differential Equation: Order and Linearity | 微分方程的概念:阶与线性
A differential equation is a mathematical equation that relates a function to its derivatives. It describes how a quantity changes with respect to another variable, and it is one of the most powerful tools in applied mathematics, physics, engineering, and economics. In this article, we will explore the fundamental concepts of differential equations, focusing on their order and linearity, which are essential for classifying and solving them at A-Level.
微分方程是联系函数与其导数的数学方程,它描述一个量相对于另一个变量如何变化,是应用数学、物理、工程和经济领域中最强大的工具之一。本文将探讨微分方程的基本概念,重点讨论其阶与线性,这些是A-Level阶段对微分方程进行分类和求解的关键。
1. What Is a Differential Equation? | 什么是微分方程?
A differential equation is an equation that contains at least one derivative of an unknown function. The unknown function usually depends on one or more independent variables. For example, if y is a function of x, then an equation involving dy/dx, d²y/dx², or higher derivatives is a differential equation.
微分方程是包含未知函数至少一个导数的方程。未知函数通常依赖于一个或多个自变量。例如,如果y是x的函数,那么涉及dy/dx、d²y/dx²或更高阶导数的方程就是微分方程。
Consider the simple equation:
dy/dx = 3x²
This states that the derivative of y with respect to x equals 3x². To solve it, we integrate both sides to find y = x³ + C, where C is an arbitrary constant.
该方程表明y对x的导数等于3x²。求解时,我们对两边积分得到y = x³ + C,其中C是任意常数。
-
An equation involving derivatives of an unknown function is called a differential equation.
包含未知函数导数的方程称为微分方程。
-
The unknown function is usually denoted by y, and the independent variable by x.
未知函数通常用y表示,自变量用x表示。
2. Ordinary vs. Partial Differential Equations | 常微分方程与偏微分方程
If the unknown function depends on only one independent variable, the derivatives involved are ordinary derivatives, and the equation is called an ordinary differential equation (ODE). For example, dy/dx + 2y = 0 is an ODE because y depends only on x.
如果未知函数只依赖于一个自变量,那么涉及的导数是普通导数,该方程称为常微分方程(ODE)。例如,dy/dx + 2y = 0是常微分方程,因为y只依赖于x。
If the unknown function depends on more than one independent variable, partial derivatives appear, and the equation is called a partial differential equation (PDE). For example, ∂u/∂t = ∂²u/∂x² is the heat equation, a PDE. At A-Level, we focus exclusively on ODEs.
如果未知函数依赖于多个自变量,就会出现偏导数,该方程称为偏微分方程(PDE)。例如,∂u/∂t = ∂²u/∂x²是热传导方程,属于PDE。在A-Level阶段,我们只关注常微分方程。
-
ODE: one independent variable, ordinary derivatives only.
常微分方程:一个自变量,只含普通导数。
-
PDE: multiple independent variables, partial derivatives.
偏微分方程:多个自变量,含有偏导数。
3. The Order of a Differential Equation | 微分方程的阶
The order of a differential equation is the order of the highest derivative that appears in the equation. For example, dy/dx + y = 0 is a first-order differential equation because the highest derivative is the first derivative. The equation d²y/dx² + 3dy/dx + 2y = 0 is second-order because the highest derivative is d²y/dx².
微分方程的阶是方程中出现的最高阶导数的阶数。例如,dy/dx + y = 0是一阶微分方程,因为最高阶导数为第一阶导数。方程d²y/dx² + 3dy/dx + 2y = 0是二阶的,因为最高阶导数是d²y/dx²。
Order = highest derivative order present
For AQA A-Level Mathematics, you are required to recognise and solve first-order differential equations, and in some contexts, second-order equations appear in further mathematics. The order determines how many arbitrary constants appear in the general solution.
对于AQA A-Level数学,你需要识别并求解一阶微分方程,在某些情境下,进阶数学中会出现二阶方程。阶数决定了通解中出现任意常数的个数。
-
First-order: highest derivative is dy/dx.
一阶:最高导数为dy/dx。
-
Second-order: highest derivative is d²y/dx².
二阶:最高导数为d²y/dx²。
4. Examples of Determining Order | 判断阶数的示例
Let us look at several equations and identify their order.
让我们看几个方程并识别它们的阶。
| Equation | Highest derivative | Order |
| dy/dx = 2x | dy/dx | 1 |
| d²y/dx² + y = 0 | d²y/dx² | 2 |
| (y’)³ + y = sin x | y’ (first derivative) | 1 |
| d³y/dx³ + x = 0 | d³y/dx³ | 3 |
Notice that the power to which a derivative is raised does not affect the order. The order is determined only by the highest derivative present.
注意,导数被提升的幂不影响阶数。阶数只由存在的最高阶导数决定。
5. Linearity in a Differential Equation | 微分方程的线性
A differential equation is linear if the unknown function and all its derivatives appear only to the first power and are not multiplied together. Additionally, coefficients of the function and its derivatives may depend on the independent variable, but not on the function itself or its derivatives.
如果未知函数及其所有导数都只以一次幂出现,并且不相互相乘,则该微分方程是线性的。此外,函数及其导数的系数可以依赖于自变量,但不能依赖于函数本身或其导数。
A first-order linear differential equation can be written in the form:
dy/dx + P(x)y = Q(x)
Here, P(x) and Q(x) are functions of x only. The left-hand side is linear in y and dy/dx. For example, dy/dx + 3y = eˣ is linear, but dy/dx + y² = 0 is nonlinear because y is squared.
这里P(x)和Q(x)只是x的函数。左边关于y和dy/dx是线性的。例如,dy/dx + 3y = eˣ是线性的,而dy/dx + y² = 0是非线性的,因为y被平方了。
-
Linear: y and its derivatives appear to the first power only.
线性:y及其导数只以一次幂出现。
-
No products such as y·dy/dx or (dy/dx)².
没有诸如y·dy/dx或(dy/dx)²的乘积。
6. Recognising Linear vs. Nonlinear Equations | 识别线性与非线性方程
Let us classify several examples.
让我们对几个例子进行分类。
1. d²y/dx² + 5y = 0 is linear. The coefficients are constant, and y appears to the first power.
1. d²y/dx² + 5y = 0是线性的。系数为常数,y以一次幂出现。
2. y·dy/dx + x = 0 is nonlinear because y multiplies dy/dx.
2. y·dy/dx + x = 0是非线性的,因为y乘以dy/dx。
3. d²y/dx² + sin(y) = 0 is nonlinear because sin(y) is a nonlinear function of y.
3. d²y/dx² + sin(y) = 0是非线性的,因为sin(y)是y的非线性函数。
4. x²dy/dx + 2xy = eˣ is linear. Here the coefficient x² depends on x, but that is allowed.
4. x²dy/dx + 2xy = eˣ是线性的。这里系数x²依赖于x,但这是允许的。
| Equation | Linear? |
| dy/dx + 2xy = x | Yes |
| dy/dx = y² + 1 | No |
| d²y/dx² + 3dy/dx = 0 | Yes |
| y(dy/dx) = sin x | No |
7. Homogeneous and Non-homogeneous Linear Equations | 齐次与非齐次线性方程
A linear differential equation is homogeneous if every term contains the dependent variable y or one of its derivatives. It is non-homogeneous if there is a term that does not involve y at all — a function of x only, or a constant.
如果线性微分方程的每一项都包含因变量y或其导数之一,则该方程是齐次的。如果存在完全不包含y的项——只含x的函数或常数——则是非齐次的。
For example, dy/dx + 2y = 0 is homogeneous, while dy/dx + 2y = eˣ is non-homogeneous because the right-hand side eˣ does not contain y.
例如,dy/dx + 2y = 0是齐次的,而dy/dx + 2y = eˣ是非齐次的,因为右端eˣ不包含y。
Homogeneous form: dy/dx + P(x)y = 0
-
Homogeneous: every term involves y or a derivative of y.
齐次:每一项都涉及y或y的导数。
-
Non-homogeneous: a term independent of y exists (the ‘source’ term).
非齐次:存在与y无关的项(即“源”项)。
8. General Solution and Particular Solution | 通解与特解
The general solution of a differential equation contains arbitrary constants equal to the order of the equation. For a first-order equation, one arbitrary constant appears. For a second-order equation, two appear. The general solution represents a family of curves.
微分方程的通解包含与方程阶数相等的任意常数。一阶方程有一个任意常数,二阶方程有两个。通解表示一族曲线。
A particular solution is obtained from the general solution by using additional conditions, often called initial conditions or boundary conditions. For example, the general solution of dy/dx = 3x² is y = x³ + C. If we require y(1) = 4, then 4 = 1³ + C, so C = 3, and the particular solution is y = x³ + 3.
特解是通过使用附加条件(通常称为初值条件或边界条件)从通解中获得的。例如,dy/dx = 3x²的通解是y = x³ + C。如果要求y(1) = 4,则4 = 1³ + C,所以C = 3,特解为y = x³ + 3。
y = x³ + C (general) → y = x³ + 3 (particular)
-
General solution: family of curves with arbitrary constants.
通解:带有任意常数的曲线族。
-
Particular solution: satisfies given initial/boundary conditions.
特解:满足给定的初值/边界条件。
9. Initial Conditions and the AQA Context | 初值条件与AQA考点
In AQA A-Level Mathematics, first-order differential equations are commonly solved using either separation of variables (for equations of the form dy/dx = f(x)g(y)) or by using an integrating factor (for linear equations of the form dy/dx + P(x)y = Q(x)). You must be able to apply initial conditions to find a particular solution.
在AQA A-Level数学中,一阶微分方程通常通过变量分离法(形如dy/dx = f(x)g(y)的方程)或积分因子法(形如dy/dx + P(x)y = Q(x)的线性方程)来求解。你必须能够应用初值条件求出特解。
For example, solve dy/dx = y/x with y(1) = 2. By separating variables, ∫(1/y)dy = ∫(1/x)dx, giving ln|y| = ln|x| + C. Since y(1) = 2, C = ln 2, so ln|y| = ln|x| + ln 2, hence y = 2x (for x > 0).
例如,求解dy/dx = y/x且y(1) = 2。通过分离变量,∫(1/y)dy = ∫(1/x)dx,得到ln|y| = ln|x| + C。由于y(1) = 2,C = ln 2,所以ln|y| = ln|x| + ln 2,从而y = 2x(对于x > 0)。
-
Separation of variables: rearrange to put y terms with dy and x terms with dx.
变量分离:将含y的项与dy放在一起,含x的项与dx放在一起。
-
Integrating factor for linear first-order ODEs: multiply both sides by e∫P(x)dx.
一阶线性ODE的积分因子:两边乘以e∫P(x)dx。
10. Why Order and Linearity Matter | 为什么阶与线性非常重要
Identifying the order and linearity of a differential equation is the first and most important step in choosing the correct solution method. Linear equations have well-established techniques and their solutions obey the principle of superposition: if y₁ and y₂ are solutions to a homogeneous linear equation, then any linear combination c₁y₁ + c₂y₂ is also a solution. Nonlinear equations are generally much harder and often require numerical methods.
识别微分方程的阶与线性是选择正确求解方法的第一步,也是最重要的一步。线性方程有成熟的技术,其解满足叠加原理:如果y₁和y₂是齐次线性方程的解,那么任意线性组合c₁y₁ + c₂y₂也是解。非线性方程通常困难得多,往往需要数值方法。
For A-Level, you mainly encounter first-order linear and separable equations. Recognising nonlinearity helps you avoid applying the wrong method. For example, dy/dx = xy is linear and separable, while dy/dx = x + y² is nonlinear and not separable by simple algebra.
在A-Level中,你主要遇到一阶线性和可分离变量方程。识别非线性有助于避免应用错误的方法。例如,dy/dx = xy是线性且可分离的,而dy/dx = x + y²是非线性的,不能通过简单代数分离。
Superposition: c₁y₁ + c₂y₂ is also a solution for homogeneous linear equations
-
Order tells you the number of integration constants.
阶告诉你积分常数的个数。
-
Linearity tells you whether superposition applies.
线性告诉你叠加原理是否适用。
11. Quick Reference Summary | 快速参考总结
Use the following checklist when studying any differential equation for AQA A-Level Mathematics.
在AQA A-Level数学中学习任何微分方程时,请使用以下检查清单。
| Feature | Question to ask |
| Order | What is the highest derivative present? |
| Linearity | Are y and its derivatives only to the first power and not multiplied? |
| Homogeneity | Is there a term independent of y? |
| Solution method | Separable? Integrating factor? Recognised |
Mastering these classifications will make your problem-solving systematic and accurate, helping you score full marks in the differential equations questions on the AQA A-Level Mathematics papers.
掌握这些分类将使你的解题系统化且准确,帮助你在AQA A-Level数学试卷的微分方程问题中获得满分。
Published by TutorHao | 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