📚 PDF资源导航

IB Mathematics: Sequences and Series Key Concepts | IB 数学:数列与级数考点解析

📚 IB Mathematics: Sequences and Series Key Concepts | IB 数学:数列与级数考点解析

Sequences and series form a fundamental pillar of the IB Mathematics curriculum, appearing in both Analysis and Approaches (AA) and Applications and Interpretation (AI). This topic tests your ability to recognise patterns, derive formulas, and apply them to real-world contexts ranging from bank interest to population growth.

数列与级数是 IB 数学课程的核心支柱,在分析与方法(AA)和应用与解释(AI)两个方向中均有涉及。本专题考查学生识别规律、推导公式,并将其应用于从银行利息到人口增长等现实情境的能力。


1. Sequences vs. Series: Core Definitions | 数列与级数:核心定义

A sequence is an ordered list of numbers following a specific rule, such as 2, 4, 6, 8, … Each individual number is called a term, denoted as u₁, u₂, u₃, … The general term uₙ describes the nth term of the sequence.

数列是按照特定规律排列的有序数字列表,例如 2, 4, 6, 8, …。其中每个数字称为一项,记作 u₁, u₂, u₃, …。通项 uₙ 表示数列的第 n 项。

A series, by contrast, is the sum of the terms of a sequence. If we add the first n terms, we write Sₙ = u₁ + u₂ + … + uₙ. Distinguishing between “sequence” (a list) and “series” (a sum) is the first essential step — a common pitfall in IB exams.

相比之下,级数是指数列各项之和。若将前 n 项相加,记作 Sₙ = u₁ + u₂ + … + uₙ。区分”数列”(列表)与”级数”(求和)是第一步关键——这也是 IB 考试中常见的易错点。

Sequence: u₁, u₂, u₃, … (a list) | 数列:u₁, u₂, u₃, …(列表)
Series: Sₙ = u₁ + u₂ + … + uₙ (a sum) | 级数:Sₙ = u₁ + u₂ + … + uₙ(求和)


2. Arithmetic Sequences: The Common Difference | 等差数列:公差

An arithmetic sequence (AP) is one where the difference between consecutive terms is constant. This constant is called the common difference, denoted d. For example, 3, 7, 11, 15, … is arithmetic with d = 4.

等差数列是指相邻两项之差恒为常数的数列,该常数称为公差,记作 d。例如 3, 7, 11, 15, … 是公差 d = 4 的等差数列。

The nth term formula is the single most important tool for arithmetic sequences:

等差数列的通项公式是处理此类问题最重要的工具:

uₙ = u₁ + (n – 1)d

To find the number of terms in a finite arithmetic sequence, set the general term equal to the final value and solve for n. For instance, how many terms are in 5, 9, 13, …, 101? Using uₙ = u₁ + (n-1)d with d = 4:

要求有限等差数列的项数,令通项等于末项并解出 n。例如,数列 5, 9, 13, …, 101 有多少项?代入 u₁ = 5, d = 4:

101 = 5 + (n – 1) × 4 → n = 25


3. Geometric Sequences: The Common Ratio | 等比数列:公比

A geometric sequence (GP) is one where each term is obtained by multiplying the previous term by a fixed constant, called the common ratio, denoted r. For example, 2, 6, 18, 54, … is geometric with r = 3.

等比数列是指每一项通过将前一项乘以固定常数而得到的数列,该常数称为公比,记作 r。例如 2, 6, 18, 54, … 是公比 r = 3 的等比数列。

The general term for a geometric sequence is:

等比数列的通项公式为:

uₙ = u₁ × rⁿ⁻¹

Note the exponent n – 1, which IB students frequently forget. When r is negative, the terms alternate in sign: 3, -6, 12, -24, … has r = -2. This alternating behaviour is a classic exam trap.

注意指数为 n – 1,这是 IB 学生经常遗忘的细节。当 r 为负数时,数列的各项正负交替:3, -6, 12, -24, … 的公比为 r = -2。这种交替变化是经典的考试陷阱。

To determine r, divide any term by its preceding term: r = uₙ₊₁ / uₙ. Always verify that the ratio is truly constant across at least two consecutive pairs before classifying a sequence as geometric.

求公比时,将任意一项除以其前一项:r = uₙ₊₁ / uₙ。在判断数列为等比数列之前,务必验证至少两组相邻项之间的比值确实恒定。


4. Sigma Notation and Series | 求和符号与级数

IB Mathematics requires fluency with sigma notation. The expression Σ (capital Greek sigma) denotes summation. For example:

IB 数学要求熟练掌握求和符号(大写希腊字母 Σ)的用法。例如:

Σₙ₌₁⁵ (2n + 1) = 3 + 5 + 7 + 9 + 11 = 35

Here, the lower limit n = 1 and upper limit n = 5 tell us to substitute n = 1, 2, 3, 4, 5 into the expression 2n + 1 and sum the results. The variable n is called the indexing variable or summation index.

这里,下限 n = 1 与上限 n = 5 要求我们将 n = 1, 2, 3, 4, 5 分别代入表达式 2n + 1 并将结果相加。变量 n 称为求和变量或求和指标。

When converting from sequence to sigma notation, carefully identify the pattern. For the sequence 4, 8, 12, 16, identify u₁ = 4 and d = 4, so uₙ = 4n. The series up to the 10th term is:

将数列转化为求和符号时,需仔细识别规律。对于数列 4, 8, 12, 16,可知 u₁ = 4,d = 4,故 uₙ = 4n。前 10 项之和可表示为:

Σₙ₌₁¹⁰ 4n = 4(1 + 2 + … + 10) = 220


5. Arithmetic Series: Summation Formulas | 等差级数:求和公式

Two equivalent formulas exist for the sum of the first n terms of an arithmetic series. The first uses the first term and the common difference; the second uses the first and last terms:

等差级数前 n 项和有两个等价公式。第一个使用首项和公差;第二个使用首项和末项:

Sₙ = n/2 [2u₁ + (n – 1)d] = n/2 (u₁ + uₙ)

The second form is particularly elegant: the average of the first and last terms, multiplied by the number of terms. For example, the sum of the arithmetic series 1, 3, 5, …, 99 (50 terms) is:

第二种形式尤为巧妙:首项与末项的平均值乘以项数。例如,等差级数 1, 3, 5, …, 99(共 50 项)的和为:

S₅₀ = 50/2 × (1 + 99) = 25 × 100 = 2500

When solving IB problems, check whether you are given uₙ (the last term) or need to find it first. If only u₁, d, and n are provided, use the first formula directly.

在解答 IB 题目时,请确认题目直接给出末项 uₙ,还是需要先求出末项。若只给出 u₁、d 和 n,则直接使用第一个公式。


6. Geometric Series: Summation Formula | 等比级数:求和公式

The sum of the first n terms of a geometric series is given by:

等比级数前 n 项和的公式为:

Sₙ = u₁(1 – rⁿ) / (1 – r), where r ≠ 1

This is the standard form used in IB. An equivalent form Sₙ = u₁(rⁿ – 1)/(r – 1) also appears in the formula booklet; both give identical results. For example, the sum 2 + 6 + 18 + 54 + 162 (u₁ = 2, r = 3, n = 5):

这是 IB 中使用的标准形式。公式册中同样出现等价形式 Sₙ = u₁(rⁿ – 1)/(r – 1),两者计算结果一致。例如,求和 2 + 6 + 18 + 54 + 162(u₁ = 2, r = 3, n = 5):

S₅ = 2(1 – 3⁵)/(1 – 3) = 2(1 – 243)/(-2) = 242

When r = 1, the geometric series degenerates to adding the same number n times, so Sₙ = n × u₁. This special case is often overlooked but occasionally tested in Paper 1.

当 r = 1 时,等比级数退化为将同一个数相加 n 次,因此 Sₙ = n × u₁。这一特殊情况常被忽略,但在 Paper 1 中偶有考查。


7. Infinite Geometric Series: Convergence | 无穷等比级数:收敛性

An infinite geometric series converges to a finite value if and only if the absolute value of the common ratio is less than 1, i.e., |r| < 1. Under this condition, the sum to infinity is:

无穷等比级数收敛到有限值,当且仅当公比的绝对值小于 1,即 |r| < 1。在此条件下,无穷和的公式为:

S∞ = u₁ / (1 – r)

For example, the infinite series 1 + 1/2 + 1/4 + 1/8 + … has u₁ = 1 and r = 1/2, giving S∞ = 1/(1 – 1/2) = 2. Intuitively, as we add progressively smaller terms, the partial sums approach 2 but never exceed it.

例如,无穷级数 1 + 1/2 + 1/4 + 1/8 + … 中,u₁ = 1,r = 1/2,可得 S∞ = 1/(1 – 1/2) = 2。直观理解,随着不断加上越来越小的项,部分和趋近于 2 但永不超越。

If |r| ≥ 1, the series diverges — no finite sum exists. IB examiners frequently include a “distractor” option with r > 1; always verify the convergence condition before applying the S∞ formula.

若 |r| ≥ 1,级数发散——不存在有限和。IB 考官经常设置一个 r > 1 的干扰选项;在套用 S∞ 公式前,务必验证收敛条件。


8. Financial Applications: Compound Interest | 金融应用:复利计算

Compound interest provides a direct real-world application of geometric sequences. If a principal amount P is invested at an annual interest rate of r% compounded n times per year, the amount after t years is:

复利是等比数列最直接的实际应用之一。若本金 P 以年利率 r% 按每年 n 次复利计息,则 t 年后的总额为:

A = P(1 + r/100n)ⁿᵗ

Notice that successive balances form a geometric sequence with common ratio (1 + r/(100n)). For example, investing $1000 at 5% per annum compounded annually (n = 1) yields after 3 years:

注意,逐年的账户余额构成公比为 (1 + r/(100n)) 的等比数列。例如,将 1000 美元以年利率 5% 按年复利(n = 1)投资,3 年后的总额为:

A = 1000 × (1 + 5/100)³ = 1000 × 1.157625 = $1157.63

Compound interest problems in IB AI (Applications & Interpretation) often require calculating the interest rate, time period, or initial principal. Setting up the geometric sequence structure — rather than memorising formula variants — enables you to handle any variable that is unknown.

IB AI(应用与解释)中的复利问题通常需要求利率、时间或初始本金。与其死记硬背各种公式变体,不如建立等比数列的结构化思维——这样无论未知量是什么,你都能从容应对。


9. Amortisation and Annuity Problems | 分期付款与年金问题

Beyond simple compound interest, IB AI frequently tests amortisation (loan repayment) and annuity (regular savings) scenarios. These are modelled using geometric series in reverse: payments form a geometric series, and the total future or present value equals a series sum.

除了简单复利,IB AI 还常考分期付款与年金(定期储蓄)问题。这些情境以”逆向”几何级数建模:每期付款构成等比数列,未来总值或现值等于一个级数之和。

For an annuity where $A is deposited at the end of each year into an account earning r% per annum, the value after n years is:

若每年年末向年利率为 r% 的账户存入 A 美元,则 n 年后的账户价值为:

FV = A × [(1 + r/100)ⁿ – 1] / (r/100)

This formula is simply the sum of a geometric series where the last deposit accrues no interest. Understanding this connection is far more reliable than rote memorisation — you can reconstruct the formula if you forget it.

这个公式本质上是等比级数求和,其中最后一笔存款不计利息。理解这一联系远比死记硬背可靠——即使忘记公式,你也能自行推导。


10. Common Exam Pitfalls and How to Avoid Them | 常见考试陷阱与应对策略

Pitfall 1: Confusing n and n – 1. In a geometric sequence, the first term is u₁ = u₁ × r⁰, not r¹. Always double-check by substituting n = 1 into your general term.

陷阱一:混淆 n 与 n – 1。在等比数列中,首项为 u₁ = u₁ × r⁰,而非 r¹。始终将 n = 1 代入通项进行验证。

Pitfall 2: Forgetting the convergence condition. Applying S∞ = u₁/(1 – r) when |r| ≥ 1 yields a meaningless negative or absurd result. Always state the condition |r| < 1 in your working.

陷阱二:忘记收敛条件。当 |r| ≥ 1 时套用 S∞ = u₁/(1 – r) 会得到无意义的负数或荒谬结果。在解题过程中务必写出条件 |r| < 1。

Pitfall 3: Arithmetic errors in sigma expansion. When evaluating Σₙ₌₁ᵏ (an + b), expand carefully term by term. A structured table or grid method prevents sign errors with negative coefficients.

陷阱三:求和符号展开中的计算错误。当计算 Σₙ₌₁ᵏ (an + b) 时,要逐项仔细展开。使用结构化的表格或棋盘法可避免负系数导致的符号错误。

Pitfall 4: Misidentifying whether a problem concerns a sequence or a series. Question words like “sum”, “total”, and “accumulate” indicate a series; “term”, “next value”, and “list” indicate a sequence.

陷阱四:误判题目涉及数列还是级数。题干中出现 “sum”、”total”、”accumulate” 等词时指示级数;出现 “term”、”next value”、”list” 等词时指示数列。


11. Exam-Style Worked Example | 考试风格例题精讲

Problem: The second term of a geometric sequence is 12 and the fifth term is 96. Find the common ratio r, the first term u₁, and the sum of the first 8 terms, S₈.

题目:某等比数列的第二项为 12,第五项为 96。求公比 r、首项 u₁ 以及前 8 项之和 S₈。

Solution / 解:

Write both given terms using the general formula: u₂ = u₁r = 12 and u₅ = u₁r⁴ = 96. Dividing the second equation by the first eliminates u₁:

将两个已知项用通项公式表示:u₂ = u₁r = 12,u₅ = u₁r⁴ = 96。两式相除以消去 u₁:

u₅ / u₂ = (u₁r⁴)/(u₁r) = r³ = 96/12 = 8 → r = 2

Substituting r = 2 back into u₂ = u₁ × 2 = 12 gives u₁ = 6. Then apply the geometric series sum formula:

将 r = 2 代回 u₂ = u₁ × 2 = 12,得 u₁ = 6。再代入等比级数求和公式:

S₈ = 6(2⁸ – 1)/(2 – 1) = 6 × 255 = 1530


12. Revision Strategy and Key Takeaways | 复习策略与核心总结

Mastery of sequences and series in IB Mathematics comes from pattern recognition. Create a one-page summary sheet containing the six essential formulas: uₙ for AP and GP, Sₙ for AP and GP, S∞, and the convergence condition. Review this sheet before every practice session.

掌握 IB 数学中的数列与级数,关键在于模式识别。制作一张一页纸的公式总结表,列出六个核心公式:等差、等比的通项 uₙ 与求和 Sₙ、无穷和 S∞ 及其收敛条件。每次练习前先复习此表。

Practise translating word problems into sequence notation — this is the skill IB examiners most want to test. A question about seating in an auditorium or the depreciation of a car is almost always an AP or GP problem in disguise.

多加练习将文字应用题转化为数列符号——这正是 IB 考官最想考查的能力。一个关于剧院座位或汽车折旧的问题,本质上往往是等差数列或等比数列问题。

Finally, remember that uₙ describes a single term while Sₙ describes a cumulative sum. Internalise this distinction, verify your formulas by substituting small values of n, and you will approach both Paper 1 and Paper 2 with confidence.

最后请牢记,uₙ 表示某一项,而 Sₙ 表示累积和。内化这一区别,通过代入较小的 n 值验证公式,你就能自信地应对 Paper 1 和 Paper 2。

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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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