📚 Sequences, Summation & Series Concepts | 数列求和与级数概念
In IB Mathematics, the distinction between a sequence, a summation, and a series is foundational yet often misunderstood. This article provides a comprehensive, exam-focused review of these concepts, covering notation, arithmetic and geometric progressions, sigma notation, and convergence of infinite series.
在IB数学课程中,数列、求和与级数之间的区别是基础却常被误解的概念。本文提供系统而紧扣考点的复习,涵盖记号、等差与等比数列、求和符号(西格玛记号)以及无穷级数的收敛性。
1. Sequences and Series: Definitions | 数列与级数的定义
A sequence is an ordered list of numbers generated by a rule. Each number in the sequence is called a term, typically denoted as \(u_n\) or \(a_n\), where \(n\) is the position index.
数列是按某种规则排成的一列有序数字。数列中的每个数字称为一项,通常记作 \(u_n\) 或 \(a_n\),其中 \(n\) 为项的位置序号。
A series is the sum of the terms of a sequence. Given a sequence \(u_1, u_2, u_3, \ldots\), the corresponding series is \(S_n = u_1 + u_2 + \cdots + u_n\), called the nth partial sum. If we sum infinitely many terms, we obtain an infinite series.
级数是指将数列中的各项相加所得的和。对于数列 \(u_1, u_2, u_3, \ldots\),对应的级数为 \(S_n = u_1 + u_2 + \cdots + u_n\),称为第 \(n\) 个部分和。若将无穷多项相加,则得到无穷级数。
2. Sigma Notation: Universal Summation Language | 求和符号:通用的求和语言
Sigma notation provides a compact way to express a sum. The general form is \(\sum_{k=m}^{n} u_k\), where: \(k\) is the index of summation, \(m\) is the lower limit, \(n\) is the upper limit, and \(u_k\) is the general term expressed as a function of \(k\).
求和符号(西格玛记号)提供了表达求和的简洁方式。其一般形式为 \(\sum_{k=m}^{n} u_k\),其中:\(k\) 为求和下标(变量),\(m\) 为下限,\(n\) 为上限,\(u_k\) 为关于 \(k\) 的通项表达式。
For example, \(\sum_{r=1}^{5} r^2 = 1^2 + 2^2 + 3^2 + 4^2 + 5^2 = 55\). The index \(r\) takes integer values from 1 to 5, and each value is substituted into the expression \(r^2\).
例如,\(\sum_{r=1}^{5} r^2 = 1^2 + 2^2 + 3^2 + 4^2 + 5^2 = 55\)。下标 \(r\) 依次取从 1 到 5 的整数值,并代入表达式 \(r^2\) 中进行计算。
Key properties of sigma notation: \(\sum_{k=1}^{n} c = nc\) (c is a constant); \(\sum_{k=1}^{n} (a_k \pm b_k) = \sum_{k=1}^{n} a_k \pm \sum_{k=1}^{n} b_k\); \(\sum_{k=1}^{n} c a_k = c \sum_{k=1}^{n} a_k\). These properties allow us to break complex sums into simpler parts.
求和符号的关键性质:\(\sum_{k=1}^{n} c = nc\)(\(c\) 为常数);\(\sum_{k=1}^{n} (a_k \pm b_k) = \sum_{k=1}^{n} a_k \pm \sum_{k=1}^{n} b_k\);\(\sum_{k=1}^{n} c a_k = c \sum_{k=1}^{n} a_k\)。这些性质使我们能将复杂的求和拆分为若干简单部分。
3. Arithmetic Sequences and Series | 等差数列与等差级数
An arithmetic sequence has a constant difference \(d\) between consecutive terms. The general term is given by \(u_n = u_1 + (n-1)d\), where \(u_1\) is the first term. For example, the sequence 2, 5, 8, 11, … has \(u_1 = 2\) and \(d = 3\), so the 10th term is \(u_{10} = 2 + 9(3) = 29\).
等差数列相邻两项之差为常数 \(d\),称为公差。通项公式为 \(u_n = u_1 + (n-1)d\),其中 \(u_1\) 为首项。例如数列 2, 5, 8, 11, … 中 \(u_1 = 2\)、\(d = 3\),因此第 10 项为 \(u_{10} = 2 + 9(3) = 29\)。
The sum of the first \(n\) terms of an arithmetic series can be expressed in two equivalent forms:
等差级数的前 \(n\) 项和可用两种等价形式表达:
Sₙ = n/2 [2u₁ + (n − 1)d] 或 Sₙ = n/2 (u₁ + uₙ)
The second form is especially convenient when the first and last terms are known. For instance, the sum of the first 50 positive integers 1 to 50 is \(S_{50} = 50/2 (1 + 50) = 25 × 51 = 1275\).
第二种形式在已知首项和末项时尤为方便。例如,前 50 个正整数 1 到 50 的和为 \(S_{50} = 50/2(1 + 50) = 25 × 51 = 1275\)。
4. Geometric Sequences and Series | 等比数列与等比级数
A geometric sequence has a constant common ratio \(r\) between consecutive terms. The general term is \(u_n = u_1 r^{n-1}\), where \(u_1\) is the first term and \(r\) is the ratio. For example, 3, 6, 12, 24, … has \(u_1 = 3\) and \(r = 2\).
等比数列相邻两项之比为常数 \(r\),称为公比。通项公式为 \(u_n = u_1 r^{n-1}\),其中 \(u_1\) 为首项,\(r\) 为公比。例如 3, 6, 12, 24, … 中 \(u_1 = 3\)、\(r = 2\)。
The sum of the first \(n\) terms of a geometric series is:
等比级数的前 \(n\) 项和为:
Sₙ = u₁(1 − rⁿ) / (1 − r) 或 Sₙ = u₁(rⁿ − 1) / (r − 1) (r ≠ 1)
When \(r = 1\), the series is simply \(S_n = n u_1\). For illustration, in the series 2 + 6 + 18 + 54, we have \(u_1 = 2\), \(r = 3\), \(n = 4\), so \(S_4 = 2(3^4 – 1)/(3 – 1) = 2(81 – 1)/2 = 80\).
当 \(r = 1\) 时,级数退化为 \(S_n = n u_1\)。例如在级数 2 + 6 + 18 + 54 中,\(u_1 = 2\)、\(r = 3\)、\(n = 4\),所以 \(S_4 = 2(3^4 − 1)/(3 − 1) = 2(81 − 1)/2 = 80\)。
5. Infinite Geometric Series and Convergence | 无穷等比级数与收敛性
An infinite geometric series converges (has a finite sum) if and only if \(|r| < 1\). In this case, the infinite sum is given by:
无穷等比级数收敛(具有有限和)的充要条件是公比满足 \(|r| < 1\)。此时无穷和为:
S∞ = u₁ / (1 − r) (|r| < 1)
If \(|r| \geq 1\), the series diverges, meaning its partial sums increase without bound or oscillate without settling. For example, \(1 + 1/2 + 1/4 + 1/8 + \cdots = 1/(1 – 1/2) = 2\), while \(1 + 2 + 4 + 8 + \cdots\) diverges to infinity.
若 \(|r| \geq 1\),则该级数发散,即其部分和无限增大或振荡而不趋于稳定值。例如 \(1 + 1/2 + 1/4 + 1/8 + \cdots = 1/(1 − 1/2) = 2\),而 \(1 + 2 + 4 + 8 + \cdots\) 发散至无穷大。
6. Divergence and Convergence Tests | 发散与收敛判别法
For general infinite series, IB Mathematics primarily requires understanding two fundamental tests:
对于一般的无穷级数,IB数学主要要求掌握两种基本的判别法:
The nth-term test (divergence test) states that if \(\lim_{n \to \infty} u_n \neq 0\), then the series \(\sum u_n\) diverges. However, if the limit equals zero, the series may still converge or diverge; this test alone is insufficient.
第 \(n\) 项检验法(发散判别法)指出:若 \(\lim_{n \to \infty} u_n \neq 0\),则级数 \(\sum u_n\) 必然发散。然而,若该极限等于 0,级数仍可能收敛也可能发散;仅凭此检验无法判定。
The comparison test compares a given series to a known convergent or divergent series. For instance, the harmonic series \(\sum_{n=1}^{\infty} 1/n\) diverges, even though its terms tend to zero, while the p-series \(\sum 1/n^2\) converges. This illustrates why the nth-term test cannot prove convergence.
比较判别法是将给定级数与一个已知收敛或发散的级数进行比较。例如,调和级数 \(\sum_{n=1}^{\infty} 1/n\) 虽然通项趋于 0 却发散,而 \(p\)-级数 \(\sum 1/n^2\) 收敛。这说明第 \(n\) 项检验法不能证明收敛性。
7. Special Series and Power Series | 特殊级数与幂级数
Beyond arithmetic and geometric series, several special series appear frequently in IB Higher Level content. The sum of the first \(n\) natural numbers, squares, and cubes have well-known closed forms that are useful in competition-style exam questions.
除等差与等比级数外,IB高级课程中还常出现若干特殊级数。前 \(n\) 个自然数、平方数和立方数之和均有已知的封闭表达式,适用于竞赛类考题。
Σk = n(n+1)/2, Σk² = n(n+1)(2n+1)/6, Σk³ = [n(n+1)/2]²
These identities allow rapid evaluation of complex sums. For example, \(\sum_{k=1}^{10} (k^2 + 3k) = \sum k^2 + 3\sum k = 385 + 3(55) = 550\).
这些恒等式允许我们快速计算复杂求和。例如,\(\sum_{k=1}^{10}(k^2 + 3k) = \sum k^2 + 3\sum k = 385 + 3 × 55 = 550\)。
A power series is an infinite series of the form \(\sum_{n=0}^{\infty} a_n x^n\). The set of \(x\)-values for which the series converges is called its interval of convergence. The ratio test is commonly used to determine this interval: the series converges if \(\lim_{n\to\infty} |a_{n+1}x^{n+1} / (a_n x^n)| < 1\).
幂级数是形如 \(\sum_{n=0}^{\infty} a_n x^n\) 的无穷级数。使级数收敛的所有 \(x\) 值集合称为其收敛区间。通常使用比值检验法确定收敛区间:当 \(\lim_{n\to\infty} |a_{n+1}x^{n+1}/(a_n x^n)| < 1\) 时级数收敛。
8. Maclaurin Series: Expanding Functions as Series | 麦克劳林级数:函数的级数展开
The Maclaurin series represents a function \(f(x)\) as an infinite polynomial about \(x = 0\):
麦克劳林级数将函数 \(f(x)\) 在 \(x = 0\) 处表示为无穷多项式:
f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + ⋯
Common Maclaurin series that appear on IB exams include: \(e^x = 1 + x + x^2/2! + x^3/3! + \cdots\); \(\sin x = x – x^3/3! + x^5/5! – \cdots\); \(\cos x = 1 – x^2/2! + x^4/4! – \cdots\); and \(\ln(1+x) = x – x^2/2 + x^3/3 – x^4/4 + \cdots\), valid for \(-1 < x \leq 1\).
IB考试中常见的麦克劳林级数包括:\(e^x = 1 + x + x^2/2! + x^3/3! + \cdots\);\(\sin x = x − x^3/3! + x^5/5! − \cdots\);\(\cos x = 1 − x^2/2! + x^4/4! − \cdots\);以及 \(\ln(1+x) = x − x^2/2 + x^3/3 − x^4/4 + \cdots\),其收敛区间为 \(-1 < x \leq 1\)。
These expansions are indispensable for evaluating limits, approximating values, and solving differential equations. For instance, using the series for \(e^x\), the limit \(\lim_{x\to 0} (e^x – 1)/x\) can be computed by substitution: \((1 + x + x^2/2 + \cdots – 1)/x = 1 + x/2 + \cdots\), which tends to 1.
这些展开式在求极限、近似计算和求解微分方程中不可或缺。例如,利用 \(e^x\) 的展开式,极限 \(\lim_{x\to 0}(e^x − 1)/x\) 可通过代入计算:\((1 + x + x^2/2 + \cdots − 1)/x = 1 + x/2 + \cdots\),其趋于 1。
9. Application: Compound Interest and Annuity | 应用:复利与年金
Geometric series appear naturally in financial mathematics. When interest is compounded at a fixed rate, the future value of an investment involves geometric growth. Suppose you invest \(P\) dollars at an annual interest rate \(r\), compounded annually for \(n\) years. The future value is \(A = P(1+r)^n\), a finite geometric sequence.
等比级数在金融数学中自然出现。当以固定利率复利计息时,投资终值涉及等比增长。假设你投资 \(P\) 美元,年利率为 \(r\),按年复利计算 \(n\) 年。终值为 \(A = P(1+r)^n\),这正是等比数列。
For an annuity — a series of equal payments — the accumulated value after \(n\) payments is a geometric series sum. This application demonstrates how series concepts are directly tested in IB Paper 2’s financial mathematics section.
对于年金——即一系列等额付款——\(n\) 次付款后的累计值是等比级数之和。该应用展示了级数概念如何直接出现在IB Paper 2的金融数学部分考题中。
10. Common Exam Mistakes and Tips | 考试常见错误与建议
IB examiners frequently report several recurring mistakes. First, students confuse the common ratio \(r\) with the common difference \(d\), especially when \(r\) happens to equal \(d\). Second, students forget to check \(|r| < 1\) before applying the infinite geometric sum formula. Third, sigma notation limits are often misinterpreted: \(\sum_{k=3}^{7}\) has 5 terms, not 7 - 3 = 4.
IB考官反复报告几类常见错误。第一,学生混淆公比 \(r\) 与公差 \(d\),特别是在两者数值恰好相等时。第二,学生在应用无穷等比求和公式前忘记验证 \(|r| < 1\)。第三,求和符号的上下限常被误解:\(\sum_{k=3}^{7}\) 包含 5 项,而不是 \(7 − 3 = 4\) 项。
Our revision advice: always write down the first few terms mentally when given sigma notation; verify the common ratio by dividing consecutive terms; and always label whether a sum is \(S_n\) or \(S_\infty\). These small steps prevent the majority of scoring losses.
我们的复习建议:看到求和记号时先在脑中列出前几项;通过相邻项相除来验证公比;并始终标明所求和是 \(S_n\) 还是 \(S_\infty\)。这几个小步骤能避免大部分失分。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导