📚 GCSE OCR Maths: Sequences and Series Key Points | GCSE OCR 数学:数列与级数 考点精讲
In the OCR GCSE Maths syllabus, sequences and series form a fundamental topic that connects patterns, algebra, and real-world problem solving. A clear understanding of how to generate terms, find the nth term, and calculate the sum of a series is essential for both Foundation and Higher tier students. This article breaks down the core concepts — arithmetic, geometric, quadratic, and special sequences — with worked examples, key formulas, and practical tips to help you revise effectively and aim for top marks.
在 OCR GCSE 数学大纲中,数列与级数是连接规律、代数与实际应用的基础主题。无论是基础还是高阶层次,清晰掌握生成各项、求出第 n 项(通项)以及计算级数和的方法都至关重要。本文将拆解核心概念——等差数列、等比数列、二次数列及特殊数列,提供示例、关键公式和实用技巧,帮助你高效复习,争取高分。
1. What is a Sequence? | 什么是数列?
A sequence is an ordered list of numbers, called terms, that follow a specific rule. The position of a term is denoted by n, and the nth term gives a formula to calculate any term based on its position. For example, the sequence 3, 6, 9, 12, … has a simple rule: add 3 each time. The first term is 3, the second term is 6, and so on.
数列是有序排列的一列数,每个数称为一个项,它们遵循特定规则。项的位置用 n 表示,第 n 项即通项公式,可根据位置计算出任意项。例如,数列 3, 6, 9, 12, … 的规则是每次都加 3。第一项为 3,第二项为 6,以此类推。
Understanding sequences allows you to predict future terms and analyse patterns. The difference between consecutive terms can reveal the type of sequence — constant difference suggests an arithmetic sequence, while a constant ratio points to a geometric sequence. Quadratic sequences have a second difference that is constant.
理解数列能让你预测后续项并分析模式。相邻项的差可揭示数列类型——差为常数的是等差数列,比值为常数的是等比数列。二次数列则具有恒定的二阶差分。
2. Arithmetic Sequences | 等差数列
An arithmetic sequence (also called an arithmetic progression) is a sequence where the difference between any term and the previous term is constant. This fixed value is called the common difference, denoted by d. For instance, in the sequence 5, 9, 13, 17, …, the first term a₁ = 5 and the common difference d = 4.
等差数列(也叫算术数列)是指从第二项起,每一项与前一项的差都相等的数列。这个固定的差值称为公差,记作 d。例如,数列 5, 9, 13, 17, … 中,首项 a₁ = 5,公差 d = 4。
The terms increase if d is positive and decrease if d is negative. You can generate the next term by adding d to the previous term: a₂ = a₁ + d, a₃ = a₂ + d, and so on. Recognising an arithmetic sequence quickly helps in finding the nth term formula.
若 d 为正,数列递增;若 d 为负,数列递减。通过在前一项上加上 d 即可生成下一项:a₂ = a₁ + d,a₃ = a₂ + d,以此类推。快速识别等差数列有助于求出第 n 项公式。
3. nth Term of an Arithmetic Sequence | 等差数列的第 n 项
The nth term of an arithmetic sequence with first term a₁ and common difference d is given by the linear formula:
aₙ = a₁ + (n – 1)d
首项为 a₁、公差为 d 的等差数列的第 n 项由线性公式给出:
aₙ = a₁ + (n – 1)d
For example, to find the 100th term of the sequence 7, 11, 15, 19, …, where a₁ = 7 and d = 4, substitute n = 100 into the formula: a₁₀₀ = 7 + (100 – 1) × 4 = 7 + 396 = 403. This formula works for any n, making it a powerful tool for solving problems.
例如,要找出数列 7, 11, 15, 19, … 的第 100 项,已知 a₁ = 7,d = 4,将 n = 100 代入公式:a₁₀₀ = 7 + (100 – 1) × 4 = 7 + 396 = 403。该公式对任意 n 都有效,是解决相关问题的有力工具。
You can also determine the number of terms given the last term. Rearranging the formula n = (aₙ – a₁)/d + 1 lets you find the position of a specific term. Always check that n is a positive integer.
若已知末项,也可通过变形 n = (aₙ – a₁)/d + 1 求出项数。请确保 n 为正整数。
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, denoted Sₙ, can be calculated using two equivalent formulas. The first uses the first and last terms:
Sₙ = n/2 × (a₁ + aₙ)
等差数列的级数即数列各项之和。前 n 项和记为 Sₙ,可用两个等价公式计算。第一个使用首项和末项:
Sₙ = n/2 × (a₁ + aₙ)
The second formula uses only the first term and common difference, which is practical when the last term is unknown:
Sₙ = n/2 × [2a₁ + (n – 1)d]
第二个公式只涉及首项和公差,在末项未知时更为实用:
Sₙ = n/2 × [2a₁ + (n – 1)d]
For instance, find the sum of the first 20 terms of 3, 8, 13, 18, … Here a₁ = 3, d = 5, n = 20. Using the second formula: S₂₀ = 20/2 × [2×3 + (20-1)×5] = 10 × (6 + 95) = 1010. The method always works, and these sums appear frequently in exam questions on topic areas like seating arrangements or savings plans.
例如,求 3, 8, 13, 18, … 前 20 项的和。这里 a₁ = 3,d = 5,n = 20。使用第二个公式:S₂₀ = 20/2 × [2×3 + (20-1)×5] = 10 × (6 + 95) = 1010。这一方法始终有效,此类求和常见于与座位安排或储蓄计划相关的考题中。
5. Geometric Sequences | 等比数列
A geometric sequence is one where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio, denoted by r. For example, the sequence 2, 6, 18, 54, … has first term a₁ = 2 and common ratio r = 3. If r is greater than 1, the terms grow; if 0 < r < 1, the terms shrink; and if r is negative, the sequence alternates signs.
等比数列是指从第二项起,每一项等于前一项乘以一个固定的非零数,该数称为公比,记作 r。例如,数列 2, 6, 18, 54, … 的首项 a₁ = 2,公比 r = 3。若 r > 1,各项递增;若 0 < r < 1,各项递减;若 r 为负,则数列正负交替。
It is important to identify the ratio by dividing a term by its previous term: r = a₂/a₁. In OCR exams, geometric sequences often appear in contexts like compound interest, population growth, or decay. Always check that the ratio remains constant for at least three pairs of terms to confirm the sequence is geometric.
识别公比的方法是用后项除以前项:r = a₂/a₁。在 OCR 考试中,等比数列常出现在复利、人口增长或衰变等情境中。务必验证至少三对相邻项的比值是否恒定,以确认数列为等比数列。
6. nth Term of a Geometric Sequence | 等比数列的第 n 项
The nth term of a geometric sequence is given by the exponential formula:
aₙ = a₁ × rⁿ⁻¹
等比数列的第 n 项由指数公式给出:
aₙ = a₁ × rⁿ⁻¹
Here a₁ is the first term, r is the common ratio, and n is the position. To find the 10th term of 5, 10, 20, 40, … (a₁ = 5, r = 2), substitute: a₁₀ = 5 × 2⁹ = 5 × 512 = 2560. Notice how quickly the terms grow — geometric progressions can lead to large numbers even for moderate n.
其中 a₁ 为首项,r 为公比,n 为位置。要找出 5, 10, 20, 40, … 的第 10 项(a₁ = 5,r = 2),代入得:a₁₀ = 5 × 2⁹ = 5 × 512 = 2560。注意数列增长之快——等比数列即便在适中的 n 下也能产生巨大的数。
If you know a term and the ratio, you can work backwards to find the first term by rearranging the formula. This is particularly useful when questions ask for the smallest n such that aₙ exceeds a given value, which you can solve by taking logarithms or testing values systematically.
若已知某一项和公比,可通过公式变形反求首项。这在某些问题中非常实用,例如求使得 aₙ 超过某给定值的最小 n,解决办法包括使用对数或逐项检验。
7. Sum of a Geometric Series | 等比数列求和
For a geometric series, the sum of the first n terms Sₙ is:
Sₙ = a₁ × (1 – rⁿ) / (1 – r) for r ≠ 1
对于等比级数,前 n 项和 Sₙ 为:
Sₙ = a₁ × (1 – rⁿ) / (1 – r) 当 r ≠ 1
If the common ratio r = 1, the sequence is constant (all terms equal to a₁), then Sₙ = n × a₁. When r is negative, be careful with signs; the formula still holds true. For example, sum the first 8 terms of 3, 6, 12, 24, … Here a₁ = 3, r = 2, n = 8. S₈ = 3 × (1 – 2⁸) / (1 – 2) = 3 × (1 – 256) / (-1) = 3 × (-255)/(-1) = 765.
若公比 r = 1,数列为常数列(各项均为 a₁),则 Sₙ = n × a₁。当 r 为负数时,需注意正负号,但公式仍然成立。例如,求 3, 6, 12, 24, … 前 8 项之和,已知 a₁ = 3,r = 2,n = 8。S₈ = 3 × (1 – 2⁸) / (1 – 2) = 3 × (1 – 256) / (-1) = 3 × (-255)/(-1) = 765。
OCR Foundation tier may only require simple repeated addition for geometric sums, but Higher tier students must be confident using the formula. The sum of an infinite geometric series (only when |r| < 1) is not directly assessed at GCSE, but recognising limiting behaviour can help with understanding.
OCR 基础层次可能只要求对等比级数进行简单的逐项累加,但高阶层次学生必须熟练使用此公式。无穷等比级数的和(仅当 |r| < 1)不在 GCSE 直接考查范围内,但了解其极限行为有助于加深理解。
8. Quadratic Sequences | 二次数列
A quadratic sequence has a constant second difference between consecutive terms. The nth term is a quadratic expression of the form:
aₙ = An² + Bn + C
二次数列的相邻项之间的二阶差分为常数。其第 n 项是一个如下形式的二次表达式:
aₙ = An² + Bn + C
To find A, B, and C: first work out the first and second differences. For example, sequence 3, 10, 21, 36, 55, … First differences: 7, 11, 15, 19; second differences: 4, 4, 4. Since the second difference is 4, A = half of that, so A = 2. Then write the sequence of 2n²: 2, 8, 18, 32, 50, … and compare with the original sequence to find the linear part. The original minus 2n² gives: 1, 2, 3, 4, 5, … which is n. Thus the nth term is 2n² + n + 0, so aₙ = 2n² + n.
要找出常数 A、B、C:先计算一阶和二阶差分。例如数列 3, 10, 21, 36, 55, … 的一阶差分为 7, 11, 15, 19;二阶差分均为 4。因二阶差分为 4,故 A 为其一半,即 A = 2。接着写出 2n² 的数列:2, 8, 18, 32, 50, …,与原数列比对以找出线性部分。原数列减去 2n² 得:1, 2, 3, 4, 5, …,即 n。因此第 n 项为 2n² + n + 0,即 aₙ = 2n² + n。
Quadratic sequences are often assessed by asking for the nth term given the first few terms, or finding the next few terms using the second difference. Practice is key, as the method is structured but must be applied carefully to avoid arithmetic errors.
二次数列的考题通常要求根据前几项求第 n 项,或利用二阶差分找出后续项。虽然解题步骤固定,但需仔细运算以避免错误,因此多加练习至关重要。
9. Other Special Sequences | 其他特殊数列
OCR GCSE also expects you to recognise and use other common sequences. Square numbers follow the pattern n²: 1, 4, 9, 16, 25, … Cube numbers are n³: 1, 8, 27, 64, … Triangular numbers are given by the formula:
Tₙ = n(n+1)/2 giving 1, 3, 6, 10, 15, …
OCR GCSE 还希望你识别并使用其他常见数列。平方数是 n²:1, 4, 9, 16, 25, … 立方数是 n³:1, 8, 27, 64, … 三角形数的公式为:
Tₙ = n(n+1)/2 数列为 1, 3, 6, 10, 15, …
The Fibonacci sequence is defined recursively: F₁ = 1, F₂ = 1, and each subsequent term is the sum of the two preceding ones (Fₙ = Fₙ₋₁ + Fₙ₋₂). This generates 1, 1, 2, 3, 5, 8, 13, … It appears in nature and is a favourite for pattern-spotting questions. You may be asked to find the next few terms or to apply the rule in a different context.
斐波那契数列由递推定义:F₁ = 1,F₂ = 1,之后每一项都等于前两项之和(Fₙ = Fₙ₋₁ + Fₙ₋₂)。该数列产生 1, 1, 2, 3, 5, 8, 13, … 它在自然界中广泛出现,也是模式识别题的常见素材。考题可能让你找出后续几项,或在其他情境中应用该规则。
Understanding these special sequences enriches your ability to spot patterns quickly. You should be comfortable generating terms, writing the nth term where applicable, and identifying the sequence from a given list of numbers.
理解这些特殊数列可以提升你快速识别规律的能力。你应能熟练生成各项、在适用时写出第 n 项公式,以及根据给定数字识别数列类型。
10. Using Sequences in Real Life | 数列在现实中的应用
Sequences and series are not just abstract maths — they model many real-world situations. Arithmetic sequences can describe paying a fixed monthly allowance, increasing saving by a regular amount, or seating in an auditorium where each row has more seats than the previous one. The sum formula then gives total amounts or total seats.
数列与级数并非抽象数学——它们为许多现实情境建模。等差数列可描述每月固定津贴的支付、储蓄定期增加、或礼堂中每排比前一排多几个座位的情景。求和公式能得出总金额或总座位数。
Geometric sequences model compound interest, population growth, and radioactive decay (where the ratio is less than 1). For example, if a population increases by 5% each year, the multiplier is 1.05, and the nth year’s population can be found using a₁ × 1.05ⁿ⁻¹. The sum formula calculates total growth over a period.
等比数列用于模拟复利、人口增长和放射性衰变(此时公比小于 1)。例如,若人口每年增长 5%,则乘数为 1.05,第 n 年的人口可用 a₁ × 1.05ⁿ⁻¹ 求得。求和公式可计算一段时间内的总增长。
In OCR exam questions, you might need to interpret a word problem, identify the sequence type, extract a₁ and d or r, and then use the appropriate formula. Always read the context carefully to decide between arithmetic and geometric models, and check that your answers make sense within the scenario.
在 OCR 考题中,你可能需要解读文字题、识别数列类型、提取出 a₁ 以及 d 或 r,再选用合适的公式。请仔细阅读题意,判断选用等差数列还是等比数列模型,并确保答案在题目情境中合理。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply