📚 A-Level Mathematics: Modelling with Series | A-Level 数学:级数建模
Series are not just abstract algebraic objects; they are powerful modelling tools that describe real-world phenomena ranging from compound interest to the trajectory of a bouncing ball. In A-Level Mathematics, mastering the use of arithmetic and geometric progressions, as well as infinite series, is essential for translating practical problems into mathematical language.
级数不仅仅是抽象的代数对象;它们是强大的建模工具,能够描述从复利到弹跳球运动轨迹等现实世界中的各种现象。在A-Level数学中,掌握等差数列、等比数列和无穷级数的运用,对于将实际问题转化为数学语言至关重要。
1. Arithmetic Progressions in Context | 实际情境中的等差数列
An arithmetic progression (AP) is a sequence where the difference between consecutive terms is constant. This constant is denoted by d, and the first term by a. The nth term is given by uₙ = a + (n − 1)d, and the sum of the first n terms is Sₙ = n/2 [2a + (n − 1)d]. This model applies whenever a quantity increases or decreases by a fixed amount each time period.
等差数列(AP)是连续项之间差值恒为常数的数列。这个常数记作d,首项记作a。第n项由uₙ = a + (n − 1)d给出,前n项和由Sₙ = n/2 [2a + (n − 1)d]给出。每当一个量在每个时间段内增加或减少固定数量时,此模型便适用。
Common modelling contexts include salary increments, seating capacities in an auditorium, or the total distance travelled by an object moving at a changing but linear speed. For example, if a trainee saves £200 in month one and increases savings by £15 each subsequent month, the amount saved in the nth month follows an AP.
常见的建模情境包括工资增长、礼堂座位容量,或以变化但线性的速度运动的物体所行进的总距离。例如,如果一位学员第一个月存£200,之后每月增加£15的存款,那么第n个月的存款金额就遵循等差数列。
2. Geometric Progressions in Growth and Decay | 增长与衰减中的等比数列
A geometric progression (GP) has a constant multiplicative ratio r between successive terms. The nth term is uₙ = arⁿ⁻¹, and the sum of the first n terms is Sₙ = a(1 − rⁿ)/(1 − r) when r ≠ 1. This model is ubiquitous in quantitative finance, biology, and physics.
等比数列(GP)连续项之间具有恒定的乘法比率r。第n项为uₙ = arⁿ⁻¹,前n项和为Sₙ = a(1 − rⁿ)/(1 − r),其中r ≠ 1。该模型在数量金融、生物学和物理学中无处不在。
Examples include population growth at a constant percentage rate, radioactive decay, and the depletion of a resource. If a population of bacteria doubles every hour, the growth over time follows a GP with r = 2. Conversely, a medication eliminated at 15% per hour from the bloodstream follows a GP with r = 0.85.
相关例子包括以恒定百分比率增长的人口、放射性衰变以及资源消耗。如果细菌种群每小时翻倍,其随时间增长遵循r = 2的等比数列。相反,药物以每小时15%的速率从血液中清除,则遵循r = 0.85的等比数列。
3. Compound Interest and Annuity Models | 复利与年金模型
Compound interest is a classic geometric series model. If a principal P is invested at an annual interest rate of r (expressed as a decimal), compounded n times per year, the value after t years is A = P(1 + r/n)ⁿᵗ. When the compounding occurs annually, this reduces to A = P(1 + r)ᵗ, which is the formula for a GP with ratio (1 + r).
复利是经典的等比级数模型。如果本金P以年利率r(以小数表示)投资,每年复利n次,t年后的价值为A = P(1 + r/n)ⁿᵗ。当每年复利一次时,此式简化为A = P(1 + r)ᵗ,即比率为(1 + r)的等比数列公式。
More sophisticated annuity models involve a fixed deposit made at regular intervals. The future value of a series of payments can be treated as a finite geometric series. These models are central to financial mathematics and require careful setting up of the timing of each cash flow.
更复杂的年金模型涉及按固定间隔进行的定期存款。一系列支付的未来值可以视为有限等比级数。这些模型是金融数学的核心,需要仔细设定每次现金流的时间点。
4. Sum to Infinity: Convergence Conditions | 无穷项和:收敛条件
An infinite geometric series converges only when |r| < 1. In this case, the sum to infinity is given by S∞ = a/(1 − r). This result is extremely useful in modelling situations where repeated actions produce an eventual total, such as the total distance travelled by a bouncing ball.
无穷等比级数仅当|r| < 1时收敛。在这种情况下,无穷项和由S∞ = a/(1 − r)给出。这一结果在处理重复动作产生最终总量的情境中极为有用,例如弹跳球行进的总距离。
Convergence implies that a system with repeated proportional losses can approach a finite limit. Understanding the condition |r| < 1 is crucial for distinguishing between models that stabilise and those that diverge to infinity.
收敛意味着具有重复比例损失的系统可以接近有限极限。理解|r| < 1的条件对于区分能够稳定的模型与发散到无穷的模型至关重要。
5. The Bouncing Ball Problem | 弹跳球问题
A classic application of infinite geometric series is the bouncing ball. Consider a ball dropped from a height H that rebounds to a fraction e of its previous height upon each bounce. The total distance travelled is H plus twice the sum of all subsequent rebound heights: Total = H + 2(He + He² + He³ + …).
弹跳球问题是无穷等比级数的经典应用。考虑一个从高度H落下的球,每次弹跳到之前高度的e比例。其行进的总距离等于H加上之后所有反弹高度的两倍之和:Total = H + 2(He + He² + He³ + …)。
Since the series inside the parentheses is a GP with first term He and ratio e, the total is H + 2He/(1 − e), provided e < 1. This elegant result demonstrates how an infinite process can yield a finite quantity in a real-world context.
由于括号内的级数是首项为He、公比为e的等比数列,总距离为H + 2He/(1 − e),前提是e < 1。这一简洁的结果展示了无限过程如何在实际情境中产生有限数量。
6. Maclaurin Series as Approximation Models | 马克劳林级数作为近似模型
Beyond arithmetic and geometric series, A-Level further mathematics introduces Maclaurin series, which express functions as infinite polynomial-like series. The Maclaurin expansion for a function f(x) is f(x) = f(0) + f′(0)x + f″(0)x²/2! + f‴(0)x³/3! + …, valid for values of x within the radius of convergence.
在等差数列和等比数列之外,A-Level进阶数学引入了马克劳林级数,它将函数表示为无穷多项式的级数。函数f(x)的马克劳林展开为f(x) = f(0) + f′(0)x + f″(0)x²/2! + f‴(0)x³/3! + …,对收敛半径内的x值有效。
Modelling applications include approximating functions that are otherwise difficult to compute, such as eˣ, sin(x), and ln(1 + x) near zero. Truncating the series after a finite number of terms provides a polynomial approximation, which is often sufficient for engineering and physics problems where input values are small.
建模应用包括近似那些难以计算的函数,如eˣ、sin(x)和ln(1 + x)在零附近的值。在有限项后截断级数可以提供多项式近似,这通常足以满足输入值较小的工程和物理问题的需求。
7. Using Series to Solve Real-World Differential Equations | 用级数求解现实微分方程
Some real-world problems lead to differential equations that are difficult to solve analytically. In such cases, assuming a series solution of the form y = a₀ + a₁x + a₂x² + a₃x³ + … can yield an approximate polynomial solution. This technique is known as the power series method.
一些现实问题会导出难以解析求解的微分方程。在这种情况下,假设y = a₀ + a₁x + a₂x² + a₃x³ + …形式的级数解,可以给出近似多项式解。该技术称为幂级数法。
For example, the simple pendulum equation d²θ/dt² + (g/L)sin θ = 0 is non-linear. For small angles, replacing sin θ with its Maclaurin approximation θ − θ³/6 leads to a more tractable model, demonstrating how series facilitate mathematical modelling.
例如,单摆方程d²θ/dt² + (g/L)sin θ = 0是非线性的。对于小角度,用sin θ的马克劳林近似θ − θ³/6代替sin θ,可以得到更易处理的模型,这展示了级数如何促进数学建模。
8. Error Analysis in Truncated Series | 截断级数的误差分析
When a series is used as an approximation, quantifying the error introduced by truncation is essential. For an alternating series that satisfies the alternating series test, the error after n terms is less than or equal to the magnitude of the first omitted term. For a monotonically decreasing positive series, the error can be bounded using an appropriate integral.
当级数用作近似时,对截断引起的误差进行量化至关重要。对于满足交错级数检验的交错级数,在n项之后的误差小于或等于首个被忽略项的绝对值。对于单调递减的正项级数,可以使用适当的积分来界定误差范围。
In modelling contexts, engineers often need to decide how many terms of a series to keep so that the final output lies within a tolerance. Error analysis transforms a mathematical approximation into an engineering decision tool.
在建模环境中,工程师通常需要决定级数保留多少项,以使最终输出在容差范围内。误差分析将数学近似转化为工程决策工具。
9. Sigma Notation and Coding in Series Modelling | 西格玛记号与级数建模中的编码
Sigma notation provides a compact and unambiguous way to write series. The expression ∑(k=1 to n) aₖ describes the sum of the sequence aₖ from k = 1 to n. When modelling with large datasets, this notation is the bridge between mathematics and computational algorithms.
西格玛记号为书写级数提供了一种紧凑且明确的方式。表达式∑(k=1到n) aₖ描述了从k = 1到n的序列aₖ之和。在处理大型数据集建模时,这种记法是数学与计算算法之间的桥梁。
Modern scientific programming languages such as Python and R can evaluate series iteratively or vectorised, allowing modellers to test scenarios quickly. For instance, a loop that accumulates a running total is an algorithmic implementation of sigma notation.
现代科学编程语言如Python和R可以迭代或向量化地求级数,使建模者能够快速测试各种情景。例如,一个累加运行总计的循环就是西格玛记号的算法实现。
10. Categorising Exam Questions on Series Modelling | 级数建模考题分类
Examination questions on series modelling generally fall into three categories. The first involves directly identifying an AP or GP from a scenario and applying formulae. The second requires the construction of a more complex series model, such as the sum of the first n terms of a combined progression or a recurrence relation. The third involves the use of infinite series convergence and divergence reasoning.
关于级数建模的考题通常分为三类。第一类是直接从情境中识别等差或等比数列并套用公式。第二类需要构建更复杂的级数模型,例如组合数列的前n项和或递推关系。第三类涉及无穷级数收敛与发散推理的运用。
To score well, candidates must carefully interpret the wording to determine whether the situation involves a common difference or a common ratio. Paying attention to whether the question asks for the sum of the first n terms or the sum to infinity is equally crucial, as using the wrong formula is a frequent source of errors.
要取得高分,考生必须仔细理解题意,以确定情境涉及的是公差还是公比。同时,注意题目询问的是前n项和还是无穷项和也同样关键,因为使用错误公式是常见失分点。
11. Worked Example: Population with Predation | 例题:含捕食的种群模型
Consider a population of 5,000 animals that grows by 8% each year, but a predator removes a fixed number of 300 animals annually at the end of each year. Determine the population at the end of year 3.
考虑一个由5,000只动物组成的种群,每年增长8%,但捕食者在每年年底固定捕食300只。求第3年年底的种群数量。
At the end of year 1: P₁ = 5000 × 1.08 − 300 = 5100. At the end of year 2: P₂ = 5100 × 1.08 − 300 = 5208. At the end of year 3: P₃ = 5208 × 1.08 − 300 = 5324.64. This mixed model uses a geometric step followed by an arithmetic decrement, illustrating the combined nature of realistic population dynamics.
第1年年底:P₁ = 5000 × 1.08 − 300 = 5100。第2年年底:P₂ = 5100 × 1.08 − 300 = 5208。第3年年底:P₃ = 5208 × 1.08 − 300 = 5324.64。这个混合模型使用等比增长步骤后接等差递减,说明了现实种群动态的组合性质。
12. Worked Example: Annuity with Equal Payments | 例题:等额支付年金
A student invests £500 at the end of every year into an account paying 4% annual interest. Find how much is accumulated immediately after the 10th payment.
一名学生每年年底向年利率为4%的账户存入£500。求在第10次付款后立即累计的总金额。
The first payment earns interest for 9 years at the moment the 10th payment is made. The total accumulated is 500(1.04⁹ + 1.04⁸ + … + 1.04 + 1). This is a GP with first term 500, ratio 1.04, and 10 terms. Using Sₙ = 500(1.04¹⁰ − 1)/(1.04 − 1), we have S₁₀ ≈ 500 × 12.0061 ≈ 6003.05. Thus the accumulated amount is approximately £6003.05.
在第10次支付时,第一笔支付已赚取9年利息。总累计金额为500(1.04⁹ + 1.04⁸ + … + 1.04 + 1)。这是首项为500、公比为1.04、共10项的等比数列。使用Sₙ = 500(1.04¹⁰ − 1)/(1.04 − 1),可得S₁₀ ≈ 500 × 12.0061 ≈ 6003.05。因此累计金额约为£6003.05。
Conclusion | 总结
Series are indispensable in the mathematical modelling of real-world phenomena. Whether dealing with a simple linear pattern or a rapidly changing exponential process, choosing the correct type of series and applying the appropriate formula is a core skill in A-Level Mathematics. Infinite series, approximation methods, and error bounds extend the modeller’s ability to handle complex practical problems with confidence.
级数在现实世界现象的数学建模中不可或缺。无论是处理简单的线性模式还是快速变化的指数过程,选择正确的级数类型并应用适当的公式是A-Level数学的核心技能。无穷级数、近似方法和误差界扩展了建模者自信处理复杂实际问题的能力。
By practising problems that involve interpreting context, setting up series, and evaluating sums — both finite and infinite — you will develop a robust toolkit for both examination success and future scientific studies.
通过练习涉及理解情境、建立级数以及评估有限项和无穷项和的问题,您将建立一套强大的工具包,既有助于考试成功,也支持未来的科学研究。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导