📚 PDF资源导航

A-Level CCEA Mathematics: Sequences & Series – Key Points Review | A-Level CCEA 数学:数列与级数 考点精讲

📚 A-Level CCEA Mathematics: Sequences & Series – Key Points Review | A-Level CCEA 数学:数列与级数 考点精讲

Sequences and series form a fundamental building block of CCEA A-Level Mathematics, linking algebraic manipulation, proof, and real-world modelling. In this revision guide, we break down every essential concept – from arithmetic and geometric progressions to sigma notation, recurrence relations, and proof by induction – ensuring you are fully prepared for both AS and A2 exam questions.

数列与级数是 CCEA A-Level 数学的核心基石,连接了代数运算、证明与现实建模。在这篇复习精讲中,我们将逐一梳理每一个重要概念——从等差数列和等比数列到求和符号、递推关系以及数学归纳法——确保你在 AS 和 A2 考试中稳操胜券。


1. Arithmetic Sequences | 等差数列

An arithmetic sequence is a list of numbers where the difference between consecutive terms is constant. This constant is called the common difference, denoted by d. If the first term is a₁ (or simply a), then the nth term is given by aₙ = a₁ + (n – 1)d. For example, the sequence 3, 7, 11, 15, … has a₁ = 3 and d = 4, so the 20th term is a₂₀ = 3 + 19×4 = 79.

等差数列是指相邻两项的差为常数的数列,这个常数称为公差,记作 d。如果首项为 a₁,则第 n 项的通项公式为 aₙ = a₁ + (n – 1)d。例如数列 3, 7, 11, 15, … 中,a₁ = 3, d = 4,因此第 20 项为 a₂₀ = 3 + 19×4 = 79。

You can also find the common difference if you know any two terms: d = (aₙ – aₘ) / (n – m). CCEA exam questions often ask you to form simultaneous equations using aₙ to determine a₁ and d. Always watch for language like “the third term is 10 and the tenth term is 38” – set up a₁ + 2d = 10 and a₁ + 9d = 38, then solve.

你也可以通过任意两项求出公差:d = (aₙ – aₘ) / (n – m)。CCEA 试题经常要求你利用 aₙ 列出方程组,求出首项和公差。看到“第三项为 10,第十项为 38”这类表述时,就列出 a₁ + 2d = 10 和 a₁ + 9d = 38,然后求解。


2. Arithmetic Series | 等差级数

An arithmetic series is the sum of the terms of an arithmetic sequence. The sum of the first n terms, denoted Sₙ, can be found by pairing terms from the beginning and end. The formula is Sₙ = n/2 [2a₁ + (n – 1)d] or equivalently Sₙ = n/2 (a₁ + aₙ). The second form is especially useful when you know the last term.

等差级数是等差数列各项之和。前 n 项和记为 Sₙ,可以通过首尾配对求出。公式为 Sₙ = n/2 [2a₁ + (n – 1)d],也常写作 Sₙ = n/2 (a₁ + aₙ)。当你知道末项时,第二种形式尤其实用。

In CCEA papers, you may be required to find Sₙ given two terms, or to find n when Sₙ is known. For instance, if a₁ = 5, d = 3, and Sₙ = 325, substitute into Sₙ = n/2 [10 + (n – 1)3] = 325, which simplifies to 3n² + 7n – 650 = 0. Solving the quadratic gives n = 13 (discard negative). Always check that n is a positive integer.

在 CCEA 试卷中,你可能需要根据两项求 Sₙ,或者已知 Sₙ 求项数 n。例如,若 a₁ = 5, d = 3,且 Sₙ = 325,代入 Sₙ = n/2 [10 + (n – 1)3] = 325,化简得 3n² + 7n – 650 = 0。解二次方程得 n = 13(舍去负根)。记得检验 n 为正整数。


3. Geometric Sequences | 等比数列

A geometric sequence is one where each term is obtained by multiplying the previous term by a fixed, non-zero number called the common ratio, r. The nth term is aₙ = a₁ rⁿ⁻¹. For example, the sequence 2, 6, 18, 54, … has a₁ = 2 and r = 3, so the 6th term is a₆ = 2 × 3⁵ = 486.

等比数列是指每一项等于前一项乘以一个固定的非零常数(公比 r)的数列。第 n 项公式为 aₙ = a₁ rⁿ⁻¹。例如数列 2, 6, 18, 54, … 中,a₁ = 2, r = 3,第 6 项 a₆ = 2 × 3⁵ = 486。

To find r given two terms, use rⁿ⁻ᵐ = aₙ / aₘ. In CCEA problems, you might be told the third term is 20 and the sixth term is 160. Then r³ = 160 / 20 = 8, so r = 2. Then use a₃ = a₁ r² to find a₁ = 20 / 4 = 5. Be careful with negative or fractional common ratios – the sequence may alternate or decay.

已知两项求 r 时,用 rⁿ⁻ᵐ = aₙ / aₘ。在 CCEA 题中,可能已知第三项是 20,第六项是 160。那么 r³ = 160 / 20 = 8,r = 2。再由 a₃ = a₁ r² 得 a₁ = 20 / 4 = 5。当公比为负数或分数时要格外小心,数列可能会正负交替或逐渐衰减。


4. Geometric Series | 等比级数

The sum of the first n terms of a geometric sequence is given by Sₙ = a₁ (1 – rⁿ) / (1 – r) for r ≠ 1. If |r| < 1, it is often more convenient to write Sₙ = a₁ (1 – rⁿ) / (1 – r) to keep the numerator positive. This formula is derived by multiplying Sₙ by r and subtracting.

等比数列前 n 项和的公式为 Sₙ = a₁ (1 – rⁿ) / (1 – r),其中 r ≠ 1。当 |r| < 1 时,为方便常写成Sₙ = a₁ (1 – rⁿ) / (1 – r),使分子为正。该公式的推导方法是将 Sₙ 乘以 r 后相减。

Typical CCEA questions ask you to find Sₙ, or to solve for n when a sum is given. For instance, a geometric series has a₁ = 3, r = 1.2, and the sum exceeds 100. Set 3(1.2ⁿ – 1) / 0.2 > 100, solve using logs after rearranging. Remember to show clear logarithmic steps: 1.2ⁿ > 23/3 → n > log(23/3) / log 1.2.

典型的 CCEA 考题会要求求 Sₙ,或在已知和的情况下求 n。例如,一等比级数 a₁ = 3, r = 1.2,和超过 100。列出不等式 3(1.2ⁿ – 1) / 0.2 > 100,整理后利用对数求解。要给出清晰的对数步骤:1.2ⁿ > 23/3 → n > log(23/3) / log 1.2。


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

When the common ratio satisfies |r| < 1, an infinite geometric series converges to a finite sum. The sum to infinity is S∞ = a₁ / (1 – r). This result emerges because as n → ∞, rⁿ → 0. For example, the series 10 + 5 + 2.5 + … has a₁ = 10, r = 0.5, so S∞ = 10 / (1 – 0.5) = 20.

当公比满足 |r| < 1 时,无穷等比级数收敛到一个有限的和。无穷和公式为 S∞ = a₁ / (1 – r)。这个结果是因为当 n → ∞ 时,rⁿ → 0。例如,级数 10 + 5 + 2.5 + … 有 a₁ = 10, r = 0.5,所以 S∞ = 10 / (1 – 0.5) = 20。

CCEA often combines this concept with recurrence relations or word problems, such as total distance travelled by a bouncing ball. If a ball drops from 5 m and bounces to 3/4 of its previous height, the total distance is 5 + 2 × [5×0.75 / (1 – 0.75)] = 5 + 2 × 15 = 35 m. Watch for whether the first drop is included once only.

CCEA 常将该考点与递推关系或文字应用题结合,例如弹跳球经过的总距离。如果一个球从 5 m 落下,每次反弹到原高度的 3/4,总距离为 5 + 2 × [5×0.75 / (1 – 0.75)] = 5 + 2×15 = 35 m。注意第一次下落是否只计一次。


6. Sigma Notation | 求和符号 Σ

Sigma notation provides a compact way to write series. The expression Σ (from k = 1 to n) of f(k) means the sum of the terms f(1) + f(2) + … + f(n). For CCEA, you must be able to expand, evaluate, and manipulate sums using standard properties: Σ c = cn, Σ c·aₖ = c·Σ aₖ, and Σ (aₖ + bₖ) = Σ aₖ + Σ bₖ.

求和符号 Σ 提供了一种紧凑的书写级数的方式。表达式 Σ (从 k = 1 到 n) f(k) 表示 f(1) + f(2) + … + f(n) 的和。在 CCEA 考试中,你必须能展开、求值和利用基本性质进行运算,例如 Σ c = cn,Σ c·aₖ = c·Σ aₖ,以及 Σ (aₖ + bₖ) = Σ aₖ + Σ bₖ。

Further, you may need to use standard sums: Σ k = n(n+1)/2, Σ k² = n(n+1)(2n+1)/6, Σ k³ = [n(n+1)/2]². These are used to find sums of polynomial sequences by decomposing them. For instance, Σ (3k² – 2k + 1) from k=1 to n = 3 Σ k² – 2 Σ k + Σ 1, which simplifies by substitution. Be comfortable deriving these if needed.

此外,你可能需要用到标准求和结果:Σ k = n(n+1)/2,Σ k² = n(n+1)(2n+1)/6,Σ k³ = [n(n+1)/2]²。利用它们可以将多项式序列拆分求和。例如,Σ (3k² – 2k + 1) 从 k=1 到 n = 3 Σ k² – 2 Σ k + Σ 1,再代入公式化简。必要时还应能自行推导这些结果。


7. Recurrence Relations | 递推关系

A recurrence relation defines each term of a sequence using previous terms. For example, uₙ₊₁ = 2uₙ + 3, with u₁ = 4. CCEA often asks you to generate terms, find limits, or analyse long-term behaviour. If a recurrence has the form uₙ₊₁ = k uₙ + c, and |k| < 1, the sequence converges to a limit L = c / (1 – k), found by setting L = kL + c.

递推关系是通过前项定义数列每一项的法则。例如 uₙ₊₁ = 2uₙ + 3,且 u₁ = 4。CCEA 考题经常要求你生成若干项、求极限或分析长期行为。如果递推关系形如 uₙ₊₁ = k uₙ + c 且 |k| < 1,数列将收敛至极限 L = c / (1 – k),通过令 L = kL + c 求得。

Be prepared to interpret graphs or cobweb diagrams, though CCEA emphasises algebraic manipulation more. When given a recurrence like uₙ₊₂ = 2uₙ₊₁ – uₙ + 4, you may need to construct a table of terms. Always check for periodic behaviour: some sequences cycle between values, and you might be asked to prove periodicity.

虽然 CCEA 更注重代数操作,但也应准备好解读图形或蛛网图。当遇到如 uₙ₊₂ = 2uₙ₊₁ – uₙ + 4 的递推关系时,可能需要列出项值表格。务必留意周期行为:有些数列会在几个值之间循环,你可能需要证明周期性。


8. Proof by Induction for Sequences and Series | 数列级数的数学归纳法证明

Mathematical induction is a key proof technique for series and sequences. The four steps are: (i) base case – verify the statement for n = 1; (ii) induction hypothesis – assume true for n = k; (iii) induction step – prove it is true for n = k + 1 using the hypothesis; (iv) conclusion – by induction, true for all natural numbers n. Common CCEA applications include proving sum formulas like Σ r² = n(n+1)(2n+1)/6.

数学归纳法是数列与级数证明的核心技巧。四步法为:(i) 基础情形——验证 n = 1 时命题成立;(ii) 归纳假设——假设 n = k 时命题成立;(iii) 归纳递推——利用假设证明 n = k + 1 时命题成立;(iv) 结论——由归纳法可知,命题对所有自然数 n 成立。CCEA 常见应用包括证明求和公式,如 Σ r² = n(n+1)(2n+1)/6。

In the induction step, carefully add the (k+1)th term to Sₖ and simplify to the target expression. For example, to prove Σ (3r – 1) = n(3n+1)/2: assume true for k, then for k+1, LHS = k(3k+1)/2 + [3(k+1) – 1] = … and factorise to (k+1)(3(k+1)+1)/2. Always present the algebraic simplification clearly, and mention the inductive hypothesis explicitly.

在归纳递推步中,将第 (k+1) 项加到 Sₖ 上,然后化简到目标表达式。例如,证明 Σ (3r – 1) = n(3n+1)/2:假设 k 成立,则对 k+1,左边 = k(3k+1)/2 + [3(k+1) – 1] = …,因式分解后得到 (k+1)(3(k+1)+1)/2。务必清晰展示代数化简过程,并明确指出使用了归纳假设。


9. Binomial Expansion and Its Series Form | 二项式展开及其级数形式

For CCEA, the binomial expansion for rational exponent n is (1 + x)ⁿ = 1 + nx + n(n–1)x²/2! + … + n(n–1)…(n–r+1)xʳ/r!, valid for |x| < 1 when n is not a positive integer. This infinite series is a powerful tool in approximation and integration. When n is a positive integer, the expansion terminates and you can use (a + b)ⁿ = Σ (ⁿCᵣ) aⁿ⁻ʳ bʳ.

在 CCEA 大纲中,有理指数 n 的二项展开式为 (1 + x)ⁿ = 1 + nx + n(n–1)x²/2! + … + n(n–1)…(n–r+1)xʳ/r!,当 n 不是正整数时,要求 |x| < 1 才收敛。这一无穷级数是近似计算与积分的有力工具。当 n 为正整数时,展开式是有限项的,可使用 (a + b)ⁿ = Σ (ⁿCᵣ) aⁿ⁻ʳ bʳ

Typical questions ask you to expand up to x³ and state the range of validity. For example, (4 + 3x)⁻² = 4⁻² (1 + 0.75x)⁻² = 1/16 [1 – 2(0.75x) + 3(0.75x)² – 4(0.75x)³ + …], valid for |0.75x| < 1 → |x| < 4/3. You could then be asked to approximate a value like 1/ (3.985)² by choosing a suitable x.

典型题目会要求展开至 x³ 项并注明有效范围。例如,(4 + 3x)⁻² = 4⁻² (1 + 0.75x)⁻² = 1/16 [1 – 2(0.75x) + 3(0.75x)² – 4(0.75x)³ + …],有效范围为 |0.75x| < 1 → |x| < 4/3。随后可能会要求你选取合适的 x 来近似计算诸如 1/(3.985)² 的值。


10. Convergence and Divergence | 收敛与发散

Understanding convergence is essential for infinite series. An infinite geometric series converges if |r| < 1. For other series, you may need to examine the limit of the nth term: if lim aₙ ≠ 0, then Σ aₙ diverges. However, the converse is not true – the harmonic series Σ 1/n diverges even though 1/n → 0. CCEA mostly expects you to use the geometric condition and basic reasoning.

理解收敛性对无穷级数至关重要。无穷等比级数当 |r| < 1 时收敛。对于其他级数,可能需要考察通项极限:若 lim aₙ ≠ 0,则 Σ aₙ 发散。但反之不成立——调和级数 Σ 1/n 发散,尽管 1/n → 0。CCEA 主要考查利用等比条件进行判断及基本的推理。

You might also see questions on telescoping series where many terms cancel, leading to a finite sum. For example, Σ [1/r – 1/(r+1)] from r=1 to n = 1 – 1/(n+1), which converges to 1 as n → ∞. Recognise partial fractions that produce this form.

你也可能遇到裂项相消的级数,许多项相互抵消后得到有限和。例如,Σ [1/r – 1/(r+1)] 从 r=1 到 n = 1 – 1/(n+1),当 n → ∞ 时收敛于 1。识别能产生这种形式的部分分式。


11. Applications to Problem Solving | 实际应用问题求解

CCEA often embeds sequences and series within real-world contexts: savings plans with compound interest, population growth, drug dosages, and geometry problems. For a savings scheme where £P is invested at r% compound interest per annum, the amount after n years follows a geometric sequence: P(1 + i)ⁿ, where i = r/100. A series arises for regular deposits.

CCEA 常将数列与级数嵌入现实情境:复利储蓄计划、人口增长、药物剂量和几何问题。对于每年以复利 r% 投资的 £P,n 年后的金额遵循等比数列:P(1 + i)ⁿ,其中 i = r/100。定期存入则产生级数。

Modelling with series frequently requires setting up the correct type of progression. If a quantity increases by a fixed amount each period – arithmetic; if it increases by a fixed percentage – geometric. Practice identifying the underlying pattern and translating words into algebraic conditions. For tricky problems, draw a timeline or a diagram.

用级数建模通常需要选定正确的增长类型。若每期增加固定数量——等差;若按固定百分比增加——等比。要练习识别基本模式,并将文字转化为代数条件。对于复杂问题,可绘制时间轴或图示帮助理解。


12. Key Formulas Summary | 关键公式总结

Here is a quick-reference table of the essential formulas for CCEA sequences and series:

以下是 CCEA 数列与级数必考公式的速查表:

Type/类型 Formula/公式 Notes/备注
Arithmetic n-th term 等差数列通项 aₙ = a₁ + (n–1)d d: common difference 公差
Arithmetic sum 等差级数和 Sₙ = n/2 (a₁ + aₙ) = n/2 [2a₁ + (n–1)d] Use appropriate form
Geometric n-th term 等比数列通项 aₙ = a₁ rⁿ⁻¹ r: common ratio 公比
Geometric sum 等比级数和 Sₙ = a₁ (1 – rⁿ) / (1 – r), r≠1 Use with care for r>1
Infinite sum 无穷和 S∞ = a₁ / (1 – r) Valid for |r| < 1
Binomial (1+x)ⁿ 1 + nx + n(n–1)x²/2! + … |x| < 1 for non-integer n
Sigma sums Σ k = n(n+1)/2; Σ k² = n(n+1)(2n+1)/6 Used to sum polynomials

Memorising these and understanding when each applies will give you a strong foundation. Practise past CCEA papers, paying special attention to questions that mix sequences with logs, algebra, or modelling. Always show clear substitution before calculating, and check the validity condition for infinite geometric series and binomial expansions.

熟记这些公式并理解其适用条件是奠定坚实基础的关键。练习 CCEA 历年真题,特别注意数列与对数、代数或建模结合的题目。计算前务必明确写出代入过程,并检查无穷等比级数和二项展开式的有效性条件。


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