📚 Sequences and Series for GCSE CCEA Maths | 数列与级数考点精讲
A sequence is an ordered list of numbers that follow a specific rule or pattern. In GCSE CCEA Maths, you will learn to recognise and generate arithmetic and geometric sequences, find the nth term, calculate sums of series, and use recurrence relations. Mastering sequences and series is essential for algebra and problem‑solving across the curriculum.
数列是按照特定规则或模式排列的一列数。在 GCSE CCEA 数学中,你将学习识别并生成等差数列和等比数列、求第 n 项、计算级数之和以及使用递推关系。掌握数列与级数是代数学习和解决各类问题的关键。
1. What is a Sequence? | 什么是数列?
A sequence is a list of numbers in a definite order. Each number in the sequence is called a term. The position of a term is usually denoted by n, so the first term is T₁, the second T₂, and the nth term is Tₙ. Sequences can be finite or infinite, and they are generated by a rule that can be expressed in words, algebraically, or by a recurrence relation.
数列是按规定顺序排列的一列数。数列中的每一个数称为项。项的位置通常用 n 表示,因此第一项为 T₁,第二项为 T₂,第 n 项为 Tₙ。数列可以是有限或无限的,它们由可以用文字、代数公式或递推关系表达的规则生成。
For example, the sequence 2, 5, 8, 11, … follows the rule ‘add 3 to the previous term’. The algebraic rule for the nth term would be Tₙ = 3n − 1.
例如,数列 2, 5, 8, 11, … 遵循“前一项加 3”的规则。第 n 项的代数规则为 Tₙ = 3n − 1。
2. Arithmetic Sequences | 等差数列
An arithmetic sequence is one where the difference between consecutive terms is constant. This constant is called the common difference, d. The terms increase (if d > 0) or decrease (if d < 0) by the same amount each time. To check if a sequence is arithmetic, subtract any term from the next term — the result should be the same everywhere.
等差数列是指相邻两项之差为常数的数列。这个常数称为公差 d。每一项都按照相同的数量增加(若 d > 0)或减少(若 d < 0)。要检验一个数列是否为等差数列,用后一项减去前一项——结果必须在各处都相同。
Example: 7, 12, 17, 22, … has d = 5. Example: 20, 14, 8, 2, … has d = −6.
示例:7, 12, 17, 22, … 的公差 d = 5。示例:20, 14, 8, 2, … 的公差 d = −6。
3. The nth Term of an Arithmetic Sequence | 等差数列的第 n 项
The formula for the nth term of an arithmetic sequence is Tₙ = a + (n − 1)d, where a is the first term and d is the common difference. This formula allows you to find any term without listing all preceding terms. You can also use it to find the position of a given term by solving for n.
等差数列第 n 项的公式为 Tₙ = a + (n − 1)d,其中 a 为首项,d 为公差。该公式可以让你无需列出前面所有项就能求出任意一项。你也可以用它通过解 n 来求已知项的位置。
For the sequence 3, 10, 17, …: a = 3, d = 7. Then Tₙ = 3 + (n−1)×7 = 7n − 4. The 50th term is T₅₀ = 7×50 − 4 = 346.
对于数列 3, 10, 17, …:a = 3,d = 7,于是 Tₙ = 3 + (n−1)×7 = 7n − 4。第 50 项为 T₅₀ = 7×50 − 4 = 346。
4. Sum of an Arithmetic Series | 等差数列的求和
An arithmetic series is the sum of the terms of an arithmetic sequence. The sum of the first n terms is given by Sₙ = n/2 × (2a + (n−1)d) or equivalently Sₙ = n/2 × (a + l), where l is the last term. These formulas are derived from pairing terms from the start and end of the series.
等差级数是等差数列各项之和。前 n 项和的公式为 Sₙ = n/2 × (2a + (n−1)d) 或等价地 Sₙ = n/2 × (a + l),其中 l 为末项。这些公式是通过将级数首末项配对推导出来的。
Example: Find the sum of the first 30 terms of 5 + 9 + 13 + … . Here a = 5, d = 4, n = 30. S₃₀ = 30/2 × (2×5 + 29×4) = 15 × (10 + 116) = 15 × 126 = 1890.
示例:求 5 + 9 + 13 + … 的前 30 项之和。此处 a = 5,d = 4,n = 30。S₃₀ = 30/2 × (2×5 + 29×4) = 15 × (10 + 116) = 15 × 126 = 1890。
5. Geometric Sequences | 等比数列
A geometric sequence is one where each term is found by multiplying the previous term by a constant called the common ratio, r. If |r| > 1, the terms grow rapidly; if 0 < r < 1, they decay toward zero; if r is negative, the signs alternate. The common ratio is found by dividing any term by the previous term.
等比数列是指每一项都等于前一项乘以一个常数(称为公比 r)而得到的数列。若 |r| > 1,各项迅速增长;若 0 < r < 1,各项递减并趋近于零;若 r 为负数,则符号交替变化。公比可通过任意一项除以前一项求得。
Example: 3, 6, 12, 24, … has r = 2. Example: 64, 32, 16, 8, … has r = ½. Example: 5, −10, 20, −40, … has r = −2.
示例:3, 6, 12, 24, … 的公比 r = 2。示例:64, 32, 16, 8, … 的公比 r = ½。示例:5, −10, 20, −40, … 的公比 r = −2。
6. The nth Term of a Geometric Sequence | 等比数列的第 n 项
The nth term of a geometric sequence is given by Tₙ = a × rⁿ⁻¹, where a is the first term and r is the common ratio. This formula is straightforward to apply and is often tested together with problem‑solving involving exponential growth or decay, such as population models or compound interest.
等比数列的第 n 项公式为 Tₙ = a × rⁿ⁻¹,其中 a 为首项,r 为公比。该公式易于应用,并且常与指数增长或衰减(如人口模型或复利)的应用题结合考查。
If the 5th term of a geometric sequence is 162 and r = 3, then 162 = a × 3⁴ → 162 = 81a → a = 2. Thus the sequence is 2, 6, 18, 54, 162, …
若一个等比数列的第 5 项为 162 且公比 r = 3,则 162 = a × 3⁴ → 162 = 81a → a = 2。因此数列为 2, 6, 18, 54, 162, …
7. Sum of a Geometric Series | 等比级数的求和
The sum of the first n terms of a geometric series is Sₙ = a(1 − rⁿ)/(1 − r) for r ≠ 1. If |r| < 1 and the series is infinite, the sum to infinity exists and is given by S∞ = a/(1 − r). This concept appears in repeating decimals and infinite processes.
等比级数前 n 项和的公式为 Sₙ = a(1 − rⁿ)/(1 − r),其中 r ≠ 1。若 |r| < 1 且级数为无穷级数,则无穷项之和存在且等于 S∞ = a/(1 − r)。这一概念出现在循环小数和无穷过程中。
Find the sum of the first 6 terms of 2 + 10 + 50 + … . Here a = 2, r = 5. S₆ = 2(1 − 5⁶)/(1 − 5) = 2(1 − 15625)/(−4) = 2(−15624)/(−4) = 31248/4 = 7812. Alternatively, S₆ = (2(5⁶ − 1))/(5 − 1) = (2×15624)/4 = 7812.
求 2 + 10 + 50 + … 的前 6 项之和。此处 a = 2,r = 5。S₆ = 2(1 − 5⁶)/(1 − 5) = 2(1 − 15625)/(−4) = 2(−15624)/(−4) = 31248/4 = 7812。或者 S₆ = (2(5⁶ − 1))/(5 − 1) = (2×15624)/4 = 7812。
8. Recurrence Relations | 递推关系
A recurrence relation defines each term of a sequence using one or more preceding terms. CCEA exams often ask you to generate terms from a given recurrence relation and to solve problems modelled by them, such as population changes or loan repayments. A typical first‑order recurrence is Uₙ₊₁ = aUₙ + b, where you need an initial value U₁.
递推关系用前一项或前几项来定义数列的每一项。CCEA 考试常要求你根据给定的递推关系生成各项,并解决由此建模的问题,如人口变化或贷款偿还。一种典型的一阶递推形式为 Uₙ₊₁ = aUₙ + b,你需要一个初始值 U₁。
Example: A sequence is defined by U₁ = 4, Uₙ₊₁ = 2Uₙ − 3. Find the first five terms. U₁ = 4; U₂ = 2×4 − 3 = 5; U₃ = 2×5 − 3 = 7; U₄ = 2×7 − 3 = 11; U₅ = 2×11 − 3 = 19. The sequence is 4, 5, 7, 11, 19, …
示例:数列由 U₁ = 4,Uₙ₊₁ = 2Uₙ − 3 定义。求前五项。U₁ = 4;U₂ = 2×4 − 3 = 5;U₃ = 2×5 − 3 = 7;U₄ = 2×7 − 3 = 11;U₅ = 2×11 − 3 = 19。数列为 4, 5, 7, 11, 19, …
You may also be asked to find the long‑term behaviour or to solve for the steady state, which occurs when Uₙ₊₁ = Uₙ. Setting U = aU + b gives U = b/(1 − a) provided a ≠ 1.
你可能还需要求长期趋势或稳态解,当 Uₙ₊₁ = Uₙ 时解得稳态值。设 U = aU + b 得出 U = b/(1 − a),前提是 a ≠ 1。
9. Special Sequences | 特殊数列
Certain sequences appear frequently in GCSE problems: square numbers (1, 4, 9, 16, …), cube numbers (1, 8, 27, 64, …), triangular numbers (1, 3, 6, 10, …), and Fibonacci‑like sequences where each term is the sum of the two preceding ones. Recognising these patterns quickly saves time in exams.
某些数列在 GCSE 题目中经常出现:平方数(1, 4, 9, 16, …)、立方数(1, 8, 27, 64, …)、三角形数(1, 3, 6, 10, …)以及每个数等于前两个数之和的类斐波那契数列。快速识别这些模式可以在考试中节省时间。
Triangular numbers follow the rule Tₙ = n(n+1)/2. The 10th triangular number is 10×11/2 = 55. These sequences can also be generated by recurrence, e.g., Tₙ = Tₙ₋₁ + n.
三角形数的通项为 Tₙ = n(n+1)/2。第 10 个三角形数是 10×11/2 = 55。这类数列也可用递推方式生成,例如 Tₙ = Tₙ₋₁ + n。
Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, … where Fₙ = Fₙ₋₁ + Fₙ₋₂. It is a key example of a second‑order recurrence relation.
斐波那契数列:1, 1, 2, 3, 5, 8, 13, …,其中 Fₙ = Fₙ₋₁ + Fₙ₋₂。这是二阶递推关系的一个关键示例。
10. Sigma Notation | Σ 符号
Sigma notation (Σ) is a concise way to write the sum of a series. The expression ∑(expression) from n = a to b tells you to substitute n = a, a+1, …, b into the expression and add the results. In CCEA, you must be able to interpret and evaluate such sums, especially for arithmetic and geometric series.
西格玛符号(Σ)是一种表示级数之和的简洁方法。表达式 ∑(公式) 从 n = a 到 b 表示将 n = a, a+1, …, b 代入公式后相加。在 CCEA 考试中,你必须能够解释并求算此类和式,特别是等差和等比级数。
Example: Evaluate ∑(2k + 1) from k = 1 to 5. The terms are 3, 5, 7, 9, 11. Sum = 35. This is an arithmetic series with a = 3, d = 2, n = 5, sum = 5/2 × (3+11) = 35. You can also use the formula to check.
示例:计算 ∑(2k + 1) 从 k = 1 到 5。各项为 3, 5, 7, 9, 11。和为 35。这是一个等差级数,a = 3,d = 2,n = 5,和 = 5/2 × (3+11) = 35。你也可以用公式验证。
11. Applications in Context | 实际应用
Sequences and series are used to model real‑life situations. Arithmetic series can represent regular savings (e.g., saving £10 the first week, £15 the second, etc.), while geometric series model compound interest or population growth with a constant ratio. Recurrence relations can describe more complex patterns like monthly loan balances.
数列与级数可用于模拟现实生活中的情况。等差级数可以表示定期储蓄(例如第一周存 £10,第二周存 £15 等),而等比级数则可模拟复利或以恒定比例增长的人口。递推关系可以描述更复杂的模式,如每月贷款余额。
Example: A bank account pays 5% interest per year. If £1000 is invested, the amount after n years forms a geometric sequence with a = 1000 × 1.05 = 1050 (after 1 year) and r = 1.05. The nth term after n years is 1000 × 1.05ⁿ. The sum of the amounts over time would use geometric series formulas.
示例:一个银行账户每年支付 5% 的利息。若投资 £1000,n 年后的金额构成等比数列,其中 a = 1000 × 1.05 = 1050(一年后),公比 r = 1.05。第 n 年后的金额为 1000 × 1.05ⁿ。一段时间内的总金额之和需使用等比级数公式。
12. Exam Tips for CCEA | CCEA 考试技巧
Always identify whether a sequence is arithmetic or geometric before applying formulas. Write down the values of a, d or r clearly. When finding sums, check your final answer with a few terms added manually if possible. For recurrence relations, make sure to use the correct initial term and perform each step carefully—errors tend to cascade.
在应用公式之前,一定要先判断数列是等差还是等比。清楚地写下 a、d 或 r 的值。求总和时,如果可能,用几项手动相加来检验你的最终答案。对于递推关系,一定要使用正确的起始项并仔细进行每一步运算——错误往往会连锁发生。
For sigma notation, expand a few terms to see the pattern. In word problems, define your variables and sequence clearly. Pay attention to units and whether the context requires the term or the sum. Additionally, practise past CCEA papers as they often mix sequences with other topics like algebra or graphs.
对于西格玛符号,展开前几项以观察模式。在文字题中,清晰地定义你的变量和数列。注意单位,以及上下文是需要求项还是求和。此外,要练习 CCEA 的历年真题,因为它们常将数列与其他主题(如代数或图像)混合考查。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导