📚 PDF资源导航

Sequences and Series in A-Level Maths | A-Level 数学:数列与级数 考点精讲

📚 Sequences and Series in A-Level Maths | A-Level 数学:数列与级数 考点精讲

A sequence is an ordered list of numbers that follow a specific rule, while a series is the sum of the terms of a sequence. In A-Level Mathematics, mastering sequences and series is essential, as they form the foundation for advanced topics such as calculus, financial mathematics, and proof by induction. This article revisits the key concepts, formulas, and typical exam questions to help you consolidate your understanding and approach problems with confidence.

数列是按照特定规则排列的一组有序数字,而级数则是数列各项的和。在A-Level数学中,掌握数列与级数非常重要,因为它们为微积分、金融数学和归纳法证明等高级主题奠定基础。本文将重温主要概念、公式和典型考题,帮助你巩固理解并自信解题。

1. Defining Sequences and Series | 数列与级数的定义

A sequence is a function whose domain is the natural numbers (or a subset of them). Each number in the sequence is a term. A series is the sum of the terms of a sequence, often expressed using summation notation. In A-Level, sequences may be defined by a term-to-term rule (recurrence relation) or by a position-to-term rule (nth term formula). A series can be finite or infinite.

数列是以自然数(或其子集)为定义域的函数,序列中的每一个数称为项。级数是数列各项之和,通常用求和符号表示。在A-Level中,数列可由项与项之间的递推关系(递推公式)给出,也可由项与位置的关系(通项公式)给出。级数可以是有限项或无限项。

For example, the sequence 2, 5, 8, 11, … is defined by the nth term uₙ = 3n – 1. The corresponding finite series up to the 4th term is 2 + 5 + 8 + 11 = 26. Understanding the distinction is vital, as questions often ask you to find the sum of a number of terms, given the sequence definition.

例如,数列2, 5, 8, 11, …的通项公式为 uₙ = 3n – 1。对应的前4项级数为 2 + 5 + 8 + 11 = 26。理解两者的区别很重要,因为考题常要求根据数列定义求若干项之和。


2. Arithmetic Sequences | 等差数列

An arithmetic sequence has a constant difference between consecutive terms, called the common difference d. If the first term is a, the nth term is given by uₙ = a + (n – 1)d. Key points to remember: the sequence is linear in nature, and you can find d by subtracting any term from its successor.

等差数列(算术数列)相邻两项之差为常数,称为公差 d。若首项为 a,则第 n 项的通项公式为 uₙ = a + (n – 1)d。关键要点:该数列本质上是一次线性的,可通过后项减前项求得 d。

Problems often involve finding a term given two other terms, or deriving the formula from word problems. For instance, if the 3rd term is 7 and the 7th term is 15, you can set up simultaneous equations to find a and d, then solve for any term. Arithmetic sequences appear in modelling uniform increase, like simple interest or linear growth.

考题常涉及已知两项求另一项,或从实际情境推导公式。例如,已知第3项为7,第7项为15,可建立方程组解出 a 和 d,再求任意项。等差数列可用于建模均匀增长,如单利或线性增长。


3. Geometric Sequences | 等比数列

In a geometric sequence, each term after the first is obtained by multiplying the previous term by a fixed non-zero constant r, called the common ratio. The nth term is uₙ = a rⁿ⁻¹, where a is the first term. The behaviour of the sequence depends on r: if |r| > 1, terms grow; if |r| < 1, terms shrink; if r is negative, terms alternate in sign.

在等比数列(几何数列)中,首项之后的每一项都等于前一项乘以一个固定的非零常数 r,称为公比。第 n 项的通项公式为 uₙ = a rⁿ⁻¹,其中 a 为首项。数列的性态取决于 r:若 |r| > 1,各项增长;若 |r| < 1,各项衰减;若 r 为负,则正负交替。

Exam questions often test your ability to move between terms using powers of r, or to solve geometric sequence problems involving unknowns. For example, if the 2nd term is 6 and the 5th term is 162, you can write a r = 6 and a r⁴ = 162; dividing gives r³ = 27, so r = 3, and then a = 2. Geometric sequences model exponential growth and decay, such as compound interest and depreciation.

考试常考查利用 r 的幂在不同项之间转换的能力,或求解含有未知数的等比数列问题。例如,若第2项为6,第5项为162,可列出 a r = 6 和 a r⁴ = 162;两式相除得 r³ = 27,故 r = 3,再得 a = 2。等比数列可用于指数增长与衰减的建模,如复利和贬值。


4. Summation Notation and the Σ Symbol | 求和符号 Σ

Summation notation provides a compact way of writing a series. The general form is Σ (expression in k) from k = m to n, which means the sum of the terms as k runs from m to n. In A-Level, you must be comfortable interpreting, expanding, and evaluating expressions involving Σ, including sums of constants, linear terms, and quadratic terms, as well as using standard formulas.

求和符号提供了一种简明表示级数的方式。其一般形式为 Σ(关于 k 的表达式),k 从 m 到 n,表示当 k 从 m 增加至 n 时各项之和。在A-Level中,你必须能够解释、展开并计算包含 Σ 的表达式,包括常数项、线性项和二次项的和,以及使用标准公式。

Standard results you may use: Σₖ₌₁ⁿ 1 = n; Σₖ₌₁ⁿ k = n(n+1)/2; Σₖ₌₁ⁿ k² = n(n+1)(2n+1)/6. These are often combined when evaluating sums such as Σ (3k² – 2k + 4). Always check the starting index; if it is not from 1, shift the limits or use the results by subtraction.

可能需要使用的标准结果:Σₖ₌₁ⁿ 1 = n;Σₖ₌₁ⁿ k = n(n+1)/2;Σₖ₌₁ⁿ k² = n(n+1)(2n+1)/6。计算形如 Σ (3k² – 2k + 4) 的和时,常需组合使用这些公式。注意检查起始下标,若非从1开始,则需调整求和限或通过减法处理。


5. Sum of an Arithmetic Series | 等差数列求和

The sum Sₙ of the first n terms of an arithmetic series is given by Sₙ = n/2 [2a + (n–1)d] or equivalently Sₙ = n/2 (a + l), where l is the last term. This formula arises from pairing terms from the beginning and end, each pair summing to the same total. It is essential to identify a, d (or l), and n correctly before substituting.

等差数列前 n 项和 Sₙ 的公式为 Sₙ = n/2 [2a + (n–1)d],或等价形式 Sₙ = n/2 (a + l),其中 l 为末项。该公式源于首尾配对相加的思路,每一对的和相同。代公式前务必正确识别 a、d(或 l)以及 n。

A typical exam question might give the sum of the first 10 terms and the sum of the first 20 terms, and ask for a and d. Set up two equations using the formula and solve simultaneously. Another common application is finding how many terms are needed to exceed a given sum. In such cases, you may need to solve a quadratic inequality in n.

典型考题可能给出前10项和与前20项和,要求解出 a 与 d。可利用公式列出两个方程并联立求解。另一种常见应用是求需要多少项才能使总和超过给定值,此时可能需解关于 n 的二次不等式。


6. Sum of a Geometric Series | 等比数列求和

For a geometric series with first term a and common ratio r (r ≠ 1), the sum of the first n terms is Sₙ = a(1 – rⁿ)/(1 – r), or equivalently Sₙ = a(rⁿ – 1)/(r – 1). This formula is derived from multiplying the series by r and subtracting. It is crucial to note whether r is greater or less than 1, as exam questions may require you to choose the form that avoids negative denominators unnecessarily.

首项为 a、公比为 r(r ≠ 1)的等比数列前 n 项和公式为 Sₙ = a(1 – rⁿ)/(1 – r),或等价形式 Sₙ = a(rⁿ – 1)/(r – 1)。该公式通过将级数乘以 r 然后相减推导得出。需要注意的是 r 大于1还是小于1,考题可能要求选择合适的公式形式以避免不必要的负分母。

Problems often involve finding missing parameters: given Sₙ, a, and r, find n using logarithms. For example, if a = 2, r = 1.5, and Sₙ = 131, you set up the equation and solve 2(1.5ⁿ – 1)/(1.5 – 1) = 131, leading to 1.5ⁿ, then use logs to find n. Round n to the appropriate integer if required.

题目常涉及求解缺失参数:已知 Sₙ、a 和 r,可用对数求 n。例如,若 a = 2,r = 1.5,Sₙ = 131,列出方程 2(1.5ⁿ – 1)/(1.5 – 1) = 131,解出 1.5ⁿ,再取对数求 n。必要时将 n 取整。


7. Sum to Infinity of a Geometric Series | 无穷等比级数的和

When the common ratio satisfies |r| < 1, a geometric series converges and its sum to infinity is S∞ = a/(1 – r). This is a key concept, linking to limit theory and the idea that as n increases, rⁿ → 0. Be aware that the formula only holds when |r| < 1; otherwise the series diverges.

当公比满足 |r| < 1 时,等比级数收敛,其无穷项之和为 S∞ = a/(1 – r)。这是一个关键概念,与极限理论以及当 n 增大时 rⁿ → 0 的思想相联系。须注意此公式仅在 |r| < 1 时成立,否则级数发散。

A classic exam question: given the sum to infinity of a geometric series is 20, and the sum of the first two terms is 16, find a and r. Using S∞ = a/(1 – r) = 20 and a + ar = a(1+r) = 16, you can solve simultaneously. Also, questions may ask for the sum from a certain term onwards, like the sum of all terms after the 3rd term, which is S∞ – S₃.

经典考题:已知某等比级数的无穷和等于20,且前两项之和为16,求 a 与 r。利用 S∞ = a/(1 – r) = 20 和 a + ar = a(1+r) = 16 联立求解。此外,试题还可能要求求从某一项之后的无穷和,例如从第3项之后所有项之和为 S∞ – S₃。


8. Convergence, Divergence and Limit of Sequences | 数列的收敛、发散与极限

Beyond geometric series, A-Level students must understand the notion of a convergent sequence. A sequence uₙ is convergent if its terms approach a finite limit L as n → ∞. If the terms grow without bound or oscillate, the sequence diverges. Analysing the limit often involves dividing numerator and denominator by the highest power of n, or using L’Hospital’s rule informally.

除了等比级数,A-Level 学生还需理解收敛数列的概念。若当 n → ∞ 时,数列 uₙ 的项趋于一个有限极限 L,则称数列收敛。若项无限增大或振荡,则数列发散。分析极限时常需分子分母同除以 n 的最高次幂,或非正式地使用洛必达法则。

Determine whether the sequence uₙ = (2n+3)/(5n–1) converges. Divide through by n: uₙ = (2 + 3/n)/(5 – 1/n). As n → ∞, 3/n → 0 and 1/n → 0, so the limit is 2/5. Thus, it converges to 2/5. Exam questions may also require you to show that a particular series condition (e.g., harmonic series) diverges, but typically testing centres on geometric series convergence.

判断数列 uₙ = (2n+3)/(5n–1) 是否收敛。分子分母同除以 n 得 uₙ = (2 + 3/n)/(5 – 1/n)。当 n → ∞ 时,3/n → 0 且 1/n → 0,故极限为2/5,因此数列收敛于2/5。考题也可能要求证明某级数(如调和级数)发散,但考查重点通常为等比级数的收敛性。


9. Binomial Expansion as a Series | 二项式展开作为级数

For rational powers n, the binomial expansion (1 + x)ⁿ generates an infinite series when n is not a positive integer. The expansion is: (1 + x)ⁿ = 1 + nx + [n(n–1)/2!] x² + [n(n–1)(n–2)/3!] x³ + … , valid for |x| < 1. This is a crucial topic linking sequences and series to algebraic expansion. You must know the formula and understand the range of validity (convergence interval).

对于有理指数 n,当 n 不是正整数时,(1 + x)ⁿ 的二项展开式产生无穷级数。展开式为:(1 + x)ⁿ = 1 + nx + [n(n–1)/2!] x² + [n(n–1)(n–2)/3!] x³ + … ,当 |x| < 1 时有效。这是联结数列级数与代数展开的重要主题,必须熟记公式并理解有效范围(收敛区间)。

For instance, expand (1 – 2x)⁻¹ up to the x³ term. Here n = –1, and x is replaced by (–2x). So (1 + (–2x))⁻¹ = 1 + (–1)(–2x) + [(–1)(–2)/2!](–2x)² + [(–1)(–2)(–3)/3!](–2x)³ + …, giving 1 + 2x + 4x² + 8x³. The infinite series is a geometric series with a = 1, r = 2x, which converges for |2x| < 1, i.e., |x| < 0.5.

例如,展开 (1 – 2x)⁻¹ 至 x³ 项。此处 n = –1,x 被 (–2x) 替换。故 (1 + (–2x))⁻¹ = 1 + (–1)(–2x) + [(–1)(–2)/2!](–2x)² + [(–1)(–2)(–3)/3!](–2x)³ + …,得 1 + 2x + 4x² + 8x³。该无穷级数实际上是首项 a = 1、公比 r = 2x 的等比级数,收敛于 |2x| < 1 即 |x| < 0.5。


10. Applying Sequences and Series in Problem Solving | 数列与级数的解题应用

Real-world problems modelled by sequences and series are common in exams: savings plans with compound interest, bouncing ball heights, depreciation of assets, and population growth. Identify whether the model is arithmetic (constant addition) or geometric (constant multiple), then use the relevant formulas. Sketches or diagrams can help, but careful reading of the scenario is paramount.

将数列与级数用于实际问题建模在考试中很常见:复利储蓄计划、弹跳球的高度、资产折旧、人口增长等。首先判断模型是等差(常加法)还是等比(常乘法),然后运用相应公式。画草图或示意图有帮助,但仔细阅读情景最为重要。

For a bouncing ball problem: a ball dropped from 10m bounces to 0.6 of its previous height each time. The total distance travelled when it hits the ground for the nth time can be split into the initial drop plus two sums of geometric series (up and down distances). The sum to infinity gives the theoretical total distance before stopping. Ensure you set up the terms correctly to avoid double counting or missing the first term.

弹跳球问题:从10米落下的球每次弹起到前次高度的0.6。第 n 次落地时所经过的总距离可分解为初始下落距离加上两个等比级数之和(上升和下降距离)。无穷和则给出球停止运动前的理论总路程。务必正确列出各项,避免重复计算或漏掉首项。

Another typical task is to prove a given sum formula by induction. With arithmetic or geometric series, the inductive step often involves adding the next term to the assumed sum. This consolidates algebraic manipulation skills and deepens understanding of series identities.

另一典型任务是使用归纳法证明给定的求和公式。对等差或等比级数,归纳步骤通常涉及将下一项加到假设的和上。这巩固了代数运算技能并加深对级数恒等式的理解。


11. Common Mistakes and How to Avoid Them | 常见错误及避免方法

A frequent error is confusing n, the number of terms, with the index value. In arithmetic sequences, using n instead of n–1 when finding the nth term leads to off-by-one mistakes. Always check: u₁ = a, u₂ = a + d, so uₙ = a + (n–1)d. Similarly, in geometric series, using a rⁿ instead of a rⁿ⁻¹ is a classic slip.

常见错误是将项数 n 与索引值混淆。在等差数列中,求第 n 项时误用 n 而非 n–1 会导致偏差一位。请务必检查:u₁ = a,u₂ = a + d,因此 uₙ = a + (n–1)d。同理,在等比级数中,误用 a rⁿ 而非 a rⁿ⁻¹ 也是典型疏漏。

When summing a geometric series, forgetting that r must not be 1, or using the wrong sign in the denominator due to mixing up formulas, is another pitfall. Write the formula each time to avoid sign errors. For infinite sums, always state the condition |r| < 1, or you may lose marks.

等比求和时,忘记 r 不能为1,或因混淆公式而导致分母符号错误是又一个陷阱。每次代入前写下公式以避免符号错误。无穷和计算必须说明条件 |r| < 1,否则可能失分。

In summation notation problems, misreading the start index can completely change the sum. Expand the first few terms mentally to verify the pattern, and then apply standard results. Finally, in applied questions, confusing the interest period or growth factor often leads to an incorrect geometric ratio; ensure rate per period matches n.

在求和符号问题中,误读起始下标会完全改变结果。可心算展开前几项以验证规律,然后再套用标准公式。最后,在应用题中混淆计息周期或增长因子常导致错误的等比公比;须确保每个周期的利率与 n 匹配。


12. Exam Technique and Summary | 考试技巧与总结

In A-Level exams, sequences and series questions often combine multiple concepts. Start by reading the question carefully and identifying the type of sequence or series. Write down known values (a, d, r, n, S) before jumping into algebra. Show all steps of equation solving clearly; even if a slip occurs, method marks are awarded.

在A-Level考试中,数列与级数题目常综合多个概念。首先仔细读题,明确数列或级数类型。在代入公式前写下已知数值(a, d, r, n, S 等)。清晰展示方程求解的每一步;即使出现笔误,也能得方法分。

If a problem asks for a sum or term, double-check with a quick manual sum of the first few terms if possible. For proof by induction, follow the four-step structure: base case, assumption, inductive step, and conclusion. Regular practice with past papers will build fluency and confidence, especially in choosing the right formula and handling modelling scenarios.

若题目要求求和或求项,在可能情况下用前几项的手工求和快速检验。归纳法证明须遵循四步结构:基础步骤、假设、归纳步骤和结论。通过真题定期练习可培养熟练度与信心,特别是在选择正确公式和处理建模情景方面。

Mastery of sequences and series not only secures marks in pure mathematics but also supports mechanics and statistics topics where recurrence relations and series expansions appear. Stay consistent, and remember the core formulas and their derivations.

掌握数列与级数不仅在纯数学中确保得分,还能为力学和统计学中出现的递推关系和级数展开提供支持。坚持练习,牢记核心公式及其推导过程。

Published by TutorHao | Maths 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