Families of Solutions, General Solutions and Particular Solutions | 解族、通解与特解

📚 Families of Solutions, General Solutions and Particular Solutions | 解族、通解与特解

In mathematics, many physical, economic and engineering problems are modelled using differential equations (DEs). A differential equation relates a function to its derivatives, and solving it means finding a function (or functions) that satisfy the relation. Crucially, a differential equation rarely has a single solution; instead, it produces a family of solutions, and extra conditions are needed to select one specific member of that family.

在数学中,许多物理、经济和工程问题都使用微分方程(DE)建模。微分方程将一个函数与其导数联系起来,解微分方程就是找到满足该关系的一个或多个函数。关键在于,微分方程很少只有一个解;相反,它会生成一族解,需要附加条件才能从中选出唯一的具体成员。


1. Introduction to Solutions of Differential Equations | 微分方程解的初步认识

A first order differential equation has the general form dy/dx = f(x, y). For example, dy/dx = 2x is a simple first order equation. To solve it, we integrate both sides with respect to x: y = ∫2x dx = x² + C, where C is an arbitrary constant. Because C can take infinitely many values, the equation has infinitely many solutions. These solutions together form a family, often represented graphically as a set of curves.

一阶微分方程的一般形式为 dy/dx = f(x, y)。例如,dy/dx = 2x 是一个简单的一阶方程。为了解它,我们对两边关于 x 积分:y = ∫2x dx = x² + C,其中 C 是任意常数。由于 C 可以取无穷多个值,该方程有无穷多个解。这些解合在一起形成一个族,通常在图形上表示为一系列曲线。


2. What is a Family of Solutions? | 什么是解族?

A family of solutions is the set of all functions that satisfy a given differential equation. For a first order equation, the family is described by a single arbitrary constant C. Each choice of C gives a particular curve. For instance, for dy/dx = 2x, the family is y = x² + C. When C = 0, we get y = x²; when C = -3, we get y = x² – 3. All these parabolas share the same shape but are vertically shifted.

解族是满足给定微分方程的所有函数的集合。对于一阶方程,该族由一个任意常数 C 描述。每个 C 的取值都给出一条特定的曲线。例如,对于 dy/dx = 2x,解族是 y = x² + C。当 C = 0 时,得到 y = x²;当 C = -3 时,得到 y = x² – 3。所有这些抛物线形状相同,只是在竖直方向上发生了平移。

The notion of a family is important because it shows that a differential equation describes a pattern of change, not a single fixed function. To identify one solution, we need additional information, such as an initial condition or boundary condition.

解族的概念很重要,因为它说明微分方程描述的是变化模式,而不是某个固定的函数。为了确定唯一解,我们需要额外信息,例如初始条件或边界条件。


3. The General Solution of a First-Order Differential Equation | 一阶微分方程的通解

The general solution of a first order differential equation is the expression that contains one arbitrary constant C and includes every solution of the equation. It is obtained by integrating the differential equation (or by using a suitable method such as separation of variables or integrating factors).

一阶微分方程的通解是包含一个任意常数 C 的表达式,并且包含了该方程的所有解。通解通过对微分方程积分(或使用变量分离法、积分因子等合适的方法)得到。

For example, the equation dx/dt = kx, where k is a constant, has general solution x = A eᵏᵗ. Here e is the exponential base, and A is the arbitrary constant. Different values of A (positive or negative) give exponentially growing or decaying solutions. This family models populations, radioactive decay, and many other processes.

例如,方程 dx/dt = kx(k 为常数)的通解为 x = A eᵏᵗ。这里 e 是自然对数的底,A 是任意常数。A 的不同取值(正或负)给出指数增长或衰减的解。该解族可用于描述种群、放射性衰变以及许多其他过程。


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

A particular solution is a single member of the family of solutions, obtained by choosing a specific value for the arbitrary constant. This choice is made using an initial condition, which gives the value of the dependent variable (or its derivative) at a particular point.

特解是解族中的单一成员,通过为任意常数选取特定值而得到。这个选择使用初始条件来完成,初始条件给出自变量在特定点处因变量的值(或其导数值)。

For a first order equation, one initial condition is enough to determine C. For example, from the family y = x² + C, suppose we know that y(2) = 7. Substituting x = 2 and y = 7 gives 7 = 4 + C, so C = 3. The particular solution is y = x² + 3. This curve is the one that passes through the point (2, 7).

对于一阶方程,一个初始条件足以确定 C。例如,在解族 y = x² + C 中,假设已知 y(2) = 7。代入 x = 2、y = 7 得到 7 = 4 + C,所以 C = 3。特解为 y = x² + 3。这条曲线就是通过点 (2, 7) 的那一条。

In problems involving motion, the initial condition often specifies the position and velocity at time t = 0. These data help us find the unique solution that matches the real situation.

在涉及运动的问题中,初始条件通常指定 t = 0 时的位置和速度。这些数据帮助我们找到与实际情况匹配的唯一解。


5. Verifying Solutions | 验证解

To verify that a function is a solution of a differential equation, we substitute the function and its derivatives into the original equation and check that the equality holds for all relevant values of the independent variable.

要验证一个函数是否为微分方程的解,我们需要将该函数及其导数代入原方程,并检查等式对于自变量的所有相关取值是否成立。

For example, consider the differential equation dy/dx = 2xy and the proposed family y = C eˣ². Differentiating: dy/dx = 2x C eˣ² = 2x y. This matches the right-hand side, so the family is correct. We can then use an initial condition to find the particular value of C.

例如,考虑微分方程 dy/dx = 2xy 和提出的解族 y = C eˣ²。求导:dy/dx = 2x C eˣ² = 2x y。这与右端匹配,所以该解族是正确的。然后我们可以用初始条件求出 C 的具体值。

Verification is essential in A-Level mathematics, especially when using methods like separation of variables, because it guards against integration mistakes and missed constant factors.

在 A-Level 数学中,验证非常关键,尤其是在使用分离变量法等技巧时,因为它可以防止积分错误以及遗漏常数因子。


6. Geometric Interpretation: Curves and Direction Fields | 几何解释:曲线与斜率场

A direction field (or slope field) is a plot of small line segments showing the tangent slope y′ at each point (x, y). The family of solutions of a first order differential equation corresponds to a set of integral curves that are tangent to these segments.

方向场(或称斜率场)是在每个点 (x, y) 处绘制短线段以显示切线斜率 y′ 的图形。一阶微分方程的解族对应于与该斜率场相切的一组积分曲线。

For example, for dy/dx = x, the direction field has slopes that increase with x. The general solution y = ½x² + C consists of parabolas shifted vertically. Each curve “follows” the directions of the field. Visualising the family in this way helps us understand how different initial conditions produce different trajectories.

例如,对于 dy/dx = x,方向场的斜率随 x 增大而增大。通解 y = ½x² + C 包含一系列垂直平移的抛物线。每条曲线都“沿着”方向场的指引前进。以这种方式可视化解族,有助于理解不同的初始条件如何产生不同的轨迹。

For a second order differential equation, the family may involve two parameters; then two initial conditions are needed to identify a single curve. Graphically, the family can be seen as a two-parameter set of curves, such as waves with different amplitude and phase.

对于二阶微分方程,解族可能包含两个参数;此时需要两个初始条件才能确定单条曲线。从图形上看,这个族是一个双参数的曲线集,如不同振幅和相位的波。


7. Worked Example 1: Separable Equation | 例题一:可分离变量方程

Consider the differential equation

dy/dx = x / y

This is separable because we can write

y dy = x dx

Integrating both sides yields

½y² = ½x² + C

Multiplying by 2 gives y² – x² = 2C. Since C is arbitrary, we can replace 2C by a new constant D, giving the family

y² – x² = D

This family represents hyperbolas. Suppose we want the particular solution that passes through the point (1, 2). Substitute x = 1, y = 2:

2² – 1² = D → D = 3

So the particular solution is y² – x² = 3. If we need an explicit form, y = √(x² + 3) for the branch with y > 0, or y = -√(x² + 3) for the lower branch, depending on the initial sign.

考虑微分方程

dy/dx = x / y

这个方程是可分离的,因为我们可以写成

y dy = x dx

两边积分得到

½y² = ½x² + C

乘以 2 得到 y² – x² = 2C。由于 C 是任意常数,我们可以用另一个常数 D 代替 2C,得到解族

y² – x² = D

这个解族代表双曲线。假设我们取通过点 (1, 2) 的特解。代入 x = 1, y = 2:

2² – 1² = D → D = 3

因此特解为 y² – x² = 3。如果需要显式形式,对于 y > 0 的分支取 y = √(x² + 3),对于下半支取 y = -√(x² + 3),具体取决于初始符号。


8. Worked Example 2: Linear Differential Equation | 例题二:线性微分方程

Consider a first order linear differential equation:

dy/dx + 2y = eˣ

The integrating factor is e^(∫2 dx) = e²ˣ. Multiplying both sides by e²ˣ gives

e²ˣ dy/dx + 2 e²ˣ y = e³ˣ

The left side is the derivative of (y e²ˣ). Thus

d/dx (y e²ˣ) = e³ˣ

Integrating:

y e²ˣ = ⅓ e³ˣ + C

So the general solution is

y = ⅓ eˣ + C e⁻²ˣ

This is a one-parameter family of curves. Suppose we are given the initial condition y(0) = 2. Substitute x = 0:

2 = ⅓ e⁰ + C e⁰ = ⅓ + C → C = 5/3

The particular solution is

y = ⅓ eˣ + (5/3) e⁻²ˣ

Notice how the integrating factor method naturally yields the family first, and the initial condition selects the one solution that fits the data.

考虑一阶线性微分方程:

dy/dx + 2y = eˣ

积分因子为 e^(∫2 dx) = e²ˣ。两边乘以 e²ˣ 得到

e²ˣ dy/dx + 2 e²ˣ y = e³ˣ

左端是 (y e²ˣ) 的导数。因此

d/dx (y e²ˣ) = e³ˣ

积分得:

y e²ˣ = ⅓ e³ˣ + C

所以通解为

y = ⅓ eˣ + C e⁻²ˣ

这是一个单参数曲线族。假设给定初始条件 y(0) = 2。代入 x = 0:

2 = ⅓ e⁰ + C e⁰ = ⅓ + C → C = 5/3

特解为

y = ⅓ eˣ + (5/3) e⁻²ˣ

注意,积分因子法首先自然地得到解族,初始条件则选出符合数据的那一个解。


9. Families of Solutions in Second-Order Differential Equations | 二阶微分方程中的解族

For a second order differential equation, the general solution contains two arbitrary constants, because we need two integrations or, equivalently, the characteristic equation has two independent solutions. The solution set is thus a two-parameter family of curves.

对于二阶微分方程,通解包含两个任意常数,因为我们需要两次积分,或者说特征方程有两个线性无关的解。因此解集合是一个双参数曲线族。

Take the classic equation d²y/dx² + y = 0. Its general solution is

y = A sin x + B cos x

Here A and B are arbitrary constants. This family consists of sinusoidal waves with different amplitudes and phases. To find a particular solution, we need two conditions, for example y(0) = 1 and y′(0) = 2. Substituting x = 0 into y = A sin x + B cos x gives y(0) = B = 1. Differentiating gives y′ = A cos x – B sin x, so y′(0) = A = 2. Thus the particular solution is

y = 2 sin x + cos x

取经典方程 d²y/dx² + y = 0。其通解为

y = A sin x + B cos x

这里 A 和 B 是任意常数。这个族由振幅和相位不同的正弦波组成。为了找到特解,我们需要两个条件,例如 y(0) = 1 和 y′(0) = 2。将 x = 0 代入 y = A sin x + B cos x,得到 y(0) = B = 1。求导得 y′ = A cos x – B sin x,因此 y′(0) = A = 2。所以特解为

y = 2 sin x + cos x

Second order equations appear in the study of simple harmonic motion, RLC circuits, and mechanical vibrations. The two constants are determined by the initial displacement and initial velocity, which are physical measurements made at the start of the motion.

二阶方程出现在简谐运动、RLC 电路和机械振动的研究中。两个常数由初始位移和初始速度决定,这些是在运动开始时进行的物理测量。


10. Common Pitfalls and Summary | 常见误区与总结

One common mistake is forgetting the constant of integration C when solving a differential equation. Without C, you only have one particular solution, not the family of solutions. Another pitfall is mixing up the roles of the initial conditions: for a first order equation use one condition; for a second order equation use two.

一个常见错误是解微分方程时忘记积分常数 C。没有 C,你只得到了一个特解,而不是解族。另一个错误是混淆初始条件的作用:一阶方程使用一个条件,二阶方程使用两个条件。

Also, when checking a solution, always differentiate carefully and substitute into the original equation, not a rearranged version. In separable equations, remember to treat dy and dx as differential elements and integrate each side with respect to the appropriate variable.

此外,在验证解时,务必仔细求导并代入原方程,而不是代入变形后的方程。在可分离变量方程中,记得将 dy 和 dx 视为微分元素,并分别关于相应变量积分。

  • General solution: contains arbitrary constants; represents a family of solutions.
  • Particular solution: obtained by fixing constants using initial conditions.
  • First order DE: one arbitrary constant → one initial condition.
  • Second order DE: two arbitrary constants → two initial conditions.
  • 通解:包含任意常数;表示一族解。
  • 特解:通过初始条件确定常数而得到。
  • 一阶微分方程:一个任意常数 → 一个初始条件。
  • 二阶微分方程:两个任意常数 → 两个初始条件。

In summary, the general solution of a differential equation is a family of functions, and a particular solution is one member of that family selected by initial conditions. This concept underlies many applications of differential equations, from physics to economics. Mastering the distinction between families, general solutions and particular solutions is essential for AQA A-Level Mathematics exams.

总之,微分方程的通解是一个函数族,而特解是通过初始条件选出的该族中的一员。这一概念是微分方程众多应用(从物理学到经济学)的基础。掌握解族、通解与特解之间的区别对于 AQA A-Level 数学考试至关重要。


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