📚 GCSE Maths: Sequences and Series Key Points | GCSE 数学:数列与级数 考点精讲
Sequences and series are fundamental building blocks in GCSE Mathematics. A sequence is an ordered list of numbers that follow a pattern, while a series is the sum of the terms of a sequence. Being able to identify the type of sequence, find the nth term, and calculate sums opens the door to solving many real-world and abstract problems. This revision guide covers linear, quadratic, geometric, and special sequences, along with arithmetic series, giving you the tools you need to tackle exam questions with confidence.
数列与级数是GCSE数学中的基础组成部分。数列是按照某种规律排列的一串有序数字,级数则是数列各项的和。能够识别数列的类型、求出第n项并计算和,能为解决许多现实与抽象问题打开大门。本复习指南涵盖线性数列、二次数列、几何数列和特殊数列,以及等差数列求和,为你提供应对考试所需的工具,助你自信答题。
1. What are Sequences? | 数列是什么?
A sequence is a set of numbers written in a particular order. Each number in the sequence is called a term. The first term is often denoted by u₁ or a, the second by u₂, and the nth term by uₙ. Sequences can be finite (limited number of terms) or infinite (continuing forever). The key is to recognise the rule that generates the terms, which can be given as a word description, a term-to-term rule, or a position-to-term rule.
数列是一组按特定顺序排列的数。数列中的每一个数称为一项。第一项通常记为u₁或a,第二项记为u₂,第n项记为uₙ。数列可以是有限的(项数有限)或无限的(永远继续下去)。关键在于识别生成各项的规则,规则可以采用文字描述、逐项递推规则或位置到项的规则给出。
For example, the sequence 5, 10, 15, 20, … has a term-to-term rule ‘add 5’ and a position-to-term rule ‘multiply the position by 5’.
例如,数列5, 10, 15, 20, … 的逐项递推规则是“加5”,而位置到项的规则是“位置乘5”。
Understanding the language of sequences helps you describe patterns logically and forms the basis for working with nth term formulas.
理解数列的语言有助于你逻辑清晰地描述模式,并为使用第n项公式奠定基础。
2. Linear Sequences and the nth Term | 线性数列与第n项
A linear sequence, also known as an arithmetic sequence, is one where the difference between consecutive terms is constant. This constant difference is called the common difference, d. The terms increase or decrease steadily, and the sequence graphs as a straight line when plotting term values against position.
线性数列,也称为等差数列,是指相邻两项之间的差保持恒定的数列。这个恒定的差称为公差d。各项稳定地增加或减少,当绘制项值对位置的图形时,数列呈现为一条直线。
Examples of linear sequences include 3, 7, 11, 15, … (d = 4) and 20, 15, 10, 5, … (d = -5).
线性数列的例子包括:3, 7, 11, 15, … (d=4) 以及 20, 15, 10, 5, … (d=-5)。
The formula for the nth term of a linear sequence is:
uₙ = a + (n − 1)d
where a is the first term and d is the common difference. This formula can be derived by noting that to get to the nth term, you start at a and add d exactly (n − 1) times.
其中a是首项,d是公差。这个公式可以通过以下方法推导:要得到第n项,从首项a开始,恰好加上(n−1)次公差d。
In many GCSE questions, you will see the nth term expressed as dn + c, where d is the common difference and c = a − d.
在许多GCSE题目中,你会看到第n项表示为dn + c,其中d是公差,c = a − d。
For the sequence 3, 7, 11, 15, … we have a = 3 and d = 4, so uₙ = 3 + (n−1)×4 = 4n − 1.
对于数列3, 7, 11, 15, …,首项a=3,公差d=4,因此uₙ = 3 + (n−1)×4 = 4n − 1。
3. Finding the nth Term for Linear Sequences | 求线性数列的第n项公式
To find the nth term of a linear sequence from its terms, follow these steps:
要从数列的各项求线性数列的第n项,请遵循以下步骤:
-
Find the common difference d by subtracting any term from the next term.
通过从后一项减去前一项求出公差d。
-
Write down the multiple of d that matches the first term? No, instead find the zero term: the value you would get at position n=0 by going backwards one step. This gives c = u₁ − d.
写下与首项匹配的d的倍数?不,而是通过回推一步求出零项,即位置n=0处的值。得出c = u₁ − d。
-
The nth term is then uₙ = dn + c.
那么第n项就是 uₙ = dn + c。
Example: Find the nth term of the sequence 8, 13, 18, 23, …
例子:求数列 8, 13, 18, 23, … 的第n项。
Common difference d = 13 − 8 = 5. The zero term c = u₁ − d = 8 − 5 = 3. Hence the nth term is uₙ = 5n + 3.
公差 d = 13 − 8 = 5。零项 c = u₁ − d = 8 − 5 = 3。因此第n项为 uₙ = 5n + 3。
You should always test your formula: for n=1, 5×1+3=8 correct; n=2, 5×2+3=13 correct.
你应该总是检验公式:当n=1,5×1+3=8 正确;n=2,5×2+3=13 正确。
This method works for any linear sequence, including those with negative common differences or fractional steps.
这种方法适用于任何线性数列,包括公差为负或分数步长的数列。
4. Using the nth Term | 使用第n项
Once you have the nth term formula, you can find any term of the sequence without listing all the preceding terms. This is especially useful for large values of n.
一旦你有了第n项公式,就无需列出所有前面的项便可找到数列中的任何一项。这对于较大的n值尤其有用。
For instance, to find the 50th term of a sequence with uₙ = 7n − 10, simply substitute n=50 to get u₅₀ = 7×50 − 10 = 340.
例如,要求数列 uₙ = 7n − 10 的第50项,只需代入n=50得到 u₅₀ = 7×50 − 10 = 340。
You can also determine whether a given number is a term in the sequence. Set uₙ equal to the number and solve for n. If n is a positive integer, then the number is in the sequence.
你还可以判断一个给定的数是否是该数列中的一项。令uₙ等于该数并求解n。如果n为正整数,则该数属于该数列。
Example: Is 103 a term in the sequence defined by uₙ = 6n + 7?
例子:103是数列 uₙ = 6n + 7 的一项吗?
Set 6n + 7 = 103 → 6n = 96 → n = 16. Since n is a positive integer, 103 is the 16th term.
设 6n + 7 = 103 → 6n = 96 → n = 16。因为n为正整数,所以103是第16项。
This skill is often tested in problem-solving contexts, such as finding the first term exceeding a certain value.
这项技能常在解决问题情境下考查,比如求第一个超过某值的项。
5. Quadratic Sequences | 二次数列
A quadratic sequence is one where the second difference between terms is constant. The nth term of a quadratic sequence is a quadratic expression of the form an² + bn + c. The sequence’s terms change in a way that is not linear: the first differences themselves form a linear sequence.
二次数列是指项之间的二阶差保持恒定的数列。二次数列的第n项是一个二次表达式,形式为 an² + bn + c。数列各项的变化不是线性的:一阶差本身构成一个线性数列。
Consider the sequence 2, 5, 10, 17, 26, …
考虑数列 2, 5, 10, 17, 26, …
First differences: 3, 5, 7, 9. Second differences: 2, 2, 2. The constant second difference is 2, confirming it is a quadratic sequence.
一阶差:3, 5, 7, 9。二阶差:2, 2, 2。恒定的二阶差为2,确认这是一个二次数列。
The general rule is: if the second difference is constant and equals 2a, then the coefficient a is half of that second difference.
一般规则是:如果二阶差恒定且等于2a,那么系数a就是该二阶差的一半。
In this example, 2a = 2 → a = 1, so the nth term begins with n².
在此例中,2a = 2 → a = 1,因此第n项以 n² 开头。
By comparing the actual terms with the sequence of n²: 1, 4, 9, 16, 25, we see each term is 1 more, so uₙ = n² + 1.
通过将实际各项与 n² 数列:1, 4, 9, 16, 25 进行比较,我们发现每一项都多1,所以 uₙ = n² + 1。
6. Finding nth Term of Quadratic Sequences | 求二次数列的第n项
The standard method for determining the nth term of a quadratic sequence is as follows:
确定二次数列第n项的标准方法如下:
-
Find the first and second differences; confirm the second difference is constant. Let the second difference be D.
求出一阶和二阶差;确认二阶差是恒定的。令二阶差为D。
-
The coefficient a in an² is D ÷ 2.
an² 中的系数 a = D ÷ 2。
-
Write the sequence of an² terms and subtract them from the original sequence to obtain a new linear sequence.
写出 an² 各项,并从原数列中减去这些项,得到一个新的线性数列。
-
Find the nth term of this linear sequence, which will be of the form bn + c. Then the overall nth term is an² + bn + c.
求出该线性数列的第n项,其形式为 bn + c。那么整个第n项就是 an² + bn + c。
Example: Find the nth term of 4, 9, 16, 25, 36, …
例子:求数列 4, 9, 16, 25, 36, … 的第n项。
First differences: 5, 7, 9, 11. Second differences: 2, 2, 2. Hence 2a = 2 → a = 1.
一阶差:5, 7, 9, 11。二阶差:2, 2, 2。因此 2a = 2 → a = 1。
Sequence of n²: 1, 4, 9, 16, 25. Subtract these from the original terms: (4-1)=3, (9-4)=5, (16-9)=7, (25-16)=9, (36-25)=11. This residual sequence is 3, 5, 7, 9, 11, which is linear with nth term 2n + 1.
n² 数列:1, 4, 9, 16, 25。从原数列各项中减去这些值:(4-1)=3, (9-4)=5, (16-9)=7, (25-16)=9, (36-25)=11。剩下的数列为 3, 5, 7, 9, 11,是线性数列,第n项为 2n + 1。
Therefore the quadratic nth term is uₙ = n² + 2n + 1, which factorises to (n+1)².
因此二次第n项为 uₙ = n² + 2n + 1,可分解为 (n+1)²。
7. Geometric Sequences | 几何数列
In a geometric sequence, each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio, r. Geometric sequences can grow very quickly if |r| > 1, or decay towards zero if 0 < |r| < 1.
在几何数列中,从第二项起每一项都是前一项乘以一个固定的非零数,称为公比r。如果|r| > 1,几何数列会增长得非常快;如果0 < |r| < 1,则会衰减趋向零。
For example, the sequence 3, 6, 12, 24, 48, … has r = 2. The sequence 100, 50, 25, 12.5, … has r = ½.
例如,数列 3, 6, 12, 24, 48, … 的公比 r = 2。数列 100, 50, 25, 12.5, … 的公比 r = ½。
The nth term of a geometric sequence is given by:
uₙ = a × rⁿ⁻¹
where a is the first term and r is the common ratio.
其中a是首项,r是公比。
Although geometric series (the sum of terms) is more common at A-level, GCSE questions may ask you to find a specific term or compare growth patterns. Be comfortable substituting into the formula and solving problems involving simple compound interest, which is essentially a geometric sequence.
尽管几何级数(各项之和)在A-level中更常见,但GCSE题目可能会要求你计算某一项或比较增长模式。要能熟练代入公式解题,并解决涉及简单复利的问题,这种问题本质上就是几何数列。
8. Special Sequences (Fibonacci and Others) | 特殊数列(斐波那契等)
Apart from linear, quadratic and geometric types, some sequences follow unique rules that generate famous number patterns.
除了线性、二次和几何类型外,有些数列遵循独特的规则,产生了著名的数字模式。
Fibonacci sequence: Start with 1, 1, and each subsequent term is the sum of the two preceding terms. 1, 1, 2, 3, 5, 8, 13, 21, … The rule is uₙ = uₙ₋₁ + uₙ₋₂. This sequence appears in nature and has lots of interesting properties.
斐波那契数列:从1, 1开始,之后每一项都是前两项之和。1, 1, 2, 3, 5, 8, 13, 21, … 规则是 uₙ = uₙ₋₁ + uₙ₋₂。这个数列在自然界中出现,并有许多有趣的性质。
Square numbers: 1, 4, 9, 16, 25, … given by n². The differences here form the sequence of odd numbers.
平方数:1, 4, 9, 16, 25, … 由 n² 给出。这里的一阶差构成奇数数列。
Triangular numbers: 1, 3, 6, 10, 15, … the nth triangular number is n(n+1)/2. These arise from arranging dots in a triangle.
三角形数:1, 3, 6, 10, 15, … 第n个三角形数是 n(n+1)/2。这些数源自三角形排列的点阵。
Being able to recognise these special sequences quickly saves time in exams and helps when solving problems that combine different types of sequences.
能够快速识别这些特殊数列可以在考试中节省时间,并有助于解决结合不同类型数列的问题。
9. Arithmetic Series: Sum of an Arithmetic Sequence | 等差数列求和
When we add the terms of a sequence together, the result is called a series. For an arithmetic (linear) sequence, the sum of the first n terms is given by an important formula. This sum, often denoted by Sₙ, can be found by multiplying the number of terms by the average of the first and last term.
当我们将数列的各项相加时,结果称为级数。对于等差(线性)数列,前n项的和由一个重要的公式给出。这个和通常记为Sₙ,可以通过项数乘以首项与末项的平均值来求得。
The two equivalent formulas are:
Sₙ = n/2 (a + l) = n/2 [2a + (n−1)d]
where a is the first term, l is the last term, d is the common difference, and n is the number of terms.
其中a是首项,l是末项,d是公差,n是项数。
For example, find the sum of the first 30 terms of the sequence 5, 8, 11, 14, …
例如,求数列 5, 8, 11, 14, … 前30项的和。
Here a = 5, d = 3, n = 30. Using Sₙ = n/2 [2a + (n−1)d] = 30/2 [2×5 + 29×3] = 15 [10 + 87] = 15 × 97 = 1455.
这里 a = 5, d = 3, n = 30。使用 Sₙ = n/2 [2a + (n−1)d] = 30/2 [2×5 + 29×3] = 15 [10 + 87] = 15 × 97 = 1455。
You might also be asked to find the sum of the first n natural numbers: 1+2+3+…+n, which is a special arithmetic series where a=1, d=1. Then Sₙ = n(n+1)/2.
你或许还会被问到求前n个自然数的和:1+2+3+…+n,这是一个特殊的等差数列,其中 a=1, d=1。此时 Sₙ = n(n+1)/2。
Understanding series notation and the sum formula allows you to solve problems like finding total cost, total distance, or total seats in arithmetic progression scenarios.
理解级数记法和求和公式能让你解决诸如求总成本、总距离或等差递增情境下总座位数的问题。
10. Problem Solving with Sequences and Series | 数列与级数应用题
GCSE exam questions often combine multiple concepts. You might need to find an nth term, then use it to calculate a specific term, or set up an equation involving nth terms from two different sequences.
GCSE考试题目常常综合多个概念。你可能需要先求第n项,然后用它来计算某一特定项,或者根据两个不同数列的第n项建立方程。
A common problem type: ‘The 4th term of an arithmetic sequence is 20 and the 10th term is 38. Find the first term and the common difference.’
常见的题型如:“一个等差数列的第4项是20,第10项是38。求首项和公差。”
Set up equations using uₙ = a + (n−1)d:
使用 uₙ = a + (n−1)d 建立方程:
For n=4: a + 3d = 20
For n=10: a + 9d = 38
Subtract the first from the second: 6d = 18 → d = 3. Then a = 20 − 3×3 = 11.
用第二个方程减去第一个方程:6d = 18 → d = 3。然后 a = 20 − 3×3 = 11。
Another typical question involves finding how many terms of a sequence sum to a given total, leading to a quadratic equation.
另一个典型问题是求一个数列的前多少项之和达到某个给定值,这通常会导出一个二次方程。
Example: The sum of the first n terms of an arithmetic series is given by Sₙ = 2n² + 3n. Find the 10th term.
例子:某等差级数的前n项和由 Sₙ = 2n² + 3n 给出。求第10项。
The 10th term u₁₀ = S₁₀ − S₉. Calculate S₁₀ = 2×100 + 30 = 230; S₉ = 2×81 + 27 = 189; thus u₁₀ = 41.
第10项 u₁₀ = S₁₀ − S₉。计算 S₁₀ = 2×100 + 30 = 230;S₉ = 2×81 + 27 = 189;因此 u₁₀ = 41。
Always check if your answer makes sense in the context of the sequence. Doing plenty of practice varied problems will build your fluency in handling sequences and series for GCSE Maths.
永远要检查答案在数列背景下是否合理。做大量的多样化问题练习,可以让你在GCSE数学中处理数列与级数时更加流利自如。
Published by TutorHao | Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导