📚 Number Patterns and Sequences | 数列与规律
Have you ever noticed how mathematics often hides in beautiful patterns? From the stripes on a zebra to the rhythm of a song, patterns surround us. In this lesson, we build on the pattern recognition skills first introduced in early childhood education — such as Grade K Lesson 15-3 — and expand them into the formal language of sequences used in IGCSE Mathematics.
你是否曾注意到数学常常隐藏在优美的规律之中?从斑马身上的条纹到歌曲的节奏,规律无处不在。本课我们将从早期教育中初步接触的规律识别技能(如幼儿园 K 年级第 15 课第 3 节)出发,拓展到 IGCSE 数学中正式的数列语言。
1. What Is a Sequence? | 什么是数列?
A sequence is an ordered list of numbers that follow a specific rule. Each number in the list is called a term, usually denoted by a letter with a subscript, such as a₁, a₂, a₃ and so on.
数列是按照特定规则排列的一组有序数字。列表中的每个数字称为一项,通常用带下标的字母表示,如 a₁、a₂、a₃ 等等。
For example, the sequence 3, 6, 9, 12, … follows the rule “add 3 each time”. The three dots indicate that the pattern continues forever.
例如,数列 3, 6, 9, 12, … 遵循”每次加 3″的规则。三个点表示该规律无限延续。
There are two main types of sequences you must know for IGCSE: arithmetic sequences and geometric sequences. Both appear frequently in exam papers and real-world applications.
IGCSE 考试中必须掌握两类主要数列:等差数列和等比数列。两者在试卷和实际应用中均频繁出现。
2. Arithmetic Sequences | 等差数列
An arithmetic sequence is one in which the difference between consecutive terms is constant. This constant is called the common difference, denoted by d.
等差数列是指相邻两项之差为常数的数列。这个常数称为公差,用 d 表示。
To find the common difference, subtract any term from the term that follows it:
求公差的方法是用后一项减去前一项:
d = aₙ₊₁ − aₙ
Consider the sequence 5, 8, 11, 14, … Here d = 8 − 5 = 3, and each term increases by 3.
以数列 5, 8, 11, 14, … 为例,d = 8 − 5 = 3,每一项增加 3。
The nth term of an arithmetic sequence is given by the formula:
等差数列的第 n 项由以下公式给出:
aₙ = a₁ + (n − 1) × d
where a₁ is the first term, n is the term number, and d is the common difference. For example, the 10th term of 5, 8, 11, 14, … is a₁₀ = 5 + (10 − 1) × 3 = 5 + 27 = 32.
其中 a₁ 是首项,n 是项数,d 是公差。例如,数列 5, 8, 11, 14, … 的第 10 项为 a₁₀ = 5 + (10 − 1) × 3 = 5 + 27 = 32。
3. Geometric Sequences | 等比数列
A geometric sequence is one in which the ratio between consecutive terms is constant. This constant is called the common ratio, denoted by r.
等比数列是指相邻两项之比为常数的数列。这个常数称为公比,用 r 表示。
To find the common ratio, divide any term by the previous term:
求公比的方法是用后一项除以前一项:
r = aₙ₊₁ ÷ aₙ
For example, in the sequence 2, 6, 18, 54, … we have r = 6 ÷ 2 = 3, so each term is multiplied by 3.
例如,在数列 2, 6, 18, 54, … 中,r = 6 ÷ 2 = 3,每一项都乘以 3。
The nth term of a geometric sequence is given by:
等比数列的第 n 项公式为:
aₙ = a₁ × rⁿ⁻¹
For the sequence 2, 6, 18, 54, … the 6th term is a₆ = 2 × 3⁵ = 2 × 243 = 486. Notice that the ratio r is raised to the power (n − 1), not n.
对于数列 2, 6, 18, 54, …,第 6 项为 a₆ = 2 × 3⁵ = 2 × 243 = 486。注意公比 r 的指数是 (n − 1),而不是 n。
4. Finding the nth Term | 求第 n 项
Exam questions often give you the first few terms and ask you to find the nth term. The most common case is a linear sequence, which is simply an arithmetic sequence.
考试题目常常给出前几项,要求你求第 n 项。最常见的情况是线性数列,即等差数列。
For a linear sequence, the nth term has the form aₙ = kn + c, where k is the common difference and c is a constant. The value of c is found by substituting the first term.
对于线性数列,第 n 项的形式为 aₙ = kn + c,其中 k 是公差,c 是常数。将首项代入即可求得 c 的值。
Let us find the nth term of 7, 10, 13, 16, … The common difference is 3, so k = 3. Using the first term: 7 = 3 × 1 + c, giving c = 4. Therefore aₙ = 3n + 4.
我们来求数列 7, 10, 13, 16, … 的第 n 项。公差为 3,所以 k = 3。代入首项:7 = 3 × 1 + c,得 c = 4。因此 aₙ = 3n + 4。
You can check your answer by substituting n = 2: 3 × 2 + 4 = 10, which matches the second term. Always verify with at least two terms.
你可以代入 n = 2 来检验:3 × 2 + 4 = 10,与第二项一致。务必用至少两项进行验证。
5. Special Sequences | 特殊数列
In addition to arithmetic and geometric sequences, IGCSE requires familiarity with several special sequences:
除等差和等比数列外,IGCSE 还要求掌握以下特殊数列:
-
Square numbers: 1, 4, 9, 16, 25, … The nth term is aₙ = n².
平方数:1, 4, 9, 16, 25, … 第 n 项为 aₙ = n²。
-
Cube numbers: 1, 8, 27, 64, … The nth term is aₙ = n³.
立方数:1, 8, 27, 64, … 第 n 项为 aₙ = n³。
-
Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, … Each term is the sum of the two preceding terms.
斐波那契数列:1, 1, 2, 3, 5, 8, 13, … 每一项都是前两项之和。
-
Triangular numbers: 1, 3, 6, 10, 15, … The nth term is aₙ = n(n + 1) ⁄ 2.
三角数:1, 3, 6, 10, 15, … 第 n 项为 aₙ = n(n + 1) ⁄ 2。
The Fibonacci sequence is especially famous because it appears in nature, from the arrangement of sunflower seeds to the spirals of seashells.
斐波那契数列尤为著名,它出现在自然界中,从向日葵种子的排列到海螺的螺旋结构都能找到它的身影。
6. Series and Summation | 级数与求和
When you add the terms of a sequence together, you form a series. The sum of the first n terms is denoted by Sₙ.
将数列的各项相加,就构成了级数。前 n 项之和记为 Sₙ。
For an arithmetic series, the sum formula is:
等差数列的求和公式为:
Sₙ = n ⁄ 2 × [2a₁ + (n − 1)d]
An alternative form is Sₙ = n × (a₁ + aₙ) ⁄ 2, which is convenient when you know the last term. For example, the sum of the first 20 terms of 5, 8, 11, … is S₂₀ = 20 ⁄ 2 × [2 × 5 + 19 × 3] = 10 × 67 = 670.
另一种形式为 Sₙ = n × (a₁ + aₙ) ⁄ 2,在已知末项时更为方便。例如,数列 5, 8, 11, … 的前 20 项之和为 S₂₀ = 20 ⁄ 2 × [2 × 5 + 19 × 3] = 10 × 67 = 670。
For a geometric series, the sum of the first n terms is:
等比数列前 n 项之和为:
Sₙ = a₁ × (1 − rⁿ) ⁄ (1 − r) for r ≠ 1
This formula is essential when dealing with exponential growth or decay, such as population growth or radioactive decay in science.
该公式在处理指数增长或衰减(如人口增长或科学中的放射性衰变)时至关重要。
7. Real-Life Applications | 现实应用
Sequences are not just abstract math — they model a wide range of practical situations. Savings accounts, loan repayments, and salary increments all follow arithmetic or geometric patterns.
数列并非抽象的数学概念,现实中有广泛的应用。储蓄账户、贷款还款和工资增长都遵循等差或等比模式。
Consider a person saving money by depositing £50 more each month. If they start with £100, their monthly deposits form an arithmetic sequence: 100, 150, 200, 250, … After 12 months, the total saved can be found using the series formula.
设想一个人每月多存 50 英镑。若他初始存入 100 英镑,则每月存款构成等差数列:100, 150, 200, 250, … 12 个月后的总存款可用级数公式求出。
Geometric sequences appear in interest calculations. If a bank pays compound interest of 5% per year, a principal of £1000 grows as 1000, 1050, 1102.5, … This is a geometric sequence with r = 1.05.
等比数列出现在利息计算中。如果银行每年支付 5% 的复利,1000 英镑本金按 1000, 1050, 1102.5, … 增长,这就是公比 r = 1.05 的等比数列。
Understanding these patterns helps you solve word problems quickly and interpret the results meaningfully.
理解这些规律有助于快速解决文字应用题,并能有意义地解读结果。
8. Common Mistakes and Exam Tips | 常见错误与应试技巧
Students frequently confuse the common difference d with the common ratio r. Remember: arithmetic uses addition (difference), geometric uses multiplication (ratio).
学生经常混淆公差 d 和公比 r。记住:等差数列使用加法(差),等比数列使用乘法(比)。
-
Mistake 1: Using the wrong formula. Check whether the question asks for the nth term or the sum Sₙ.
错误一:用错公式。先确认题目要求的是第 n 项还是和 Sₙ。
-
Mistake 2: Incorrect index in geometric sequences. Use rⁿ⁻¹, not rⁿ, for the nth term.
错误二:等比数列的指数错误。第 n 项应使用 rⁿ⁻¹,而非 rⁿ。
-
Mistake 3: Forgetting to simplify the sum formula when r is a fraction.
错误三:当公比为分数时,忘记化简求和公式。
A useful strategy is to write down all known values before attempting a solution. Label a₁, d or r, and n clearly. Then choose the appropriate formula and substitute carefully.
一个实用的策略是动笔前先列出所有已知量。清晰标出 a₁、d 或 r,以及 n。然后选择适当的公式并仔细代入。
Always check your answer by computing the first few terms manually. A final term that fits the sequence is strong evidence that your nth term formula is correct.
务必通过手动计算前几项来检验答案。若结果与数列吻合,则第 n 项公式大概率正确。
9. Practice Problems | 练习题
Work through these problems to solidify your understanding:
完成以下练习以巩固理解:
-
Find the 15th term of the arithmetic sequence 4, 9, 14, 19, …
求等差数列 4, 9, 14, 19, … 的第 15 项。
-
The first term of a geometric sequence is 3 and the common ratio is 2. Find the 8th term.
某等比数列首项为 3,公比为 2,求第 8 项。
-
Find the nth term of the sequence 1, 5, 9, 13, … and hence find the 20th term.
求数列 1, 5, 9, 13, … 的第 n 项,进而求第 20 项。
-
Calculate the sum of the first 12 terms of the series 2, 6, 10, 14, …
计算级数 2, 6, 10, 14, … 前 12 项之和。
-
A geometric series has first term 100 and common ratio 0.8. Find the sum of the first 5 terms.
一个等比级数首项为 100,公比为 0.8,求前 5 项之和。
Take your time and show each step. Partial marks are awarded in exams for correct methods even if the final answer is wrong.
请仔细作答并写出每个步骤。考试中即使最终答案有误,正确的方法也能获得部分分数。
10. Summary | 总结
In this lesson, we have explored the essential concepts of number patterns and sequences: arithmetic sequences with a constant difference, geometric sequences with a constant ratio, their nth term formulas, and their series summations.
本课我们探讨了数列与规律的核心概念:具有恒定公差的等差数列、具有恒定公比的等比数列、它们的第 n 项公式及级数求和。
From the early pattern recognition taught in Grade K, students progress to solving complex problems involving sequences and series at the IGCSE level. The logical thinking developed through this progression is invaluable for mathematics and beyond.
从幼儿园阶段学习的基础规律识别,到 IGCSE 阶段解决复杂的数列与级数问题,这一逻辑思维的发展过程对数学及其他学科都极具价值。
Master these formulas, practice regularly, and you will approach any sequence question with confidence. Remember to check whether each problem involves an arithmetic or geometric pattern before applying a formula.
掌握这些公式,定期练习,你就能自信地应对任何数列题目。记住在套用公式前,先判断题目涉及等差还是等比模式。
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