📚 Infinite Geometric Series Summation | 无穷等比级数求和
The infinite geometric series is one of the most elegant and powerful concepts in IB Mathematics. It bridges the gap between finite arithmetic and the infinite, allowing us to assign a finite value to a sum that continues forever. Mastering this topic is essential for success in both Analysis and Approaches (AA) and Applications and Interpretation (AI) courses.
无穷等比级数是IB数学中最优雅且最强大的概念之一。它在有限算术与无限之间架起桥梁,使我们能够为永远持续下去的和赋予有限值。掌握这一主题对于分析与方法(AA)和应用与解释(AI)两门课程的成功都至关重要。
1. Definition of a Geometric Sequence | 等比数列的定义
A geometric sequence is a sequence where each term after the first is obtained by multiplying the previous term by a fixed, non-zero constant called the common ratio r. If the first term is a and the common ratio is r, the sequence is written as a, ar, ar², ar³, …
等比数列是指从第二项起,每一项与前一项的比值都等于同一个非零常数r的数列,这个常数r称为公比。若首项为a,公比为r,则该数列可写为a,ar,ar²,ar³,…的形式。
The n-th term of a geometric sequence is given by:
uₙ = a·rⁿ⁻¹
This formula is the foundation for all work with geometric progressions, and you must be able to apply it both forwards and backwards — given any two pieces of information, you can find the others.
等比数列的通项公式为:
uₙ = a·rⁿ⁻¹
这一公式是处理等比数列所有问题的基础,你必须能够正反灵活运用——在已知任意两个信息的情况下,求出其余未知量。
2. Finite Geometric Series | 有限等比级数
Before we can understand the infinite case, we must first master the finite geometric series. The sum of the first n terms of a geometric sequence is denoted Sₙ, and there are two equally important formulas.
在理解无穷情况之前,我们必须先掌握有限等比级数。等比数列前n项的和记为Sₙ,有两个同等重要的公式。
Sₙ = a(rⁿ − 1) / (r − 1) = a(1 − rⁿ) / (1 − r)
Both formulas are valid when r ≠ 1. The first form is more convenient when r > 1, while the second is often preferable when |r| < 1, which we will see is exactly the case of interest for infinite series.
当r ≠ 1时,两个公式均成立。当r > 1时,第一种形式更为方便;当|r| < 1时,第二种形式更常用,而这正是我们在无穷级数中所关注的情况。
Derivation (derivation of Sₙ): Write Sₙ = a + ar + ar² + … + arⁿ⁻¹. Multiply both sides by r: rSₙ = ar + ar² + … + arⁿ. Subtract the second equation from the first: Sₙ − rSₙ = a − arⁿ. Factor: Sₙ(1 − r) = a(1 − rⁿ), hence Sₙ = a(1 − rⁿ)/(1 − r).
推导(Sₙ的推导):写出Sₙ = a + ar + ar² + … + arⁿ⁻¹。两边乘以r:rSₙ = ar + ar² + … + arⁿ。用第一式减去第二式:Sₙ − rSₙ = a − arⁿ。提取公因子:Sₙ(1 − r) = a(1 − rⁿ),因此Sₙ = a(1 − rⁿ)/(1 − r)。
3. The Concept of Convergence | 收敛的概念
What happens to Sₙ as n becomes infinitely large? The answer depends entirely on the value of the common ratio r. If |r| > 1, the term rⁿ grows without bound, and thus the sum diverges to infinity (or oscillates if r is negative). If r = 1, the sum is simply n·a, which also diverges. If r = −1, the sum alternates between a and 0, so it never settles on a single value.
当n趋于无穷大时,Sₙ会怎样?答案完全取决于公比r的值。如果|r| > 1,rⁿ无限增大,因此和发散到无穷大(若r为负则振荡)。如果r = 1,和就是n·a,同样发散。如果r = −1,和交替为a和0,永远无法稳定在单一值上。
However, when |r| < 1, the term rⁿ approaches 0 as n → ∞. This is the key insight that makes infinite geometric series possible.
然而,当|r| < 1时,随着n → ∞,rⁿ趋近于0。这正是使无穷等比级数成为可能的关键洞察。
Convergence test for geometric series: The geometric series converges if and only if |r| < 1. This single condition determines the entire behaviour of the series.
等比级数的收敛条件:等比级数收敛当且仅当|r| < 1。这一条件决定了级数的全部行为。
4. Formula for the Infinite Geometric Series | 无穷等比级数求和公式
When |r| < 1, we note that rⁿ → 0 as n → ∞. Substituting this into the finite sum formula:
当|r| < 1时,我们知道随着n → ∞,rⁿ → 0。将其代入有限求和公式:
S∞ = a / (1 − r), for |r| < 1
This breathtakingly simple formula states that the sum of infinitely many terms can equal a finite number. For example, the series 1 + ½ + ¼ + ⅛ + … with a = 1 and r = ½ gives S∞ = 1/(1 − ½) = 2.
这个简洁到令人惊叹的公式表明:无穷多项之和可以等于一个有限的数。例如,级数1 + ½ + ¼ + ⅛ + …,其中a = 1,r = ½,代入得S∞ = 1/(1 − ½) = 2。
Conditions of validity: The formula only applies when −1 < r < 1 (i.e. |r| < 1). If r is outside this range, no finite sum exists and the series is said to be divergent.
适用条件:该公式仅在−1 < r < 1(即|r| < 1)时适用。若r超出此范围,则不存在有限和,称该级数为发散的。
5. Deriving S∞ from the Limit | 从极限推导S∞
A more rigorous approach to the infinite sum is through the concept of a limit. We define S∞ as the limit of Sₙ as n approaches infinity, provided this limit exists.
处理无穷和更严谨的方式是通过极限的概念。我们将S∞定义为当n趋于无穷时Sₙ的极限,前提是该极限存在。
S∞ = limₙ→∞ Sₙ = limₙ→∞ a(1 − rⁿ)/(1 − r)
Since |r| < 1 implies rⁿ → 0, we have:
由于|r| < 1意味着rⁿ → 0,我们得到:
S∞ = a(1 − 0)/(1 − r) = a/(1 − r)
This limit-based approach is the one preferred by examiners. In IB questions, you will often be expected to justify convergence rather than simply quoting the formula.
这种基于极限的方法是考官更青睐的方式。在IB题目中,你常常需要论证收敛性,而不是仅仅套用公式。
6. Converting Recurring Decimals | 化循环小数为分数
One of the most beautiful applications of the infinite geometric series is converting recurring decimals into fractions. Consider 0.333… = 0.3 + 0.03 + 0.003 + … This is a geometric series with a = 0.3 = 3/10 and r = 0.1 = 1/10.
无穷等比级数最美妙的应用之一是将循环小数化为分数。考虑0.333… = 0.3 + 0.03 + 0.003 + …,这是一个等比级数,其中a = 0.3 = 3/10,r = 0.1 = 1/10。
Applying the formula:
代入公式:
S∞ = (3/10) / (1 − 1/10) = (3/10) / (9/10) = 3/9 = 1/3
This confirms what we already knew, but the method is general. For 0.999… = 0.9 + 0.09 + 0.009 + …, with a = 0.9 and r = 0.1, we get S∞ = 0.9/(1 − 0.1) = 1. Thus 0.999… = 1 exactly.
这验证了我们已知的事实,但该方法是通用的。对于0.999… = 0.9 + 0.09 + 0.009 + …,其中a = 0.9,r = 0.1,可得S∞ = 0.9/(1 − 0.1) = 1。因此0.999…精确等于1。
Worked example: Convert 2.4̇5̇ (i.e. 2.454545…) into a fraction. Write 2.454545… = 2 + 0.45 + 0.0045 + 0.000045 + … The part after the 2 is a geometric series with a = 0.45 = 45/100 and r = 1/100. Thus the fraction is 2 + (45/100)/(1 − 1/100) = 2 + (45/100)/(99/100) = 2 + 45/99 = 2 + 5/11 = 27/11.
典型例题:将2.4̇5̇(即2.454545…)化为分数。写出2.454545… = 2 + 0.45 + 0.0045 + 0.000045 + …。小数点后部分是等比级数,其中a = 0.45 = 45/100,r = 1/100。因此分数为2 + (45/100)/(1 − 1/100) = 2 + (45/100)/(99/100) = 2 + 45/99 = 2 + 5/11 = 27/11。
7. Applications in Finance and Science | 在金融和科学中的应用
In IB Mathematics AI, infinite geometric series appear in financial modelling, particularly in perpetuities (financial instruments that pay a fixed amount forever). The present value of a perpetuity paying P each period at interest rate i is given by the infinite sum P/(1+i) + P/(1+i)² + … = P/i.
在IB数学AI课程中,无穷等比级数出现在金融建模中,尤其是永续年金(永远支付固定金额的金融工具)。每期支付P、利率为i的永续年金的现值由无穷和P/(1+i) + P/(1+i)² + … = P/i给出。
In physics, the concept of an infinite geometric sum appears in the analysis of bouncing balls, where the total distance travelled can be expressed as an infinite geometric series. If a ball is dropped from height h and rebounds to a fraction e of its previous height (e < 1), the total distance travelled is h + 2eh + 2e²h + 2e³h + ... = h + 2h·e/(1−e).
在物理学中,无穷等比和的概念出现在弹跳球的分析中,其总运动距离可以表示为无穷等比级数。若一个球从高度h落下,每次回弹高度为前次的e倍(e < 1),则总运动距离为h + 2eh + 2e²h + 2e³h + ... = h + 2h·e/(1−e)。
Example: A ball is dropped from 10 m and rebounds to 80% of its previous height each time. Total distance = 10 + 2(10)(0.8)/(1 − 0.8) = 10 + 16/0.2 = 10 + 80 = 90 m.
例题:一个球从10米高处落下,每次回弹到前次高度的80%。总距离 = 10 + 2(10)(0.8)/(1 − 0.8) = 10 + 16/0.2 = 10 + 80 = 90米。
8. Sigma Notation and Infinite Series | Σ记号与无穷级数
IB exam questions often present infinite geometric series using sigma notation:
IB考试题目常以Σ记号来呈现无穷等比级数:
Σₙ₌₁^∞ a·rⁿ⁻¹ = a/(1 − r), for |r| < 1
You must be comfortable switching between the expanded form, sigma notation, and the algebraic form. For instance, Σₙ₌₁^∞ 3(¼)ⁿ⁻¹ = 3/(1 − ¼) = 3/(¾) = 4.
你必须熟练地在展开形式、Σ记号和代数形式之间切换。例如,Σₙ₌₁^∞ 3(¼)ⁿ⁻¹ = 3/(1 − ¼) = 3/(¾) = 4。
When the index starts at n = 0: If the series is written as Σₙ₌₀^∞ arⁿ, then the first term is a (when n = 0) and the sum is still a/(1−r). But if the first term when n = 1 is ar, be careful — identify the first term correctly before substituting into the formula.
当下标从n = 0开始时:若级数写为Σₙ₌₀^∞ arⁿ,则首项为a(当n = 0时),和仍为a/(1−r)。但若当n = 1时首项为ar,请注意——在代入公式前必须正确识别首项。
9. Common Mistakes in IB Exams | IB考试中的常见错误
Examiners consistently report the same errors year after year. Understanding these mistakes is the first step to avoiding them.
考官历年报告的常见错误都非常一致。理解这些错误是避免它们的第一步。
- Forgetting the convergence condition: Applying S∞ = a/(1−r) when |r| ≥ 1. This is a fatal error. Always check |r| < 1 first.
- 正负号与条件遗忘:在|r| ≥ 1时使用S∞ = a/(1−r)。这是致命错误。永远先检查|r| < 1。
- Identifying the wrong first term: In a series like 2 + 6 + 18 + …, the first term is 2, not 6. In Σ notation, always expand a few terms to confirm a.
- 首项判断错误:在2 + 6 + 18 + …此类级数中,首项是2而非6。在使用Σ记号时,先展开几项以确认a。
- Confusing Sₙ and S∞: Sₙ is finite and always exists (for r ≠ 1); S∞ only exists for |r| < 1. Do not mix the two formulas.
- 混淆Sₙ与S∞:Sₙ是有限的且始终存在(r ≠ 1时);S∞仅当|r| < 1时存在。切勿混淆两个公式。
- Using the wrong index: If the summation starts at n = 0, the first term is a; if it starts at n = 1, the first term is ar when the general term is arⁿ. Read the question carefully.
- 下标使用错误:若求和从n = 0开始,首项为a;若从n = 1开始且通项为arⁿ,则首项为ar。请仔细审题。
10. Comparison with AP and A-Level | 与AP和A-Level的对比
Students often ask how IB compares with other curricula. In both AP Calculus BC and A-Level Mathematics, infinite geometric series are covered, but the emphasis in IB is distinctly different.
学生常问IB与其他课程体系有何不同。在AP微积分BC和A-Level数学中都会涉及无穷等比级数,但IB的侧重点明显不同。
| Aspect 方面 | IB (AA/AI) | AP Calculus BC | A-Level |
| Emphasis 侧重点 | Application & context 应用与情境 | Convergence tests 收敛性判别 | Algebraic manipulation 代数运算 |
| Typical question 典型题 | Real-world modelling 实际建模 | Radius of convergence 收敛半径 | Find common ratio 求公比 |
| Calculator use 计算器 | GDC allowed where stated 允许使用图形计算器 | No calculator section 无计算器部分 | Calculator allowed 允许使用计算器 |
For IB students, the most important skill is connecting the algebraic formula to a real-world scenario. Practice interpreting word problems that involve repeated multiplication or percentage decay.
对于IB学生而言,最重要的技能是将代数公式与现实场景相连接。练习解读涉及重复相乘或百分比衰减的应用题。
11. Exam-Style Questions | 考试风格题目
Let us attempt two typical IB-style questions to consolidate our understanding.
让我们尝试两道典型的IB风格题目来巩固理解。
Question 1: The first term of a geometric series is 12 and the common ratio is 0.6. Find the sum to infinity.
题目1:等比级数的首项为12,公比为0.6。求其无穷和。
Solution: Since |r| = 0.6 < 1, the series converges. S∞ = 12/(1 − 0.6) = 12/0.4 = 30.
解答:因为|r| = 0.6 < 1,级数收敛。S∞ = 12/(1 − 0.6) = 12/0.4 = 30。
Question 2 (HL-style): A geometric series has first term a and common ratio r such that |r| < 1. Given that S∞ = 24 and S₃ = 21, find a and r.
题目2(HL风格):等比级数首项为a,公比为r且|r| < 1。已知S∞ = 24,S₃ = 21,求a和r。
Solution: From S∞ = a/(1−r) = 24, we get a = 24(1−r). The sum of the first 3 terms is S₃ = a(1−r³)/(1−r) = 21. Substituting a = 24(1−r): 24(1−r)(1−r³)/(1−r) = 21, hence 24(1−r³) = 21, so 1−r³ = 7/8, r³ = 1/8, r = ½. Then a = 24(1−½) = 12.
解答:由S∞ = a/(1−r) = 24,得a = 24(1−r)。前三项和为S₃ = a(1−r³)/(1−r) = 21。代入a = 24(1−r):24(1−r)(1−r³)/(1−r) = 21,因此24(1−r³) = 21,所以1−r³ = 7/8,r³ = 1/8,r = ½。则a = 24(1−½) = 12。
12. Summary and Key Takeaways | 总结与要点回顾
The infinite geometric series is a compact but rich topic. The single most critical threshold is the convergence condition |r| < 1. Without it, the formula S∞ = a/(1−r) is invalid, and the problem must be treated differently.
无穷等比级数是一个精简但内容丰富的主题。最关键的分水岭是收敛条件|r| < 1。若无此条件,公式S∞ = a/(1−r)就是无效的,需要以不同方式处理问题。
- Always identify a and r before applying formulas. 在应用公式前,务必先确定a和r。
- Verify |r| < 1 before computing S∞. 在计算S∞前,验证|r| < 1。
- For word problems, translate the scenario into a geometric progression first. 对于应用题,先将情境转化为等比数列。
- Use sigma notation flexibly, and pay attention to the starting index. 灵活使用Σ记号,注意起始下标。
- Practice converting recurring decimals to fractions — it appears in both AA and AI papers. 练习将循环小数化为分数——这在AA和AI试卷中都会出现。
With these tools, the infinite geometric series becomes not a source of fear, but one of the most reliable scoring opportunities on the IB mathematics paper.
掌握了这些工具,无穷等比级数不再是恐惧的来源,而会成为IB数学试卷中最稳定的得分点之一。
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导