Sequence and Series | 数列与级数 考点精讲

📚 Sequence and Series | 数列与级数 考点精讲

Sequences and series form a cornerstone of the WJEC GCSE Mathematics syllabus, linking pattern recognition to algebraic reasoning. A sequence is an ordered list of numbers following a specific rule, while a series is the sum of the terms of a sequence. This article systematically covers linear and quadratic sequences, geometric progressions, recurrence relations, the nth term, arithmetic series and sigma notation – all aimed at building confidence for the examination.

数列与级数是 WJEC 数学大纲的重要基石,它将模式识别与代数推理联系起来。数列是按特定规则排列的有序数字列表,而级数则是数列各项之和。本文将系统梳理线性数列、二次数列、等比数列、递推关系、第n项公式、等差数列求和以及西格玛求和符号,帮助大家扎实掌握考试重点。


1. What is a Sequence? | 什么是数列?

A sequence is a set of numbers written in a definite order. Each number is called a term. Sequences can be finite or infinite, and they are usually defined by a position-to-term rule (the nth term) or a term-to-term rule (recurrence relation). Recognising the type of sequence is the first step in tackling WJEC questions.

数列是一组按特定顺序排列的数字,每个数字称为一项。数列可以是有限的或无限的,通常用位置到项的公式(第n项公式)或项到项的规则(递推公式)来定义。识别数列类型是解决 WJEC 考题的第一步。

  • A term is often denoted by un or Tn, where n is the position.
  • 项通常记为 un 或 Tn,其中 n 为位置。
  • Example: 2, 4, 6, 8, … has a common difference, so it is a linear (arithmetic) sequence.
  • 例如:2, 4, 6, 8, … 有相同的差,因此是线性数列(等差数列)。

2. Linear Sequences | 线性数列

A linear sequence has a constant difference between consecutive terms. The nth term can be written as an + b, where a is the common difference and b is a constant. To find b, subtract a from the first term or use the zero term method.

线性数列相邻两项之间的差为常数。其第n项公式可写为 an + b,其中 a 是公差,b 是常数。求 b 时可以用首项减去 a,或者使用零项法。

For the sequence 5, 8, 11, 14, … the common difference a = 3. The first term is 5, so 3 × 1 + b = 5, giving b = 2. Thus the nth term is 3n + 2.

对于数列 5, 8, 11, 14, …,公差 a = 3。首项为 5,由 3 × 1 + b = 5 得 b = 2,因此第n项公式为 3n + 2。

n (position) Term nth term check
1 5 3×1+2=5
2 8 3×2+2=8
3 11 3×3+2=11

Key exam skill: always test your nth term rule by substituting n = 1, 2, 3 to ensure it matches.

考试关键技巧:一定要代入 n = 1, 2, 3 检验第n项公式是否与原数列吻合。


3. Quadratic Sequences | 二次数列

A quadratic sequence has a constant second difference. Its nth term takes the form an² + bn + c. The value of a is half the second difference. Finding b and c requires solving simultaneous equations or analysing the pattern.

二次数列的相邻两项之差变化,但差的变化(即二级差分)为常数。其第n项形式为 an² + bn + c,其中 a 等于二级差分的一半。求 b 和 c 需要解方程组或进行模式分析。

Example: 4, 9, 16, 25, … First differences: 5, 7, 9; second difference: 2, so a = 1. The sequence is actually (n+1)², so the nth term is n² + 2n + 1? Let’s check: 1²+2(1)+1=4, yes. A general method: write 1², 2², 3²… compare to the given sequence.

例如:4, 9, 16, 25, … 一次差分:5, 7, 9;二级差分:2,因此 a = 1。该数列实际上是 (n+1)²,第n项也可写为 n² + 2n + 1。通用方法是写出标准平方数列 n² 再与给定数列比较系数。

General strategy to find nth term:

求第n项的一般策略:

  • Find the second difference, divide by 2 to get a.
  • 求出二级差分,除以 2 得到 a。
  • Subtract an² from each term of the original sequence to get a linear residue.
  • 将原数列的每一项减去 an²,得到一个线性剩余数列。
  • Find the nth term of the linear residue (say, pn + q) and combine: nth term = an² + pn + q.
  • 求出该线性剩余的第n项公式(如 pn + q),合并即得:an² + pn + q。

4. Geometric Sequences | 等比数列

A geometric sequence has a constant ratio between consecutive terms, called the common ratio r. The terms multiply by r each step. While full nth term formulas (ar^{n-1}) appear more at A level, WJEC GCSE expects you to identify, continue and describe geometric sequences.

等比数列相邻两项之比为常数,称为公比 r。每一项乘以 r 得到后一项。虽然完整的第n项公式(ar^{n-1})主要出现在 A Level,但 WJEC 要求考生能识别、延续和描述等比数列。

Example: 2, 6, 18, 54, … ratio = 3. The next term is 162. The sequence can be described as ‘start at 2, multiply by 3 each time’.

例如:2, 6, 18, 54, … 公比为 3。下一项为 162。此数列可描述为“从 2 开始,每次乘 3”。

Some GCSE questions may ask for the nth term in simple geometric cases using powers, but the emphasis is on pattern growth and multiplicative reasoning.

部分 GCSE 题目可能要求写出简单等比数列的带幂次的第n项表达式,但重点考察的是增长模式和乘法推理。


5. Fibonacci and Other Recurrence Sequences | 斐波那契及其他递推数列

A recurrence sequence defines each term by referring to the previous term(s). The Fibonacci sequence is the classic example: u1 = 1, u2 = 1, un+2 = un+1 + un. WJEC questions often provide the recurrence relation and ask for the next few terms.

递推数列通过前一项或前几项来定义后面的项。斐波那契数列是最经典的例子:u1 = 1,u2 = 1,un+2 = un+1 + un。WJEC 通常给出递推公式,要求写出接下来的若干项。

Example: A sequence is defined by u1 = 3, un+1 = 2un – 1. Find the first four terms.

例如:数列定义为 u1 = 3,un+1 = 2un – 1。求前四项。计算过程:u1 = 3;u2 = 2×3–1=5;u3 = 2×5–1=9;u4 = 2×9–1=17。

Be careful with the notation: un+1 means the next term after un. Always read the initial condition carefully.

注意符号:un+1 表示 un 的下一项。务必仔细阅读初始条件。


6. The nth Term Formula | 第n项公式求解策略

Finding an nth term expression is a core skill. For linear sequences: nth term = dn + (a – d), where a is the first term and d is the common difference. For quadratic sequences: use the method in Section 3. For geometric sequences: nth term = ar^{n-1}, but mostly tested informally. Being systematic is the key.

求第n项表达式是核心技能。对于线性数列,公式为 dn + (a – d),其中 a 为首项,d 为公差。对于二次数列,使用第 3 节的方法。等比数列在第n项为 ar^{n-1},但多以非正式方式考查。条理清晰的推导是得分关键。

Worked example: Find the nth term of 7, 13, 19, 25, …

例题:求 7, 13, 19, 25, … 的第n项。这里 d = 6,a = 7,因此第n项为 6n + (7 – 6) = 6n + 1。

Another example: For 2, 5, 10, 17, … the second difference is 2, so a = 1. Subtract n²: (2–1)=1, (5–4)=1, (10–9)=1, (17–16)=1, giving constant 1. So nth term = n² + 1.

另一个例题:2, 5, 10, 17, … 二级差分为 2,所以 a = 1。减去 n² 后各项均为 1,因此第n项为 n² + 1。


7. Sum of an Arithmetic Series | 等差数列的求和

An arithmetic series is the sum of the terms of an arithmetic sequence. The sum Sn of the first n terms can be found using the formula Sn = n/2 [2a + (n–1)d] or Sn = n/2 (a + l), where a is the first term, d the common difference, and l the last term. This is explicitly examined in WJEC GCSE Higher tier.

等差数列的和指的是等差数列各项的累加。前 n 项和 Sn 可用公式 Sn = n/2 [2a + (n–1)d] 或 Sn = n/2 (a + l) 计算,其中 a 为首项,d 为公差,l 为末项。这是 WJEC GCSE 高层的明确考查内容。

Example: Find the sum of the first 20 terms of the sequence 3, 7, 11, … a = 3, d = 4, n = 20.

例如:求等差数列 3, 7, 11, … 的前 20 项和。a = 3,d = 4,n = 20。代入公式:S₂₀ = 20/2 [2×3 + (20–1)×4] = 10 [6 + 76] = 820。

The formula S = n/2 (a + l) is extremely useful if the last term is known. For instance, if the last term is 79, then S₂₀ = 20/2 × (3 + 79) = 10 × 82 = 820, same result.

如果已知末项,公式 S = n/2 (a + l) 非常高效。如上,末项为 79 时,S₂₀ = 20/2 × (3 + 79) = 10 × 82 = 820,结果相同。


8. Using Sigma Notation | 西格玛求和符号

Sigma notation is a compact way to write a series. The symbol Σ (capital sigma) means ‘sum’. For example, Σ (3r + 1) from r=1 to 5 means the sum of the first five terms of the sequence defined by 3r + 1. WJEC may use this to test both sequence understanding and arithmetic sum skills.

西格玛符号是表示级数的紧凑方式。Σ(大写西格玛)表示“求和”。例如,Σ (3r + 1)(r 从 1 到 5)表示数列 3r + 1 前五项之和。WJEC 可能借此同时考查数列理解和等差数列求和技能。

Evaluate Σ (2r – 3) from r=1 to 10. The terms are –1, 1, 3, 5, …, 17. This is arithmetic with a = –1, d = 2, n = 10. Sum = 10/2 [2(–1) + 9×2] = 5 [–2 + 18] = 80. Alternatively, list terms and add.

计算 r=1 到 10 的 Σ (2r – 3)。数列各项为 –1, 1, 3, 5, …, 17。这是一个等差数列,a = –1, d = 2, n = 10。和 S = 10/2 [2(–1) + 9×2] = 5 [–2 + 18] = 80。也可直接列举相加。

Read sigma notation carefully: r is the index, and the upper number is the number of terms, not the last term value.

阅读西格玛符号时注意:r 为索引,上限数字表示项数,而不是末项的值。


9. Real-world Applications | 实际应用

Sequences and series appear in financial contexts (savings with regular deposits), stadium seating, stacking patterns, and growth models. WJEC problem-solving questions may describe a real scenario and ask for nth term or sum.

数列与级数出现在金融(定期存款)、场馆座位排列、物体堆叠模式和增长模型中。WJEC 的问题解决题常设置一个真实情境并要求写出第n项或求和。

Example: A football stadium has 25 seats in the first row, and each subsequent row has 3 more seats. How many seats are there in total for 40 rows?

例如:某足球场第一排有 25 个座位,之后每一排比前排多 3 个座位。问 40 排共有多少个座位?这是一个等差数列:a = 25,d = 3,n = 40。S₄₀ = 40/2 [2×25 + 39×3] = 20 [50 + 117] = 20 × 167 = 3340。

Recognising the underlying sequence type is vital – often it is arithmetic or occasionally quadratic (e.g. patterns of tiles).

关键是要识别底层数列类型——经常是等差数列,偶尔是二次数列(如瓷砖图案)。


10. Exam Tips & Common Mistakes | 考试技巧与常见错误

Many marks are lost through simple errors. Always check the difference between terms before deciding on the sequence type. When using Sn formula, ensure n, a and d are correctly substituted; remember the factor of n/2.

很多失分源于简单的错误。在做题时,先检查各项之间的差,再决定数列类型。使用求和公式时,确保正确代入 n, a 和 d;不要遗漏 n/2 这个因子。

Common mistakes include:

常见错误包括:

  • Confusing the nth term of a linear sequence with the sum formula.
  • 混淆线性数列的第n项公式与求和公式。
  • Taking the difference between alternate terms instead of consecutive terms for d.
  • 错用隔项之间而非相邻项的差作为公差 d。
  • Forgetting to divide the second difference by 2 to get a in quadratic sequences.
  • 在二次数列中忘记将二级差分除以 2 得到 a。
  • In sigma notation, miscalculating the number of terms (upper – lower + 1).
  • 在西格玛记号中,错误计算项数(应是上限减下限再加 1)。
  • Misreading the initial term in a recurrence relation.
  • 误读递推关系中的初始项。

During revision, practise a mix of routine skill drills and worded problems. Using past papers is the most effective preparation for the WJEC style.

复习时,建议混合练习常规技能题和文字应用题。做往年真题是适应 WJEC 出题风格最有效的备考方法。

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