📚 Mastering Sequences and Series for IB & CIE Mathematics | IB CIE 数学:数列与级数 考点精讲
Sequences and series are among the most examined topics in IB and CIE Mathematics, appearing in everything from basic arithmetic progressions to complex infinite sums. A strong grasp of the underlying patterns, formulas, and convergence conditions is essential for top exam performance. This article breaks down every key concept you need, from definitions to advanced applications, with clear explanations tailored to both IB and CIE syllabuses.
数列与级数是 IB 和 CIE 数学考试中最高频的主题之一,从基础的等差数列到复杂的无穷级数求和都会出现。透彻理解其内在规律、公式和收敛条件是取得高分的关键。本文逐一剖析从定义到高级应用的每个重要考点,并针对 IB 与 CIE 课程提供清晰的双语讲解。
1. Definitions of Sequences and Series | 数列与级数的定义
A sequence is an ordered list of numbers, each called a term. If the sequence stops after a finite number of terms, it is a finite sequence; otherwise it is infinite. A series is the sum of the terms of a sequence. For example, 2, 4, 6, 8, … is an infinite sequence, while 2 + 4 + 6 + 8 + … is the corresponding series.
数列是一组按顺序排列的数,每个数称为一项。如果数列在有限项后终止,则称为有限数列;否则就是无穷数列。级数是数列各项的和。例如,2, 4, 6, 8, … 是一个无穷数列,而 2 + 4 + 6 + 8 + … 就是对应的级数。
In both IB and CIE exams, you will often be given a few terms and asked to identify the type of sequence, find a formula for the nth term, or compute a sum.
在 IB 和 CIE 考试中,你常会遇到给出若干项让你判断数列类型、求通项公式或求和的题目。
2. Arithmetic Sequences (AP) | 等差数列
An arithmetic sequence has a constant difference between consecutive terms. If the first term is a₁ and the common difference is d, then the nth term is given by:
等差数列的特点是相邻两项的差恒定。设首项为 a₁,公差为 d,则第 n 项的通项公式为:
aₙ = a₁ + (n – 1)d
For example, in the sequence 5, 9, 13, 17, … we have a₁ = 5 and d = 4, so the 10th term is a₁₀ = 5 + 9×4 = 41.
例如,数列 5, 9, 13, 17, … 的首项 a₁ = 5,公差 d = 4,因此第 10 项 a₁₀ = 5 + 9×4 = 41。
To determine whether a sequence is arithmetic, check if aₙ₊₁ – aₙ is constant. You can also use the property that three consecutive terms a, b, c are in AP iff 2b = a + c.
要判断一个数列是否为等差数列,可检查 aₙ₊₁ – aₙ 是否为常数。此外,三个连续项 a, b, c 成等差数列的充要条件是 2b = a + c。
3. Sum of an Arithmetic Series | 等差数列的求和
The sum of the first n terms of an arithmetic series, often denoted Sₙ, can be found using two equivalent formulas:
等差数列前 n 项的和通常记为 Sₙ,可用两个等价公式求得:
Sₙ = n/2 (a₁ + aₙ)
Sₙ = n/2 [2a₁ + (n – 1)d]
Which formula to use depends on the information given. If the last term aₙ is known, the first form is quicker; if the common difference is known, the second form is preferred.
选用哪个公式取决于已知条件。如果已知末项 aₙ,用第一式更快捷;如果已知公差,则用第二式更方便。
A classic exam question asks: “Find the sum of all multiples of 7 between 100 and 300.” Here the multiples form an AP with a₁ = 105, aₙ = 294, d = 7. First find n, then apply Sₙ = n/2 (a₁ + aₙ).
经典考题:“求 100 到 300 之间所有 7 的倍数之和。”这些倍数构成等差数列,a₁ = 105,aₙ = 294,d = 7。先求出项数 n,再代入 Sₙ = n/2 (a₁ + aₙ)。
4. Geometric Sequences (GP) | 等比数列
A geometric sequence has a constant ratio between consecutive terms. If the first term is a₁ and the common ratio is r, then the nth term is:
等比数列是相邻两项之比为常数的数列。设首项为 a₁,公比为 r,则第 n 项为:
aₙ = a₁ rⁿ⁻¹
For the sequence 3, 6, 12, 24, … we have a₁ = 3, r = 2, so the 8th term is a₈ = 3 · 2⁷ = 384.
对于数列 3, 6, 12, 24, …,a₁ = 3,r = 2,因此第 8 项 a₈ = 3 · 2⁷ = 384。
To check for a GP, compute the ratio aₙ₊₁ / aₙ; it must be the same for all n. The condition for three terms a, b, c to be in GP is b² = a·c.
判断等比数列时,计算 aₙ₊₁ / aₙ 是否恒为常数。三项 a, b, c 成等比数列的条件是 b² = a·c。
5. Sum of a Finite Geometric Series | 有限等比级数的求和
The sum of the first n terms of a geometric series is given by:
有限等比级数前 n 项的和公式为:
Sₙ = a₁(1 – rⁿ) / (1 – r) for r ≠ 1
An alternative form Sₙ = a₁(rⁿ – 1) / (r – 1) is sometimes more convenient when r > 1. Both are equivalent.
当 r > 1 时,公式 Sₙ = a₁(rⁿ – 1) / (r – 1) 计算起来有时更方便。二者是等价的。
Be careful with the exponent: r is raised to the power of n, the number of terms, not n – 1. A common mistake is to write rⁿ⁻¹ instead of rⁿ.
注意指数:r 的幂次是项数 n,而不是 n – 1。常见错误是把公式中的 rⁿ 误写成 rⁿ⁻¹。
For example, the sum of the first 6 terms of 2 + 6 + 18 + … is S₆ = 2(1 – 3⁶)/(1 – 3) = 2(1 – 729)/(–2) = 728.
例如,求 2 + 6 + 18 + … 的前 6 项和:S₆ = 2(1 – 3⁶)/(1 – 3) = 2(1 – 729)/(–2) = 728。
6. Infinite Geometric Series | 无穷等比级数
When a geometric series has infinitely many terms, it converges to a finite sum only if the common ratio satisfies |r| < 1. The sum to infinity is:
当等比级数有无穷多项时,只有当公比满足 |r| < 1 时才收敛至一个有限和。无穷和为:
S∞ = a₁ / (1 – r)
For instance, the series 8 + 4 + 2 + 1 + … has a₁ = 8, r = 1/2, so S∞ = 8 / (1 – 1/2) = 16.
例如,级数 8 + 4 + 2 + 1 + … 的首项 a₁ = 8,公比 r = 1/2,所以 S∞ = 8 / (1 – 1/2) = 16。
If |r| ≥ 1, the infinite series does not converge to a finite value – it diverges. In such cases the sum to infinity is undefined.
若 |r| ≥ 1,无穷级数不收敛到有限值,是发散的。此时无穷和没有定义。
7. Conditions for Convergence | 收敛条件
Convergence is a crucial concept in both IB and CIE exams. For an infinite geometric series to converge, the common ratio must lie strictly between –1 and 1, i.e., |r| < 1. When r = 1, the series is a constant sum of equal terms and diverges (unless a₁ = 0). When r = –1, the partial sums oscillate and the series diverges.
收敛性是 IB 和 CIE 考试中的关键概念。无穷等比级数收敛的充要条件是公比严格介于 –1 和 1 之间,即 |r| < 1。当 r = 1 时,级数是相同项的不断累加,发散(除非 a₁ = 0);当 r = –1 时,部分和在两个值间振荡,级数发散。
You may be asked to find the range of values of a parameter for which a series converges. Set up the inequality |r| < 1, solve it, and state the convergence set.
考题可能会让你求参数取值范围使得级数收敛。此时需要建立不等式 |r| < 1,解出参数范围,并写出收敛域。
For a series defined by aₙ = 5·kⁿ, convergence requires |k| < 1, so k ∈ (–1, 1).
对于由 aₙ = 5·kⁿ 确定的级数,收敛要求 |k| < 1,因此 k ∈ (–1, 1)。
8. Sigma Notation | 西格玛求和符号
Sigma notation provides a compact way to write sums. The expression ∑i=1n aᵢ means the sum of the terms a₁, a₂, …, aₙ. The index i starts at 1 and ends at n. For geometric series, you might see ∑k=0n–1 a₁ rᵏ, which gives the sum formula Sₙ = a₁(1 – rⁿ)/(1 – r).
西格玛符号是书写求和式的紧凑方法。∑i=1n aᵢ 表示从 a₁ 到 aₙ 所有项的和。下标 i 从 1 开始,到 n 结束。等比级数常写作 ∑k=0n–1 a₁ rᵏ,这正是求和公式 Sₙ = a₁(1 – rⁿ)/(1 – r) 的来源。
Always check the starting index – it may begin at 0 or 1, which affects the number of terms. If the sum is from r = 0 to n, there are n + 1 terms.
务必检查起始索引——它可能从 0 或 1 开始,这会影响项数。若求和从 r = 0 到 n,则共有 n + 1 项。
Exam questions often test your ability to expand a sigma expression and recognise it as an AP or GP.
考试常考查你展开西格玛表达式并将其识别为等差数列或等比数列的能力。
9. Recurrence Relations | 递推关系
A recurrence relation defines each term of a sequence using one or more of the preceding terms. For example, uₙ₊₁ = 2uₙ + 3 with u₁ = 5 generates the sequence 5, 13, 29, 61, ….
递推关系是利用前一项或多项来定义数列中每一项的关系式。例如,uₙ₊₁ = 2uₙ + 3,且 u₁ = 5,生成的数列为 5, 13, 29, 61, …。
In IB and CIE, you may be asked to find the nth term explicitly or to compute a specific term. For linear recurrences, you can often deduce a pattern or solve by iteration.
在 IB 和 CIE 中,你可能需要求出通项公式或计算某一特定项。对于线性递推,通常可以寻找规律或通过迭代求解。
Not all recurrence relations are arithmetic or geometric, but some can be transformed. For instance, uₙ₊₁ = 3uₙ – 4 can be rewritten as vₙ₊₁ = 3vₙ by substituting vₙ = uₙ – 2, turning it into a GP.
并非所有递推关系都是等差或等比,但有些可以通过变换转化为标准形式。例如 uₙ₊₁ = 3uₙ – 4 可通过令 vₙ = uₙ – 2 转化为 vₙ₊₁ = 3vₙ,变成等比关系。
10. Real-World Applications | 实际应用问题
Sequences and series appear in many applied contexts: compound interest, population growth, radioactive decay, and geometry problems (e.g., perimeters of nested shapes). In each case, identify whether the pattern is arithmetic or geometric, and extract a₁, d or r.
数列与级数广泛应用于实际问题:复利计算、人口增长、放射性衰变、几何问题(如嵌套图形的周长)等。解题时,要先判断变化的模式是等差还是等比,并提取 a₁、d 或 r。
For compound interest, the amount after n years is given by A = P (1 + r/100)ⁿ, which follows a geometric sequence: a₁ = P, r = (1 + rate/100). The sum of investments made yearly is a geometric series.
对于复利,n 年后的金额为 A = P (1 + r/100)ⁿ,这正是一个等比数列:a₁ = P,公比 r = (1 + 利率/100)。每年定投的总额则是等比级数求和问题。
Another common problem: a ball dropped from height h bounces to a fraction of its previous height each time. The total vertical distance travelled is an infinite geometric series: h + 2hr + 2hr² + … = h + 2hr/(1 – r).
另一常见题型:从高度 h 下落的球每次弹起的高度是前一次的某个分数。总竖直运动距离为无穷等比级数:h + 2hr + 2hr² + … = h + 2hr/(1 – r)。
11. Proofs and Mixed Questions | 证明与综合题
IB and CIE exams often include proof questions: show that a given sequence is arithmetic or geometric, prove the sum formula using induction, or deduce a recurrence relation from a given sum. For induction, you assume true for n = k, then prove for n = k + 1 using the recurrence or sum formula.
IB 和 CIE 考试常含证明题:证明给定数列是等差或等比,用数学归纳法证明求和公式,或从已知和推出递推关系。用归纳法时,先假设 n = k 成立,再利用递推或求和公式证明 n = k + 1 时也成立。
Mixed problems may combine AP and GP: e.g., the first, third, and seventh terms of an AP form a GP. Set up equations using aₙ = a₁ + (n – 1)d and then apply b² = a·c to form a relationship between a₁ and d.
综合题可能将等差与等比结合,例如某个等差数列的第 1、3、7 项构成等比数列。可设通项 aₙ = a₁ + (n – 1)d,再利用关系式 b² = a·c 建立 a₁ 与 d 的方程。
Always show clear algebraic steps and state any conditions (e.g., d ≠ 0) to avoid losing marks.
务必展示清晰的代数推导,并注明约束条件(如 d ≠ 0),以免失分。
12. Common Mistakes and Exam Tips | 常见错误与考试技巧
-
Confusing n and n–1: In AP, aₙ = a₁ + (n–1)d; in GP, aₙ = a₁ rⁿ⁻¹. Double-check which formula uses n or n–1.
混淆 n 与 n–1:等差数列中 aₙ = a₁ + (n–1)d,等比数列中 aₙ = a₁ rⁿ⁻¹。务必确认公式中指数或乘数的正确形式。
-
Using the wrong sum formula for GP: The finite sum uses rⁿ, not rⁿ⁻¹, and the infinite sum is valid only for |r| < 1.
误用等比求和公式:有限项求和公式中使用的是 rⁿ,而非 rⁿ⁻¹;无穷和公式仅在 |r| < 1 时有效。
-
Forgetting to check the starting index in sigma notation: This changes the number of terms and the first term.
忽略西格玛符号的起始索引:这会改变项数和首项的值。
-
Misinterpreting recurrence notation: uₙ₊₁ = f(uₙ) means next term from current, not previous.
误解递推符号:uₙ₊₁ = f(uₙ) 表示由当前项生成下一项,而非前一项。
-
Lack of explicit conditions: When giving a formula, state any restrictions such as n ∈ ℕ, r ≠ 1, or |r| < 1.
缺少明确的约束条件:给出公式时,要注明 n ∈ ℕ、r ≠ 1 或 |r| < 1 等限制。
Practise past paper questions under timed conditions, annotate the type of sequence before solving, and always substitute back to verify a few terms.
计时练习过往真题,解题前先标注数列类型,完成后再代入前几项验证结果。
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