📚 KS3 Maths: Sequences and Series Key Points | KS3 数学:数列与级数 考点精讲
Sequences and series are foundational topics in KS3 mathematics. A sequence is an ordered list of numbers following a specific rule, while a series is the sum of the terms of a sequence. Understanding how to generate, describe, and analyse sequences builds essential algebraic thinking and problem-solving skills relevant to patterns, functions, and later topics like calculus. This revision guide covers the key concepts, methods, and common pitfalls to help you master sequences and series.
数列与级数是KS3数学的基础主题。数列是按照特定规则排列的一列有序数字,而级数是数列各项的和。理解如何生成、描述和分析数列有助于培养代数思维和解决问题的能力,这些能力在模式识别、函数以及后续微积分等主题中至关重要。本复习指南涵盖关键概念、方法和常见错误,帮助你掌握数列与级数。
1. What is a Sequence? | 什么是数列?
A sequence is a list of numbers arranged in a particular order. Each number in the sequence is called a term. Sequences can be finite (having a limited number of terms) or infinite, like the sequence of even numbers 2, 4, 6, 8, …
数列是按照特定顺序排列的一列数字。数列中的每个数称为项。数列可以是有限的(项数有限)或无限的,例如偶数数列 2, 4, 6, 8, …。
The position of a term is important. We often denote the first term as T₁, the second as T₂, and the nth term as Tₙ. For example, in the sequence 3, 7, 11, 15, … the first term T₁ = 3.
项的位置很重要。我们通常将第1项记作 T₁,第2项记作 T₂,第n项记作 Tₙ。例如,在数列 3, 7, 11, 15, … 中,第1项 T₁ = 3。
2. Terms and Notation | 项与符号
We use subscript notation to refer to individual terms. For a sequence, ‘n’ represents the term number, and Tₙ or aₙ gives the value. Understanding this notation helps you transition from pattern spotting to formal algebra.
我们使用下标符号来引用各个项。对于数列,“n”表示项数,而 Tₙ 或 aₙ 给出该项的值。理解这种符号有助于从模式识别过渡到正式的代数运算。
When working with sequences, you will often see the notation {Tₙ} to denote the entire sequence. Each Tₙ is the value at position n. Being comfortable with this language will make reading exam questions much easier.
在处理数列时,你常会看到用 {Tₙ} 表示整个数列。每个 Tₙ 是位置 n 处的值。熟悉这种语言会让阅读考试题目容易得多。
3. Term-to-Term Rules | 项对项规则
A term-to-term rule tells you how to get from one term to the next. This is also called a recurrence relation. For instance, the sequence 5, 8, 11, 14, … has the rule “add 3 to the previous term”. We can write: Tₙ₊₁ = Tₙ + 3, with T₁ = 5.
项对项规则告诉你如何从一项得到下一项。这也称为递推关系。例如,数列 5, 8, 11, 14, … 的规则是“在前一项上加3”。我们可以写作:Tₙ₊₁ = Tₙ + 3,且 T₁ = 5。
Term-to-term rules are useful for generating sequences step by step, but they are not efficient for finding a distant term directly. We need a position-to-term rule for that.
项对项规则适合逐步生成数列,但要直接找到较远的项效率不高。为此我们需要位置对项规则。
4. Position-to-Term Rules: The nth Term | 位置对项规则:第n项
A position-to-term rule expresses the value of a term directly in terms of its position n. This is often called the nth term formula. For an arithmetic (linear) sequence, the nth term is given by Tₙ = a + (n − 1)d, where a is the first term and d is the common difference.
位置对项规则用项的位置 n 直接表示该项的值,通常称为第 n 项公式。对于等差(线性)数列,第 n 项公式为 Tₙ = a + (n − 1)d,其中 a 是首项,d 是公差。
Example: For the sequence 4, 9, 14, 19, … the difference is 5 and first term 4, so Tₙ = 4 + (n − 1)×5 = 5n − 1. Check: n = 3 gives T₃ = 5×3 − 1 = 14, correct.
例如:对于数列 4, 9, 14, 19, …,差为5,首项为4,因此 Tₙ = 4 + (n − 1)×5 = 5n − 1。验证:n = 3 时 T₃ = 5×3 − 1 = 14,正确。
Tₙ = 5n − 1
5. Arithmetic Sequences | 等差数列
An arithmetic sequence is a sequence where the difference between consecutive terms is constant. This constant is called the common difference, d. The sequence can be increasing (d > 0), decreasing (d < 0), or constant (d = 0).
等差数列是相邻两项的差为常数的数列。这个常数称为公差 d。数列可以是递增的 (d > 0)、递减的 (d < 0) 或常数的 (d = 0)。
The graph of an arithmetic sequence is a set of collinear points because the terms follow a linear pattern. This is why the nth term is a linear expression in n.
等差数列的图像是一组共线的点,因为各项遵循线性规律。这就是为什么第 n 项是 n 的线性表达式。
6. Finding the nth Term of an Arithmetic Sequence | 寻找等差数列的第n项
To find the nth term: Step 1: Identify the first term a. Step 2: Find the common difference d by subtracting any term from the next. Step 3: Substitute into Tₙ = a + (n − 1)d and simplify. Alternatively, if the pattern is like outputs from a times table, you can write Tₙ = dn + c, where c is the zero term (value when n = 0). For 3, 7, 11, 15, … d = 4, zero term = −1, so Tₙ = 4n − 1.
求第 n 项的方法:步骤1:确定首项 a。步骤2:用后一项减前一项求出公差 d。步骤3:代入 Tₙ = a + (n − 1)d 并化简。另一种方法,如果规律类似乘法表,可以写成 Tₙ = dn + c,其中 c 是第0项(n=0 时的值)。对于 3, 7, 11, 15, …,d = 4,第0项为 −1,所以 Tₙ = 4n − 1。
Practice: Find the nth term of 10, 7, 4, 1, … (Answer: Tₙ = 13 − 3n). Always test your formula with at least three terms.
练习:求数列 10, 7, 4, 1, … 的第 n 项。(答案:Tₙ = 13 − 3n)。务必用至少三项检验你的公式。
| Sequence | a | d | nth term |
| 8, 15, 22, 29, … | 8 | 7 | 7n + 1 |
| 20, 17, 14, 11, … | 20 | −3 | 23 − 3n |
7. Other Common Sequences: Square and Triangular Numbers | 其他常见数列:平方数与三角形数
Besides linear sequences, some special sequences appear frequently. Square numbers: 1, 4, 9, 16, 25, … nth term = n². Triangular numbers: 1, 3, 6, 10, 15, … nth term = n(n+1)/2. These are generated by dot patterns.
除线性数列外,还有一些特殊的数列常出现。平方数:1, 4, 9, 16, 25, … 第 n 项 = n²。三角形数:1, 3, 6, 10, 15, … 第 n 项 = n(n+1)/2。它们可以通过点阵模式生成。
Recognising these sequences helps in problem solving, especially when dealing with patterns in shapes. Cube numbers (1, 8, 27, … ) and Fibonacci-type sequences are also worth knowing.
识别这些数列有助于解决问题,尤其是在处理图形模式时。立方数(1, 8, 27, …)和斐波那契型数列也值得了解。
Square: Tₙ = n² Triangular: Tₙ = ½ n(n+1)
8. Introduction to Series: Summing Sequences | 级数入门:数列求和
A series is the sum of the terms of a sequence. For a finite arithmetic sequence, the sum Sₙ of the first n terms can be found using the formula Sₙ = n/2 (a + l) or Sₙ = n/2 [2a + (n − 1)d], where l is the last term. The famous story of Gauss summing 1 to 100 illustrates pairing terms to get 50×101 = 5050.
级数是数列各项的和。对于有限等差数列,前 n 项的和 Sₙ 可用公式 Sₙ = n/2 (a + l) 或 Sₙ = n/2 [2a + (n − 1)d] 计算,其中 l 为末项。高斯求 1 到 100 和的著名故事展示了如何将项配对得到 50×101 = 5050。
In KS3, you might be asked to find the sum of a simple sequence like the first 10 square numbers, or to interpret a series from a pattern. Focus on using logical grouping rather than memorising the formula for all types.
在 KS3 中,你可能会被要求求简单数列的和,例如前10个平方数的和,或根据模式解读级数。应注重使用逻辑分组,而非死记硬背所有类型的公式。
9. Recursively Defined and Special Sequences | 递推定义与特殊数列
Published by TutorHao | KS3 Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply