Mastering the nth Term Formula: Derivation and Real-World Applications | 数列通项公式:推导方法与实际应用

📚 Mastering the nth Term Formula: Derivation and Real-World Applications | 数列通项公式:推导方法与实际应用

Sequences appear everywhere in mathematics, from simple lists of numbers to complex models of population growth. The nth term formula is a powerful tool that lets us find any term in a sequence without listing all the previous terms. In this article, we will explore how to derive these formulas step by step, and see how they apply to real-life situations.

数列在数学中无处不在,从简单的数字列表到复杂的人口增长模型。通项公式是一种强大的工具,它让我们无需一一列出前面的项,就能直接求出数列中的任意一项。在本文中,我们将逐步探讨如何推导这些公式,并了解它们在现实生活中的应用。


1. What is a Sequence and the nth Term | 什么是数列与通项公式

A sequence is an ordered list of numbers, such as 3, 7, 11, 15, … Each number in the sequence is called a term. The first term is usually written as a₁, the second term as a₂, and the general term — the one in position n — is written as aₙ. The nth term formula is an expression in terms of n that gives the value of aₙ directly.

数列是按顺序排列的一组数,例如 3, 7, 11, 15, … 。数列中的每一个数称为一项。第一项通常写作 a₁,第二项写作 a₂,而一般项——即第 n 项——写作 aₙ。通项公式是一个关于 n 的表达式,可以直接给出 aₙ 的值。

For example, for the sequence 2, 4, 6, 8, …, the nth term is 2n. When n = 1, we get 2; when n = 5, we get 10. This simple idea forms the foundation of all sequence work in IGCSE Mathematics.

例如,对于数列 2, 4, 6, 8, … ,其通项为 2n。当 n = 1 时,得到 2;当 n = 5 时,得到 10。这个简单的想法构成了IGCSE数学中所有数列问题的基础。


2. Deriving the nth Term of an Arithmetic Sequence | 等差数列通项公式的推导

An arithmetic sequence has a constant difference between consecutive terms. This difference is called the common difference, usually denoted by d. If the first term is a₁, then the terms can be written as a₁, a₁ + d, a₁ + 2d, a₁ + 3d, and so on.

等差数列的相邻两项之差是一个常数。这个差称为公差,通常用 d 表示。若首项为 a₁,则各项可以写成 a₁, a₁ + d, a₁ + 2d, a₁ + 3d, … 依此类推。

By examining the pattern, we see that the coefficient of d is always one less than the term position. Therefore, the nth term is given by:

aₙ = a₁ + (n − 1)d

Let us derive this formula using the sequence 5, 9, 13, 17, … . Here a₁ = 5 and d = 4. Substituting into the formula gives aₙ = 5 + (n − 1) × 4 = 4n + 1. Check: when n = 3, the formula gives 4 × 3 + 1 = 13, which matches the third term.

让我们用数列 5, 9, 13, 17, … 来推导这个公式。这里 a₁ = 5,d = 4。代入公式得到 aₙ = 5 + (n − 1) × 4 = 4n + 1。验证:当 n = 3 时,公式给出 4 × 3 + 1 = 13,与第三项一致。

Term position n 1 2 3 4
Term value aₙ 5 9 13 17
Difference 4 4 4

The key steps are: identify a₁, find d by subtracting consecutive terms, then substitute into the formula. Always check your result by testing at least two terms.

关键步骤是:确定 a₁,通过相邻项相减求出 d,然后代入公式。务必通过至少检验两项来确认结果。


3. Deriving the nth Term of a Geometric Sequence | 等比数列通项公式的推导

A geometric sequence has a constant ratio between consecutive terms. This ratio is called the common ratio, usually denoted by r. If the first term is a₁, then the sequence is a₁, a₁r, a₁r², a₁r³, … .

等比数列的相邻两项之比是一个常数。这个比称为公比,通常用 r 表示。若首项为 a₁,则数列为 a₁, a₁r, a₁r², a₁r³, … 。

Notice that the exponent of r is always one less than the term position. Thus the nth term is:

aₙ = a₁ × rⁿ⁻¹

Consider the sequence 2, 6, 18, 54, … . The first term is a₁ = 2 and the common ratio is r = 6 ÷ 2 = 3. Therefore aₙ = 2 × 3ⁿ⁻¹. To verify, when n = 4, the formula gives 2 × 3³ = 2 × 27 = 54, which is exactly the fourth term.

考虑数列 2, 6, 18, 54, … 。首项 a₁ = 2,公比 r = 6 ÷ 2 = 3。因此 aₙ = 2 × 3ⁿ⁻¹。验证:当 n = 4 时,公式给出 2 × 3³ = 2 × 27 = 54,正好是第四项。

To find r, divide any term by the term before it. Be careful with negative ratios: the sequence 3, -6, 12, -24, … has r = -2, and the formula aₙ = 3 × (-2)ⁿ⁻¹ correctly alternates in sign.

要求 r,只需将任意一项除以前一项。注意负公比的情况:数列 3, -6, 12, -24, … 的公比为 r = -2,通项 aₙ = 3 × (-2)ⁿ⁻¹ 能正确反映符号的交替变化。


4. Second-Order Sequences: The Quadratic nth Term | 二阶数列:二次通项公式

Not all sequences are arithmetic or geometric. Some follow a quadratic pattern, where the second differences are constant. A quadratic nth term has the general form an² + bn + c.

并非所有数列都是等差或等比。有些数列遵循二次模式,其二阶差分为常数。二次通项的一般形式为 an² + bn + c。

For example, take the sequence 3, 6, 11, 18, 27, … . The first differences are 3, 5, 7, 9, and the second differences are all 2. Because the second difference is 2, the coefficient a equals half of that, so a = 1.

例如,数列 3, 6, 11, 18, 27, … 。一阶差分为 3, 5, 7, 9,二阶差分均为 2。因为二阶差分是 2,所以二次项系数 a 等于它的一半,即 a = 1。

To find b and c, we subtract n² from each term. For n = 1, 2, 3, we have n² = 1, 4, 9. Subtracting gives 2, 2, 2, which is the constant sequence b + c = 2 and the first difference of the remaining sequence is 0. So b = 0 and c = 2. The nth term is n² + 2.

为了求 b 和 c,我们从每一项中减去 n²。当 n = 1, 2, 3 时,n² = 1, 4, 9。相减后得到 2, 2, 2,这是一个常数序列,说明 b + c = 2,且剩余序列的一阶差分为 0,因此 b = 0,c = 2。通项为 n² + 2。

A systematic method is to use the formula:

aₙ = ½(second difference) × n² + bn + c

Then solve for b and c using the first two or three terms.

然后利用前两项或前三项求解 b 和 c。


5. Using the Difference Method to Find the nth Term | 用差分法求通项公式

The difference method is a reliable technique for any sequence where the differences follow a clear pattern. Write the terms in a row, then compute the differences between consecutive terms below them. Continue until a constant row appears.

差分法是一种可靠的方法,适用于差分呈现明显规律的任意数列。将各项写在一行,然后在下方计算相邻项的差。重复该过程,直到出现常数行。

If the first differences are constant, the nth term is linear: aₙ = pn + q. If the second differences are constant, the nth term is quadratic: aₙ = an² + bn + c.

如果一阶差分恒定,通项为线性:aₙ = pn + q。如果二阶差分恒定,通项为二次:aₙ = an² + bn + c。

  • Linear: 2, 5, 8, 11 → first differences 3, 3, 3 → aₙ = 3n − 1
  • Quadratic: 1, 4, 9, 16 → second difference 2 → aₙ = n²
  • Cubic: 1, 8, 27, 64 → third difference 6 → aₙ = n³

In general, if the k-th differences are constant, the sequence follows a polynomial of degree k.

一般地,若第 k 阶差分为常数,则数列遵循 k 次多项式规律。


6. Verifying a Derived nth Term Formula | 验证推导出的通项公式

Once you have derived a formula, always verify it before using it. Substitute n = 1, 2, 3 into your formula and check that the results match the original sequence. This simple check catches most algebraic errors.

一旦推导出公式,先验证再用。将 n = 1, 2, 3 代入公式,检查结果是否与原数列一致。这个简单的检查能发现大部分代数错误。

Suppose you derive aₙ = 2n² − n + 3 for the sequence 4, 9, 18, 31, … . Testing n = 1 gives 2 − 1 + 3 = 4; n = 2 gives 8 − 2 + 3 = 9; n = 3 gives 18 − 3 + 3 = 18. All match, so the formula is very likely correct.

假设你为数列 4, 9, 18, 31, … 推导出 aₙ = 2n² − n + 3。代入 n = 1 得 2 − 1 + 3 = 4;n = 2 得 8 − 2 + 3 = 9;n = 3 得 18 − 3 + 3 = 18。全部吻合,因此公式很可能是正确的。

Also check the difference pattern: for a quadratic formula, the second difference should equal 2 × the coefficient of n². This provides an additional independent check.

还可以检查差分规律:对于二次公式,二阶差分应等于 2 × n² 的系数。这提供了另一种独立的验证方法。


7. Real-Life Application: Savings and Loans | 实际应用:储蓄与贷款

Arithmetic sequences model situations where a fixed amount is added or subtracted regularly. For example, if you save £50 each month starting with £200, your balance after n months is aₙ = 200 + 50(n − 1) = 150 + 50n.

等差数列用于建模定期增加或减少固定数量的情形。例如,如果你每个月存入50英镑,初始余额为200英镑,则 n 个月后的余额为 aₙ = 200 + 50(n − 1) = 150 + 50n。

This formula allows you to predict your savings at any future month without creating a full table. After 12 months, a₁₂ = 150 + 50 × 12 = 750 pounds.

这个公式让你无需制作完整表格,就能预测未来任意月份的储蓄额。12个月后,a₁₂ = 150 + 50 × 12 = 750英镑。

Similarly, a loan repaid in equal installments can be described using an arithmetic sequence. If you owe £3000 and pay off £250 per month, the remaining debt after n payments is aₙ = 3000 − 250(n − 1).

类似地,等额分期偿还的贷款也可以用等差数列描述。如果你欠款3000英镑,每月还款250英镑,则 n 次还款后的剩余债务为 aₙ = 3000 − 250(n − 1)。


8. Real-Life Application: Population Growth and Decay | 实际应用:人口增长与衰减

Geometric sequences describe situations where a quantity grows or shrinks by a fixed percentage each period. If a population of 500 bacteria doubles every hour, then after n hours the population is aₙ = 500 × 2ⁿ⁻¹.

等比数列描述数量按固定百分比增长或衰减的情形。如果500个细菌每小时翻倍,则 n 小时后种群数量为 aₙ = 500 × 2ⁿ⁻¹。

This is an example of exponential growth. After 8 hours, the population reaches a₈ = 500 × 2⁷ = 64,000. The formula is compact but captures enormous changes over time.

这是指数增长的例子。8小时后,种群数量达到 a₈ = 500 × 2⁷ = 64,000。公式非常简洁,却捕捉到了时间推移带来的巨大变化。

Decay works the same way. A radioactive substance with an initial mass of 100 g and a half-life of 5 years follows aₙ = 100 × (½)ⁿ⁻¹ after n periods of 5 years. After 4 periods, a₄ = 100 × (½)³ = 12.5 g.

衰减也是同理。初始质量为100克、半衰期为5年的放射性物质,在 n 个5年周期后的质量遵循 aₙ = 100 × (½)ⁿ⁻¹。经过4个周期后,a₄ = 100 × (½)³ = 12.5克。


9. Real-Life Application: Patterns in Construction and Design | 实际应用:建筑与设计中的图案

Geometric patterns in tiling, architecture, and art often follow sequences. Consider a staircase made of square tiles: the bottom row has 5 tiles, each row above has one fewer tile. The number of tiles in row n is aₙ = 5 − (n − 1) = 6 − n.

瓷砖铺设、建筑和艺术中的几何图案常遵循数列规律。考虑一个用方形瓷砖搭建的楼梯:最底层有5块瓷砖,往上每层少一块。第 n 层的瓷砖数为 aₙ = 5 − (n − 1) = 6 − n。

The total number of tiles needed can be found by adding the first few terms, but the nth term helps calculate each layer individually. This type of reasoning appears in design planning and resource estimation.

所需瓷砖总数可以通过将前几项相加得到,但通项公式帮助我们单独计算每一层。这种推理方式出现在设计规划和资源估算中。

In computer graphics, repeating geometric transformations use geometric sequences to create zoom effects and fractal patterns. The position or scale of each iteration follows aₙ = a₁ × rⁿ⁻¹.

在计算机图形学中,重复的几何变换利用等比数列实现缩放效果和分形图案。每次迭代的位置或比例遵循 aₙ = a₁ × rⁿ⁻¹。


10. Common Exam Questions and Problem-Solving Strategies | 常见考试题型与解题策略

IGCSE exams often ask you to find the nth term from a given sequence, or to use a formula to find a specific term. Another frequent task is to determine whether a given number belongs to a sequence by solving for n.

IGCSE考试常见的题型包括:从给定数列求通项,或利用公式求特定项。另一种常见任务是判断某个数是否属于该数列,即解出 n。

For example, given the sequence 7, 11, 15, 19, …, find which term equals 43. Here aₙ = 4n + 3. Set 4n + 3 = 43, giving n = 10. Since n is a positive integer, 43 is indeed the 10th term.

例如,对于数列 7, 11, 15, 19, … ,求哪一项等于43。这里 aₙ = 4n + 3。令 4n + 3 = 43,得 n = 10。由于 n 为正整数,43确实是第10项。

  • Always write down a₁ and d or r first
  • Use the appropriate formula: linear, quadratic, or geometric
  • Substitute and rearrange carefully when solving for n
  • Check with at least one given term

记住:先写出 a₁ 和 d 或 r;选择合适的公式类型;解 n 时仔细代入和变形;用至少一个已知项进行验证。


Mastering the nth term formula is not just about memorising equations. It is about understanding patterns, deriving rules from data, and applying them to predict future values. With practice, you will be able to handle any sequence problem with confidence.

掌握通项公式不仅仅是记住方程。它关乎理解模式、从数据中推导规律,并应用这些规律预测未来值。通过练习,你将能够自信地处理任何数列问题。

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