📚 PDF资源导航

Differential Equations for KS3 Mathematics | KS3 数学:微分方程 考点精讲

📚 Differential Equations for KS3 Mathematics | KS3 数学:微分方程 考点精讲

Differential equations might sound like a topic for A-level or university, but the core idea is something we can explore at KS3. A differential equation simply connects a quantity with its rate of change. In this article we will unravel the mystery step by step, using familiar examples from speed, growth and geometry. No advanced calculus is required — just a willingness to think about how things change.

微分方程听起来像是高中或大学才会接触的内容,但它的核心思想其实在 KS3 阶段就可以探索。微分方程只是把某个量与其变化率联系起来。本文将通过速度、增长和几何等熟悉的例子,一步步揭开它的面纱。不需要高深的微积分知识,只需要一颗愿意思考“事物如何变化”的脑袋。

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

A differential equation is an equation that involves a function and its derivative. The derivative tells us how fast a quantity is changing at any moment. For example, if y represents the distance a car has travelled, then dy/dx (or y’) represents its speed. A differential equation links y and dy/dx together in one mathematical statement.

微分方程是包含一个函数及其导数的方程。导数告诉我们一个量在任意时刻变化的快慢。例如,如果 y 表示汽车行驶的距离,那么 dy/dx(或 y’)就表示它的速度。微分方程就是把 y 和 dy/dx 放在同一个数学式子里联系起来。

We can think of it as a rule that says: “the rate of change of something depends on the current amount of that thing”. This idea appears in population growth, cooling tea and even in the curves of a rollercoaster.

我们可以把它想象成一种规则:“某物的变化率取决于它当前的数量”。这个思想出现在人口增长、茶水冷却甚至过山车的曲线中。


2. Rates of Change in Everyday Life | 日常生活中的变化率

Speed is the most common rate of change. If you cycle at a steady 5 m/s, your distance increases by 5 metres every second. But if your speed changes — say you accelerate — then your rate of change of distance is no longer constant. That is where differential equations become useful.

速度是最常见的变化率。如果你以 5 米/秒的速度匀速骑行,你的距离每秒增加 5 米。但如果你的速度在变化——比如加速——那么距离的变化率就不再是常数。这时微分方程就派上用场了。

Another example is the cooling of a hot drink. The rate at which its temperature drops depends on the difference between the drink’s temperature and the room temperature. This is a differential equation: dT/dt = -k(T – T_room), where T is temperature, t is time and k is a positive constant.

另一个例子是热饮的冷却。温度下降的速率取决于饮料温度与室温之差。这就是一个微分方程:dT/dt = -k(T – T_room),其中 T 是温度,t 是时间,k 是一个正常数。


3. Understanding the Notation dy/dx | 理解符号 dy/dx

The symbol dy/dx is read as “dee y by dee x”. It represents the rate at which y changes with respect to x. Think of it as a fraction: a tiny change in y divided by a tiny change in x. For a straight line graph y = mx + c, dy/dx is just the gradient m.

符号 dy/dx 读作“y 对 x 的导数”。它表示 y 相对于 x 的变化率。你可以把它想象成一个分数:y 的微小变化量除以 x 的微小变化量。对于直线图像 y = mx + c,dy/dx 就是斜率 m。

We also write derivatives as f'(x) or y’. All these notations mean the same thing. When you see an equation like dy/dx = 3x², it tells us that the gradient of the curve y at any point x is 3x².

我们也会把导数写成 f'(x) 或 y’。这些记法意思都一样。当你看到一个方程如 dy/dx = 3x²,它告诉我们曲线 y 在任意点 x 处的斜率是 3x²。


4. From a Function to Its Derivative | 从函数到它的导数

Before tackling a full differential equation, we need to see how functions produce derivatives. For polynomial terms, we use a simple rule: the derivative of xⁿ is n xⁿ⁻¹. For example, if y = x³, then dy/dx = 3x². If y = 5x², then dy/dx = 10x.

在处理完整的微分方程之前,我们需要了解函数是如何产生导数的。对于多项式项,我们使用一个简单的规则:xⁿ 的导数是 n xⁿ⁻¹。例如,如果 y = x³,那么 dy/dx = 3x²。如果 y = 5x²,那么 dy/dx = 10x。

You can think of differentiation as the “gradient-finding” operation. Each time you differentiate, the power reduces by 1 and you multiply by the old power. This is the basic tool we will use when we solve simple differential equations.

你可以把求导看作是“找斜率”的运算。每求一次导,指数减 1 并乘以原来的指数。这是我们求解简单微分方程时要用到的基本工具。


5. Building a Simple Differential Equation | 建立一个简单的微分方程

Consider a population of bacteria that grows at a rate proportional to its current size. If P is the population and t is time, the phrase “rate proportional to size” translates to dP/dt = kP, where k is a constant. This is a differential equation.

设想一个细菌种群,其增长速度与当前数量成正比。如果 P 代表种群数量,t 代表时间,“速率与大小成正比”可翻译为 dP/dt = kP,其中 k 是常数。这就是一个微分方程。

Another classic equation comes from geometry: a curve whose gradient at any point is equal to twice the x‑coordinate. That gives dy/dx = 2x. We can find the original curve by asking: “What function, when differentiated, gives 2x?”

另一个经典方程来自几何:一条曲线在任意点的斜率等于该点 x 坐标的两倍。这给出 dy/dx = 2x。我们可以通过问“什么函数求导后得到 2x?”来找到原曲线。


6. Solving dy/dx = 2x by Observation | 通过观察求解 dy/dx = 2x

To solve dy/dx = 2x, we need a function y whose derivative is 2x. Using our differentiation rule backwards: if the derivative is 2x¹, the original power must have been 2, and the coefficient must be 1 because d/dx (x²) = 2x. So y = x² works.

要求解 dy/dx = 2x,我们需要一个函数 y,其导数为 2x。反过来运用求导规则:如果导数是 2x¹,原来的指数一定是 2,系数必须是 1,因为 d/dx (x²) = 2x。所以 y = x² 满足条件。

But y = x² + 5 also has derivative 2x. In fact, adding any constant gives the same derivative, because the derivative of a constant is zero. So the general solution is y = x² + C, where C is an arbitrary constant.

但是 y = x² + 5 的导数也是 2x。实际上,加上任何常数都会得到相同的导数,因为常数的导数为零。因此通解是 y = x² + C,其中 C 是任意常数。


7. The Constant of Integration | 积分常数

The appearance of +C is a key feature of differential equations. It represents an infinite family of curves that all have the same gradient pattern. Geometrically, they are vertical translations of each other.

出现 +C 是微分方程的一个关键特征。它代表着一族拥有相同斜率模式的曲线。从几何上看,它们是彼此竖直平移得到的。

To pin down the exact curve, we need extra information — usually a point that the curve passes through. For example, if we know that when x = 0, y = 3, then substituting into y = x² + C gives 3 = 0 + C, so C = 3. The particular solution is y = x² + 3.

为了确定具体的曲线,我们需要额外的信息——通常是曲线经过的某个点。例如,如果我们知道当 x = 0 时 y = 3,代入 y = x² + C 得到 3 = 0 + C,因此 C = 3。特解为 y = x² + 3。


8. Verifying a Solution | 验证解

Once you have a candidate solution, you can check it by differentiating and substituting back into the original equation. If dy/dx = 2x was the equation, and we claim y = x² + C is a solution, we compute dy/dx = 2x and see that it matches exactly.

一旦你有了一个候选解,就可以通过求导并代回原方程来检验。如果原方程为 dy/dx = 2x,而我们声称 y = x² + C 是解,我们计算 dy/dx = 2x,发现恰好匹配。

Verification is a quick way to gain confidence and catch algebraic mistakes. Even for more complicated equations, this checking step is exactly the same: differentiate, then see if the original statement holds.

验证是一种快速建立信心并发现代数错误的方法。即使对于更复杂的方程,这个检验步骤也完全相同:求导,然后看原式是否成立。


9. A Slightly Harder Example: dy/dx = 3x² + 2x | 稍难一点的例子:dy/dx = 3x² + 2x

Here the derivative is a sum of terms. We treat each term separately, reversing the power rule. For 3x², reverse gives x³ (because d/dx(x³) = 3x²). For 2x, reverse gives x². So the general solution is y = x³ + x² + C.

这里的导数是几项之和。我们分别处理每一项,反向运用幂函数求导规则。对于 3x²,反向得到 x³(因为 d/dx(x³) = 3x²)。对于 2x,反向得到 x²。所以通解是 y = x³ + x² + C。

Always include the +C. Without it you have lost an infinite set of valid answers. If an initial condition is given, e.g. when x = 1, y = 4, then plug in: 4 = 1³ + 1² + C → 4 = 2 + C → C = 2. So y = x³ + x² + 2.

一定要记得加上 +C。没有它你就丢失了无穷多组有效答案。如果给出了初始条件,例如当 x = 1 时 y = 4,那么代入:4 = 1³ + 1² + C → 4 = 2 + C → C = 2。因此 y = x³ + x² + 2。


10. Graphical Interpretation of Solutions | 解的图形解释

Every differential equation of the form dy/dx = f(x) describes a family of curves with the same “slope function”. If you plot several curves with different constants C, you will see they are all parallel in a vertical sense — at any x, their slopes are identical.

每一个形如 dy/dx = f(x) 的微分方程都描述了一族具有相同“斜率函数”的曲线。如果画出带有不同常数 C 的几条曲线,你会发现它们在竖直意义上是平行的——在任何 x 处,它们的斜率都相同。

This is a powerful visual idea: solving a differential equation is finding the shape of a curve from information about its gradient. A slope field can be drawn by plotting little line segments at grid points showing the gradient. Solutions are curves that follow these slopes.

这是一个强大的视觉概念:求解微分方程就是从斜率信息中找到曲线的形状。可以通过在网格点上绘制展示斜率的小线段来画出斜率场。解就是顺着这些斜率走的曲线。


11. Key Vocabulary | 核心词汇

Below is a table of terms you will encounter. Mastering these words makes reading and discussing differential equations much easier.

下面是你将遇到的术语表。掌握这些词汇会让阅读和讨论微分方程变得轻松许多。

English Term 中文术语 Meaning
Differential equation 微分方程 An equation linking a function and its derivatives
Derivative / dy/dx 导数 Rate of change of y with respect to x
General solution 通解 Solution containing an arbitrary constant C
Particular solution 特解 Solution with a specific C found from an initial condition
Initial condition 初始条件 A known pair (x, y) that fixes the constant

12. Summary and Tips | 总结与提示

Differential equations are not as intimidating as they first appear. At KS3 level, you are mainly learning to recognise them, link them to real-world rates, and solve very simple ones by reversing differentiation. Always bring the +C and use given points to find the particular solution.

微分方程并不像乍看起来那么吓人。在 KS3 阶段,你主要学习识别它们、将它们与现实世界中的速率联系起来,以及通过反向求导来解决非常简单的微分方程。永远要带上 +C,并利用已知点来求出特解。

Finally, draw diagrams, check your work by differentiating back, and remember that every differential equation tells a story of change. Enjoy uncovering that story!

最后,多画图,通过求导回代来检验你的结果,并记住每一个微分方程都在讲述一个变化的故事。享受揭开这些故事的乐趣吧!

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