📚 Rates of Change and Applications | 变化率及其应用
In the IB Mathematics curriculum, the concept of rates of change serves as a bridge between the abstract machinery of differential calculus and the tangible behavior of real-world systems. From the velocity of a moving particle to the growth of a bacterial colony, rates of change empower us to describe how quantities evolve over time and in response to one another.
在IB数学课程中,变化率的概念是连接微分学抽象机制与真实世界系统可感知行为的桥梁。从运动粒子的速度到细菌群落的增长,变化率使我们能够描述量如何随时间演变以及如何相互响应。
1. Average Rate of Change | 平均变化率
The average rate of change of a function f(x) over an interval [a, b] is defined as the ratio of the change in the output to the change in the input. Geometrically, this corresponds to the slope of the secant line passing through the two points on the curve.
函数f(x)在区间[a, b]上的平均变化率定义为输出变化量与输入变化量之比。在几何上,这对应于通过曲线上两点的割线的斜率。
Average rate of change = (f(b) − f(a)) / (b − a) = Δf / Δx
平均变化率 = (f(b) − f(a)) / (b − a) = Δf / Δx
For example, if a car’s distance from a point is given by s(t) = t² + 3t meters at time t seconds, then the average velocity between t = 1 and t = 4 is (s(4) − s(1)) / (4 − 1) = (28 − 4) / 3 = 8 m/s.
例如,若汽车距离某点的位移为s(t) = t² + 3t米(t以秒计),则t = 1到t = 4之间的平均速度为(s(4) − s(1)) / (4 − 1) = (28 − 4) / 3 = 8 m/s。
-
The average rate of change is a “global” measure over an interval, not a “local” one at a point.
-
平均变化率是区间上的“整体”度量,而非某点处的“局部”度量。
-
It may be positive, negative, or zero, indicating increasing, decreasing, or constant behavior respectively.
-
它可以是正、负或零,分别表示递增、递减或恒定行为。
2. Instantaneous Rate of Change and the Derivative | 瞬时变化率与导数
The instantaneous rate of change is the limit of the average rate of change as the interval shrinks to zero. This limit, when it exists, is precisely the derivative f′(x).
瞬时变化率是当区间收缩至零时平均变化率的极限。当极限存在时,它正是导数f′(x)。
f′(x) = lim(Δx→0) [f(x + Δx) − f(x)] / Δx
f′(x) = lim(Δx→0) [f(x + Δx) − f(x)] / Δx
Conceptually, the derivative represents the “instantaneous” rate at which the dependent variable changes with respect to the independent variable. It is also the slope of the tangent line to the graph at a given point.
在概念上,导数表示因变量相对于自变量变化的“瞬时”速率。它也是图像在某点处切线的斜率。
-
The derivative f′(a) tells us how sensitive the function is to small changes in input around x = a.
-
导数f′(a)告诉我们函数在x = a附近对输入微小变化的敏感程度。
-
If f′(a) > 0, the function is increasing at x = a; if f′(a) < 0, it is decreasing.
-
若f′(a) > 0,则函数在x = a处递增;若f′(a) < 0,则递减。
3. Differentiation Rules for Rates of Change | 变化率的微分法则
To compute rates of change efficiently, IB students must master a core set of differentiation rules. These rules simplify the process of finding derivatives for polynomials, products, quotients, and composite functions.
为了高效计算变化率,IB学生必须掌握一系列核心微分法则。这些法则简化了多项式、乘积、商和复合函数求导的过程。
d/dx(xⁿ) = n xⁿ⁻¹, d/dx(eˣ) = eˣ, d/dx(ln x) = 1/x
d/dx(xⁿ) = n xⁿ⁻¹, d/dx(eˣ) = eˣ, d/dx(ln x) = 1/x
-
Product rule: (uv)′ = u′v + uv′
-
乘积法则:(uv)′ = u′v + uv′
-
Quotient rule: (u/v)′ = (u′v − uv′) / v²
-
商法则:(u/v)′ = (u′v − uv′) / v²
-
Chain rule: dy/dx = dy/du × du/dx
-
链式法则:dy/dx = dy/du × du/dx
For example, to differentiate y = sin(3x²), we apply the chain rule: let u = 3x², then dy/dx = cos(3x²) × 6x.
例如,对y = sin(3x²)求导时,我们使用链式法则:令u = 3x²,则dy/dx = cos(3x²) × 6x。
4. Displacement, Velocity and Acceleration | 位移、速度与加速度
Kinematics provides the most natural context for rates of change. If s(t) is the displacement of a particle from a fixed origin at time t, then the velocity is the first derivative and the acceleration is the second derivative.
运动学为变化率提供了最自然的背景。若s(t)是粒子在时间t时相对于固定原点的位移,则速度是一阶导数,加速度是二阶导数。
v(t) = s′(t) = ds/dt, a(t) = v′(t) = s″(t) = d²s/dt²
v(t) = s′(t) = ds/dt, a(t) = v′(t) = s″(t) = d²s/dt²
The sign of the velocity indicates the direction of motion, while the sign of the acceleration indicates whether the speed is increasing or decreasing when velocity and acceleration share the same sign.
速度的符号表示运动方向,加速度的符号则表示当速度与加速度同号时速率是增大还是减小。
-
When v(t) = 0, the particle may be momentarily at rest.
-
当v(t) = 0时,粒子可能瞬间静止。
-
The total distance traveled is the integral of |v(t)| over the time interval, not simply the net displacement.
-
总路程是|v(t)|在时间区间上的积分,而不只是净位移。
-
When a(t) = 0, the particle may be at a point of inflection in its position-time graph.
-
当a(t) = 0时,粒子在位移-时间图像上可能处于拐点。
5. Related Rates | 相关变化率
Related rates problems involve finding the rate at which one quantity changes in terms of the rate at which another quantity changes. These problems are characterized by an underlying geometric or physical relationship that links the variables.
相关变化率问题涉及根据一个量变化的速度来求另一个量变化的速度。这类问题的特征是存在联结各变量的底层几何关系或物理关系。
Example: A balloon is being inflated at a rate of 10 cm³/s. Find the rate at which the radius is increasing when the radius is 5 cm.
示例:一个气球以10 cm³/s的速率被充气。求当半径为5 cm时半径增加的速率。
V = (4/3)πr³ → dV/dt = 4πr² dr/dt
V = (4/3)πr³ → dV/dt = 4πr² dr/dt
Substituting dV/dt = 10 and r = 5: 10 = 4π(25) dr/dt, so dr/dt = 10/(100π) = 1/(10π) cm/s.
代入dV/dt = 10和r = 5:10 = 4π(25) dr/dt,所以dr/dt = 10/(100π) = 1/(10π) cm/s。
-
Step 1: Identify the variables and write an equation connecting them.
-
步骤1:确定变量并写出联系它们的方程。
-
Step 2: Differentiate both sides of the equation implicitly with respect to time t.
-
步骤2:对等式两边关于时间t隐式求导。
-
Step 3: Substitute the known values and solve for the desired rate.
-
步骤3:代入已知值并解出所求变化率。
6. Exponential Growth and Decay | 指数增长与衰减
When a quantity changes at a rate proportional to its current value, the situation is modeled by the differential equation dA/dt = kA, where k is a constant. The general solution is an exponential function.
当一个量以与当前值成比例的速率变化时,这种情况可用微分方程dA/dt = kA建模,其中k为常数。通解是指数函数。
A(t) = A₀ e^(kt) (k > 0 growth, k < 0 decay)
A(t) = A₀ e^(kt)(k > 0增长,k < 0衰减)
Here A₀ is the initial amount, and k is the continuous growth or decay rate. This model appears in radioactive decay, population growth, and compound interest.
其中A₀是初始量,k是连续增长率或衰减率。该模型出现在放射性衰变、人口增长和复利等问题中。
-
The half-life T₁/₂ satisfies A₀ e^(kT₁/₂) = A₀/2, giving T₁/₂ = ln2 / |k|.
-
半衰期T₁/₂满足A₀ e^(kT₁/₂) = A₀/2,因此T₁/₂ = ln2 / |k|。
-
When k > 0, the quantity grows without bound as t → ∞.
-
当k > 0时,量随t → ∞无限增长。
7. Newton’s Law of Cooling | 牛顿冷却定律
Newton’s law of cooling states that the rate of change of the temperature of an object is proportional to the difference between the object’s temperature and the ambient temperature.
牛顿冷却定律指出,物体温度的变化速率与物体温度和环境温度之差成正比。
dT/dt = −k(T − Tₐ), T(0) = T₀
dT/dt = −k(T − Tₐ), T(0) = T₀
The solution is T(t) = Tₐ + (T₀ − Tₐ)e^(−kt). This equation is frequently tested in IB Paper 2 problems, where students must find k from experimental data and then predict future temperatures.
其解为T(t) = Tₐ + (T₀ − Tₐ)e^(−kt)。该方程经常在IB Paper 2考题中出现,学生需要从实验数据中求出k,进而预测后续温度。
Example: A cup of coffee at 95°C cools in a room at 20°C. After 10 minutes, it is 60°C. Find its temperature after 20 minutes.
示例:一杯95°C的咖啡在20°C的室温中冷却。10分钟后变为60°C。求20分钟后的温度。
T(10) = 20 + 75e^(−10k) = 60, so e^(−10k) = 40/75 = 8/15, giving k = −(1/10)ln(8/15) ≈ 0.0629. Therefore T(20) ≈ 20 + 75e^(−1.258) ≈ 41.3°C.
T(10) = 20 + 75e^(−10k) = 60,所以e^(−10k) = 40/75 = 8/15,得k = −(1/10)ln(8/15) ≈ 0.0629。因此T(20) ≈ 20 + 75e^(−1.258) ≈ 41.3°C。
8. Optimization and Marginal Change | 优化与边际变化
Optimization problems seek the maximum or minimum value of a function over a given domain. The derivative provides a powerful tool for locating these extrema, as a local extremum can occur only where the derivative is zero or undefined.
优化问题在一给定域内寻求函数的最大值或最小值。导数提供了定位这些极值的强大工具,因为局部极值只可能出现在导数为零或未定义之处。
If f has a local maximum or minimum at c, then f′(c) = 0 or f′(c) does not exist.
若f在c处有局部最大值或最小值,则f′(c) = 0或f′(c)不存在。
The second derivative test distinguishes maxima from minima: if f″(c) > 0, it is a local minimum; if f″(c) < 0, it is a local maximum.
二阶导数检验可区分最大值与最小值:若f″(c) > 0,则为局部最小值;若f″(c) < 0,则为局部最大值。
-
In economic applications, marginal cost and marginal revenue are simply derivatives of total cost and total revenue functions.
-
在经济学应用中,边际成本和边际收入正是总成本函数和总收入函数的导数。
-
Profit is maximized when marginal revenue equals marginal cost (MR = MC).
-
当边际收入等于边际成本(MR = MC)时利润最大化。
9. Implicit Differentiation and Related Rates | 隐函数求导与相关变化率
Not all equations can be written explicitly as y = f(x). For implicitly defined curves such as x² + y² = r² or x³ + y³ = 6xy, we use implicit differentiation to find dy/dx.
并非所有方程都能写成y = f(x)的显式形式。对于x² + y² = r²或x³ + y³ = 6xy等隐式定义的曲线,我们使用隐函数求导来求dy/dx。
d/dx(yⁿ) = n yⁿ⁻¹ dy/dx (treat y as a function of x)
d/dx(yⁿ) = n yⁿ⁻¹ dy/dx(将y视为x的函数)
For the circle x² + y² = 25, differentiating both sides gives 2x + 2y dy/dx = 0, so dy/dx = −x/y. This represents the slope of the tangent to the circle at any point (x, y) where y ≠ 0.
对于圆x² + y² = 25,两边求导得2x + 2y dy/dx = 0,所以dy/dx = −x/y。这表示圆上任意一点(x, y)(y ≠ 0)处切线的斜率。
-
Remember to apply the chain rule every time you differentiate a term involving y.
-
每次对含y的项求导时要记得应用链式法则。
-
Implicit differentiation is essential for related rates problems where variables are linked by geometric formulas, such as the Pythagorean theorem.
-
当变量通过几何公式(如勾股定理)相联系时,隐函数求导是解决相关变化率问题的关键。
10. Graphical Interpretation and Critical Points | 图像的解读与临界点
Understanding the graph of f′(x) is just as important as computing it. The first derivative reveals intervals of increase and decrease, while the second derivative reveals concavity and points of inflection.
理解f′(x)的图像与计算它同样重要。一阶导数揭示递增和递减区间,二阶导数揭示凹凸性和拐点。
-
On an interval where f′(x) > 0, the graph of f is rising; where f′(x) < 0, it is falling.
-
在f′(x) > 0的区间上,f的图像上升;在f′(x) < 0的区间上,图像下降。
-
A point of inflection occurs where f″(x) changes sign, indicating a change in concavity.
-
拐点出现在f″(x)变号处,表示凹凸性发生改变。
-
Critical points are found by solving f′(x) = 0; these are candidates for local extrema.
-
通过解f′(x) = 0求临界点;这些点是局部极值的候选者。
In IB questions, students are often asked to sketch the graph of f′ based on the graph of f or to determine the number of solutions to f(x) = 0 using the behavior of the derivative.
在IB试题中,学生常被要求基于f的图像绘制f′的图像,或利用导数的行为判断方程f(x) = 0的解的个数。
11. Common IB Exam Pitfalls | IB考试常见易错点
Even top-performing IB students frequently lose marks on rate-of-change problems due to a few recurring mistakes. Being aware of these pitfalls is the first step to avoiding them.
即使是顶尖的IB学生也常因几个反复出现的错误而在变化率问题上失分。意识到这些陷阱是避免它们的第一步。
-
Confusing displacement with total distance: distance is always non-negative, while displacement may be negative.
-
混淆位移与总路程:路程总为非负,而位移可能为负。
-
Forgetting the chain rule when differentiating composite functions like sin(2t) or e^(3x).
-
对复合函数如sin(2t)或e^(3x)求导时忘记链式法则。
-
Using the average rate of change formula when the question requires an instantaneous rate.
-
在题目要求瞬时变化率时误用平均变化率公式。
-
In related rates, substituting the known values before differentiating, which invalidates the derivative.
-
在相关变化率问题中,先代入已知值再求导,导致求导无效。
-
Ignoring the units of the answer; always include units such as m/s, cm²/s, etc.
-
忽略答案的单位;始终写上单位,如m/s、cm²/s等。
Additionally, in optimization problems, students often forget to check the endpoints of the domain or to verify that the critical point indeed yields a maximum or minimum using the second derivative test.
此外,在优化问题中,学生常常忘了检查定义域的端点,或忘了用二阶导数检验来确认临界点确实产生最大值或最小值。
12. Summary and Revision Strategy | 总结与复习策略
Rates of change are one of the most versatile and heavily examined topics in IB Mathematics, whether in Analysis and Approaches (AA) or Applications and Interpretation (AI). Mastery requires not only computational fluency in differentiation but also the ability to translate real-world language into mathematical relationships.
变化率是IB数学中应用最广泛、考查最频繁的主题之一,无论是分析与方法(AA)还是应用与解释(AI)课程。熟练掌握这一主题不仅需要扎实的求导计算能力,还需要能够将现实世界中的语言转化为数学关系。
-
Review the definitions of average vs. instantaneous rates of change and the geometric meaning of the derivative.
-
复习平均变化率与瞬时变化率的定义以及导数的几何意义。
-
Practice related rates and exponential growth/decay problems repeatedly until the differentiation steps become automatic.
-
反复练习相关变化率和指数增长/衰减问题,直到求导步骤变得自动化。
-
In exam conditions, always clearly define variables, write the governing equation, differentiate, and only then substitute numerical values.
-
在考试条件下,始终清楚地定义变量,写出控制方程,进行求导,然后才代入数值。
The key to success is consistent practice with IB-style problems and careful attention to the meaning behind each symbol. When you understand “why” the derivative works as a rate of change, the “how” of solving becomes both simpler and more reliable.
成功的关键是持续进行IB风格题目的练习,并仔细关注每个符号背后的含义。当你理解了导数为何能作为变化率发挥作用时,问题求解的“如何”就变得既更简单又更可靠。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导