📚 Series and Limits | 数列与极限
Series and limits form a cornerstone of A-Level mathematics. From summing arithmetic and geometric progressions to understanding convergence of infinite series, these concepts underpin calculus, numerical methods, and even the behaviour of functions in physics and economics. This guide covers everything you need for the AQA specification, with clear derivations, worked examples, and exam-style insight.
数列与极限是A-Level数学的基石。从等差数列与等比数列的求和,到理解无穷级数的收敛性,这些概念支撑着微积分、数值方法乃至物理与经济中的函数行为。本指南涵盖AQA考纲所需的全部要点,配有清晰的推导、例题和考试策略。
1. Sequences and Series: Definitions | 数列与级数的定义
A sequence is an ordered list of numbers, such as 2, 5, 8, 11, … Each number is called a term, usually denoted u₁, u₂, u₃, … The nth term, uₙ, defines the general term of the sequence. A series is the sum of the terms of a sequence; the sum of the first n terms is written Sₙ = u₁ + u₂ + … + uₙ.
数列是按顺序排列的一列数,例如2, 5, 8, 11, …。其中每个数称为一项,通常记作u₁, u₂, u₃, …。第n项uₙ定义了数列的通项。级数则是数列各项之和;前n项和记为Sₙ = u₁ + u₂ + … + uₙ。
For example, for the sequence uₙ = 3n − 1, the first four terms are u₁ = 2, u₂ = 5, u₃ = 8, u₄ = 11, and S₄ = 26. Recognising the pattern of a sequence, whether arithmetic, geometric, or otherwise, is the first step in solving series problems.
例如,对于数列uₙ = 3n − 1,前四项为u₁ = 2, u₂ = 5, u₃ = 8, u₄ = 11,且S₄ = 26。识别数列的模式——无论是等差、等比还是其他类型——是解决级数问题的第一步。
2. Arithmetic Sequences | 等差数列
An arithmetic sequence has a constant difference d between consecutive terms. The nth term is given by:
等差数列的相邻两项之差为常数d。其通项公式为:
uₙ = a + (n − 1)d
where a is the first term and d is the common difference. For example, the sequence 3, 7, 11, 15, … has a = 3 and d = 4, so u₁₀ = 3 + 9 × 4 = 39.
其中a为首项,d为公差。例如数列3, 7, 11, 15, …中a = 3,d = 4,因此u₁₀ = 3 + 9 × 4 = 39。
To find the number of terms in an arithmetic sequence, rearrange the formula: n = (uₙ − a)/d + 1. This is often needed when calculating the sum of a finite arithmetic series.
要求等差数列的项数,可将通项公式变形为n = (uₙ − a)/d + 1。在计算有限等差数列的和时经常用到这一点。
3. Arithmetic Series | 等差级数
The sum of the first n terms of an arithmetic series can be found using either of two equivalent formulas:
等差级数的前n项和可用以下两个等价公式之一计算:
Sₙ = n/2 [2a + (n − 1)d] = n/2 (a + l)
where l = uₙ is the last term. The elegant derivation pairs the first and last terms: a + l, (a + d) + (l − d), and so on, each pair summing to (a + l), giving n/2 such pairs.
其中l = uₙ为末项。推导的精妙之处在于将首项与末项配对:a + l、(a + d) + (l − d)……每一对的和均为(a + l),共n/2对。
Example: Find the sum of the first 20 terms of the series 5 + 8 + 11 + 14 + … Here a = 5, d = 3, n = 20. Using the formula, S₂₀ = 20/2 [2 × 5 + 19 × 3] = 10 × 67 = 670.
例题:求级数5 + 8 + 11 + 14 + …的前20项之和。这里a = 5,d = 3,n = 20。代入公式得S₂₀ = 20/2 [2 × 5 + 19 × 3] = 10 × 67 = 670。
4. Geometric Sequences and Series | 等比数列与等比级数
A geometric sequence has a constant ratio r between consecutive terms. The nth term is:
等比数列的相邻两项之比为常数r。其通项公式为:
uₙ = arⁿ⁻¹
The sum of the first n terms of a geometric series is:
等比级数的前n项和为:
Sₙ = a(1 − rⁿ) / (1 − r) (r ≠ 1)
For example, for the series 2 + 6 + 18 + 54 + …, a = 2 and r = 3. The sum of the first 6 terms is S₆ = 2(1 − 3⁶)/(1 − 3) = 2(1 − 729)/(−2) = 728.
例如对于级数2 + 6 + 18 + 54 + …,a = 2,r = 3。前6项之和为S₆ = 2(1 − 3⁶)/(1 − 3) = 2(1 − 729)/(−2) = 728。
When r is negative, the terms alternate in sign. For r = −1/2, the series 8 − 4 + 2 − 1 + … oscillates, and Sₙ = 8(1 − (−1/2)ⁿ)/(1 − (−1/2)). Care must be taken with the signs when substituting into the formula.
当r为负数时,各项正负交替。对于r = −1/2,级数8 − 4 + 2 − 1 + …正负交替,且Sₙ = 8(1 − (−1/2)ⁿ)/(1 − (−1/2))。代入公式时需特别注意符号。
5. Sum to Infinity | 无穷等比级数求和
For an infinite geometric series with |r| < 1, the terms become successively smaller in magnitude, and the partial sums approach a finite limit. This sum to infinity is:
对于|r| < 1的无穷等比级数,各项的绝对值越来越小,部分和趋近于一个有限极限。其无穷和为:
S∞ = a / (1 − r) for |r| < 1
Example: The series 12 + 3 + 3/4 + 3/16 + … has a = 12, r = 1/4. Hence S∞ = 12/(1 − 1/4) = 12/(3/4) = 16.
例题:级数12 + 3 + 3/4 + 3/16 + …中a = 12,r = 1/4。因此S∞ = 12/(1 − 1/4) = 12/(3/4) = 16。
When |r| ≥ 1, the infinite series diverges: the partial sums either grow without bound (r > 1), oscillate indefinitely (r ≤ −1), or remain undefined at the boundary r = 1. This convergence condition is a natural introduction to the concept of a limit in the context of series.
当|r| ≥ 1时,无穷级数发散:部分和要么无限增大(r > 1),要么无限振荡(r ≤ −1),或在边界r = 1处无定义。这一收敛条件是级数背景下极限概念的天然引入。
6. Limits of Sequences | 数列的极限
A sequence converges to a limit L if, as n tends to infinity, uₙ approaches L arbitrarily closely. We write lim (n→∞) uₙ = L. For example, the sequence uₙ = (2n + 1)/(3n − 1) approaches 2/3 as n → ∞, since dividing numerator and denominator by n yields (2 + 1/n)/(3 − 1/n), and the terms 1/n vanish in the limit.
如果当n趋向无穷时,uₙ任意接近L,则称数列收敛于极限L,记作lim (n→∞) uₙ = L。例如数列uₙ = (2n + 1)/(3n − 1)当n → ∞时趋近于2/3,因为分子分母同除以n得到(2 + 1/n)/(3 − 1/n),其中1/n在极限中消失。
For geometric sequences, the limit depends on the common ratio:
对于等比数列,其极限取决于公比:
| Value of r | Limit of uₙ = arⁿ⁻¹ |
| |r| < 1 | 0 |
| r = 1 | a |
| r > 1 | Diverges to +∞ |
| r ≤ −1 | No finite limit (oscillation) |
This table is worth memorising — simple, but frequently examined for one mark in Section A of AQA papers.
这张表格值得牢记——它虽然简单,但经常在AQA试卷的A部分以1分小题的形式出现。
7. Proving the Sum Formulas | 求和公式的证明
For the arithmetic series, write Sₙ = a + (a + d) + … + (l − d) + l, then reverse the order and add the two expressions. Each of the n columns sums to (a + l), so 2Sₙ = n(a + l), giving Sₙ = n/2(a + l). This pairing method is a classic AQA proof question.
对于等差级数,写出Sₙ = a + (a + d) + … + (l − d) + l,然后将顺序颠倒并将两式相加。每一列的n项之和均为(a + l),因此2Sₙ = n(a + l),即Sₙ = n/2(a + l)。这一配对方法是AQA经典的证明题。
For the geometric series, multiply Sₙ = a + ar + ar² + … + arⁿ⁻¹ by r, then subtract: rSₙ − Sₙ = arⁿ − a. Factorising gives Sₙ(r − 1) = a(rⁿ − 1), and rearranging yields Sₙ = a(1 − rⁿ)/(1 − r).
对于等比级数,将Sₙ = a + ar + ar² + … + arⁿ⁻¹两边同乘以r,然后相减:rSₙ − Sₙ = arⁿ − a。因式分解得Sₙ(r − 1) = a(rⁿ − 1),整理即得Sₙ = a(1 − rⁿ)/(1 − r)。
For |r| < 1, as n → ∞ the term rⁿ → 0, so Sₙ → a/(1 − r). This is how the sum to infinity formula is derived from the finite sum — a key linking of the concepts of series and limits.
对于|r| < 1的情况,当n → ∞时rⁿ → 0,因此Sₙ → a/(1 − r)。这正是从有限和公式推导无穷和公式的过程——也是数列与极限概念之间的关键联系。
8. Binomial Expansion as a Series | 二项展开与级数
For positive integer n, the binomial expansion is a finite series:
对于正整数n,二项展开是一个有限级数:
(a + b)ⁿ = aⁿ + ⁿC₁ aⁿ⁻¹b + ⁿC₂ aⁿ⁻²b² + … + bⁿ
where the binomial coefficients ⁿCᵣ = n!/(r!(n − r)!) can be found from Pascal’s triangle or a calculator. This expansion has exactly n + 1 terms, so no question of convergence arises.
其中二项系数ⁿCᵣ = n!/(r!(n − r)!)可通过杨辉三角或计算器求得。该展开式恰好有n + 1项,因此不涉及收敛性问题。
Example: Expand (1 + 2x)⁴. Using the coefficients 1, 4, 6, 4, 1: (1 + 2x)⁴ = 1 + 4(2x) + 6(4x²) + 4(8x³) + 16x⁴ = 1 + 8x + 24x² + 32x³ + 16x⁴.
例题:展开(1 + 2x)⁴。利用系数1, 4, 6, 4, 1:(1 + 2x)⁴ = 1 + 4(2x) + 6(4x²) + 4(8x³) + 16x⁴ = 1 + 8x + 24x² + 32x³ + 16x⁴。
9. The General Binomial Expansion | 广义二项展开
For fractional or negative powers, the binomial expansion becomes an infinite series. The general form is:
对于分数或负指数,二项展开变为无穷级数。其一般形式为:
(1 + x)ⁿ = 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + … for |x| < 1
The condition |x| < 1 is essential — it guarantees that the series converges. For example, expanding 1/√(1 − x) = (1 − x)⁻¹ᐟ², we substitute n = −1/2 and replace x by −x, carefully handling coefficients step by step.
条件|x| < 1至关重要——它保证级数收敛。例如展开1/√(1 − x) = (1 − x)⁻¹ᐟ²时,取n = −1/2并将x替换为−x,需逐步小心处理各项系数。
When solving partial fractions combined with binomial expansion, you may need to expand each term separately and collect like terms. This is a very common AQA exam question in Paper 1.
当部分分式与二项展开结合时,需要分别展开每一项并合并同类项。这是AQA试卷一中非常常见的题型。
10. Convergence and Divergence | 收敛与发散
Beyond geometric series, questions may ask about the behaviour of other sequences as n → ∞. Key tools include comparing the growth rates of different functions:
除等比级数外,题目还可能问及其他数列在n → ∞时的行为。关键工具是比较不同函数的增长速度:
-
Powers: nᵖ grows faster for larger p, e.g. n³ dominates n² as n → ∞.
幂函数:指数p越大增长越快,例如当n → ∞时n³支配n²。
-
Exponentials beat powers: rⁿ (for r > 1) eventually exceeds any polynomial, so uₙ = n²/2ⁿ → 0.
指数函数胜过幂函数:rⁿ(r > 1时)最终超过任何多项式,因此uₙ = n²/2ⁿ → 0。
-
Factorials beat exponentials: n! grows faster than 2ⁿ, so n!/2ⁿ diverges.
阶乘胜过指数函数:n!比2ⁿ增长更快,因此n!/2ⁿ发散。
This hierarchy — factorials > exponentials > polynomial powers > logarithms — is a powerful mental model for reasoning about limits of sequences.
这一层级——阶乘 > 指数函数 > 幂函数 > 对数函数——是推理数列极限的有力思维模型。
11. Exam Tips and Common Mistakes | 考试技巧与常见错误
Students often confuse the formula for the nth term with the formula for the sum, or use the arithmetic sum formula for a geometric series. Always check the common ratio — if consecutive terms have a constant ratio, it is geometric.
学生经常混淆通项公式与求和公式,或者将等差求和公式误用于等比级数。务必检查公比——如果相邻项之比恒定,则为等比数列。
A second common error is forgetting the convergence condition |r| < 1 when applying S∞ = a/(1 − r). If |r| ≥ 1, the sum to infinity does not exist, and writing a value loses marks even if the arithmetic is correct.
第二个常见错误是应用S∞ = a/(1 − r)时忘记收敛条件|r| < 1。如果|r| ≥ 1,无穷和不存在;即使运算正确,写出一个数值也会丢分。
In binomial expansion questions, take care with signs when x is negative, and with fractional coefficients — simplify (2x)² as 4x², not 2x². Also remember that the binomial coefficient in the (r+1)th term is ⁿCᵣ, not ⁿCᵣ₊₁.
在二项展开题目中,当x为负时要特别注意符号,对于分数系数——(2x)²应简化为4x²而不是2x²。还要记住第r+1项中的二项系数是ⁿCᵣ,而不是ⁿCᵣ₊₁。
12. Practice Questions | 练习与总结
Q1. An arithmetic series has first term 4 and common difference 3. Find the 15th term and the sum of the first 15 terms.
练习1:一个等差数列的首项为4,公差为3。求第15项及前15项之和。
u₁₅ = 4 + 14 × 3 = 46; S₁₅ = 15/2 (4 + 46) = 375
Q2. Find the sum to infinity of the series 20 − 10 + 5 − 5/2 + …
练习2:求级数20 − 10 + 5 − 5/2 + …的无穷和。
Here a = 20, r = −1/2. Since |r| < 1, S∞ = 20/(1 + 1/2) = 20/(3/2) = 40/3.
这里a = 20,r = −1/2。由于|r| < 1,S∞ = 20/(1 + 1/2) = 20/(3/2) = 40/3。
Q3. Expand (1 − x)⁻² up to the term in x³, and state the range of x for which the expansion is valid.
练习3:将(1 − x)⁻²展开至x³项,并写出展开式成立时x的取值范围。
(1 − x)⁻² = 1 + 2x + 3x² + 4x³ + … for |x| < 1
Mastering these techniques — identifying sequence types, applying the correct sum formulas, and knowing when infinite series converge — will secure the marks for series and limits questions in both pure and applied papers. Consistent practice with past AQA questions is the best way to build speed and accuracy.
掌握这些技巧——识别数列类型、正确套用求和公式、判断无穷级数何时收敛——将在纯数与应用卷中确保数列与极限题目的分数。坚持练习AQA历年真题是提升速度与准确度的最佳途径。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导