Geometric Series Summation Formula | IB数学:等比数列求和公式解析

📚 Geometric Series Summation Formula | IB数学:等比数列求和公式解析

A geometric series is one of the most fundamental topics in IB Mathematics: Analysis and Approaches (AA) and Applications and Interpretation (AI). Understanding its summation formula is essential not only for exams but also for modelling real-world exponential growth and decay, from bank interest to population growth.

等比数列是IB数学分析与方法(AA)以及应用与解释(AI)中最基础、最重要的话题之一。掌握其求和公式不仅对考试至关重要,更是建模现实世界中指数增长与衰减的关键——从银行利息到人口增长,无处不在。


1. Definition and Key Components | 定义与基本要素

A geometric sequence is a sequence where each term after the first is found by multiplying the previous term by a fixed, non-zero constant called the common ratio, denoted as \( r \). Since LaTeX is not used in this article, we simply write r.

等比数列是指从第二项起,每一项与前一项的比值都等于同一个非零常数——这个常数称为公比,记为 r。本文中我们直接用 r 表示,不采用LaTeX格式。

  • The first term is denoted by a (or u₁). | 首项记为 a(或 u₁)。
  • The common ratio is denoted by r (or k in some textbooks). | 公比记为 r(有些教材用 k)。
  • The n-th term is denoted by uₙ or Tₙ. | 第 n 项记为 uₙ 或 Tₙ。

For example, the sequence 3, 6, 12, 24, … is geometric because each term is obtained by multiplying the previous term by 2. Here, a = 3 and r = 2. In IB problems, you must always clearly identify these two parameters first.

例如,数列 3, 6, 12, 24, … 是等比数列,因为每一项都是前一项乘以 2。这里 a = 3, r = 2。在IB题目中,首先要明确识别这两个参数,这是所有后续计算的基础。


2. The General Term Formula | 通项公式

The n-th term of a geometric sequence is given by the formula uₙ = a·rⁿ⁻¹. This expression allows us to find any term directly without listing all previous terms, which is especially useful when n is large.

等比数列的通项公式为 uₙ = a·rⁿ⁻¹。这个表达式使我们无需逐一列出前面的项就能直接找到任意一项,尤其当 n 很大时尤为重要。

uₙ = a·rⁿ⁻¹

For instance, in the sequence 5, 15, 45, 135, …, we have a = 5 and r = 3. The 10th term is u₁₀ = 5 × 3⁹ = 5 × 19683 = 98415. In IB exams, you are often asked to find a specific term or to determine the common ratio given two terms.

例如,在数列 5, 15, 45, 135, … 中,a = 5, r = 3。第10项为 u₁₀ = 5 × 3⁹ = 5 × 19683 = 98415。IB考试中,常会要求你寻找某一特定项,或根据已知的两项求公比。


3. The Finite Sum Formula | 有限项求和公式

The sum of the first n terms of a geometric sequence, denoted Sₙ, has a concise closed form. This formula is one of the most quoted in IB Paper 1 and Paper 2.

等比数列前 n 项和记为 Sₙ,具有简洁的封闭表达式(closed form)。这是IB卷一和卷二中最常考到的公式之一。

Sₙ = a(1 − rⁿ) / (1 − r) when r ≠ 1

An equivalent form is Sₙ = a(rⁿ − 1) / (r − 1). Both are acceptable, but you must be careful with signs when substituting negative values of r. The choice of which form to use often depends on whether r > 1 or r < 1 to keep the denominator positive and reduce sign errors.

等价形式为 Sₙ = a(rⁿ − 1) / (r − 1)。两种形式均可使用,但代入负值 r 时需格外注意符号。通常当 r > 1时选择 rⁿ − 1 形式,当 r < 1 时选择 1 − rⁿ 形式,以使分母为正,减少符号错误。

When r = 1, the formula is undefined because the denominator becomes zero. In that special case, all terms are equal to a, so Sₙ = n·a. IB examiners expect you to recognise this degenerate case.

当 r = 1 时,公式无定义,因为分母为零。在这种情况下,所有项都等于 a,因此 Sₙ = n·a。IB阅卷人希望你能够识别这种特殊情况。


4. Derivation by Term Shifting | 错位相减法推导

The derivation of the geometric series formula is a classic method known as “term shifting” or “Euler’s trick”. It appears frequently in IB exam questions that ask you to “show that”.

等比数列求和公式的推导是一种经典方法,称为”错位相减”或”欧拉技巧”。这类推导经常出现在IB考试题中的”证明”(show that)部分。

Step 1: Write the sum Sₙ = a + ar + ar² + … + arⁿ⁻¹.

第一步:写出和式 Sₙ = a + ar + ar² + … + arⁿ⁻¹。

Step 2: Multiply both sides by r: r·Sₙ = ar + ar² + ar³ + … + arⁿ.

第二步:两边同乘 r: r·Sₙ = ar + ar² + ar³ + … + arⁿ。

Step 3: Subtract the second equation from the first: Sₙ − r·Sₙ = a − arⁿ.

第三步:用第一个等式减去第二个等式: Sₙ − r·Sₙ = a − arⁿ。

Step 4: Factorise: Sₙ(1 − r) = a(1 − rⁿ), hence Sₙ = a(1 − rⁿ) / (1 − r), provided r ≠ 1.

第四步:因式分解: Sₙ(1 − r) = a(1 − rⁿ),因此 Sₙ = a(1 − rⁿ) / (1 − r),前提是 r ≠ 1。

This elegant cancellation of intermediate terms is the core reason why the geometric series has such a simple closed form, unlike arithmetic series which requires pairing the first and last terms.

这种中间项相互抵消的巧妙之处,正是等比数列能拥有如此简单封闭表达式的原因——这与等差数列需要首尾配对的思路截然不同。


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

When the number of terms tends to infinity, the behaviour of the series depends critically on the value of r. If |r| < 1, the term rⁿ approaches zero as n approaches infinity, which allows us to define the sum of an infinite geometric series.

当项数趋向无穷时,级数的行为完全取决于 r 的值。如果 |r| < 1,则随着 n 趋向无穷大,rⁿ趋于零,这使得我们可以定义无穷等比级数的和。

S∞ = a / (1 − r) for |r| < 1

If |r| > 1, the terms grow without bound and the infinite series diverges — it has no finite sum. If r = 1, the series diverges as well. If r = −1, the partial sums alternate between a and 0, oscillating without converging to a single limit.

如果 |r| > 1,各项无界增长,无穷级数发散——没有有限和。如果 r = 1,级数同样发散。如果 r = −1,部分和在 a 和 0 之间交替震荡,不趋于任何单一极限。

In IB, the condition |r| < 1 is often referred to as the "convergence condition". Many students lose marks by forgetting to state this condition before applying the infinite sum formula, so written responses should always include "since |r| < 1" explicitly.

在IB中,|r| < 1 被称为"收敛条件"。许多学生因为在使用无穷和公式前忘记说明这个条件而失分,因此书面作答时务必明确写出"因为 |r| < 1"。


6. Geometric Mean and Related Concepts | 等比中项及相关概念

In any geometric sequence, each term (except the first and last in a finite sequence) is the geometric mean of its two neighbouring terms. This means that uₖ² = uₖ₋₁ × uₖ₊₁, or equivalently uₖ = ±√(uₖ₋₁ × uₖ₊₁).

在任何等比数列中,每一项(有限数列的首项和末项除外)都是其相邻两项的等比中项。这意味着 uₖ² = uₖ₋₁ × uₖ₊₁,等价地 uₖ = ±√(uₖ₋₁ × uₖ₊₁)。

For example, given three consecutive terms of a geometric sequence, say x, 8, 16, we can find x by setting 8² = x × 16, giving x = 4. This type of problem is common in IB Paper 1 short questions.

例如,已知等比数列的三个连续项 x, 8, 16,可通过 8² = x × 16 求得 x = 4。这类问题在IB卷一简短题中很常见。

The geometric mean between two numbers a and b of the same sign is simply ±√(ab). This concept is useful in various financial and scientific models where multiplicative growth links successive data points.

两个同号数 a 和 b 的等比中项为 ±√(ab)。这一概念在金融和科学模型中非常有用,因为乘性增长联系着连续的数据点。


7. Real-World Applications | 实际应用

Geometric series are not merely abstract exercises — they underpin financial mathematics and natural phenomena studied in IB AI.

等比数列不仅仅是抽象的数学练习——它们是IB AI中金融数学和自然现象建模的基石。

Compound Interest: If a principal P is invested at an annual interest rate i compounded n times per year, the amount after t years is A = P(1 + i/n)ⁿᵗ. This is the general term of a geometric sequence with common ratio (1 + i/n).

复利:若本金 P 以年利率 i 每年复利 n 次,则 t 年后的金额为 A = P(1 + i/n)ⁿᵗ。这就是公比为 (1 + i/n) 的等比数列的通项。

Depreciation: An asset losing 20% of its value each year follows uₙ = P × 0.8ⁿ, a geometric sequence with r = 0.8. Summing these values gives the total revenue over time.

折旧:某资产每年贬值20%,其价值遵循 uₙ = P × 0.8ⁿ,这是一个 r = 0.8 的等比数列。对各项求和可得到一段时间内的总收益。

Bouncing Ball: A ball dropped from height h rebounds to r·h each time. The total distance travelled before coming to rest is the sum of an infinite geometric series: h + 2rh + 2r²h + … = h(1 + r) / (1 − r), a classic IB exam favourite.

弹跳球:一个从高度 h 下落的球每次反弹到 r·h 的高度。它在静止前经过的总距离是无穷等比级数之和: h + 2rh + 2r²h + … = h(1 + r) / (1 − r),这是IB考试中的经典题型。


8. Common IB Exam Questions | 常见IB考试题型

IB questions on geometric series typically fall into one of the following categories:

IB等比数列题目通常可分为以下几类:

  • Finding the sum of the first n terms given a, r and n. | 已知 a、r 和 n,求前 n 项和。
  • Finding the number of terms n when Sₙ is given, using logarithms. | 已知 Sₙ,利用对数求项数 n。
  • Determining the common ratio when the sum at different stages is known. | 已知不同阶段的求和值,求公比。
  • Mixed problems involving both arithmetic and geometric sequences. | 等差数列与等比数列混合的题型。
  • Modelling problems in financial contexts (IB AI). | 金融情境下的建模题(IB AI)。

For example: The sum of the first 5 terms of a geometric series is 242 and the common ratio is 3. Find the first term. Solution: S₅ = a(3⁵ − 1) / (3 − 1) = a(243 − 1)/2 = 121a, thus a = 242/121 = 2. Verify by listing: 2, 6, 18, 54, 162 sums to 242. ✓

例如:某等比数列前5项和为242,公比为3,求首项。解答: S₅ = a(3⁵ − 1) / (3 − 1) = a(243 − 1)/2 = 121a,所以 a = 242/121 = 2。验证: 2, 6, 18, 54, 162 和为242。✓

Another common type involves partial sums: If S₃ = 21 and S₆ = 189 for a geometric sequence with a positive ratio, find S₉. Since S₆ / S₃ = (1 − r⁶) / (1 − r³) = 1 + r³ = 9, we get r³ = 8, so r = 2. Then S₃ = a(2³ − 1) = 7a = 21 gives a = 3. Therefore S₉ = 3(2⁹ − 1) = 3(511) = 1533. This elegant ratio method saves time in exams.

另一种常见题涉及部分和:若某公比为正的等比数列 S₃ = 21, S₆ = 189,求 S₉。由于 S₆ / S₃ = (1 − r⁶) / (1 − r³) = 1 + r³ = 9,解得 r³ = 8,即 r = 2。再由 S₃ = a(2³ − 1) = 7a = 21 得 a = 3。因此 S₉ = 3(2⁹ − 1) = 3(511) = 1533。这种比值法在考试中十分节省时间。


9. Pitfalls and Common Mistakes | 易错点与常见错误

Students often lose marks in IB exams due to a small number of repeated mistakes. Being aware of these traps can be the difference between a 6 and a 7.

学生在IB考试中因少数反复出现的错误而失分。意识到这些陷阱,是区分6分与7分的关键。

  • Forgetting the condition r ≠ 1 before applying the formula. | 使用公式前忘记说明 r ≠ 1 的条件。
  • Confusing the common ratio r with the term number n. | 混淆公比 r 与项数 n。
  • Sign errors when r is negative, especially with even powers. | 当 r 为负数时出现符号错误,特别是偶数次幂。
  • Using the arithmetic series sum formula in a geometric problem. | 在等比数列问题中错误使用等差数列求和公式。
  • Oversimplifying: for example, writing (1 − rⁿ)/(1 − r) as n when r = 1. | 过度简化:例如当 r = 1时把 (1 − rⁿ)/(1 − r) 直接写成 n。

To avoid these mistakes, always write down the formula first, state the values of a, r and n, then substitute carefully. Check whether your final answer is reasonable by comparing with a rough estimate or by listing terms when n is small.

为避免上述错误,务必先写出公式,再明确写出 a、r、n 的值,最后仔细代入。通过粗略估算或在小 n 情况下列举各项,来检验最终答案的合理性。


10. Bridging to Sigma Notation and Recurrence Relations | 连接西格玛记号与递推关系

In Paper 2, the geometric series often appears in sigma notation: Σᵢ₌₁ⁿ a·rⁱ⁻¹. You must be able to translate between this compact form and the expanded sum, identifying the limits correctly.

在卷二(Paper 2)中,等比数列常以西格玛记号出现: Σᵢ₌₁ⁿ a·rⁱ⁻¹。你必须能够在此紧凑形式与展开式之间动态转换,正确识别上下限。

The recurrence definition uₙ₊₁ = r·uₙ with u₁ = a completely determines a geometric sequence. This is an important connection to the “sequences and series” syllabus point that links discrete mathematics with continuous exponential models.

递推定义 uₙ₊₁ = r·uₙ 且 u₁ = a 完全确定一个等比数列。这是连接离散数学与连续指数模型的重要纽带,也是考纲中”数列与级数”部分的核心知识点。

Additionally, every geometric sequence can be viewed as a discrete version of the exponential function. Indeed, if r = eᵏ, then uₙ = a·eᵏ⁽ⁿ⁻¹⁾, which connects naturally to the continuous growth models in the IB AI curriculum.

此外,每个等比数列都可视为指数函数的离散版本。事实上,若 r = eᵏ,则 uₙ = a·eᵏ⁽ⁿ⁻¹⁾,这自然地将离散数列与IB AI课程中的连续增长模型联系起来。


11. Summary of Formulas | 公式汇总

The table below summarises all the key formulas covered in this article. This is a handy reference for revision before your exams.

下表汇总了本文涉及的所有关键公式,是考前复习的得力工具。

Concept | 概念 Formula | 公式 Condition | 条件
General Term | 通项 uₙ = a·rⁿ⁻¹
Sum of n Terms | 前n项和 Sₙ = a(1 − rⁿ) / (1 − r) r ≠ 1
Infinite Sum | 无穷和 S∞ = a / (1 − r) |r| < 1
Geometric Mean | 等比中项 uₖ² = uₖ₋₁·uₖ₊₁

Memorising these formulas is essential, but understanding their derivations and conditions is what separates top-scoring students from the rest. Always write out the relevant formula before substituting numerical values — this habit earns method marks even if an arithmetic slip occurs.

熟记这些公式固然重要,但理解推导过程与适用条件才是高分学生脱颖而出之处。在代入数值前务必先写出相关公式——这种习惯即使出现计算失误,也能获得方法分。


In conclusion, mastering geometric series involves knowing the formulas, understanding their derivation, and practising their application across different contexts. With consistent practice and careful attention to conditions and common pitfalls, you can confidently tackle any geometric series question that appears on your IB exam.

总之,掌握等比数列的关键在于:熟知公式、理解推导过程、并在不同情境下反复练习应用。通过持之以恒的练习和对条件及常见陷阱的高度警觉,你定能从容应对IB考试中出现的任何等比数列题。

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