📚 PDF资源导航

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

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

Mastering sequences and series is essential for success in Edexcel A-Level Mathematics. This topic spans both Pure Mathematics 1 and 2, covering arithmetic and geometric progressions, sigma notation, standard sums of powers, and binomial expansions as infinite series. Our revision guide breaks down every key concept, formula, and exam technique you need to tackle questions with confidence.

掌握数列与级数是在爱德思 A-Level 数学中取得好成绩的关键。这一主题贯穿纯数学 1 和纯数学 2,涵盖了等差数列与等比数列、求和符号 Σ、整数幂的标准求和,以及作为无穷级数的二项展开式。本复习指南将拆解每一个核心概念、重要公式和应试技巧,帮助你有信心地应对各类考题。


1. Introduction to Sequences and Series | 数列与级数概述

A sequence is an ordered list of numbers following a specific rule. Each number in the sequence is called a term, often denoted by un where n indicates its position. A series is formed when the terms of a sequence are added together. If the number of terms is limited, it is a finite series; if the sum continues indefinitely, it is an infinite series.

一个数列是按照特定规则排列的一串有序数字。数列中的每一个数称为项,常用 un 表示,n 代表项的位置。当把数列的各项相加时,就形成了一个级数。如果项数有限,则是有限级数;如果求和无限延伸,则是无穷级数。

Edexcel questions often require you to distinguish between a sequence (list of terms) and a series (sum of terms), and to use appropriate notation to move between them. For example, an arithmetic progression is a sequence, while the total of its first 20 terms is an arithmetic series.

爱德思考题常要求你区分数列(项的列表)与级数(项的和),并能使用恰当的符号在两者之间转换。例如,一个等差数列本身是数列,而它前 20 项的总和则是一个等差级数。


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 sequence is a, a+d, a+2d, a+3d, … The nth term is given by the explicit formula:

un = a + (n-1)d

等差数列中相邻两项的差是常数,称为公差 d。如果首项为 a,则该数列为 a, a+d, a+2d, a+3d, … 第 n 项由显式公式给出:

un = a + (n-1)d

You can use this formula to find any term directly or to work backwards to determine a and d given two terms. In exam problems, you might be told that the 5th term is 18 and the 10th term is 38, then asked to find a and d.

你可以直接使用该公式求任意项,也可以根据给出的两项反推出 a 和 d。在考题中,可能会告诉你第 5 项为 18、第 10 项为 38,然后要求你求出 a 和 d。

A key check is that the difference d = un+1 − un remains constant. Arithmetic sequences model many real-world situations involving linear growth or decline, such as the amount saved each week if a fixed sum is added.

一个关键的检验是公差 d = un+1 − un 必须为常数。等差数列可模拟许多涉及线性增长或衰减的实际情境,比如每周固定存入相同金额时的存款总额。


3. Sum of an Arithmetic Series | 等差级数求和

To find the sum of the first n terms of an arithmetic series, Sn = a + (a+d) + … + l, where l = a+(n-1)d is the last term, we can pair terms from both ends. The result is the well-known formula:

Sn = n/2 [2a + (n-1)d] or Sn = n/2 (a + l)

要计算等差级数前 n 项的和 Sn = a + (a+d) + … + l,其中 l = a+(n-1)d 为末项,我们可以将首尾项配对相加。由此得到著名的公式:

Sn = n/2 [2a + (n-1)d] 或 Sn = n/2 (a + l)

Use the first form when you know a, d, and n; use the second form when you know the first and last terms. Edexcel questions often ask for the sum of a given number of terms or require you to find n when the sum is known. Always check whether the series is genuinely arithmetic before applying the formula.

当你已知 a、d 和 n 时,使用第一种形式;当已知首项和末项时,使用第二种形式。爱德思考题常要求计算给定项数的和,或者已知总和反求项数 n。在套用公式前,务必先确认该级数确实是等差级数。

An example: find the sum of the arithmetic series 7 + 10 + 13 + … up to 50 terms. Here a=7, d=3, n=50. Then S50 = 50/2 [2×7 + 49×3] = 25×(14+147) = 25×161 = 4025.

例如:求等差级数 7 + 10 + 13 + … 直到 50 项的和。这里 a=7, d=3, n=50。则 S50 = 50/2 [2×7 + 49×3] = 25×(14+147) = 25×161 = 4025。


4. Geometric Sequences | 等比数列

A geometric sequence is one where the ratio between consecutive terms is constant. This ratio is called the common ratio r. With first term a, the sequence is a, ar, ar2, ar3, … The nth term is:

un = arn−1

等比数列中,相邻两项的比值为常数,这个比值称为公比 r。首项为 a 时,数列为 a, ar, ar2, ar3, … 第 n 项为:

un = arn−1

Geometric sequences can grow or decay rapidly. If |r| > 1, the terms increase in magnitude; if 0 < |r| < 1, they shrink towards zero; a negative r causes alternating signs. Examiners frequently test your ability to set up and solve equations linking two terms to find a and r.

等比数列可以快速增长或衰减。若 |r| > 1,各项的绝对值会增大;若 0 < |r| < 1,各项会向零趋近;若 r 为负数,则会引起符号交替变化。考官经常考查你列方程、求解两项间关系以找出 a 和 r 的能力。

For example, if the 3rd term of a geometric sequence is 20 and the 6th term is 160, then ar2 = 20 and ar5 = 160. Dividing gives r3 = 8, so r = 2, and a = 5.

例如,若一个等比数列的第 3 项为 20,第 6 项为 160,则 ar2 = 20 且 ar5 = 160。两式相除得 r3 = 8,因此 r = 2,a = 5。


5. Sum of a Geometric Series | 等比级数求和

The sum of the first n terms of a geometric series is found by multiplying Sn by r and subtracting to eliminate intermediate terms. The formula, valid for r ≠ 1, is:

Sn = a(1 − rn) / (1 − r) or Sn = a(rn − 1) / (r − 1)

等比级数前 n 项和的求法是将 Sn 乘以 r,然后相减消去中间项。当 r ≠ 1 时,公式为:

Sn = a(1 − rn) / (1 − r) 或 Sn = a(rn − 1) / (r − 1)

Choose the version that gives a positive denominator for easier calculation. The formula is essential for solving problems involving compound interest, population growth that is proportional, and geometric depreciation. Make sure you can identify a, r, and n correctly from a context.

选择一个使分母为正的版本以简化计算。该公式在解决复利、按比例增长的人口问题以及几何折旧等问题时至关重要。请确保你能从题目情境中正确识别出 a、r 和 n。

If r = 1, the series is simply a repeated n times, and Sn = n a. Although rare, Edexcel sometimes tests this edge case to ensure you understand the derivation.

若 r = 1,级数只是 a 重复 n 次,此时 Sn = n a。虽然这种情况较少见,但爱德思偶尔会考查这一特殊情况,以确保你理解公式的推导过程。


6. Infinite Geometric Series | 无穷等比级数

When |r| < 1, the terms of a geometric series become vanishingly small as n increases, allowing the sum to converge to a finite limit. The sum to infinity, denoted S, is given by:

S = a / (1 − r) , provided |r| < 1

当 |r| < 1 时,随着 n 的增大,等比级数的各项会变得极小,使得级数和收敛到一个有限极限。无穷和 S 由下式给出:

S = a / (1 − r) , 必须满足 |r| < 1

This concept appears regularly in A-Level problems, such as finding the sum of a converging geometric series, or determining the range of x for which a series involving x converges. For example, the series 12 + 6 + 3 + … has a=12, r=½, so S = 12 / (1 − ½) = 24.

这一概念在 A-Level 考题中频繁出现,例如求收敛等比级数的和,或者确定使含 x 的级数收敛的 x 范围。例如,级数 12 + 6 + 3 + … 中 a=12, r=½,因此 S = 12 / (1 − ½) = 24。

You must also be able to use the condition |r|<1 to find the set of possible values for r or for a variable inside r. This often links to inequalities and algebraic manipulation.

你还必须能够利用条件 |r|<1 求出 r 或 r 中所含变量的取值范围,这通常与不等式和代数运算相关联。


7. Sigma Notation (∑) | 求和符号 Σ

The Greek capital letter sigma, Σ, provides a compact way to represent series. The expression ∑r=1n ur means the sum of terms u1, u2, …, un. The index r is the variable of summation, 1 is the lower limit, and n is the upper limit.

希腊大写字母 Σ 提供了一种紧凑表示级数的方法。表达式 ∑r=1n ur 表示 u1, u2, …, un 各项的和。标号 r 是求和变量,1 是下限,n 是上限。

Edexcel expects you to be comfortable expanding a sigma expression into an explicit sum and, conversely, writing a given series in sigma notation. You may also need to use properties such as ∑ (aur + bvr) = a∑ ur + b∑ vr to split complicated sums into simpler parts.

爱德思考纲要求你能熟练地将 Σ 表达式展开为显式求和,反之也能将给定的级数写为求和符号的形式。你可能还需要利用性质 ∑ (aur + bvr) = a∑ ur + b∑ vr,将复杂求和拆分为较简单的部分。

For instance, ∑r=15 (3r − 1) means (3×1−1)+(3×2−1)+…+(3×5−1) = 2+5+8+11+14 = 40. In examinations, sigma notation frequently appears alongside standard sums of powers.

例如,∑r=15 (3r − 1) 表示 (3×1−1)+(3×2−1)+…+(3×5−1) = 2+5+8+11+14 = 40。在考试中,求和符号常与幂的标准求和公式一起出现。


8. Standard Sums of Powers of Integers | 整数幂的标准求和公式

Certain sums of the form ∑ r, ∑ r2 and ∑ r3 appear so often that Edexcel expects you to know the results by heart. These standard formulas, where n is a positive integer, are:

r=1n r = n(n+1)/2

r=1n r2 = n(n+1)(2n+1)/6

r=1n r3 = [n(n+1)/2]2

某些形如 ∑ r、∑ r2 和 ∑ r3 的和出现频率极高,爱德思希望你牢记这些结果。这些标准公式(n 为正整数)是:

r=1n r = n(n+1)/2

r=1n r2 = n(n+1)(2n+1)/6

r=1n r3 = [n(n+1)/2]2

These can be proved using induction or other methods, but for the exam you primarily need to apply them. Notice that the sum of the first n cubes equals the square of the sum of the first n integers, a beautiful result that occasionally appears in ‘proof’ questions.

这些公式可以用数学归纳法或其他方法证明,但在考试中你主要需要会用它们。请注意,前 n 个立方数的和等于前 n 个整数和的平方,这是一个非常优美的结果,偶尔会出现在“证明”题中。

When dealing with sums that do not start from r=1, use the property: ∑r=mn f(r) = ∑r=1n f(r) − ∑r=1m-1 f(r). This technique is especially useful when the lower limit is not 1.

当求和不是从 r=1 开始时,可利用性质:∑r=mn f(r) = ∑r=1n f(r) − ∑r=1m-1 f(r)。当下限不是 1 时,这一技巧尤为有用。


9. Using Standard Sums with Sigma Notation | 利用标准求和与 Σ 求复杂级数

Exam questions frequently combine sigma notation with the standard sums. You must be able to split an expression like ∑ (2r+1)(r−2) into separate sums using algebraic expansion. For example, expand to ∑ (2r2 −3r −2) = 2∑ r2 −3∑ r −2∑ 1, then apply the standard formulas and simplify.

考试题目经常将求和符号与标准求和结合起来。你必须能够通过代数展开,将 ∑ (2r+1)(r−2) 这样的表达式拆分为多个独立求和。例如,展开为 ∑ (2r2 −3r −2) = 2∑ r<

Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com

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

Comments

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

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