📚 AS Mathematics: Sequences and Series – Key Concepts | AS 数学:数列与级数 考点精讲
Sequences and series are fundamental building blocks in AS Mathematics, appearing in pure mathematics and applied contexts. A deep understanding of arithmetic and geometric progressions, their sums, and the powerful sigma notation is essential for success. This revision guide walks you through every critical concept, formula, and common pitfall to help you master sequences and series with confidence.
数列与级数是 AS 数学中纯粹数学与应用建模的基础模块。透彻掌握等差数列、等比数列、求和公式以及求和符号,对于考试至关重要。本篇考点精讲将带你逐一梳理每个核心概念、关键公式和常见易错点,帮助你有条理地征服数列与级数。
1. What Are Sequences and Series? | 什么是数列与级数?
A sequence is an ordered list of numbers following a specific rule, such as 2, 5, 8, 11, … . Each number in the list is called a term. A series is formed when the terms of a sequence are added together, so the sum 2 + 5 + 8 + 11 + … is a series.
数列是一组按照特定规律排列的数,如 2, 5, 8, 11, … 。其中的每一个数称为项。将数列的各项相加就构成了级数,因此 2 + 5 + 8 + 11 + … 就是一个级数。
In AS Mathematics you will work mainly with two types of sequences: arithmetic sequences, where the difference between consecutive terms is constant, and geometric sequences, where the ratio between consecutive terms is constant. Recognising which type you are dealing with is the first key skill.
在 AS 数学中,主要学习两类数列:等差数列(相邻项的差为常数)和等比数列(相邻项的比为常数)。能够准确判断题目所给的数列类型,是必须掌握的第一项核心技能。
2. Arithmetic Sequences: The nth Term | 等差数列:第 n 项
In an arithmetic sequence, the difference between any term and the previous term is constant. This constant is called the common difference, usually denoted by d. If the first term is a (or u₁), the nth term uₙ is given by uₙ = a + (n − 1)d. For example, for the sequence 7, 10, 13, 16, … , a = 7 and d = 3, so the 20th term is u₂₀ = 7 + 19 × 3 = 64.
等差数列中,每一项与前一项的差是固定的,这个常数被称为公差,通常用 d 表示。若首项为 a(或 u₁),则第 n 项 uₙ 的公式为 uₙ = a + (n − 1)d。例如数列 7, 10, 13, 16, … ,a = 7, d = 3,因此第 20 项 u₂₀ = 7 + 19 × 3 = 64。
You can also be asked to find the first term or the common difference given two terms. Set up two equations using uₙ = a + (n − 1)d and solve simultaneously. Always label the terms clearly, for instance u₅ = a + 4d and u₁₂ = a + 11d.
如果题目给出某两项的值而让你求首项或公差,只需代入通项公式建立方程组。例如已知 u₅ = a + 4d 和 u₁₂ = a + 11d,然后联立求解。务必清晰地标注每个已知项,避免混淆。
3. Arithmetic Series: Sum of n Terms | 等差数列求和
The sum of the first n terms of an arithmetic sequence is denoted by Sₙ. Two equivalent formulas are used: Sₙ = n/2 (2a + (n − 1)d) and Sₙ = n/2 (a + l), where l is the last term. Both formulas arise from pairing terms from the beginning and end of the series.
等差数列前 n 项的和记作 Sₙ。两个等价的求和公式为:Sₙ = n/2 (2a + (n − 1)d) 和 Sₙ = n/2 (a + l),其中 l 是末项。这两个公式都来源于将首项与末项成对相加的方法。
Use Sₙ = n/2 (2a + (n − 1)d) when you know a, d and n. Use Sₙ = n/2 (a + l) when you know the first and last terms. A typical question gives Sₙ and asks you to find n or d; substitute known values and solve the resulting equation, often a quadratic for n.
当已知 a, d 和 n 时,使用 Sₙ = n/2 (2a + (n − 1)d);当已知首项和末项时,使用 Sₙ = n/2 (a + l)。常见题型会给出 Sₙ 并让你求 n 或 d,代入后通常会得到一个关于 n 的一元二次方程。
4. Using Sigma Notation for Arithmetic Sums | 用求和符号表示等差数列和
Sigma notation provides a compact way to write a series. The expression ∑_{r=1}^{n} (a + (r − 1)d) represents the arithmetic series a + (a + d) + … + (a + (n − 1)d). Here r is the index of summation, starting at 1 and ending at n.
求和符号(∑)提供了一种简洁的级数表示方式。表达式 ∑_{r=1}^{n} (a + (r − 1)d) 就代表了等差数列 a + (a + d) + … + (a + (n − 1)d)。其中 r 是求和指标,从 1 取到 n。
When evaluating a sum given in sigma notation, identify the number of terms, the first term (substitute the lower limit) and the last term (substitute the upper limit). Then apply the arithmetic sum formula, often Sₙ = n/2 (first + last). For example, ∑_{r=5}^{20} (3r − 2) gives an arithmetic series with first term 13, last term 58, and 16 terms, so the sum is 16/2 × (13 + 58) = 568.
当计算用求和符号给出的级数时,先确定项数、首项(代入下界)和末项(代入上界),然后套用等差求和公式,尤其是 Sₙ = n/2 (首项 + 末项)。例如 ∑_{r=5}^{20} (3r − 2) 代表首项为 13、末项为 58、共 16 项的等差数列,因此和为 16/2 × (13 + 58) = 568。
5. Geometric Sequences: The nth Term | 等比数列:第 n 项
A geometric sequence has a constant ratio between consecutive terms, called the common ratio r. If the first term is a, then uₙ = a rⁿ⁻¹. For the sequence 5, 10, 20, 40, … , we have a = 5 and r = 2, so the 8th term is u₈ = 5 × 2⁷ = 640.
等比数列中,相邻两项的比值为常数,称为公比 r。若首项为 a,则第 n 项为 uₙ = a rⁿ⁻¹。例如数列 5, 10, 20, 40, … ,a = 5, r = 2,第 8 项 u₈ = 5 × 2⁷ = 640。
Be careful with negative ratios or fractional ratios. If r is negative the terms alternate in sign, for instance a = 4, r = −3 gives 4, −12, 36, −108, … . The nth term formula still holds, but the sign changes with the parity of n−1.
当公比为负数或分数时需要特别留意。如果 r 为负数,数列的符号会交替变化,例如 a = 4, r = −3 给出 4, −12, 36, −108, … 。通项公式依然成立,但符号会随指数 n−1 的奇偶性改变。
6. Geometric Series: Sum of n Terms | 等比数列求和
The sum of the first n terms of a geometric series is Sₙ = a(1 − rⁿ) / (1 − r) for r ≠ 1. An equivalent form is Sₙ = a(rⁿ − 1) / (r − 1), which is useful when r > 1. Both are derived from the clever trick of multiplying the series by r and subtracting.
等比数列前 n 项和的公式为 Sₙ = a(1 − rⁿ) / (1 − r)(r ≠ 1)。等价形式 Sₙ = a(rⁿ − 1) / (r − 1) 在 r > 1 时更为方便。两者都源于将级数乘以 r 再相减的经典技巧。
Watch out for exam questions where you need to find n, a or r given Sₙ. Substitute known values into the sum formula and solve. Often you will need to take logarithms when n is in the exponent, such as solving a rⁿ = (r − 1)Sₙ − a.
考试中常出现已知 Sₙ 反求 n、a 或 r 的题型。此时将已知值代入求和公式求解。当 n 出现在指数位置时,往往需要取对数求解,例如从 a rⁿ = (r − 1)Sₙ − a 中解出 n。
7. Sum to Infinity of a Geometric Series | 等比级数的无穷和
If the common ratio satisfies |r| < 1, the terms get smaller and smaller in magnitude, and the infinite geometric series converges to a finite sum. The sum to infinity is given by S∞ = a / (1 − r). For example, the series 8 + 4 + 2 + 1 + ½ + … has a = 8, r = ½, so S∞ = 8 / (1 − ½) = 16.
当公比的绝对值 |r| < 1 时,各项的绝对值会越来越小,无穷等比级数收敛于一个有限和。无穷和的公式为 S∞ = a / (1 − r)。例如级数 8 + 4 + 2 + 1 + ½ + … 中 a = 8, r = ½,因此 S∞ = 8 / (1 − ½) = 16。
This formula is extremely common on AS papers, often linked to recurring decimals or real‑life models like bouncing balls. Always check the convergence condition first — if |r| ≥ 1, the infinite sum does not exist.
该公式在 AS 考试中极为常见,常与循环小数或弹跳球等实际模型相结合。务必先验证收敛条件:若 |r| ≥ 1,则无穷和不存在,不能盲目套用公式。
8. The Convergence Condition in Detail | 收敛条件详解
The condition |r| < 1 is crucial because it ensures that rⁿ → 0 as n → ∞. This is why the Sₙ formula Sₙ = a(1 − rⁿ)/(1 − r) tends to a/(1 − r). If r = 1, the sequence is constant and the series diverges unless a = 0. If r = −1, the series alternates infinitely without settling to a single value.
条件 |r| < 1 至关重要,因为此时当 n → ∞ 时 rⁿ → 0,使得 Sₙ 公式趋近于 a/(1 − r)。如果 r = 1,数列为常数列,除 a = 0 外级数发散;如果 r = −1,级数无穷振荡,也不收敛。
Some questions ask you to find the range of values of a parameter for which an infinite geometric series exists. Simply solve |r| < 1 using the given expression for r, and interpret the answer in the context of the question.
有些题目会要求找出使无穷等比级数存在的参数取值范围,只需根据给定的 r 表达式解不等式 |r| < 1,并结合题意说明结果即可。
9. Sigma Notation and General Series | 求和符号与一般级数
Sigma notation can be applied to any series, not only arithmetic or geometric ones. The expression ∑_{k=1}^{n} f(k) means you evaluate f(1) + f(2) + … + f(n). Always count the number of terms carefully: from k = m to k = n there are n − m + 1 terms.
求和符号可应用于任何级数,并不仅限于等差或等比级数。∑_{k=1}^{n} f(k) 表示计算 f(1) + f(2) + … + f(n)。务必仔细统计项数:从 k = m 到 k = n 共有 n − m + 1 项。
You can split sums using properties: ∑ (aₖ + bₖ) = ∑ aₖ + ∑ bₖ, and ∑ c·aₖ = c ∑ aₖ for a constant c. These properties are useful when tackling problems that mix known series with extra constant terms.
可以利用求和符号的运算性质进行拆分:∑ (aₖ + bₖ) = ∑ aₖ + ∑ bₖ,以及对于常数 c 有 ∑ c·aₖ = c ∑ aₖ。在题目将已知级数与常数项混合时,这些性质十分有用。
10. Modelling with Sequences and Series | 数列与级数的建模应用
Arithmetic sequences often model linear growth, such as simple interest, accumulating a fixed amount each week, or increasing salary by a constant increment. The sum represents the total amount over a period.
等差数列常用来描述线性增长模型,如单利计息、每周存入固定金额、薪资按固定额度逐年递增等。求和则代表一段时间内的累积总量。
Geometric sequences model exponential growth or decay, such as compound interest, population growth with a constant rate, depreciation of an asset, or the height of a bouncing ball that loses a fixed percentage of energy each bounce. The sum to infinity appears in long‑term behaviours, like the total distance travelled by a bouncing ball.
等比数列用于模拟指数增长或衰减,如复利、固定增长率的人口增长、资产折旧、或每次弹跳损失固定比例能量的弹跳球等。无穷和在描述长期行为时尤为重要,例如弹跳球的总运动距离。
Always define your variables clearly: a is usually the starting amount, d or r the constant difference or ratio, and n the number of time periods. Pay attention to whether n should be the number of terms or the number of intervals, which may differ by one.
建模时务必清晰定义变量:a 通常为初始量,d 或 r 为固定的差或比值,n 为时段数。注意辨别 n 是项数还是间隔数,两者可能相差 1,千万不能混淆。
11. Common Pitfalls and Exam Tips | 常见错误与应试技巧
One common mistake is using the arithmetic sum formula for a geometric series or vice versa. Always check whether the sequence has a constant difference or a constant ratio before choosing the formula.
最常见的错误是将等差求和公式误用于等比级数,或反过来。做题前务必通过检查相邻项的差或比来判断数列类型,再选择对应公式。
Another error is forgetting to check |r| < 1 before using the sum to infinity. Writing S∞ for a series with |r| ≥ 1 will lose marks. Similarly, when solving for n in a geometric sum, ensure you consider the sign if r is negative and that n must be an integer.
另一常见误区是在使用无穷和公式前忘记验证 |r| < 1。若对 |r| ≥ 1 的级数写出 S∞ 会直接失分。另外,在等比求和中解 n 时,若 r 为负数要考虑符号,并且 n 必须是整数。
Always show the steps that lead to your equation, even if the arithmetic seems simple. When using logarithms, write log( ) on both sides explicitly. Check that your final answer makes sense in context — a sum of money should not be negative, and the number of terms must be a positive integer.
无论计算多么简单,都要展现推导步骤。使用对数求解时,明确写出两边取对数的过程。最后务必检查答案的合理性 — 金额不能为负数,项数应为正整数。
Published by TutorHao | AS 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