📚 PDF资源导航

Sequences and Series: A-Level Mathematics Exam Guide | 数列与级数:A-Level数学解题精讲

📚 Sequences and Series: A-Level Mathematics Exam Guide | 数列与级数:A-Level数学解题精讲

Sequences and series form a fundamental pillar of A-Level Mathematics. Mastery of arithmetic and geometric progressions, sigma notation, and convergence of infinite series is essential not only for Paper 1 but also for many applied topics across the syllabus. This guide consolidates the key definitions, formulas, and exam-style strategies you need to secure full marks.

数列与级数是A-Level数学的基石之一。熟练掌握等差数列、等比数列、求和符号以及无穷级数的收敛性判断,不仅对Paper 1至关重要,更是贯穿整个教学大纲中许多应用专题的前提。本指南系统梳理核心定义、公式与考场实战策略,助你稳拿满分。


1. What Are Sequences and Series? | 数列与级数的基本概念

A sequence is an ordered list of numbers, each called a term. It may be finite or infinite. A series is the sum of the terms of a sequence. For example, the sequence 2, 4, 6, 8, 10 has the corresponding series 2 + 4 + 6 + 8 + 10 = 30.

数列是按一定顺序排列的一列数,其中的每一个数称为项。数列可以是有限的,也可以是无限的。级数则是数列各项之和。例如,数列 2, 4, 6, 8, 10 对应的级数为 2 + 4 + 6 + 8 + 10 = 30。

The nth term, often denoted uₙ or aₙ, describes the general term of the sequence as a function of n. Finding uₙ is usually the very first step in any sequence problem.

第 n 项通常用 uₙ 或 aₙ 表示,它将数列的通项表达为 n 的函数。在绝大多数数列题中,求出通项公式往往就是解题的第一步。

We distinguish between arithmetic sequences (constant difference) and geometric sequences (constant ratio). These two types account for the majority of CIE examination questions in this topic.

我们重点区分等差数列(公差恒定)与等比数列(公比恒定)。在CIE考试中,这两种类型的数列覆盖了本专题绝大多数考题。


2. Arithmetic Sequences | 等差数列

An arithmetic sequence has a common difference d between consecutive terms. The first term is denoted a, and the nth term is given by:

等差数列的相邻两项之差恒定,称为公差 d。设首项为 a,则第 n 项为:

uₙ = a + (n − 1)d

For example, in the sequence 3, 7, 11, 15, …, we have a = 3 and d = 4. Therefore u₁₀ = 3 + 9 × 4 = 39.

例如,在数列 3, 7, 11, 15, … 中,a = 3,d = 4。因此 u₁₀ = 3 + 9 × 4 = 39。

The sum Sₙ of the first n terms can be found using either of two equivalent formulas:

前 n 项和 Sₙ 可用以下两个等价公式之一计算:

Sₙ = n⁄2 [2a + (n − 1)d] = n⁄2 (a + l)

where l is the last term. The second form is especially useful when the first and last terms are known directly.

其中 l 为末项。当已知首项和末项时,第二个公式(首末项平均法)特别方便。

Examiners frequently ask you to find how many terms must be summed to reach a certain total. This requires substituting given values into the sum formula and solving a quadratic equation in n.

考官经常设问:需要求和多少项才能达到某个总和。这需要将已知量代入求和公式,进而解出关于 n 的一元二次方程。


3. Geometric Sequences | 等比数列

A geometric sequence has a common ratio r between consecutive terms. With first term a, the nth term is:

等比数列的相邻两项之比恒为常数 r,称为公比。设首项为 a,则第 n 项为:

uₙ = arⁿ⁻¹

For the sequence 2, 6, 18, 54, …, we have a = 2 and r = 3. Then u₅ = 2 × 3⁴ = 162.

在数列 2, 6, 18, 54, … 中,a = 2,r = 3。因此 u₅ = 2 × 3⁴ = 162。

The sum of the first n terms of a geometric series is given by:

等比级数前 n 项和的公式为:

Sₙ = a(1 − rⁿ) / (1 − r) = a(rⁿ − 1) / (r − 1)

Choose the form with the denominator that makes the numerator positive for convenience. If |r| > 1, use the second version to avoid a negative denominator.

为运算方便,当 |r| > 1 时建议选用第二个公式以保持分母为正;当 |r| < 1 时选用第一个公式。

A common exam pitfall is treating a geometric sequence as arithmetic when the terms decrease by a constant factor. Always test the ratio between consecutive terms before assuming the nature of the sequence.

常见的考场陷阱是将以固定比例递减的等比数列误判为等差数列。在判断数列类型之前,务必先检验相邻两项之比是否恒定。


4. Sigma Notation Σ | 求和符号 Σ

Sigma notation provides a concise way to write the sum of a sequence. The expression Σₙ₌₁ᵏ uₙ means: sum the terms uₙ from n = 1 to n = k.

求和符号为我们提供了一种简洁表达数列求和的方式。表达式 Σₙ₌₁ᵏ uₙ 表示:将 uₙ 从 n = 1 到 n = k 逐项相加。

The lower limit need not be 1. For example, Σₙ₌₃⁷ (2n + 1) = 7 + 9 + 11 + 13 + 15 = 55. Always substitute each integer value of n from the lower to the upper limit.

求和下限不一定为 1。例如,Σₙ₌₃⁷ (2n + 1) = 7 + 9 + 11 + 13 + 15 = 55。计算时须将 n 从下限到上限逐一代入。

Key operations allowed in sigma notation:

求和符号中允许的代数操作包括:

  • Constant factor: Σ c·uₙ = c·Σ uₙ
  • Sum/difference: Σ (uₙ ± vₙ) = Σ uₙ ± Σ vₙ
  • Constant term: Σₙ₌₁ᵏ c = c·k
  • 常数因子可提出:Σ c·uₙ = c·Σ uₙ
  • 和差可拆开:Σ (uₙ ± vₙ) = Σ uₙ ± Σ vₙ
  • 常数项求和:Σₙ₌₁ᵏ c = c·k

Standard results you must memorise for CIE examinations include Σn = n(n+1)/2, Σn² = n(n+1)(2n+1)/6, and Σn³ = [n(n+1)/2]². These appear frequently in questions involving sums of polynomial sequences.

必须牢记的标准求和公式包括:Σn = n(n+1)/2,Σn² = n(n+1)(2n+1)/6,以及 Σn³ = [n(n+1)/2]²。这些公式在涉及多项式数列求和的题目中频繁出现。


5. Infinite Geometric Series | 无穷等比级数

An infinite geometric series converges to a finite value only if |r| < 1. In that case, its sum is:

无穷等比级数仅在 |r| < 1 时收敛于有限值。此时其和为:

S∞ = a / (1 − r)

For example, the series 1 + 1/2 + 1/4 + 1/8 + … has a = 1 and r = 1/2. Its sum is 1 / (1 − 1/2) = 2.

例如,级数 1 + 1/2 + 1/4 + 1/8 + … 中 a = 1,r = 1/2。其和为 1 / (1 − 1/2) = 2。

If |r| ≥ 1, the series diverges — the partial sums grow without bound or oscillate indefinitely. You should state this clearly when applying convergence criteria in your answer.

若 |r| ≥ 1,级数发散——部分和将无界增长或无限振荡。在答题中应用收敛判定条件时,务必明确说明这一点。

CIE questions often combine infinite sums with simultaneous equations. For instance, you may be given S∞ and S₃, from which you solve for a and r simultaneously.

CIE 经常将无穷和与方程组结合起来出题。例如,给定 S∞ 和 S₃,你需要联立解出 a 和 r。


6. Recurrence Relations | 递推关系式

A recurrence relation defines each term of a sequence in terms of one or more previous terms. In CIE A-Level, first-order linear recurrence relations are most common:

递推关系通过前一项或前几项来定义数列的当前项。在CIE A-Level中,一阶线性递推关系最为常见:

uₙ₊₁ = p·uₙ + q

Given u₁ and the recurrence rule, you may be asked to compute subsequent terms. For example, if u₁ = 2 and uₙ₊₁ = 3uₙ + 1, then u₂ = 7 and u₃ = 22.

已知 u₁ 和递推规则,题目可能要求你计算后续项。例如,若 u₁ = 2 且 uₙ₊₁ = 3uₙ + 1,则 u₂ = 7,u₃ = 22。

When asked to prove a formula for uₙ, the standard technique is mathematical induction. This involves verifying the base case, assuming the formula holds for n = k, and then proving it for n = k + 1.

当要求证明 uₙ 的通项公式时,标准方法是数学归纳法:验证基础情形,假设公式在 n = k 时成立,进而证明其在 n = k + 1 时也成立。

A special case worth noting: Fibonacci-type sequences satisfy uₙ₊₂ = uₙ₊₁ + uₙ. Although not always tested at A-Level, understanding the idea of order in recurrence relations is essential.

一个值得关注的特殊情形:斐波那契型数列满足 uₙ₊₂ = uₙ₊₁ + uₙ。虽然A-Level不常考,但理解递推关系的阶数概念至关重要。


7. Finding the nth Term | 通项公式的确定

Given a sequence presented numerically, you must often deduce its nth term formula. The approach depends on the nature of the sequence.

面对一个数值数列,你需要推断其通项公式。具体方法取决于数列的类型。

For an arithmetic sequence, compute the constant difference d and solve for a. For a geometric sequence, divide consecutive terms to find r, then use any term to find a.

对于等差数列,先求出恒定公差 d 再解出 a。对于等比数列,用相邻两项相除求得 r,再用任意一项求出 a。

For sequences defined by a polynomial of degree 2 in n, the differences between consecutive terms follow an arithmetic progression. This “method of differences” can be extended to higher-degree polynomial sequences.

若通项公式是 n 的二次多项式,则相邻项之差构成等差数列。这种”差分法”可以推广到更高次多项式数列。

Exam tip: always verify your formula by substituting n = 1, 2, and 3 against the original sequence before proceeding.

考试技巧:在继续深入之前,务必把 n = 1、2、3 代回公式验证是否与原数列吻合。


8. Applications: Compound Interest and Growth | 应用:复利与增长模型

Geometric sequences model compound interest, exponential growth, and depreciation. If a principal P is invested at an annual interest rate r percent, compounded annually, the amount after n years is:

等比数列可以精确模拟复利、指数增长和折旧模型。设本金 P 按年利率 r% 复利计算,则 n 年后的总额为:

Aₙ = P(1 + r/100)ⁿ

This is simply the nth term of a geometric sequence with first term a = P(1 + r/100) and common ratio (1 + r/100). Note carefully whether the question starts counting from year 0 or year 1.

这本质上是首项 a = P(1 + r/100)、公比为 (1 + r/100) 的等比数列的通项。请务必注意题目是从第 0 年还是第 1 年开始计息。

Arithmetic sequences model constant-rate situations such as straight-line depreciation or monthly savings of a fixed amount. For example, saving $100 per month into a no-interest account gives total Sₙ = 100n.

等差数列则适用于恒定速率变化的场景,例如直线折旧法或每月固定金额储蓄。例如,每月存入 100 美元且不计息,则 n 个月后总额 Sₙ = 100n。

Exam questions often require you to translate a word problem into the correct sequence model. Read carefully: “increases by 5% per year” indicates geometric; “increases by 5 units per year” indicates arithmetic.

考题常要求你识别文字题背后的数列模型。请认真审题:”每年增长 5%”对应等比数列;”每年增加 5 个单位”对应等差数列。


9. Problem-Solving Strategies | 解题策略与技巧

Here are some proven strategies for tackling sequences and series questions effectively:

以下是被反复验证的数列与级数高效解题策略:

  • Write down the key variables (a, d, r, n) first. This organises your thinking.
  • Check whether the word “sum” or “term” is being asked — they are different formulae.
  • When solving equations in r or d, reject impossible roots (e.g., r = 1 when the series is known to converge).
  • In geometric problems, take care with fractions: use exact values, not decimals.
  • 先把关键变量(a、d、r、n)写出来,以理清思路。
  • 仔细判断题目要求的是”和”还是”项”——对应的公式完全不同。
  • 解出 r 或 d 的方程时,要舍弃不合情理的根(例如,已知级数收敛却得出 r = 1)。
  • 等比问题中,务必使用精确值而非小数进行计算。

For multi-part questions, always use the result from part (i) in solving part (ii) unless the question explicitly asks otherwise. Marks are often allocated for the correct method even if arithmetic slips occur.

对于多小问的题目,除非题目明确要求,否则尽量使用第 (i) 小问的结果去解第 (ii) 小问。即使计算略有失误,正确的方法仍可得到大部分步骤分。

The most common algebraic errors involve sign errors when applying the formula Sₙ = n/2[2a + (n−1)d]. Double-check the (n−1)d term carefully before substituting.

最常见的代数错误出现在代入 Sₙ = n/2[2a + (n−1)d] 时出现符号错误。代入前请仔细核对 (n−1)d 项的符号。


10. Common Exam Traps | 易错点警示

Even strong candidates lose marks on avoidable mistakes. Below is a table of typical pitfalls and how to avoid them:

即使是优秀考生也会因可避免的疏忽而失分。下表总结了常见陷阱及防范措施:

Pitfall | 陷阱 Solution | 对策
Using n instead of n−1 in the nth term | 通项中将 n−1 误写为 n Always substitute n = 1 to check | 代入 n = 1 验证
Applying S∞ formula when |r| ≥ 1 | 在 |r| ≥ 1 时仍套用无穷和公式 Check convergence condition first | 先判断收敛条件
Mixing up arithmetic and geometric rules | 混淆等差与等比公式 Identify the type by common difference vs. ratio | 通过公差/公比判断类型
Rounding answers too early | 过早四舍五入 Keep fractions or 3 significant figures until final answer | 保留分数或三位有效数字至最终答案

Symmetric questions: if a question states that a, b, c are consecutive terms of an arithmetic sequence, then 2b = a + c. For a geometric sequence, b² = ac. These relationships provide quick equation-building tools.

对称性结论:若 a、b、c 是等差数列的连续三项,则 2b = a + c。若为等比数列,则 b² = ac。这些关系为我们构造方程提供了快捷工具。


11. Worked Example | 典型例题精讲

Let us go through a full CIE-style problem step by step. The sum of the first n terms of a series is given by Sₙ = 3n² + 5n. Find (a) u₁, (b) uₙ, and (c) the 10th term.

让我们完整地解一道CIE风格例题。已知某级数的前 n 项和 Sₙ = 3n² + 5n。求:(a) u₁,(b) 通项 uₙ,(c) 第 10 项。

(a) The first term is the sum of the first 1 term: u₁ = S₁ = 3(1)² + 5(1) = 8.

(a) 首项即为前 1 项之和:u₁ = S₁ = 3(1)² + 5(1) = 8。

(b) For n ≥ 2, uₙ = Sₙ − Sₙ₋₁. Therefore:

(b) 当 n ≥ 2 时,uₙ = Sₙ − Sₙ₋₁。因此:

uₙ = (3n² + 5n) − [3(n−1)² + 5(n−1)] = 6n + 2

Check: when n = 1, 6(1) + 2 = 8, which matches part (a). So uₙ = 6n + 2 holds for all n ≥ 1.

检验:当 n = 1 时,6(1) + 2 = 8,与 (a) 一致。因此 uₙ = 6n + 2 对所有 n ≥ 1 均成立。

(c) The 10th term is u₁₀ = 6(10) + 2 = 62.

(c) 第 10 项 u₁₀ = 6(10) + 2 = 62。

This example illustrates the key identity uₙ = Sₙ − Sₙ₋₁, which appears in many CIE questions. Note that if uₙ turns out to be linear in n, the original series is arithmetic.

此例展示了核心恒等式 uₙ = Sₙ − Sₙ₋₁ 的应用,该式在众多CIE考题中出现。注意,若 uₙ 是 n 的线性函数,则原级数必为等差级数。


12. Final Revision Checklist | 考前冲刺检查清单

Before entering the examination hall, confirm that you can confidently do each of the following:

进入考场之前,请确认你能自信地完成以下每一项:

  • Find the nth term and sum of n terms of an arithmetic sequence | 求等差数列的通项与前 n 项和
  • Find the nth term and sum of n terms of a geometric sequence | 求等比数列的通项与前 n 项和
  • Evaluate finite series using sigma notation | 用求和符号计算有限级数
  • Determine whether an infinite geometric series converges and, if so, find its sum | 判断无穷等比级数是否收敛,若收敛则求其和
  • Derive uₙ from Sₙ and vice versa | 由 Sₙ 推导 uₙ 或反向推导
  • Solve word problems involving compound growth or constant change | 解决涉及复利增长或恒定变化的应用题
  • Use the method of differences for polynomial sequences | 对多项式数列使用差分法

Remember that sequences and series is a high-yield topic. With systematic practice, you can consistently achieve full marks on these questions.

请记住,数列与级数是高回报率的高频考点。通过系统性训练,你完全可以在此类题目上稳定获得满分。

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