A-Level数学 数列与级数 等差数列 等比数列 收敛性
1. 数列与级数概述 Introduction to Sequences and Series
A sequence is an ordered list of numbers following a specific rule, where each number is called a term. A series is the sum of the terms of a sequence. In A-Level Mathematics, you will encounter arithmetic sequences (constant difference between terms), geometric sequences (constant ratio between terms), and more complex recurrence relations. Understanding sequences and series is fundamental to calculus, numerical methods, and mathematical modelling across the sciences. For example, the concept of a limit : central to differentiation and integration : is first introduced through the sum to infinity of a convergent geometric series. Master these foundations well. 数列是按特定规则排列的有序数字列表,其中每个数字称为一项。级数是数列各项之和。在A-Level数学中,你将遇到等差数列(项与项之间差为常数)、等比数列(项与项之间比为常数)以及更复杂的递推关系。理解数列与级数是微积分、数值方法和各科学领域数学建模的基础。例如,极限概念:微积分的核心:首先通过收敛等比级数的无穷和引入。扎实掌握这些基础。
2. 等差数列 Arithmetic Sequences
An arithmetic sequence has a constant difference d between consecutive terms. If the first term is a, the nth term is given by u_n = a + (n-1)d. For example, in the sequence 3, 7, 11, 15, …, the first term a = 3 and the common difference d = 4, giving the nth term as u_n = 3 + 4(n-1) = 4n – 1. Arithmetic sequences describe linear growth or decay and appear in contexts like simple interest, uniform acceleration, and stair-step patterns. You can find any term given two other terms using simultaneous equations. 等差数列中相邻两项之差为常数d。若首项为a,则第n项公式为 u_n = a + (n-1)d。例如,数列 3, 7, 11, 15, … 中首项 a = 3,公差 d = 4,第n项为 u_n = 3 + 4(n-1) = 4n – 1。等差数列描述线性增长或衰减,出现在单利、匀加速运动和阶梯模式等场景中。给定任意两项可通过联立方程求任意项。
3. 等差级数求和 Arithmetic Series Summation
The sum of the first n terms of an arithmetic sequence is given by S_n = n/2 [2a + (n-1)d], which can also be written as S_n = n/2 (a + l), where l = a + (n-1)d is the last term. This formula arises from pairing terms from opposite ends of the sequence: each pair sums to a + l, and there are n/2 such pairs. For example, the sum of the first 10 terms of the sequence 3, 7, 11, … is S_10 = 10/2 [2(3) + 9(4)] = 5 [6 + 36] = 210. Another example: find the sum of the first 25 terms of 50, 47, 44, … Here a = 50, d = -3 (decreasing), so S_25 = 25/2 [2(50) + 24(-3)] = 25/2 [100 – 72] = 25/2 × 28 = 350. 等差数列前n项和公式为 S_n = n/2 [2a + (n-1)d],也可写作 S_n = n/2 (a + l),其中 l = a + (n-1)d 为末项。此公式来源于将首尾项配对:每对和为 a + l,共有 n/2 对。例如,数列 3, 7, 11, … 的前10项和为 S_10 = 10/2 [2(3) + 9(4)] = 5 × 42 = 210。另一个例子:求 50, 47, 44, … 前25项和。这里 a = 50,d = -3(递减),故 S_25 = 25/2 [2(50) + 24(-3)] = 25/2 × 28 = 350。
4. 等比数列 Geometric Sequences
A geometric sequence has a constant ratio r between consecutive terms. If the first term is a, the nth term is given by u_n = a r^(n-1). For example, the sequence 2, 6, 18, 54, … has a = 2 and r = 3, giving u_n = 2 × 3^(n-1). Geometric sequences model exponential growth and decay, appearing in compound interest, population dynamics, radioactive decay, and fractal geometry. When |r| is less than 1, the terms approach zero as n increases; when |r| is greater than 1, the terms grow without bound. A decreasing geometric sequence with 0 < r < 1 is particularly important because it guarantees convergence when summed to infinity. 等比数列中相邻两项之比为常数r。若首项为a,则第n项公式为 u_n = a r^(n-1)。例如,数列 2, 6, 18, 54, ... 中 a = 2,r = 3,第n项为 u_n = 2 × 3^(n-1)。等比数列描述指数增长和衰减,出现在复利、人口动态、放射性衰变和分形几何中。当 |r| 小于1时,随着n增大项趋近于零;当 |r| 大于1时,项无界增长。满足 0 < r < 1 的递减等比数列特别重要,因为其无穷和必然收敛。
5. 等比级数求和 Geometric Series Summation
The sum of the first n terms of a geometric sequence is S_n = a(1 – r^n)/(1 – r) for r ≠ 1. This formula is derived by subtracting rS_n from S_n, leaving only the first and last contributions. For example, the sum of the first 5 terms of 2, 6, 18, 54, 162 is S_5 = 2(1 – 3^5)/(1 – 3) = 2(1 – 243)/(-2) = 2(-242)/(-2) = 242. When r = 1, every term equals a, so S_n = na. A common exam mistake is forgetting to handle the case r = 1 separately : always check before applying the formula. Note the sign in the denominator: if |r| is greater than 1, it is often easier to use the alternative form S_n = a(r^n – 1)/(r – 1) to keep both numerator and denominator positive. 等比数列前n项和公式为 S_n = a(1 – r^n)/(1 – r),其中 r ≠ 1。此公式通过 S_n – rS_n 推导得到,消去中间项后仅保留首尾贡献。例如,数列 2, 6, 18, 54, 162 的前5项和为 S_5 = 2(1 – 3^5)/(1 – 3) = 242。当 r = 1 时,每项都等于a,故 S_n = na。常见考试错误是忘记单独处理 r = 1 的情况:应用公式前务必检查。注意分母符号:若 |r| 大于1,用替代形式 S_n = a(r^n – 1)/(r – 1) 往往更方便,可使分子分母均为正。
6. 实际应用:复利与人口模型 Applications: Compound Interest and Growth
Geometric series model real-world exponential processes. Compound interest follows a geometric progression: if £1000 is invested at 5% annual interest compounded yearly, the balance after n years is 1000(1.05)^n, forming the geometric sequence 1050, 1102.50, 1157.63, … The total value of all interest earned over 20 years is the sum of a geometric series less the principal. Similarly, a bacterial colony doubling every 3 hours starting from 500 cells follows the sequence 500, 1000, 2000, 4000, …, and the total number of bacteria produced over 24 hours (8 generations) is a geometric series sum. Identifying the first term a and common ratio r is the critical first step in any applied problem : model the situation algebraically, then apply the formula. 等比级数可建模现实世界的指数过程。复利遵循等比数列:若1000英镑以5%年利率每年复利投资,第n年余额为1000(1.05)^n,形成等比数列1050、1102.50、1157.63…。20年所获全部利息为等比级数和减去本金。类似地,一个每3小时倍增一次、初始500个细胞的菌落遵循数列500、1000、2000、4000…,24小时(8代)内产生的细菌总数为等比级数和。在任何应用题中,确定首项a和公比r是关键的第一步:先用代数建模情境,然后代入公式。
7. 无穷等比级数 Sum to Infinity
When |r| is less than 1, the nth term of a geometric sequence approaches zero as n approaches infinity, and the series converges. The sum to infinity is S_infinity = a/(1 – r). This elegant result has profound applications: it resolves Zeno’s paradox (an infinite sum of distances yielding a finite total), underlies present-value calculations in finance, and describes the total displacement of a damped harmonic oscillator. For example, the infinite series 8 + 4 + 2 + 1 + 1/2 + … with a = 8 and r = 1/2 converges to S_infinity = 8/(1 – 1/2) = 16. The condition |r| less than 1 is essential : without it, the formula is meaningless. A useful exercise: show that 0.999… = 1 by recognising the infinite decimal as the geometric series 9/10 + 9/100 + 9/1000 + … with a = 9/10 and r = 1/10, giving S_infinity = (9/10)/(1 – 1/10) = 1. 当 |r| 小于1时,等比数列第n项趋近于零,级数收敛。无穷和公式为 S_infinity = a/(1 – r)。这一优雅结果有深远应用:它解决了芝诺悖论(无限段距离之和为有限总量),是金融学现值计算的基础,并描述阻尼谐振子的总位移。例如,无穷级数 8 + 4 + 2 + 1 + 1/2 + … 中 a = 8,r = 1/2,收敛于 S_infinity = 8/(1 – 1/2) = 16。条件 |r| 小于1 至关重要:不满足此条件公式无意义。一个有益练习:证明 0.999… = 1,将该无限小数视为等比级数 9/10 + 9/100 + 9/1000 + …,a = 9/10,r = 1/10,得 S_infinity = (9/10)/(1-1/10) = 1。
8. 西格玛符号 Sigma Notation
Sigma notation provides a compact way to represent series. The expression sum from r=1 to n of u_r means u_1 + u_2 + … + u_n. For arithmetic and geometric sequences, the standard summation formulas can be applied directly. For example, sum from r=1 to 50 of (3r + 2) is an arithmetic series with first term 5 and last term 152, giving sum = 50/2 (5 + 152) = 3925. You should also recognise expansions like sum (k constant) = kn, sum r = n(n+1)/2, and sum r^2 = n(n+1)(2n+1)/6, which appear frequently in A-Level problems. Moving between sigma notation and expanded form is a key skill: sum from k=1 to n of (2^k – 1) expands to (2-1)+(4-1)+(8-1)+…+(2^n-1) = (2+4+8+…+2^n) – n, which is a geometric series sum minus n. 西格玛符号提供了表示级数的紧凑方式。表达式 sum(r=1 to n) u_r 表示 u_1 + u_2 + … + u_n。对于等差和等比数列,可直接应用标准求和公式。例如,sum(r=1 to 50) (3r+2) 是等差数列,首项5末项152,和为 50/2 (5+152) = 3925。你还应熟记展开式如 sum(k) = kn,sum(r) = n(n+1)/2,sum(r^2) = n(n+1)(2n+1)/6,它们在A-Level题目中频繁出现。在sigma符号与展开式之间转换是一项关键技能:sum(k=1 to n) (2^k-1) 展开为 (2-1)+(4-1)+(8-1)+…+(2^n-1) = (2+4+8+…+2^n)-n,即等比级数和减去n。
9. 递推关系 Recurrence Relations
A recurrence relation defines each term by reference to preceding terms: u_{n+1} = f(u_n). For example, u_{n+1} = 0.5u_n + 3 with u_1 = 10 generates the sequence 10, 8, 7, 6.5, 6.25, …, which approaches 6 (the limit L where L = 0.5L + 3, so L = 6). Recurrence relations model population dynamics (the logistic map), Newton’s method for root-finding, and the Fibonacci sequence where F_{n+2} = F_{n+1} + F_n. A-Level questions often ask you to generate terms, find limits, or modify the recurrence to achieve a desired steady state. 递推关系通过前项定义每项:u_{n+1} = f(u_n)。例如,u_{n+1} = 0.5u_n + 3,u_1 = 10 生成数列 10, 8, 7, 6.5, 6.25, …,趋近于6(极限L满足 L = 0.5L+3,故 L=6)。递推关系用于建模人口动态(逻辑斯蒂映射)、牛顿求根法和斐波那契数列(F_{n+2} = F_{n+1} + F_n)。A-Level题目常要求你生成各项、求极限或修改递推关系以达到目标稳态。
10. 综合例题 Worked Examples
Example 1: An arithmetic sequence has 5th term 23 and 12th term 51. Find the first term and common difference. Using u_n = a + (n-1)d: a + 4d = 23 and a + 11d = 51. Subtracting gives 7d = 28, so d = 4 and a = 7. The nth term is u_n = 4n + 3. Example 2: A geometric series has first term 48 and sum to infinity 64. Find the common ratio r. Using S_infinity = a/(1-r): 64 = 48/(1-r), so 1-r = 48/64 = 3/4, giving r = 1/4. Verify: |r| = 1/4 is less than 1, so the sum to infinity formula is valid. Example 3: A recurrence u_{n+1} = 2 – 0.5u_n with u_1 = 4. Generate u_2, u_3, u_4 and find the limit L where L = 2 – 0.5L. u_2 = 2 – 2 = 0, u_3 = 2 – 0 = 2, u_4 = 2 – 1 = 1. The sequence oscillates: 4, 0, 2, 1, 1.5, 1.25, …, approaching L = 4/3. Example 4: Find sum from r=1 to 20 of (5r – 3). This is arithmetic with a = 2 and d = 5, so S_20 = 20/2 [2(2) + 19(5)] = 10 [4 + 95] = 990. Alternatively, use sigma splitting: 5 sum(r) – 3 sum(1) = 5(20×21/2) – 3(20) = 1050 – 60 = 990. 例题1:等差数列第5项为23,第12项为51,求首项与公差。由 u_n = a + (n-1)d:a + 4d = 23,a + 11d = 51。相减得 7d = 28,故 d = 4,a = 7。第n项为 u_n = 4n + 3。例题2:等比级数首项为48,无穷和为64,求公比r。由 S_infinity = a/(1-r):64 = 48/(1-r),故 1-r = 3/4,r = 1/4。验证:|r| = 1/4 小于1,无穷和公式有效。例题3:递推关系 u_{n+1} = 2 – 0.5u_n,u_1 = 4。生成 u_2、u_3、u_4 并求极限L,其中 L = 2 – 0.5L。u_2 = 0,u_3 = 2,u_4 = 1。数列振荡:4, 0, 2, 1, 1.5, 1.25, …,趋近于 L = 4/3。例题4:求 sum(r=1 to 20) (5r-3)。这是等差数列,a = 2,d = 5,故 S_20 = 20/2 [2(2)+19(5)] = 10[4+95] = 990。也可用sigma拆分:5 sum(r) – 3 sum(1) = 5(20×21/2) – 3(20) = 990。
11. 考试技巧 Exam Tips
Always write the formula you are using before substituting values : this earns method marks even if arithmetic is wrong. For geometric series with |r| less than 1, check whether the question asks for S_n (finite sum) or S_infinity (sum to infinity) : mixing these up is a frequent error. When dealing with sigma notation, count the number of terms carefully: sum from r=m to n has (n-m+1) terms, not (n-m) terms. For recurrence relations, verify your limit by solving L = f(L) : this catches algebraic mistakes. Finally, present final answers in exact form (fractions, surds) unless the question specifies decimal places. 在代入数值前务必写出所用公式:即使算错也可获得方法分。对于 |r| 小于1的等比级数,检查题目要求 S_n(有限和)还是 S_infinity(无穷和):混淆两者是常见错误。处理西格玛符号时仔细计算项数:sum(r=m to n) 共有 (n-m+1) 项而非 (n-m) 项。对于递推关系,通过解 L = f(L) 验证极限:这能发现代数错误。最后,除非题目指定小数位数,否则以精确形式(分数、根式)呈现最终答案。
12. 总结 Summary
Sequences and series are a core component of A-Level Mathematics, bridging algebra, calculus, and applied modelling. The key formulas : nth term and sum for arithmetic and geometric sequences, sum to infinity for convergent geometric series, and standard sigma expansions : must be memorised and applied fluently. Recurrence relations introduce the powerful idea of iterative definition, which extends naturally into differential equations and numerical analysis at university level. Mastering this topic builds confidence for the pure mathematics papers and provides essential tools for mechanics and statistics. Success comes from practising a variety of problem types until formula selection and application become automatic. 数列与级数是A-Level数学的核心组成部分,连接代数、微积分和应用建模。关键公式:等差数列和等比数列的第n项与求和公式、收敛等比级数的无穷和公式、标准西格玛展开式:必须熟记并灵活运用。递推关系引入了迭代定义的强大思想,自然地延伸到大学阶段的微分方程和数值分析。掌握本专题能为纯数试卷建立信心,并为力学和统计学提供必要工具。成功来自练习各种题型,直到公式选择和应用成为本能。
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply