📚 IGCSE Maths: Sequences and Series – Key Points | IGCSE 数学:数列与级数 考点精讲
Sequences and series form a fundamental part of the IGCSE Maths syllabus. Understanding how patterns of numbers behave, and being able to find a specific term or the sum of several terms, is not only essential for the exam but also serves as a building block for further study in algebra and calculus. This revision guide breaks down arithmetic and geometric sequences and series, explains the key formulas, and highlights common pitfalls to help you master the topic.
数列与级数是 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. We often denote the first term as u1 or a, and the n-th term (general term) as un. The rule can link one term to the next (a term-to-term rule) or define the n-th term directly based on its position (a position-to-term rule).
数列是一个按照特定规则排列的有序数字列表。列表中的每个数字称为项。通常我们用 u1 或 a 表示首项,用 un 表示第 n 项(通项)。规则可以是从一项到下一项的递推关系(项间规则),也可以是基于位置直接给出第 n 项的通项公式(位值规则)。
For example, the sequence 5, 8, 11, 14, … has a term-to-term rule of ‘add 3’. Its position-to-term rule can be written as un = 3n + 2. Recognising whether a sequence is arithmetic, geometric, or neither is the first step in any question.
例如,数列 5, 8, 11, 14, … 的项间规则是“加 3”。它的位值规则可以写为 un = 3n + 2。在任何题目中,首先要判断一个数列是等差数列、等比数列,还是其它类型。
2. Types of Sequences | 数列的类型
In IGCSE, you need to be familiar with several common types of sequences. The most important are arithmetic and geometric sequences. Other patterns you may encounter include square numbers, cube numbers, triangular numbers, and the Fibonacci sequence where each term is the sum of the two preceding terms.
在 IGCSE 中,你需要熟悉几种常见的数列类型。最重要的是等差数列和等比数列。此外,你可能还会遇到平方数、立方数、三角数以及斐波那契数列(每一项是前两项之和)等模式。
An arithmetic sequence has a constant difference between consecutive terms. A geometric sequence has a constant ratio between consecutive terms. Being able to distinguish these quickly will save time in the exam. Always check by subtracting or dividing adjacent terms.
等差数列的相邻两项之差为常数。等比数列的相邻两项之比为常数。能够快速区分它们可以节省考试时间。始终通过减法或除法检验相邻项来判断。
3. Arithmetic Sequences – nth Term | 等差数列 – 第n项
An arithmetic sequence is defined by its first term a and common difference d. The n-th term is given by the formula:
等差数列由其首项 a 和公差 d 定义。第 n 项由以下公式给出:
an = a + (n – 1)d
Here a is the first term, d is the common difference, and n is the position number. You can use this formula to find any term directly, or to set up equations to find unknown values if given two non-consecutive terms.
其中 a 为首项,d 为公差,n 为项的位置序号。你可以使用该公式直接求出任意一项,或者已知两个不相邻的项建立方程求解未知数。
For instance, in the sequence 7, 10, 13, 16, …, a = 7 and d = 3. The 20th term is a20 = 7 + (20-1)×3 = 7 + 57 = 64. Make sure that the value of n is substituted correctly and that you multiply (n-1) by d before adding a.
例如,在数列 7, 10, 13, 16, … 中,a = 7,d = 3。第 20 项为 a20 = 7 + (20-1)×3 = 7 + 57 = 64。确保正确代入 n 的值,并且在加 a 之前先将 d 乘以 (n-1)。
4. Arithmetic Series – Sum of Terms | 等差级数 – 各项之和
When you add the terms of an arithmetic sequence, you create an arithmetic series. The sum of the first n terms, denoted Sn, can be calculated using one of two equivalent formulas:
将等差数列的各项相加,就得到等差级数。前 n 项之和,记作 Sn,可以使用两个等价公式之一进行计算:
Sn = n/2 [2a + (n – 1)d] or Sn = n/2 (a + l)
Here l is the last term of the sequence up to n terms. The second formula is handy when you already know the first and last terms. Always check which information is provided in the question.
其中 l 是数列前 n 项中的最后一项。第二个公式在你已知首项和末项时非常方便。始终注意题目给出了哪些信息。
For example, to find the sum of the first 15 terms of 4 + 7 + 10 + … , we use a = 4, d = 3, n = 15. S15 = 15/2 [2×4 + (15-1)×3] = 7.5 [8 + 42] = 7.5 × 50 = 375. Practise this formula carefully to avoid arithmetic errors.
例如,求 4 + 7 + 10 + … 前 15 项之和,使用 a = 4,d = 3,n = 15。S15 = 15/2 [2×4 + (15-1)×3] = 7.5 [8 + 42] = 7.5 × 50 = 375。仔细练习该公式,避免计算错误。
5. Geometric Sequences – nth Term | 等比数列 – 第n项
A geometric sequence has a constant ratio between successive terms, called the common ratio r. The first term is a. The n-th term is expressed as:
等比数列的相邻项之比为常数,称为公比 r。首项为 a。第 n 项表示为:
an = a rn-1
Note that the power is (n-1), not n. This is a common source of mistakes. The ratio r can be positive or negative, leading to sequences that alternate in sign or grow quickly. To find r, divide any term by the previous term.
注意指数是 (n-1) 而不是 n。这是一个常见的错误来源。公比 r 可以是正数或负数,导致数列符号交替或迅速增长。求 r 时,用任意一项除以前一项。
Consider the sequence 3, 6, 12, 24, … . Here a = 3 and r = 2. The 8th term is a8 = 3 × 27 = 3 × 128 = 384. If the sequence is 5, -10, 20, -40, …, r = -2, and terms will oscillate between positive and negative.
考虑数列 3, 6, 12, 24, …。这里 a = 3,r = 2。第 8 项为 a8 = 3 × 27 = 3 × 128 = 384。如果数列是 5, -10, 20, -40, …,则 r = -2,各项将在正负之间交替。
6. Geometric Series – Sum of Terms | 等比级数 – 各项之和
The sum of the first n terms of a geometric sequence is given by:
等比数列前 n 项之和由下式给出:
Sn = a(1 – rn) / (1 – r), r ≠ 1
Alternatively, if you prefer to avoid a negative numerator, you can use Sn = a(rn – 1) / (r – 1). Both forms are valid; choose whichever makes the numbers easier to handle. This formula is essential for solving problems involving total amounts after compound interest or repeated growth.
或者,如果你希望避免分子为负,可以使用 Sn = a(rn – 1) / (r – 1)。两种形式均有效,选择能让数值计算更简便的那一种。这个公式对于解决复利或重复增长后总金额的问题至关重要。
Example: Find the sum of the first 6 terms of 2 + 6 + 18 + … . Here a = 2, r = 3, n = 6. S6 = 2(1 – 36)/(1 – 3) = 2(1 – 729)/(-2) = 2(-728)/(-2) = 728. Making a quick check by adding manually for small n can confirm your calculation.
示例:求 2 + 6 + 18 + … 前 6 项之和。这里 a = 2,r = 3,n = 6。S6 = 2(1 – 36)/(1 – 3) = 2(1 – 729)/(-2) = 2(-728)/(-2) = 728。对于较小的 n,可以手动加和验证计算。
7. Infinite Geometric Series | 无限等比级数
When the common ratio satisfies |r| < 1, the terms of a geometric sequence become smaller and smaller, and the sum of all infinite terms approaches a finite limit. This sum to infinity is given by:
当公比满足 |r| < 1 时,等比数列的项变得越来越小,所有无穷项之和趋近于一个有限值。这个无穷和由下式给出:
S∞ = a / (1 – r)
It is only defined when -1 < r < 1. If |r| ≥ 1, the sum diverges (grows without bound) and has no finite sum to infinity. In exam questions, look for phrases like ‘sum to infinity’ or ‘the series converges’.
该公式仅在 -1 < r < 1 时有定义。如果 |r| ≥ 1,则和发散(无限增长),不存在有限的无穷和。在考题中,留意“无穷和”或“级数收敛”等表述。
For example, consider the series 12 + 6 + 3 + 1.5 + … . Here a = 12, r = 0.5. The sum to infinity is S∞ = 12 / (1 – 0.5) = 12 / 0.5 = 24. Notice that the sum to infinity is larger than the first term but finite.
例如,考虑级数 12 + 6 + 3 + 1.5 + … 。这里 a = 12,r = 0.5。无穷和为 S∞ = 12 / (1 – 0.5) = 12 / 0.5 = 24。注意无穷和比首项大,但是有限的。
8. Using the Formulas in Context | 公式应用场景
IGCSE questions often embed sequences and series in real-world contexts. For arithmetic series, this might involve seats in a theatre increasing by a fixed number per row, or savings with a constant monthly addition. For geometric series, the context is frequently compound interest, population growth, or depreciation where a quantity multiplies by a fixed factor each period.
IGCSE 考题经常将数列与级数嵌入实际情境中。等差级数可能涉及剧院每排座位数按固定数量增加,或每月固定存款。等比级数则常涉及复利、人口增长或折旧,即每个时期数量乘以固定因子。
When tackling word problems, identify a, d or r, and n carefully. Remember that the number of terms can correspond to years, months, or steps. For compound interest, the total amount after n years can be seen as the (n+1)th term of a geometric sequence, and the sum of all deposits as a geometric series.
在解决文字题时,要仔细辨识 a、d 或 r 以及 n。记住项数可能对应年数、月数或步骤数。对于复利,n 年后的总金额可视为等比数列的第 n+1 项,全部存款的总和则可视为等比级数。
9. Common Mistakes and How to Avoid Them | 常见错误及避免方法
One frequent error is using n instead of n-1 in the arithmetic and geometric nth term formulas. Always write out the formula and substitute step by step. Another is mixing up the two sum formulas for arithmetic series – using the one with l when the last term is not known directly.
一个常见错误是在等差和等比数列的通项公式中使用 n 而非 n-1。务必写出公式并逐步代入。另一个错误是混淆等差级数的两个求和公式——在未直接给出末项时错误使用了含 l 的公式。
For geometric series, forgetting the condition r ≠ 1 can cause division by zero. Also, when finding the sum to infinity, many students overlook the requirement |r| < 1 and apply the formula incorrectly. Always check the value of r before using S∞.
对于等比级数,忘记条件 r ≠ 1 可能导致除以零。此外,在求无穷和时,许多学生忽略 |r| < 1 的要求而错误地套用公式。在使用 S∞ 之前,务必检查 r 的值。
Sign errors are particularly common when r is negative. Write out the first few terms to verify the pattern, and double-check your substitution into the sum formula. Practice with a variety of question types to build confidence.
当 r 为负数时,符号错误尤为常见。写出前几项以验证规律,并仔细检查代入求和公式时的符号。通过练习不同类型的问题来建立信心。
10. Exam-Style Tips | 考试技巧
In the IGCSE exam, read the question carefully to determine whether you are dealing with an arithmetic or geometric sequence. Look for words like ‘constant difference’ (arithmetic) or ‘common ratio’ (geometric). If a table of values is given, test for a constant difference or ratio.
在 IGCSE 考试中,仔细读题以判断是等差数列还是等比数列。注意“固定差值”(等差)或“公比”(等比)等词语。如果给出数值表格,检验是否存在固定差值或比值。
Always show the formula you are using before substituting values. This earns method marks even if the final answer is wrong. For series problems, ensure you know whether you need the sum of a certain number of terms, or the total sum to infinity.
务必在代入数值前写出所使用的公式。这样即使最终答案有误,也能获得方法分。对于级数问题,确保你清楚是需要求一定项数之和,还是无穷和。
Check your answer for reasonableness. For a sum, add the first few terms manually as a quick sanity check. If a question seems too straightforward, re-read it; there may be a hidden condition like r = 1 or |r| < 1 that you need to address.
检查答案的合理性。对于求和,可手动计算前几项之和作为快速验算。如果题目看起来过于简单,请重读一遍;可能存在隐藏条件(如 r = 1 或 |r| < 1)需要处理。
11. Summary Checklist | 总结清单
Here are the essential points you must know before the exam:
以下是考前必须掌握的核心要点:
- Arithmetic nth term: an = a + (n-1)d
- Arithmetic sum: Sn = n/2 [2a + (n-1)d] = n/2 (a + l)
- Geometric nth term: an = a rn-1
- Geometric sum (finite): Sn = a(1 – rn)/(1 – r), r ≠ 1
- Sum to infinity: S∞ = a/(1 – r), valid only for |r| < 1
- Always identify a, d or r, and n clearly
- Beware of index (n-1) and condition r ≠ 1
- Check for real-life contexts and appropriate units
Keep this checklist handy and test yourself on each formula. Mastery of sequences and series will boost your overall algebra skills and give you confidence in tackling higher-mark questions.
将此清单放在手边,逐一自测每个公式。熟练掌握数列与级数将提升你的整体代数能力,并让你在应对高分值题目时充满信心。
Published by TutorHao | IGCSE Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply