📚 Differential Equations for IGCSE Edexcel Maths: Key Concepts and Exam Tips | IGCSE Edexcel 数学:微分方程考点精讲
Differential equations are one of the most powerful tools in the IGCSE Edexcel Maths syllabus, allowing you to model how quantities change with respect to one another. From simple population growth to cooling curves, understanding how to form and solve these equations opens the door to real-world applications and is a common feature in higher-tier exams. This article will guide you through all the essential concepts, step-by-step methods, common pitfalls, and exam-style questions to ensure you master this topic confidently.
微分方程是IGCSE Edexcel数学大纲中非常强大的工具之一,它让你能够建立量随另一个量变化而变化的模型。从简单的人口增长到冷却曲线,理解如何建立并求解这些方程为你打开了现实世界应用的大门,也是高阶考试中常见的题型。本文将带你梳理所有核心概念、分步解法、常见易错点以及真题演练,确保你自信掌握这一主题。
1. What is a Differential Equation? | 什么是微分方程?
A differential equation is an equation that contains a derivative, such as dy/dx or d²y/dx². It describes the relationship between a function and its rates of change. In IGCSE, we primarily deal with first-order ordinary differential equations, where only the first derivative appears and the equation involves two variables, typically x and y.
微分方程是含有导数(如 dy/dx 或 d²y/dx²)的方程。它描述了一个函数与其变化率之间的关系。在IGCSE中,我们主要学习一阶常微分方程,即只出现一阶导数,并且方程涉及两个变量,通常是 x 和 y。
For example, dy/dx = 3x² is a simple differential equation whose solution is the family of curves y = x³ + C. The ‘differential’ part emphasises that we are working with instantaneous rates of change.
例如,dy/dx = 3x² 就是一个简单的微分方程,它的解是曲线族 y = x³ + C。“微分”一词强调我们处理的是瞬时变化率。
2. Order and Degree | 阶数与次数
The order of a differential equation is the highest derivative present. For IGCSE, all equations are first-order, meaning the highest derivative is dy/dx. The degree is the power to which the highest derivative is raised, provided the equation is a polynomial in derivatives. In simple cases like dy/dx = ky, both order and degree are 1.
微分方程的阶数是指方程中出现的最高阶导数。在IGCSE中,所有方程都是一阶的,即最高阶导数为 dy/dx。次数是指最高阶导数的幂次,前提是方程是关于导数的多项式。在 dy/dx = ky 这种简单情况下,阶数和次数均为 1。
Recognising that we only solve first-order equations helps you choose the correct technique: separation of variables.
知道我们只解一阶方程,有助于你选择正确的解法:分离变量法。
3. Separable Differential Equations | 可分离变量的微分方程
A first-order differential equation is called separable if it can be written in the form dy/dx = f(x) · g(y). This means we can rearrange the equation so that all x-terms (including dx) are on one side and all y-terms (including dy) are on the other side.
如果一个一阶微分方程可以写成 dy/dx = f(x) · g(y) 的形式,就称它是可分离变量的。这意味着我们可以重新排列方程,使得所有含 x 的项(包括 dx)在一边,所有含 y 的项(包括 dy)在另一边。
For example, dy/dx = 2xy is separable because we can rewrite it as (1/y) dy = 2x dx, provided y ≠ 0. The IGCSE exam will almost always give you equations that are either already separable or can be made separable by simple algebraic manipulation.
例如,dy/dx = 2xy 就是可分离变量的,因为我们可以将其改写为 (1/y) dy = 2x dx(假设 y ≠ 0)。IGCSE考试几乎总是给出已经可分离或通过简单代数变形即可分离的方程。
4. General Solution and Particular Solution | 通解与特解
After integrating a separable differential equation, you obtain a general solution containing an arbitrary constant, often denoted as C. This constant represents a family of curves that all satisfy the original differential equation.
在对可分离变量微分方程积分后,你会得到一个包含任意常数(通常记作 C)的通解。这个常数代表一族曲线,它们都满足原微分方程。
If you are given an additional condition, such as a point (x₀, y₀) that the solution must pass through, you can find the value of C. Substituting this back gives a particular solution. In IGCSE, you will often see phrases like ‘given that when t = 0, P = 100’ to pin down the constant.
如果给出附加条件,例如解必须经过的点 (x₀, y₀),你就可以求出 C 的值。代回后得到的就是特解。在IGCSE中,你常常会看到诸如“已知当 t = 0 时,P = 100”这样的语句来确定常数。
5. Step-by-Step: Solving Separable Equations | 逐步解析:解可分离方程
The process is systematic. Start with dy/dx = f(x)g(y). First, rewrite the derivative using Leibniz notation to treat dy and dx as separable quantities. Multiply both sides by dx and divide by g(y) to get (1/g(y)) dy = f(x) dx.
求解过程是系统化的。从 dy/dx = f(x)g(y) 开始。首先,使用莱布尼茨记号改写导数,将 dy 和 dx 视为可分离的量。两边乘以 dx 并除以 g(y),得到 (1/g(y)) dy = f(x) dx。
Then integrate both sides: ∫ (1/g(y)) dy = ∫ f(x) dx. After integration, add the constant of integration on one side only (usually the right side). Finally, if possible, rearrange to express y explicitly in terms of x. Not all IGCSE answers require y = … ; sometimes the form G(y) = F(x) + C is acceptable.
然后对两边积分:∫ (1/g(y)) dy = ∫ f(x) dx。积分后,只在一边(通常是右边)加上积分常数。最后,如果可能,整理表达式,将 y 用 x 显式表出。并非所有IGCSE答案都需要写成 y = … ;有时保留 G(y) = F(x) + C 的形式也是可以接受的。
6. Integrating Both Sides | 两边积分
Once variables are separated, you must integrate each side with respect to its own variable. Pay close attention to standard integrals: ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C, ∫ 1/x dx = ln|x| + C, and ∫ eᵃˣ dx = (1/a)eᵃˣ + C. For IGCSE, the natural logarithm often appears when solving dy/dx = ky.
变量分离后,你必须对每一边关于各自的变量进行积分。要特别注意标准积分:∫ xⁿ dx = xⁿ⁺¹/(n+1) + C,∫ 1/x dx = ln|x| + C,以及 ∫ eᵃˣ dx = (1/a)eᵃˣ + C。在IGCSE中,自然对数经常出现在解 dy/dx = ky 时。
Example: to solve dy/dx = 2xy, separate to (1/y) dy = 2x dx. Integrating gives ln|y| = x² + C. Then exponentiate to obtain |y| = e^(x²+C) = e^C · e^(x²). By renaming the constant A = ±e^C, we get y = A e^(x²), which is the general solution.
例如:求解 dy/dx = 2xy,分离变量得 (1/y) dy = 2x dx。积分后得到 ln|y| = x² + C。然后两边取指数得到 |y| = e^(x²+C) = e^C · e^(x²)。通过将常数重命名为 A = ±e^C,我们得到 y = A e^(x²),这就是通解。
7. Applying Initial Conditions | 应用初始条件
An initial condition, such as y(0) = 5, allows you to find the unique value of the constant. Substitute x = 0 and y = 5 into the general solution and solve for C or A. Always remember to check that your particular solution still satisfies the original differential equation — a quick mental check can prevent errors.
初始条件,例如 y(0) = 5,可以让你求出常数的唯一值。将 x = 0 和 y = 5 代入通解,解出 C 或 A。请务必检查你的特解是否仍然满足原微分方程——快速的默算可以避免错误。
For the previous example y = A e^(x²), using y(0) = 5 gives A = 5, so the particular solution is y = 5 e^(x²). In modelling contexts, the initial condition often represents the starting population, initial temperature, or original amount of a substance.
对于上例 y = A e^(x²),使用 y(0) = 5 得到 A = 5,因此特解为 y = 5 e^(x²)。在建模情境中,初始条件通常代表初始人口、初始温度或物质的初始数量。
8. Exponential Growth and Decay | 指数增长与衰减
The most important differential equation in IGCSE applications is dy/dt = ky, where k is a constant. If k > 0, it describes exponential growth; if k < 0, it describes exponential decay. Its general solution is y = A eᵏᵗ.
IGCSE应用题中最重要的微分方程是 dy/dt = ky,其中 k 为常数。若 k > 0,则描述指数增长;若 k < 0,则描述指数衰减。其通解为 y = A eᵏᵗ。
You may also see a variant: dP/dt = kP. After solving, the constant A is the initial value P₀. This model governs unlimited population growth, radioactive decay, and continuously compounded interest. The exam will often ask you to find k from given data and then use the solution to make predictions.
你也可能看到变体:dP/dt = kP。求解后,常数 A 即为初始值 P₀。此模型适用于无限人口增长、放射性衰变以及连续复利。考试通常会要求你根据给定数据求出 k,然后利用解进行预测。
9. Modelling Real-World Problems | 实际问题的建模
IGCSE questions often embed differential equations in practical scenarios. For instance, the rate of cooling of a hot object can be modelled by Newton’s Law of Cooling: dθ/dt = -k(θ – θₑ), where θₑ is the constant ambient temperature. Although this is still a first-order separable equation, you need to separate variables carefully: dθ/(θ – θₑ) = -k dt.
IGCSE 考题常常将微分方程嵌入实际场景。例如,热物体的冷却速率可以用牛顿冷却定律来建模:dθ/dt = -k(θ – θₑ),其中 θₑ 是恒定的环境温度。尽管这仍是一个一阶可分离方程,但你需要小心地分离变量:dθ/(θ – θₑ) = -k dt。
Other contexts include the rate of change of a chemical concentration, the spread of a rumour, or water leaking out of a container. The key is to identify the rate equation from the wording: ‘the rate of change of … is proportional to …’ signals dQ/dt ∝ f(Q).
其他情境包括化学浓度的变化率、谣言的传播或容器漏水。关键在于从文字描述中识别速率方程:“…的变化率与…成正比”就意味着 dQ/dt ∝ f(Q)。
10. Common Mistakes to Avoid | 常见错误分析
Forgetting the constant of integration: This is the most frequent error. Always add +C immediately after integrating, and only on one side. If you add it to both sides, you can combine them into a single constant.
忘记积分常数:这是最常见的错误。务必在积分后立即加上 +C,并且只加在一边。如果两边都加,可以将它们合并为一个常数。
Not considering absolute values in logarithm: When integrating 1/y, you get ln|y|. In most IGCSE contexts, the quantity is positive, so the absolute value can be dropped after exponentiating, but it is good practice to be aware.
对数中没有考虑绝对值:积分 1/y 时,得到的是 ln|y|。在大多数IGCSE情境中,该量为正,因此取指数后可以去掉绝对值,但注意到这一点是好的习惯。
Incorrect separation of variables: Students sometimes try to integrate dy/dx = x + y without separating; this equation is not separable. Exam questions are designed such that given equations can be separated.
分离变量错误:学生有时试图不解分离就积分 dy/dx = x + y;这个方程不是可分离的。考试题会设计得使给定方程可以分离。
Misapplying the inverse operations: When solving for y after exponentiating, remember that e^(ln|y|) = |y|, and you must introduce a ± constant that can be absorbed into A.
逆运算误用:取指数后解 y 时,记住 e^(ln|y|) = |y|,并且必须引入一个 ± 常数,该常数可以吸收到 A 中。
11. Exam-Style Questions Walkthrough | 真题演练
Let’s work through a typical IGCSE Edexcel question. Question: The rate of increase of a population P at time t days is proportional to P. Initially, P = 200, and after 5 days P = 300. Find the population after 10 days.
让我们演练一道典型的IGCSE Edexcel题目。问题:人口 P 在时间 t 天时的增长率与 P 成正比。初始时 P = 200,5天后 P = 300。求10天后的人口。
Step 1: Write the differential equation: dP/dt = kP. Separate variables: (1/P) dP = k dt. Integrate: ln|P| = kt + C. Exponentiate: P = e^(kt+C) = e^C · eᵏᵗ. Let A = e^C, so P = A eᵏᵗ.
步骤1:写出微分方程:dP/dt = kP。分离变量:(1/P) dP = k dt。积分:ln|P| = kt + C。取指数:P = e^(kt+C) = e^C · eᵏᵗ。令 A = e^C,所以 P = A eᵏᵗ。
Step 2: Apply initial condition t = 0, P = 200: 200 = A e⁰ = A, so P = 200 eᵏᵗ.
步骤2:应用初始条件 t = 0,P = 200:200 = A e⁰ = A,所以 P = 200 eᵏᵗ。
Step 3: Use t = 5, P = 300: 300 = 200 e⁵ᵏ => e⁵ᵏ = 1.5 => 5k = ln 1.5 => k = (ln 1.5)/5. Now find P when t = 10: P = 200 e^(10k) = 200 e^(2 ln 1.5) = 200 (1.5)² = 200 × 2.25 = 450. The population after 10 days is 450.
步骤3:使用 t = 5,P = 300:300 = 200 e⁵ᵏ => e⁵ᵏ = 1.5 => 5k = ln 1.5 => k = (ln 1.5)/5。现在求 t = 10 时的 P:P = 200 e^(10k) = 200 e^(2 ln 1.5) = 200 (1.5)² = 200 × 2.25 = 450。10天后人口为450。
Notice how we cleverly used the law of indices to avoid computing k explicitly — a common time-saver in exams.
注意我们如何巧妙地运用指数法则,避免了显式计算 k 的值——这是考试中常用的省时技巧。
12. Summary and Key Takeaways | 总结与考点梳理
Differential equations in IGCSE Edexcel Maths revolve around recognising separable first-order equations, integrating both sides correctly, and using given conditions to find particular solutions. The exponential growth/decay model dy/dx = ky is by far the most heavily examined application.
IGCSE Edexcel 数学中的微分方程核心在于识别可分离的一阶方程、正确地对两边积分,以及利用给定条件求特解。指数增长/衰减模型 dy/dx = ky 是目前考查最频繁的应用。
Remember to master the algebraic steps: separate, integrate (add +C), use initial conditions, and simplify. Practice with both pure maths contexts and real-world modelling problems. With these skills, you will be well-prepared to tackle any differential equation question that appears on your exam.
记住掌握代数步骤:分离、积分(加 +C)、使用初始条件、化简。通过纯数学情境和现实建模问题进行练习。掌握这些技能后,你将充分准备好应对考试中出现的任何微分方程题目。
Published by TutorHao | IGCSE Edexcel Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导