A-Level数学微分方程分离变量积分因子精讲
微分方程是A-Level数学(Pure Mathematics 3 和 Further Mathematics)中的核心内容,也是物理、工程和经济学建模的基础工具。本篇精讲覆盖了一阶可分离微分方程、积分因子法、二阶线性微分方程:特别是常系数齐次方程的辅助方程解法、特解求解(待定系数法),以及微分方程在力学和衰减/增长模型中的典型应用。每个知识点以中英双语解析,配套考试常见陷阱与高分策略。
Differential equations form a cornerstone of A-Level Mathematics (Pure Mathematics 3 and Further Mathematics), serving as foundational modelling tools across physics, engineering, and economics. This comprehensive guide covers first-order separable DEs, the integrating factor method, second-order linear DEs with constant coefficients : in particular the auxiliary equation approach for homogeneous solutions and the method of undetermined coefficients for particular integrals : along with canonical applications in mechanics and growth/decay models. Each concept is presented in bilingual format with common exam pitfalls and high-score strategies.
一、微分方程基础概念 | Foundations of Differential Equations
微分方程(Differential Equation, DE)是包含未知函数及其导数的方程。在A-Level阶段,我们主要研究常微分方程(Ordinary Differential Equation, ODE),即只涉及一个自变量的导数。微分方程的阶数由方程中出现的最高阶导数决定。例如,dy/dx = 2x + y 是一阶ODE,而d²y/dx² + 5dy/dx + 6y = 0 是二阶ODE。学习微分方程的核心目标是:给定一个微分方程,找出所有满足该方程的函数y = f(x),即求通解(general solution);当给定初始条件时,进一步确定特解(particular solution)。
A differential equation (DE) is an equation involving an unknown function and its derivatives. At A-Level, we focus on Ordinary Differential Equations (ODEs), which involve derivatives with respect to a single independent variable. The order of a DE is determined by the highest derivative present. For instance, dy/dx = 2x + y is a first-order ODE, while d²y/dx² + 5dy/dx + 6y = 0 is a second-order ODE. The core objective is: given a differential equation, find all functions y = f(x) that satisfy it : the general solution. When an initial condition is provided, further determine the particular solution.
二、分离变量法 | Separation of Variables
分离变量法是解决一阶ODE的最基本方法,适用于形如 dy/dx = f(x)g(y) 的方程,即右边可以分解为只含x的函数与只含y的函数的乘积。解法步骤:将方程重写为 (1/g(y)) dy = f(x) dx,两边同时积分得到∫(1/g(y)) dy = ∫f(x) dx + C。积分后求出y关于x的显式表达式(若可能),最后代入初始条件确定积分常数C。典型题型包括:dy/dx = xy(积分得 ln|y| = x²/2 + C → y = Ae^(x²/2)),以及 dy/dx = ky(A-Level中最重要的方程,代表指数增长/衰减)。关键陷阱:分离变量前必须确认g(y) ≠ 0,否则可能丢失常数解(例如 dy/dx = y²,y = 0 是一个不能通过一般步骤得到的特解)。
The separation of variables method is the most fundamental technique for solving first-order ODEs of the form dy/dx = f(x)g(y), where the right-hand side factorises into a function of x alone and a function of y alone. Procedure: rewrite as (1/g(y)) dy = f(x) dx, integrate both sides to obtain ∫(1/g(y)) dy = ∫f(x) dx + C. Solve for y explicitly where possible, then substitute the initial condition to determine the constant C. Typical exam questions include: dy/dx = xy (integrating yields ln|y| = x²/2 + C → y = Ae^(x²/2)), and dy/dx = ky (the single most important equation at A-Level, representing exponential growth/decay). Critical pitfall: always check g(y) ≠ 0 before separating : failing to do so may lose constant solutions (e.g., dy/dx = y², where y = 0 is a particular solution unreachable by the standard procedure).
三、积分因子法 | The Integrating Factor Method
当一阶ODE不能分离变量时,若其形式为 dy/dx + P(x)y = Q(x)(一阶线性ODE的标准形式),则可以使用积分因子法(Integrating Factor, IF)。积分因子定义为 IF = e^(∫P(x) dx)。将整个方程乘以积分因子后,左边恰好变为 d/dx(y·IF) 的乘积法则展开式,因此可以直接积分:y·IF = ∫Q(x)·IF dx + C。最终解得 y = (1/IF)·[∫Q(x)·IF dx + C]。这是A-Level Further Mathematics的必考内容,典型题包括 dy/dx + 2xy = x(IF = e^(x²))和 x·dy/dx + y = x²(需先除以x化为标准形式)。常见错误:忘记将方程化为标准形式 dy/dx + P(x)y = Q(x)(即dy/dx的系数必须为1)就直接计算IF;积分时遗漏常数C导致丢分。
When a first-order ODE cannot be separated, if it takes the form dy/dx + P(x)y = Q(x) : the standard form of a first-order linear ODE : the integrating factor (IF) method applies. The integrating factor is defined as IF = e^(∫P(x) dx). Multiplying the entire equation by the IF transforms the left-hand side into the exact derivative d/dx(y·IF) via the product rule, enabling direct integration: y·IF = ∫Q(x)·IF dx + C, yielding y = (1/IF)·[∫Q(x)·IF dx + C]. This is compulsory content for A-Level Further Mathematics. Typical examples include dy/dx + 2xy = x (IF = e^(x²)) and x·dy/dx + y = x² (must first divide through by x to reach standard form). Common mistakes: computing the IF without first rewriting the equation into standard form : the coefficient of dy/dx must be 1. Also, omitting the constant of integration C causes mark loss.
四、二阶线性常系数齐次方程 | Second-Order Linear Homogeneous DEs with Constant Coefficients
A-Level Further Mathematics 的核心主题:形如 a(d²y/dx²) + b(dy/dx) + cy = 0 的二阶线性常系数齐次微分方程。解法基于辅助方程(Auxiliary Equation)am² + bm + c = 0。根据判别式Δ = b² – 4ac的符号,通解有三种形式:(1) Δ > 0:两个不等实根 m₁, m₂,通解为 y = Ae^(m₁x) + Be^(m₂x);(2) Δ = 0:重根 m,通解为 y = (A + Bx)e^(mx);(3) Δ < 0:共轭复根 m = α ± iβ,通解为 y = e^(αx)(A cos βx + B sin βx)。考试关键:第三步(复根情况)的三角函数形式是高频考点,学生常忘记乘以e^(αx)因子。
A core topic in A-Level Further Mathematics: second-order linear homogeneous DEs with constant coefficients of the form a(d²y/dx²) + b(dy/dx) + cy = 0. The solution method hinges on the auxiliary equation am² + bm + c = 0. Depending on the discriminant Δ = b² – 4ac, three forms of the general solution emerge: (1) Δ > 0 : two distinct real roots m₁, m₂, giving y = Ae^(m₁x) + Be^(m₂x); (2) Δ = 0 : a repeated root m, giving y = (A + Bx)e^(mx); (3) Δ < 0 : complex conjugate roots m = α ± iβ, giving y = e^(αx)(A cos βx + B sin βx). Exam insight: the trigonometric form in case (3) is a high-frequency examination point; students routinely forget to include the e^(αx) multiplier.
五、特解方法:待定系数法 | Particular Integrals : Method of Undetermined Coefficients
当方程右侧不为零时(非齐次方程),我们需要求一个满足完整方程的特解(Particular Integral, PI),通解 = 余函数(Complementary Function, CF)+ 特解(PI)。待定系数法(Method of Undetermined Coefficients)根据右侧函数f(x)的形式设计”试函数”(trial function):(1) f(x) = 常数k → 试 y = C;(2) f(x) = kxⁿ → 试 y = (次数为n的多项式);(3) f(x) = ke^(px) → 试 y = λe^(px),但若p恰好是辅助方程的根(共振情况),需乘以x;(4) f(x) = k cos(qx) 或 k sin(qx) → 试 y = λ cos(qx) + μ sin(qx)。易错点:试函数的系数λ、μ必须通过代入原方程比较系数来求,不可凭直觉赋值。如果f(x)是多项函数的线性组合,PI的试函数应为各分量试函数的线性组合。
When the right-hand side of the DE is non-zero (non-homogeneous case), we seek a particular integral (PI) that satisfies the full equation. The general solution is then: y = Complementary Function (CF) + Particular Integral (PI). The method of undetermined coefficients chooses a trial function mimicking the form of f(x): (1) f(x) = constant k → try y = C; (2) f(x) = kxⁿ → try y = (polynomial of degree n); (3) f(x) = ke^(px) → try y = λe^(px), but if p coincides with a root of the auxiliary equation (resonance case), multiply by x; (4) f(x) = k cos(qx) or k sin(qx) → try y = λ cos(qx) + μ sin(qx). Pitfall: the coefficients λ, μ must be determined by substituting the trial function into the original DE and comparing coefficients : never guess. When f(x) is a linear combination of functions, the PI trial function is the corresponding linear combination of component trial functions.
六、力学中的应用:简单谐振动与阻尼振动 | Applications in Mechanics: SHM and Damped Oscillations
在A-Level力学中,牛顿第二定律常导出二阶微分方程。最经典的例子是简单谐振动(Simple Harmonic Motion, SHM):x” + ω²x = 0。辅助方程 m² + ω² = 0 得 m = ±iω,通解为 x = A cos(ωt) + B sin(ωt) = R cos(ωt – φ),其中振幅R = √(A² + B²)。对于阻尼振动:x” + 2kx’ + ω²x = 0,辅助方程 m² + 2km + ω² = 0。(1) 欠阻尼(k < ω):复根,产生衰减振荡 x = e^(-kt)(A cos(√(ω²-k²)t) + B sin(√(ω²-k²)t));(2) 临界阻尼(k = ω):重根,x = (A + Bt)e^(-kt);(3) 过阻尼(k > ω):不等实根,不振荡,缓慢返回平衡位置。考试提示:题目常要求从物理情景(弹簧、摆)中自行建立微分方程,而非直接给出方程形式。
In A-Level Mechanics, Newton’s Second Law frequently yields second-order differential equations. The most classical example is Simple Harmonic Motion (SHM): x” + ω²x = 0. The auxiliary equation m² + ω² = 0 gives m = ±iω, yielding the general solution x = A cos(ωt) + B sin(ωt) = R cos(ωt – φ), with amplitude R = √(A² + B²). For damped oscillations: x” + 2kx’ + ω²x = 0, the auxiliary equation is m² + 2km + ω² = 0. (1) Underdamped (k < ω): complex roots produce decaying oscillations x = e^(-kt)(A cos(√(ω²-k²)t) + B sin(√(ω²-k²)t)); (2) Critically damped (k = ω): repeated root, x = (A + Bt)e^(-kt); (3) Overdamped (k > ω): distinct real roots : no oscillation, slow return to equilibrium. Exam tip: questions often require students to derive the differential equation from the physical scenario (spring, pendulum) rather than providing the equation directly.
七、增长与衰减模型 | Exponential Growth and Decay Models
一阶微分方程 dN/dt = kN 是描述指数增长(k > 0,如细菌繁殖、复利计息)和指数衰减(k < 0,如放射性衰变、药物代谢)的通用模型。通解为 N = N₀e^(kt),其中N₀为t = 0时的初始量。半衰期(half-life)t₁/₂ = ln(2)/|k| 是衰减模型中的核心概念:每经过一个半衰期,物质减少一半。扩展模型包括:(1) Logistic增长 dN/dt = kN(1 – N/M),引入环境承载量M(carrying capacity),产生S形曲线:在A-Level Further Maths中偶有涉及但非必考;(2) 牛顿冷却定律 dT/dt = -k(T – T_env),描述物体温度趋向环境温度的指数收敛过程,有标准解法 T(t) = T_env + (T₀ – T_env)e^(-kt)。
The first-order differential equation dN/dt = kN is the universal model for exponential growth (k > 0, e.g., bacterial reproduction, compound interest) and exponential decay (k < 0, e.g., radioactive decay, drug metabolism). The general solution is N = N₀e^(kt), where N₀ is the initial quantity at t = 0. The half-life t₁/₂ = ln(2)/|k| is a central concept in decay models: after each half-life, the substance quantity halves. Extended models include: (1) Logistic growth dN/dt = kN(1 – N/M), introducing the environment’s carrying capacity M, producing an S-shaped curve : occasionally encountered in Further Maths but not compulsory; (2) Newton’s Law of Cooling dT/dt = -k(T – T_env), describing the exponential convergence of an object’s temperature toward the ambient temperature, with standard solution T(t) = T_env + (T₀ – T_env)e^(-kt).
八、考试常见陷阱与高分策略 | Exam Pitfalls & High-Score Strategies
陷阱一:混淆”通解”中的任意常数个数。n阶ODE的通解应包含n个任意常数:一阶ODE有1个常数(如+A),二阶ODE必须有2个(如+A和+B)。考试评分标准严格检查常数个数。
Pitfall 1: confusing the number of arbitrary constants in the general solution. The general solution of an nth-order ODE must contain n arbitrary constants : a first-order ODE has 1 constant (e.g. +A), a second-order ODE must have 2 (e.g. +A and +B). Mark schemes strictly check constant counts.
陷阱二:定积分 vs 不定积分的C。有些学生误将定积分后的答案仍写为+C形式,或者不定积分时忘记+C。A-Level的评分对常数的处理非常敏感,漏掉积分常数会扣分。
Pitfall 2: definite vs indefinite integration and the constant C. Some students write +C after evaluating a definite integral, or forget +C entirely for indefinite integrals. A-Level marking is extremely sensitive to constant handling : omitting the constant of integration costs marks.
陷阱三:共振情况下的特解试函数。当f(x) = ke^(px)且p恰好是辅助方程的根时,试函数不是简单的λe^(px),而是λxe^(px)(单根情况)或λx²e^(px)(重根情况)。每年都有大量考生因使用基本试函数而失分。
Pitfall 3: trial functions in resonance cases. When f(x) = ke^(px) and p coincides with a root of the auxiliary equation, the trial function is NOT the simple λe^(px) : it becomes λxe^(px) (single root case) or λx²e^(px) (repeated root case). Every year, large numbers of candidates lose marks by using the basic trial function without modification.
陷阱四:忽略定义域。微分方程的解可能只在特定区间有效。例如 dy/dx = 1/x 的解涉及 ln|x|,需要排除 x = 0。陷阱五:二阶ODE的积分因子法混淆。积分因子法仅适用于一阶线性ODE:不要试图将其用于二阶方程。陷阱六:分离变量前不检查g(y)是否为零,漏掉常数解。
Pitfall 4: ignoring the domain of validity. Solutions to DEs may only be valid on specific intervals. For example, dy/dx = 1/x involves ln|x| and must exclude x = 0. Pitfall 5: confusing the integrating factor method for second-order ODEs : the IF method applies ONLY to first-order linear ODEs; do not attempt it on second-order equations. Pitfall 6: failing to check whether g(y) = 0 before separating variables, thereby losing constant solutions.
高分策略 | Strategies for Top Marks
系统地遵循以下步骤:识别ODE类型 → 选择合适方法 → 完整写出步骤(包括代入验证)→ 检查常数个数 → 代入初始条件求特解。对于Further Mathematics考生,特别建议将辅助方程的三种判别情况(Δ > 0, = 0, < 0)记忆为一个决策树,以加快考试作答速度。力学应用题务必给出完整推导,从牛顿第二定律出发建立ODE,而非直接引用公式。
Follow this systematic approach: identify the ODE type → select the appropriate method → write out complete steps including substitution verification → check the constant count → substitute initial conditions to find the particular solution. For Further Mathematics students, memorising the three auxiliary equation discriminant cases (Δ > 0, = 0, < 0) as a decision tree accelerates exam performance. For mechanics application questions, always provide full derivations starting from Newton's Second Law to construct the ODE, rather than quoting formulas directly.
九、推荐学习资源与备考建议 | Recommended Resources & Revision Advice
进一步加强微分方程的理解,建议结合以下资源进行练习:(1) Edexcel A-Level Maths 课本 Pure 3 第7章(一阶ODE)及 Further Maths 1 第6-7章(二阶ODE和级数解法);(2) CAIE A-Level 9709/9231 历年真题Section B,特别是在力学情境下的ODE建模题;(3) 在线可视化工具(如Desmos的斜率场功能,网址 desmos.com/calculator)可直观展示一阶ODE解的几何意义:斜率场(direction field)。
To deepen your understanding of differential equations, supplement with the following resources: (1) Edexcel A-Level Mathematics textbook Pure 3 Chapter 7 (first-order ODEs) and Further Maths 1 Chapters 6-7 (second-order ODEs and series solutions); (2) CAIE A-Level 9709/9231 past papers Section B, particularly ODE modelling questions set in mechanics contexts; (3) online visualisation tools such as Desmos’s slope field feature (desmos.com/calculator) to geometrically interpret first-order ODE solutions : the direction field provides intuitive visual insight.
建议每周完成2-3道完整的ODE大题,重点练习从物理/经济场景抽象出微分方程、求解、并解释结果的完整流程:这正是A*与A的分界线所在。
Aim to complete 2-3 full ODE problems weekly, focusing on the complete workflow of abstracting a differential equation from a physical or economic scenario, solving it, and interpreting the result : this is precisely where the boundary between A* and A lies.
📞 16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导