📚 Families of Solutions, General Solutions and Particular Solutions | 解族、通解与特解
In this revision guide, we explore the idea that a differential equation has infinitely many solutions, forming a family of curves. From this family, a single solution can be selected by using extra conditions, such as initial conditions. We will define general solutions and particular solutions, and show how they appear in both first-order and second-order differential equations.
在本复习指南中,我们将探讨微分方程具有无穷多个解、从而形成一族曲线的思想。利用额外的条件(例如初始条件),可以从这一族解中选出唯一解。我们将定义通解与特解,并展示它们在一阶微分方程和二阶微分方程中如何出现。
1. What is a Differential Equation? | 什么是微分方程?
A differential equation is an equation that connects a function to its derivatives. For example, dy/dx = 3x² is a first-order differential equation because the highest derivative present is the first derivative.
微分方程是将一个函数与其导数联系起来的方程。例如,dy/dx = 3x² 是一个一阶微分方程,因为其中出现的最高阶导数是导数。
The order of a differential equation is the order of the highest derivative. A second-order equation contains d²y/dx². Solving a differential equation means finding a function y = f(x) that satisfies the equation for all x in a given domain.
微分方程的阶数等于方程中最高阶导数的阶数。二阶方程含有 d²y/dx²。求解微分方程意味着找出函数 y = f(x),使其在给定定义域内的所有 x 上满足方程。
For dy/dx = 3x², one solution is y = x³, because d/dx(x³) = 3x². However, y = x³ + 1, y = x³ − 5 and y = x³ + C all also satisfy the equation, because the derivative of a constant is zero.
对于 dy/dx = 3x²,一个解是 y = x³,因为 d/dx(x³) = 3x²。然而,y = x³ + 1、y = x³ − 5 和 y = x³ + C 也都满足此方程,因为常数的导数为零。
2. Family of Solutions | 解族
Because differentiation removes a constant term, antiderivatives always contain an arbitrary constant. Therefore a first-order differential equation has a family of solutions, not just one.
由于求导会消去常数项,反导数总是含有一个任意常数。因此,一阶微分方程的解不是仅有一个,而是一个解族。
For example, all functions of the form y = x³ + C are solutions of dy/dx = 3x². Graphically, these are vertical translations of the curve y = x³. Each value of C gives a different curve in the same family.
例如,所有形如 y = x³ + C 的函数都是 dy/dx = 3x² 的解。从图形上看,这些曲线是 y = x³ 的垂直平移。C 的每一个值都给出同一族中的不同曲线。
The family of curves is called a family of solution curves or integral curves. No two distinct members of this family cross each other, but they are all parallel in the sense that they share the same slope field.
这一族曲线称为解曲线族或积分曲线族。该族中任意两条不同曲线都不相交,但它们在共享同一斜率场的意义下是“平行”的。
3. General Solution | 通解
The general solution of a differential equation is the most complete expression of the solution family. For a first-order equation, it contains one arbitrary constant, usually denoted C or A.
微分方程的通解是解族最完整的表达式。对于一阶方程,通解含有一个任意常数,通常用 C 或 A 表示。
For the differential equation dy/dx = 2x, the general solution is y = x² + C. This single formula summarises every possible solution curve.
对于微分方程 dy/dx = 2x,其通解是 y = x² + C。这一个公式概括了所有可能的解曲线。
For a second-order differential equation, the general solution usually contains two arbitrary constants, such as y = Aex + Be−x. The number of arbitrary constants equals the order of the equation.
对于二阶微分方程,通解通常含有两个任意常数,例如 y = Aex + Be−x。任意常数的个数等于方程的阶数。
General solution of a first-order ODE: y = f(x, C)
General solution of a second-order ODE: y = f(x, A, B)
4. Arbitrary Constants and Their Meaning | 任意常数及其含义
The arbitrary constant represents the freedom in where a solution curve is placed vertically. Without extra information, we cannot know its value; the differential equation only specifies the slope at each point, not the starting height.
任意常数代表了解曲线在垂直方向上的位置自由度。没有额外信息,我们无法确定它的值;微分方程只指定了每一点处的斜率,而没有指定起点高度。
When you integrate both sides of a differential equation, do not forget to add the constant of integration. This constant is what transforms a single antiderivative into a family.
当你对微分方程两边积分时,不要忘记加上积分常数。这个常数将单个原函数转换为一个解族。
In many exam questions, the constant is renamed or absorbed into another expression. For example, if the antiderivative contains ln|y|, we might write ln|y| = x + C, then exponentiate to obtain y = Aex. Here A = ±eC for y > 0 or y < 0.
在许多考试题目中,常数会被重新命名或被合并到另一个表达式中。例如,如果原函数中含有 ln|y|,我们可能会写 ln|y| = x + C,然后取指数得到 y = Aex。这里 A = ±eC,分别对应 y > 0 或 y < 0 的情况。
ln|y| = x + C → y = ±eCex = Aex
5. Particular Solution via Initial Conditions | 通过初值条件求特解
A particular solution is a single member of the family obtained by using additional data called an initial condition or boundary condition. For a first-order equation, one condition is sufficient to determine the arbitrary constant.
特解是解族中的单个成员,它通过附加数据(称为初始条件或边界条件)获得。对于一阶方程,一个条件就足以确定任意常数。
An initial condition typically has the form y(x₀) = y₀. For example, y(0) = 5 means that when x = 0, y must equal 5.
初始条件通常具有 y(x₀) = y₀ 的形式。例如,y(0) = 5 表示当 x = 0 时,y 必须等于 5。
To find the particular solution:
求特解的步骤:
- Find the general solution first.
- 首先求出通解。
- Substitute the initial condition into the general solution.
- 将初始条件代入通解。
- Solve for the arbitrary constant.
- 解出任意常数。
- Write the particular solution with that constant.
- 写出含有该常数的特解。
6. First-Order Separable Equations: Worked Example | 一阶可分离方程:例题
Consider the differential equation dy/dx = 2xy, with initial condition y(0) = 3. This is separable because we can write all y terms on one side and all x terms on the other.
考虑微分方程 dy/dx = 2xy,初始条件为 y(0) = 3。这是一个可分离变量方程,因为我们可以把所有含 y 的项放在一边,所有含 x 的项放在另一边。
Separate variables: (1/y) dy = 2x dx.
分离变量:(1/y) dy = 2x dx。
Integrate both sides: ∫(1/y) dy = ∫2x dx, giving ln|y| = x² + C.
两边积分:∫(1/y) dy = ∫2x dx,得到 ln|y| = x² + C。
Exponentiate to remove the logarithm: |y| = ex² · eC, so we write y = Aex², where A is a non-zero constant.
取指数以去掉对数:|y| = ex²·eC,因此可写成 y = Aex²,其中 A 是非零常数。
Apply y(0) = 3: 3 = Ae0 = A, so A = 3. The particular solution is y = 3ex².
应用 y(0) = 3:3 = Ae0 = A,所以 A = 3。特解为 y = 3ex²。
General solution: y = Aex²; Particular solution: y = 3ex²
7. Integrating Factors for Linear First-Order Equations | 线性一阶方程的积分因子
A linear first-order equation has the form dy/dx + P(x)y = Q(x). The general solution can be found using an integrating factor I = e∫P(x)dx.
线性一阶方程具有形式 dy/dx + P(x)y = Q(x)。利用积分因子 I = e∫P(x)dx 可以求出通解。
Multiply both sides of the equation by I. Then the left-hand side becomes d/dx[I y]. Integrating both sides yields I y = ∫I Q(x) dx + C, so y = (1/I)(∫I Q dx + C).
在方程两边同乘以 I。此时左边变为 d/dx[I y]。两边积分后得到 I y = ∫I Q(x) dx + C,因此 y = (1/I)(∫I Q dx + C)。
Here the arbitrary constant C appears from the final integration. Once again, an initial condition selects a particular solution from this general family.
这里的任意常数 C 来自最后一次积分。同样,初始条件会从中选定一个特解。
I = e∫P(x)dx; I y = ∫I Q(x) dx + C
8. Second-Order Differential Equations: General and Particular Solutions | 二阶微分方程:通解与特解
For a second-order homogeneous equation with constant coefficients, ay″ + by′ + cy = 0, the general solution has two arbitrary constants. The form depends on the auxiliary equation aλ² + bλ + c = 0.
对于常系数二阶齐次方程 ay″ + by′ + cy = 0,通解含有两个任意常数。其形式取决于辅助方程 aλ² + bλ + c = 0。
- Distinct real roots λ₁ and λ₂: y = Aeλ₁x + Beλ₂x.
- 两个不相等的实根 λ₁ 和 λ₂:y = Aeλ₁x + Beλ₂x。
- Repeated root λ: y = (A + Bx)eλx.
- 重根 λ:y = (A + Bx)eλx。
- Complex roots λ = p ± qi: y = epx(A cos(qx) + B sin(qx)).
- 复根 λ = p ± qi:y = epx(A cos(qx) + B sin(qx))。
For a non-homogeneous equation ay″ + by′ + cy = f(x), the general solution is the sum of the complementary function (general solution of the homogeneous equation) and a particular integral (a particular solution of the non-homogeneous equation).
对于非齐次方程 ay″ + by′ + cy = f(x),通解等于补函数(齐次方程的通解)与特积分(非齐次方程的一个特解)之和。
General solution: y = y_cf + y_pi
Two initial conditions such as y(0) = 1 and y′(0) = 2 determine the two constants A and B, giving a particular solution of the second-order problem.
两个初始条件,例如 y(0) = 1 和 y′(0) = 2,可以确定常数 A 和 B,从而得到二阶问题的特解。
9. Boundary Conditions vs Initial Conditions | 边界条件与初始条件
In AQA A-Level Mathematics, initial conditions are usually given at x = 0, such as y(0) = 3 or y′(0) = −1. Boundary conditions may be given at different values of x, such as y(0) = 1 and y(2) = 5.
在 AQA A-Level 数学中,初始条件通常给出在 x = 0 处,例如 y(0) = 3 或 y′(0) = −1。边界条件可能给出在不同 x 值处,例如 y(0) = 1 和 y(2) = 5。
The phrase “initial condition” often connects to a real-world starting point, such as population at time t = 0. The term “boundary condition” appears in problems involving an interval, such as a beam fixed at two ends.
短语“初始条件”常与真实世界的起点相关,例如 t = 0 时的种群数量。“边界条件”则出现在涉及区间的问题中,例如两端固定的梁。
When using conditions, be careful with the order: for a first-order equation, evaluate y at one x-value; for a second-order equation, you may need both y and its derivative at the same x, or y at two different x-values.
使用条件时要小心顺序:对于一阶方程,代入一个 x 值处的 y;对于二阶方程,可能需要在同一个 x 处同时给出 y 和它的导数,或给出两个不同 x 处的 y。
10. Common Exam Pitfalls | 常见考试陷阱
Many students lose marks in differential equations questions because of small algebraic errors. Here are the most important pitfalls to avoid.
许多学生在微分方程题目中因为小的代数错误而丢分。以下是需要避免的最重要陷阱。
- Forgetting the constant of integration when finding the general solution.
- 在求通解时忘记积分常数。
- When exponentiating ln|y| = … , missing the absolute value or forgetting to rename the constant as a new arbitrary constant.
- 对 ln|y| = … 取指数时,丢失绝对值或忘记将常数重命名。
- Applying the initial condition to the general solution but making a sign error when solving for C.
- 将初始条件代入通解,但解 C 时出现符号错误。
- Confusing a particular solution (selected by initial condition) with a particular integral (a solution to the non-homogeneous equation).
- 混淆特解(由初始条件选定)与特积分(非齐次方程的一个解)。
- In second-order problems, using only one condition when two are needed, or using y(0) when y′(0) is required.
- 在二阶问题中,只用一个条件而需要两个条件,或者需要用 y′(0) 时却用了 y(0)。
Always state the final particular solution clearly, for example y = 3ex². This demonstrates that you have successfully selected one curve from the family.
务必清楚地写出最终特解,例如 y = 3ex²。这能体现你已经成功地从解族中选出了唯一一条曲线。
Practising the full process — separate, integrate, add the constant, apply the condition — will build confidence and prevent careless errors.
练习完整流程——分离变量、积分、添加常数、应用条件——能够建立信心并避免粗心错误。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导