📚 Constructing and Applying Exponential Models in Real-World Problems | 指数模型在实际问题中的构建与应用
Exponential models are among the most powerful tools in applied mathematics. They describe quantities that grow or decay at a rate proportional to their current value, from bank balances and population sizes to radioactive isotopes and cooling objects. This article explains how to build an exponential model from real-world data, interpret its key parameters, and apply it to typical A-Level examination problems.
指数模型是应用数学中最有力的工具之一。它们描述的是“变化率与当前值成正比”的量,例如银行存款、人口数量、放射性同位素以及物体的冷却过程。本文将说明如何根据真实数据构建指数模型、解释其关键参数,并应用于典型的 A-Level 考试问题。
1. The General Exponential Model | 一般指数模型
The simplest and most useful exponential model has the form y = A · bˣ or equivalently y = A · eᵏˣ. Here A is the initial value at x = 0, b is the base growth factor per unit of x, and k is the continuous growth rate.
最简单的指数模型形式为 y = A · bˣ,等价于 y = A · eᵏˣ。其中 A 是 x = 0 时的初始值,b 是每单位 x 的底数增长因子,k 是连续增长率。
The two forms are connected by the identity b = eᵏ, so k = ln b. If b > 1 (or k > 0), the quantity increases; if 0 < b < 1 (or k < 0), the quantity decreases.
两种形式通过关系式 b = eᵏ 联系,因此 k = ln b。若 b > 1(即 k > 0),数量增长;若 0 < b < 1(即 k < 0),数量衰减。
y = A · eᵏˣ ⇔ k = ln b, b = eᵏ
When constructing a model, always state the variables clearly. In examination questions, x often represents time measured in hours, days or years, while y represents mass, population, temperature or money.
构建模型时,务必清楚地说明变量。考试题中,x 通常表示时间(小时、天或年),y 表示质量、人口、温度或金额。
2. Growth vs Decay: Interpreting the Parameters | 增长与衰减:参数的意义
A pure exponential law implies that the quantity changes by a constant percentage over each equal time interval. If b > 1, the percentage increase per unit time is given by (b − 1) × 100%.
纯指数定律意味着数量在每个相等时间间隔内按固定百分比变化。当 b > 1 时,单位时间增长百分比为 (b − 1) × 100%。
If 0 < b < 1, the percentage decrease per unit time is (1 − b) × 100%. For example, b = 0.92 corresponds to an 8% decay per unit time.
当 0 < b < 1 时,单位时间衰减百分比为 (1 − b) × 100%。例如,b = 0.92 表示每单位时间衰减 8%。
| Condition | Behaviour | Real example |
| b > 1, k > 0 | Exponential growth | Compound interest, bacterial growth |
| 0 < b < 1, k < 0 | Exponential decay | Radioactive decay, drug clearance |
The parameter A is the value at the start of observation, so it is usually positive. The continuity of the model means that y never reaches zero in finite time, which is a key feature to mention in written answers.
参数 A 是观察开始时的值,通常为正数。模型的连续性意味着 y 在有限时间内永远不会为零,这是在书面答案中需要说明的关键特征。
3. Constructing a Model from Data: Linearising with Logarithms | 从数据构建模型:用对数线性化
To fit an exponential model y = A · bˣ to a data set, we take natural logarithms of both sides:
要对数据组拟合 y = A · bˣ,我们对两边同时取自然对数:
ln y = ln A + x · ln b
This equation has the form Y = mX + c, where Y = ln y, X = x, the gradient is m = ln b, and the intercept is c = ln A. Therefore, plotting ln y against x should produce a straight line if the data follow an exponential pattern.
该方程具有 Y = mX + c 的形式,其中 Y = ln y,X = x,斜率 m = ln b,截距 c = ln A。因此,若数据服从指数规律,用 ln y 对 x 作图应得到一条直线。
Once the gradient and intercept are found, we recover b = eᵐ and A = eᶜ. This method is often tested in A-Level practical or data-analysis questions.
求出斜率和截距后,可还原 b = eᵐ、A = eᶜ。这种方法是 A-Level 实验题或数据分析题的常见考点。
Use logarithms when the variable to be found is in the exponent. For example, to solve A · bˣ = C, rearrange to bˣ = C/A, then take logs: x = logₑ(C/A) / logₑ b.
当要求的变量在指数上时,应使用对数。例如解 A · bˣ = C,先化为 bˣ = C/A,再取对数:x = logₑ(C/A) / logₑ b。
4. Doubling Time and Half-Life | 倍增时间与半衰期
The doubling time T_d is the time required for an exponentially growing quantity to double. It satisfies b^(T_d) = 2, so T_d = ln 2 / ln b.
倍增时间 T_d 是指数增长量翻倍所需的时间,满足 b^(T_d) = 2,因此 T_d = ln 2 / ln b。
The half-life T½ is the time required for a decaying quantity to fall to half its initial value. It satisfies b^(T½) = 0.5, giving T½ = ln 0.5 / ln b = −ln 2 / ln b.
半衰期 T½ 是衰减量降至初始值一半所需的时间,满足 b^(T½) = 0.5,故 T½ = ln 0.5 / ln b = −ln 2 / ln b。
T_d = ln 2 / ln b, T½ = −ln 2 / ln b
Notice that doubling time and half-life depend only on b, not on the initial value A. This independence is a distinctive property of exponential models and often appears in multiple-choice questions.
注意倍增时间和半衰期只取决于 b,与初始值 A 无关。这种无关性是指数模型的独特性质,常在选择题中出现。
5. Compound Interest: Discrete and Continuous | 复利:离散与连续
If a principal P is invested at an annual interest rate r, compounded n times per year, the amount after t years is A = P(1 + r/n)^(nt). This is a discrete exponential model.
若本金 P 按年利率 r 投资,每年复利 n 次,则 t 年后的金额为 A = P(1 + r/n)^(nt)。这是一个离散指数模型。
As the compounding frequency n tends to infinity, the model becomes continuous compounding: A = P · eʳᵗ. This is the natural exponential model used in finance and theoretical banking problems.
当复利频率 n 趋于无穷大时,模型变为连续复利:A = P · eʳᵗ。这是金融学与理论银行问题中使用的自然指数模型。
Continuous: A = P · eʳᵗ; Discrete: A = P(1 + r/n)^(nt)
For example, if £1000 is invested at 5% compounded continuously, the amount after 10 years is 1000 · e^(0.5) ≈ £1648.72. Always check whether the interest rate is entered as a decimal.
例如,1000 英镑按 5% 连续复利投资 10 年,金额为 1000 · e^(0.5) ≈ £1648.72。务必检查利率是否以小数形式代入。
6. Radioactive Decay and Carbon Dating | 放射性衰变与碳定年
Radioactive decay follows an exponential law written as m = m₀ · e^(−λt), where m₀ is the initial mass and λ > 0 is the decay constant. The decay constant is related to the half-life by λ = ln 2 / T½.
放射性衰变服从指数定律,写作 m = m₀ · e^(−λt),其中 m₀ 是初始质量,λ > 0 是衰变常数。衰变常数与半衰期的关系为 λ = ln 2 / T½。
Carbon dating uses the known half-life of carbon-14, about 5730 years. By measuring the remaining proportion of carbon-14 in a sample, archaeologists can estimate the time elapsed since the organism died.
碳定年法利用碳-14 的已知半衰期(约 5730 年)。通过测量样本中剩余的碳-14 比例,考古学家可估算生物死亡后经过的时间。
m = m₀ · e^(−λt), λ = ln 2 / T½
Worked approach: if a fossil contains 10% of its original carbon-14, then 0.1 = e^(−λt), so t = ln 10 / λ. Using λ = ln 2 / 5730 gives t ≈ 19035 years.
解题思路:若化石仅剩原始碳-14 的 10%,则 0.1 = e^(−λt),故 t = ln 10 / λ。利用 λ = ln 2 / 5730 可得 t ≈ 19035 年。
7. Population Growth and Limited Resources | 人口增长与资源限制
Without environmental limits, a population grows as N = N₀ · eʳᵗ, where N₀ is the initial population and r is the intrinsic growth rate. This model predicts unbounded growth.
在无环境限制时,人口按 N = N₀ · eʳᵗ 增长,其中 N₀ 是初始人口,r 是内禀增长率。该模型预测人口无限增长。
In reality, resources are limited. A more accurate model is the logistic equation dN/dt = rN(1 − N/K), where K is the carrying capacity. Its solution has an S-shaped curve that approaches K.
现实中资源有限,更精确的模型是 Logistic 方程 dN/dt = rN(1 − N/K),其中 K 是环境容量。其解为趋近 K 的 S 形曲线。
dN/dt = rN(1 − N/K)
In an A-Level question, you may first find r using the pure exponential model, then discuss how the logistic correction prevents unlimited growth. State clearly which model the question requires.
在 A-Level 题目中,你可能先用纯指数模型求出 r,再讨论 Logistic 修正如何阻止无限增长。要明确题目要求使用哪种模型。
8. Newton’s Law of Cooling | 牛顿冷却定律
Newton’s law of cooling states that the rate of change of temperature is proportional to the temperature difference between the object and its surroundings:
牛顿冷却定律指出,物体温度的变化率与其和周围环境的温差成正比:
dT/dt = −k(T − T_env)
The solution is T(t) = T_env + (T₀ − T_env) · e^(−kt), where T₀ is the initial temperature and T_env is the constant ambient temperature.
其解为 T(t) = T_env + (T₀ − T_env) · e^(−kt),其中 T₀ 是初始温度,T_env 是恒定的环境温度。
This model is used in forensic science to estimate time of death. It also appears in exam questions about cooling drinks or metals. The key step is to identify T_env first, then rearrange to solve for t.
该模型用于法医学推断死亡时间,也出现在饮料或金属冷却的考题中。关键步骤是先确定 T_env,再重新整理方程解出 t。
9. Model Validation and Limitations | 模型检验与局限
An exponential model should only be used when the transformed plot of ln y against x is approximately linear. Check residuals for random scatter; a curved pattern suggests that a different model is needed.
只有当 ln y 对 x 的变换图像近似为直线时,才适合使用指数模型。应检查残差是否随机分布;若呈弯曲趋势,则需改用其他模型。
Extrapolation beyond the observed range is risky. Exponential growth diverges quickly, and real systems usually saturate due to limited resources or feedback mechanisms.
在观察范围之外进行外推风险很大。指数增长会迅速发散,而真实系统通常会因资源有限或反馈机制而饱和。
Always express the model with its units and domain. For example, a model of population growth is only valid for a finite time interval before the population reaches the carrying capacity.
始终在模型中注明单位和定义域。例如,人口增长模型仅在人口达到环境容量之前的一段有限时间内有效。
10. Worked Exam-Style Problem | 考试型例题
Question: A radioactive sample has an initial mass of 80 mg. After 4 hours, its mass is 64 mg. Find the half-life of the sample and the time taken for it to reduce to 10 mg.
题目:某放射性样本初始质量为 80 mg,4 小时后质量变为 64 mg。求该样本的半衰期,以及衰减至 10 mg 所需的时间。
The model is m = 80 · e^(−λt). Substituting t = 4 and m = 64 gives 64 = 80 · e^(−4λ), so e^(−4λ) = 0.8.
模型为 m = 80 · e^(−λt)。代入 t = 4、m = 64,得 64 = 80 · e^(−4λ),即 e^(−4λ) = 0.8。
Taking logs: −4λ = ln 0.8, hence λ = −ln 0.8 / 4 ≈ 0.0558 h⁻¹. The half-life is T½ = ln 2 / λ ≈ 12.4 hours.
取对数:−4λ = ln 0.8,所以 λ = −ln 0.8 / 4 ≈ 0.0558 h⁻¹。半衰期为 T½ = ln 2 / λ ≈ 12.4 小时。
For m = 10, set 10 = 80 · e^(−λt), giving e^(−λt) = 0.125. Then t = −ln 0.125 / λ = ln 8 / λ ≈ 37.3 hours.
当 m = 10 时,令 10 = 80 · e^(−λt),得 e^(−λt) = 0.125。于是 t = −ln 0.125 / λ = ln 8 / λ ≈ 37.3 小时。
Answer: T½ ≈ 12.4 h, t ≈ 37.3 h
11. Key Points and Exam Tips | 关键点与应试技巧
First, identify whether the problem describes growth or decay, and choose the appropriate form y = A · bˣ or y = A · eᵏˣ. Write down the initial value and the unit of time.
首先判断问题是增长还是衰减,并选择合适的形式 y = A · bˣ 或 y = A · eᵏˣ。写下初始值和时间的单位。
Second, when the exponent is unknown, take natural logarithms to solve. Keep at least three significant figures until the final answer to avoid rounding errors.
其次,当指数未知时,取自然对数求解。在得到最终答案前至少保留三位有效数字,避免舍入误差。
Finally, state the meaning of every parameter in context. In an examination, a fully explained model with correct units earns more marks than an unexplained formula.
最后,结合背景说明每个参数的含义。在考试中,带正确单位且解释完整的模型比只写公式得分更高。
Practice by converting equations such as y = 5 · 2ˣ to the form y = A · eᵏˣ. Since b = 2, we get k = ln 2, so y = 5 · e^(x ln 2). Familiarity with both forms is essential for higher marks.
练习将 y = 5 · 2ˣ 转化为 y = A · eᵏˣ 的形式。因为 b = 2,所以 k = ln 2,即 y = 5 · e^(x ln 2)。熟悉两种形式是取得高分的关键。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply