📚 PDF资源导航

Differential Equations: Key Concepts & Exam Focus for IB & CIE Mathematics | IB CIE 数学:微分方程 考点精讲

📚 Differential Equations: Key Concepts & Exam Focus for IB & CIE Mathematics | IB CIE 数学:微分方程 考点精讲

Differential equations form a cornerstone of advanced calculus in both IB and CIE Mathematics, bridging pure analytical techniques with powerful real-world modelling. Whether you are preparing for IB Analysis & Approaches (AA) HL, Applications & Interpretation (AI) HL, or CIE A-Level Mathematics (9709) and Further Mathematics (9231), a solid grasp of first-order, second-order, and numerical methods is essential. This article distills key concepts, typical exam question types, and common pitfalls into a structured revision guide that respects the syllabus distinctions of each programme.

微分方程是IB与CIE数学进阶微积分的基石,它不仅考查纯粹的解析技巧,也连接着强大的现实建模能力。不论你正在准备IB分析与方法(AA)高等级、应用与解释(AI)高等级,还是CIE A-Level数学(9709)与进阶数学(9231),牢固掌握一阶、二阶以及数值方法是必不可少的。本文提炼核心概念、典型考题类型和常见误区,形成一份结构化的复习指南,并尊重各课程大纲的差异。


1. What is a Differential Equation? | 什么是微分方程?

A differential equation (DE) relates a function to its derivatives. The order is the highest derivative present, and the degree is the power of that highest derivative when the equation is polynomial in derivatives. In IB and CIE syllabi, you mainly encounter ordinary differential equations (ODEs) with a single independent variable, typically x or t. A solution is a function that satisfies the equation, and the general solution contains arbitrary constants while a particular solution is obtained after applying initial or boundary conditions.

微分方程将函数与其导数联系在一起。阶数是出现的最高阶导数,次数是当微分方程写成关于导数的多项式时该最高阶导数的幂次。在IB与CIE大纲中,你主要遇到的是只含一个自变量(通常是x或t)的常微分方程。满足方程的函数称为解,包含任意常数的通解,而施加初始条件或边界条件后得到特解


2. Separation of Variables | 分离变量法

For a first-order ODE of the form dy/dx = f(x)g(y), you can rearrange to 1/g(y) dy = f(x) dx and integrate both sides. Always include the constant of integration on one side only, and remember to handle cases where g(y) = 0 separately as they may yield singular solutions. Both CIE P3 and IB SL/HL emphasise this technique in pure and modelling contexts.

对于形如dy/dx = f(x)g(y)的一阶常微分方程,你可以重排为 1/g(y) dy = f(x) dx,然后两边积分。只需在一边加上积分常数,并注意单独处理g(y) = 0的情况,因为它可能给出奇异解。CIE P3与IB SL/HL在纯数学和建模情境中都强调这一方法。

Example: Solve dy/dx = 2xy with y(0) = 3. Separate: (1/y) dy = 2x dx → ln|y| = x² + C → y = Ae^(x²). Using y(0) = 3 gives A = 3, so y = 3e^(x²).

示例:求解dy/dx = 2xy,满足y(0) = 3。分离变量:(1/y) dy = 2x dx → ln|y| = x² + C → y = Ae^(x²)。利用y(0) = 3得A = 3,故y = 3e^(x²)。


3. First-Order Linear Equations & Integrating Factor | 一阶线性微分方程与积分因子

An ODE of the form dy/dx + P(x)y = Q(x) is linear. The integrating factor is μ(x) = e^(∫P(x)dx). Multiplying through gives d/dx [μ(x)y] = μ(x)Q(x), which can be integrated directly. IB AA HL and CIE Further Mathematics explicitly test this, while CIE P3 may only examine it in the context of recognising an exact derivative.

形如dy/dx + P(x)y = Q(x)的常微分方程是线性的。积分因子为 μ(x) = e^(∫P(x)dx)。乘以因子后得到 d/dx [μ(x)y] = μ(x)Q(x),可以直接积分。IB AA HL和CIE进阶数学明确考查此方法,而CIE P3可能仅在识别恰当导数的情境下涉及。

Structure: Identify P(x), compute μ(x), write (μ y)’ = μ Q, integrate, and apply conditions.

步骤:识别P(x),计算μ(x),写出 (μ y)’ = μ Q,积分,并应用条件。


4. Homogeneous First-Order Equations | 齐次一阶微分方程

An equation dy/dx = F(y/x) is called homogeneous. Use the substitution y = vx, which gives dy/dx = v + x dv/dx. The equation reduces to a separable form in v and x. IB HL sometimes includes this, and it appears in CIE Further Mathematics. After solving for v, substitute back to obtain y.

形如dy/dx = F(y/x)的方程称为齐次方程。使用代换y = vx,得到dy/dx = v + x dv/dx。方程化为关于v和x的可分离变量形式。IB HL有时会涉及,CIE进阶数学也会出现。解出v后回代得到y。

y = vx ⇒ dy/dx = v + x dv/dx


5. Second-Order Homogeneous Linear ODEs | 二阶齐次线性常微分方程

For a constant-coefficient equation a d²y/dx² + b dy/dx + c y = 0, assume y = e^(rx). The characteristic (auxiliary) equation is ar² + br + c = 0. For distinct real roots r₁, r₂, the general solution is y = Ae^(r₁x) + Be^(r₂x). For a repeated real root r, y = (A + Bx)e^(rx). For complex roots α ± iβ, y = e^(αx)(A cos βx + B sin βx). CIE Further Mathematics 9231 and IB AA HL both cover these thoroughly.

对于常系数方程 a d²y/dx² + b dy/dx + c y = 0,设 y = e^(rx)。特征(辅助)方程为 ar² + br + c = 0。相异实根 r₁, r₂ 时,通解为 y = Ae^(r₁x) + Be^(r₂x);重实根 r 时,y = (A + Bx)e^(rx);复根 α ± iβ 时,y = e^(αx)(A cos βx + B sin βx)。CIE进阶数学9231和IB AA HL均全面覆盖这些内容。


6. Non-Homogeneous Second-Order ODEs | 二阶非齐次常微分方程

Solve a d²y/dx² + b dy/dx + c y = f(x) by finding the complementary function (CF) from the homogeneous case and a particular integral (PI). For polynomial, exponential, or trigonometric f(x), use the method of undetermined coefficients, trying a form similar to f(x) with parameters. The general solution is y = CF + PI. IB HL includes this for simple forcing functions; CIE Further Mathematics covers a wider range, including cases where the standard PI form overlaps with the CF, requiring multiplication by x.

求解a d²y/dx² + b dy/dx + c y = f(x)时,先求齐次方程的余函数(CF),再求特解(PI)。对于多项式、指数或三角函数型的f(x),使用待定系数法,尝试与f(x)相似并含有参数的函数形式。通解为 y = CF + PI。IB HL涉及简单的强迫函数;CIE进阶数学涵盖更广,包括标准PI形式与CF重叠时需乘以x的情形。

Example f(x) = e^(3x): try PI = Ce^(3x). If r = 3 is a root of characteristic equation, try Cx e^(3x).

示例 f(x) = e^(3x):尝试PI = Ce^(3x)。若r=3是特征方程的根,则尝试Cx e^(3x)。


7. Initial and Boundary Conditions | 初始条件与边界条件

To determine particular solutions, plug given conditions (e.g. y(x₀)=y₀, y'(x₀)=y₁) into the general solution and its derivative(s). CIE questions often give the value of y and dy/dx at a point; IB may also provide boundary conditions at two different x values. Always check that you have the correct number of conditions for the order of the DE.

为了确定特解,将已知条件(如y(x₀)=y₀, y'(x₀)=y₁)代入通解及其导数。CIE题目常给出y和dy/dx在某点的值;IB也可能给出在两个不同x处的边界条件。始终确保条件个数与微分方程的阶数匹配。


8. Modelling with Differential Equations (Growth & Decay) | 微分方程建模(增长与衰减)

Many exam problems involve forming a DE from a verbal description. Classic models include exponential growth/decay (dy/dt = ky), Newton’s law of cooling (dT/dt = -k(T – T_env)), logistic growth (dP/dt = rP(1 – P/K)), and mixing problems. Both IB and CIE expect you to translate the rate of change statement into an ODE, solve it, and interpret the constants using given data.

许多考题要求从文字描述中建立微分方程。经典模型包括指数增长/衰减(dy/dt = ky)、牛顿冷却定律(dT/dt = -k(T – T_env))、逻辑斯蒂增长(dP/dt = rP(1 – P/K))以及混合问题。IB和CIE都期望你能够将变化率语句翻译成常微分方程,求解,并利用给定数据解释常数。

Rate of change ∝ current quantity ⇒ dy/dt = ky


9. Slope Fields & Qualitative Analysis | 斜率场与定性分析

A slope field (direction field) is a graphical representation of dy/dx = f(x,y) showing small line segments with slopes given by the DE. You may be asked to sketch a solution curve following the field or match a DE with its slope field. IB (especially AI HL) and some CIE Further Mathematics options include this visual tool to understand behaviour without solving analytically. Identify equilibrium solutions where dy/dx = 0 and assess stability.

斜率场(方向场)是dy/dx = f(x,y)的图形表示,展示具有方程所给斜率的小线段。你可能需要按照场画出解曲线,或将微分方程与其斜率场匹配。IB(尤其是AI HL)和CIE进阶数学的某些选项包含这一可视化工具,以便在不解析求解的情况下理解行为。识别dy/dx = 0的平衡解并判断稳定性。


10. Euler’s Method for Numerical Solutions | 欧拉数值解法

When an ODE cannot be solved analytically, numerical methods such as Euler’s method approximate y at discrete steps. Starting from (x₀, y₀), with step size h, then y_{n+1} = y_n + h f(x_n, y_n). This is a core topic in IB AI HL and may appear in IB AA HL internal assessment. CIE Mathematics does not normally require Euler’s method, but it is useful for understanding numerical approaches.

当常微分方程无法解析求解时,欧拉法等数值方法可以在离散步长处近似y。从(x₀, y₀)出发,步长h,则 y_{n+1} = y_n + h f(x_n, y_n)。这是IB AI HL的核心主题,也可能出现在IB AA HL的内部评估中。CIE数学通常不要求欧拉法,但它有助于理解数值手段。

y_{n+1} = y_n + h × f(x_n, y_n)


11. Coupled Differential Equations (IB HL) | 耦合微分方程(IB HL)

IB HL sometimes features systems of two first-order linear ODEs, such as dx/dt = ax + by, dy/dt = cx + dy. These can be solved by eliminating one variable to get a second-order ODE, or using eigenvalues/eigenvectors. The resulting solutions often show oscillatory or exponential behaviour depending on the eigenvalues. CIE does not include this topic in its standard A-Level or Further Mathematics.

IB HL有时会出现两个一阶线性常微分方程组,例如dx/dt = ax + by, dy/dt = cx + dy。可以通过消去一个变量得到二阶常微分方程,或使用特征值/特征向量求解。所得解的行为(振荡或指数型)往往取决于特征值。CIE在其标准A-Level或进阶数学中不包含此内容。


12. Exam Tips & Common Pitfalls | 考试技巧与常见错误

Always verify the order and type of the DE before selecting a method. Forgetting the absolute value inside the logarithm during separation of variables can lose marks; remember ln|y|, but constants often absorb signs. When using an integrating factor, check that the equation is in standard linear form first. In second-order problems, double-check that your particular integral does not duplicate any part of the complementary function; if it does, multiply by x. Never ignore initial conditions—they pin down constants and are frequently worth method marks. Finally, if you have time, substitute your general solution back into the original DE to verify.

在选择方法之前,务必验证微分方程的阶数和类型。分离变量时遗忘对数内的绝对值会失分;请记住ln|y|,但常数常吸收符号。使用积分因子时,先检查方程是否为标准线性形式。在二阶问题中,反复检查特解是否与余函数任何部分重复;若有重复,乘以x。切勿忽略初始条件——它们确定常数,且通常具有方法分。最后,如果时间允许,将通解代回原微分方程进行验证。

Syllabus Separation of Variables Integrating Factor Second-Order ODEs Slope Fields / Euler
CIE 9709 P3 Yes Occasional (exact derivative) Not required No
CIE 9231 Further Yes Yes Yes, full content Possible in options
IB AA SL Yes No No No
IB AA HL Yes Yes Yes, basic Euler & slope fields
IB AI HL Yes Yes Not typically Core: Euler & slope fields

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