📚 PDF资源导航

A-Level AQA Mathematics: Sequences and Series Review | A-Level AQA 数学:数列与级数 考点精讲

📚 A-Level AQA Mathematics: Sequences and Series Review | A-Level AQA 数学:数列与级数 考点精讲

Sequences and series form a fundamental part of the AQA A-Level Mathematics syllabus, bridging numerical patterns with limits and applied modelling. This revision guide distills the essential concepts, formulas, and examiner tips you need to master the topic.

数列与级数是 AQA A-Level 数学大纲中的基础模块,连接着数值规律、极限与应用建模。这份考点精讲提炼了你必须掌握的核心概念、公式与应试技巧。

1. What are Sequences and Series? | 数列与级数是什么?

A sequence is an ordered list of numbers, written as u₁, u₂, u₃, …, uₙ. Each number is called a term. A series is the sum of the terms of a sequence, denoted by Sₙ = u₁ + u₂ + ⋯ + uₙ for a finite sum or Sₐₙₙ when extended infinitely.

数列是一组有序的数字列表,写作 u₁, u₂, u₃, …, uₙ。每个数字称为一项。级数是数列各项的和,有限和记作 Sₙ = u₁ + u₂ + ⋯ + uₙ,无限延伸时则讨论无穷级数。

A sequence can be finite or infinite. In AQA exams, you will work with both explicit (position-to-term) rules and recurrence relations, but the focus is on arithmetic and geometric sequences.

数列可以是有限的,也可以是无限的。在 AQA 考试中,你会接触到显式规则(通项公式)和递推关系,但重点是等差数列和等比数列。


2. Arithmetic Progressions (AP) | 等差数列 (AP)

An arithmetic sequence has a constant difference between consecutive terms, called the common difference d. The nth term is given by:

等差数列相邻两项的差是常数,称为公差 d。第 n 项公式为:

uₙ = a + (n − 1)d

where a is the first term and d is the common difference. If d > 0 the sequence is increasing; if d < 0 it is decreasing.

其中 a 为首项,d 为公差。若 d > 0,数列递增;若 d < 0,数列递减。

The sum of the first n terms of an AP is:

等差数列前 n 项和公式为:

Sₙ = n/2 [2a + (n − 1)d]

or equivalently Sₙ = n/2 (a + l), where l = uₙ is the last term. This formula is particularly useful when the last term is known.

或等价地 Sₙ = n/2 (a + l),其中 l = uₙ 为末项。当已知末项时,该形式非常便捷。

Example: For the AP 5, 9, 13, … find the 20th term and the sum of the first 20 terms. Here a = 5, d = 4, so u₂₀ = 5 + 19×4 = 81; S₂₀ = 20/2 (5 + 81) = 860.

示例:等差数列 5, 9, 13, … 求第 20 项和前 20 项和。a = 5, d = 4,得 u₂₀ = 5 + 19×4 = 81;S₂₀ = 20/2 × (5 + 81) = 860。


3. Geometric Progressions (GP) | 等比数列 (GP)

A geometric sequence has a constant ratio between consecutive terms, called the common ratio r. The nth term is:

等比数列相邻两项的比值为常数,称为公比 r。第 n 项公式为:

uₙ = a rⁿ⁻¹

where a is the first term. The behaviour depends on r: |r| > 1 gives exponential growth/decay; |r| < 1 makes terms approach zero; r < 0 causes alternating signs.

其中 a 为首项。数列的行为依赖 r:|r| > 1 时呈指数增长/衰减;|r| < 1 时各项趋于零;r < 0 时符号交替。

For a GP with r ≠ 1, the sum of the first n terms is:

当 r ≠ 1 时,等比数列前 n 项和为:

Sₙ = a(1 − rⁿ) / (1 − r)

If r = 1, all terms are identical and Sₙ = na. This formula is valid for any r ≠ 1. Handle negative r carefully: signs will alternate.

若 r = 1,所有项相同,Sₙ = na。该公式适用于任何 r ≠ 1 的情形。处理负公比时需小心:项符号会交替。

Example: For the GP 3, 6, 12, … find u₈ and S₈. a = 3, r = 2. u₈ = 3 × 2⁷ = 384; S₈ = 3(1 − 2⁸)/(1 − 2) = 3(1 − 256)/(−1) = 765.

示例:等比数列 3, 6, 12, … 求 u₈ 和 S₈。a = 3, r = 2。u₈ = 3 × 2⁷ = 384;S₈ = 3(1 − 2⁸)/(1 − 2) = 3(1 − 256)/(−1) = 765。


4. Summation Notation (Σ) | 求和符号 Σ

Sigma notation compactly represents series. The general form is:

∑ᵢ₌₁ⁿ f(i)

This means sum the expression f(i) as i runs from 1 to n. You can start from any integer, and the index can be any letter.

这表示对 f(i) 进行 i 从 1 到 n 的求和。起始值可以是任意整数,指标可以是任意字母。

Properties: ∑ (auᵢ + bvᵢ) = a∑ uᵢ + b∑ vᵢ. You can split sums and factor out constants. Be careful shifting indices: ∑ᵢ₌₃⁷ uᵢ can be rewritten as ∑ᵢ₌₁⁵ uᵢ₊₂.

性质:∑ (auᵢ + bvᵢ) = a∑ uᵢ + b∑ vᵢ。求和可拆分,常数可提出。变换下标时需小心:∑ᵢ₌₃⁷ uᵢ 可改写为 ∑ᵢ₌₁⁵ uᵢ₊₂。

AQA questions often require you to express a sum in Σ notation or evaluate given sums by recognising AP/GP patterns.

AQA 试题常要求用 Σ 符号表示一个求和,或通过识别等差/等比模式计算给定的和。


5. Sum to Infinity of a GP | 等比级数的无穷求和

When |r| < 1, the terms of a GP become very small as n increases, and the infinite series converges. The sum to infinity is given by:

当 |r| < 1 时,随着 n 增大,等比数列各项趋近于零,无穷级数收敛。无穷和为:

S∞ = a / (1 − r)

This formula is valid only for |r| < 1. If |r| ≥ 1, the series does not converge to a finite value and does not have a finite sum.

该公式仅当 |r| < 1 时有效。若 |r| ≥ 1,级数不收敛于有限值,无有限和。

Typically, you might be asked to find S∞ or to determine possible values of r such that a sum to infinity exists. Example: For 20 + 10 + 5 + …, a = 20, r = ½, S∞ = 20/(1 − ½) = 40.

典型考题包括求 S∞ 或确定使无穷和存在的 r 的范围。示例:20 + 10 + 5 + …,a = 20, r = ½,S∞ = 20/(1 − ½) = 40。


6. Using Standard Summations | 标准求和公式的应用

AQA expects you to memorise and apply the standard results for sums of natural numbers, squares, and cubes:

AQA 要求你熟记并应用自然数、平方数与立方数的标准求和公式:

∑ᵢ₌₁ⁿ i = n(n+1)/2

∑ᵢ₌₁ⁿ i² = n(n+1)(2n+1)/6

∑ᵢ₌₁ⁿ i³ = [n(n+1)/2]²

These are used to evaluate more complicated series by splitting into simpler parts. For instance, ∑(3i² − 2i + 1) = 3∑i² − 2∑i + ∑1, and then substitute n.

这些公式可用于将复杂级数拆分为简单部分求值。例如 ∑(3i² − 2i + 1) = 3∑i² − 2∑i + ∑1,再代入 n 计算。

Be careful with sums starting at i = 0: ∑ᵢ₌₀ⁿ i² = ∑ᵢ₌₁ⁿ i², since adding 0² does nothing. Practice with shifted boundaries is essential for exam success.

注意从 i = 0 开始的求和:∑ᵢ₌₀ⁿ i² = ∑ᵢ₌₁ⁿ i²,因为加 0² 无影响。练习处理边界偏移对考试成功至关重要。


7. Binomial Series Expansion | 二项级数展开

For any rational number n and |x| < 1, the binomial series gives an infinite expansion:

对任意有理数 n 且 |x| < 1,二项级数给出无穷展开式:

(1 + x)ⁿ = 1 + nx + n(n−1)/2! x² + n(n−1)(n−2)/3! x³ + …

This is valid for |x| < 1. If n is a positive integer, the series terminates and the expansion is finite, matching the familiar binomial theorem for integer powers. In the AQA specification, you must handle rational n, such as n = ½, −1, etc.

该展开在 |x| < 1 时有效。若 n 为正整数,级数为有限项,与整数幂的二项式定理一致。在 AQA 大纲中,需处理有理指数 n,如 n = ½, −1 等。

The expansion is an infinite series when n is not a positive integer. You may be asked to find the first few terms and state the range of validity. For example, (1 − x)⁻¹ = 1 + x + x² + x³ + … for |x| < 1.

当 n 不是正整数时,展开为无穷级数。你可能需要写出前几项并说明有效性范围。例如 (1 − x)⁻¹ = 1 + x + x² + x³ + …,|x| < 1。

Note that approximations using these series are also tested. You might substitute a small x to estimate a root or reciprocal.

注意利用该级数进行近似也是考查点。你可能代入一个小的 x 来估算根或倒数。


8. Convergence and Divergence | 收敛与发散

A series converges if the sequence of partial sums Sₙ approaches a finite limit as n → ∞. For a geometric series, convergence requires |r| < 1. The test for divergence is simple: if lim uₙ ≠ 0, the series must diverge.

若部分和数列 Sₙ 当 n → ∞ 时趋近于一个有限极限,则该级数收敛。对等比级数,收敛需 |r| < 1。发散的必要判据很简单:若 lim uₙ ≠ 0,则级数必定发散。

However, uₙ → 0 does not guarantee convergence (e.g., the harmonic series). For AQA, the main focus is on the geometric series convergence condition and applying it to find radii of convergence or valid ranges.

然而,uₙ → 0 并不保证收敛(如调和级数)。AQA 主要聚焦于等比级数的收敛条件,并应用于求收敛半径或有效范围。

When you see an expression like S = Σ a xⁿ, you may need to state that convergence holds when |x| < 1. This links to binomial and geometric contexts.

当你遇到 S = Σ a xⁿ 的表达式时,可能需要指出当 |x| < 1 时收敛成立。这联系着二项式和等比级数的背景。


9. Applications of Sequences and Series | 数列与级数的应用

Arithmetic and geometric sequences model real-world situations: simple interest follows an AP, while compound interest grows as a GP. You might calculate total savings, loan repayments, or population growth.

等差数列和等比数列可模拟现实情境:单利计算遵循 AP,而复利增长遵循 GP。你可能要计算总储蓄、贷款还款或人口增长。

Other contexts include depreciation of assets, bouncing ball heights (geometric series with r < 1), and archeological dating using geometric decay. Recognise the underlying pattern and identify a, d or a, r.

其他情境包括资产折旧、弹跳球高度(r < 1 的等比级数),以及利用等比衰减进行考古断代。识别潜在模式,确定首项 a 和公差 d 或公比 r。

Exam questions often embed the series in a word problem. Formulate the terms, decide whether it is AP or GP, and then apply the appropriate sum formula.

考试常将级数融入应用题。建立项,判断是 AP 还是 GP,然后套用正确的求和公式。


10. Common Mistakes and Exam Tips | 常见错误与应试技巧

Mistake 1: Forgetting that the sum to infinity formula only applies when |r| < 1. Always check the condition before using S∞.

错误一:忘记无穷和公式仅当 |r| < 1 时适用。使用 S∞ 前务必检验条件。

Mistake 2: Confusing n in the binomial expansion – the coefficient of xᵏ involves n(n−1)…(n−k+1)/k!. Do not truncate prematurely.

错误二:混淆二项展开中的 n – xᵏ 的系数涉及 n(n−1)…(n−k+1)/k!,不要过早截断。

Mistake 3: Misapplying sigma notation, especially with shifted indices. Re-index carefully if needed.

错误三:误用 Σ 符号,尤其是指标偏移时。必要时小心重新编号。

Mistake 4: In AP sum formulas, using n/2 (2a + d) instead of (n−1)d. Write the formula clearly in your working.

错误四:等差数列求和公式中,误用 n/2 (2a + d) 而非 (n−1)d。计算中请清楚写出公式。

Tip: In any series question, underline a, d/r, and n before starting. This reduces sign errors and improves accuracy under pressure.

技巧:做级数题目前,先标出 a, d/r 和 n,这能减少符号错误,在压力下提高准确率。


Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version