📚 Sigma Notation in IB Mathematics: From Basics to Mastery | 求和符号:从基础到精通的IB数学指南
Sigma notation, represented by the capital Greek letter Σ, gives us an elegant and compact way to express the sum of a sequence of terms. In both IB Mathematics: Analysis and Approaches (AA) and Applications and Interpretation (AI), you will encounter sigma notation in topics such as sequences, series, calculus, probability, and proof. Mastering its notation, properties, and common formulas is essential for solving problems efficiently and for clear mathematical communication.
求和符号,用大写希腊字母 Σ 表示,为我们提供了一种优雅而紧凑的方式来表达一系列项的和。在 IB 数学:分析与方法 (AA) 以及应用与解释 (AI) 课程中,你会在数列、级数、微积分、概率和证明等主题中遇到求和符号。掌握它的记法、性质和常用公式对于高效解题和清晰的数学表达至关重要。
1. What Is Sigma Notation? | 什么是求和符号?
The Greek capital letter Σ (sigma) stands for “sum”. When we write ∑i=1n ai, we mean the sum of all terms ai where the index i runs through the integers from 1 to n. In other words, ∑i=1n ai = a1 + a2 + a3 + … + an. This notation avoids writing long lists of terms and makes patterns visible at a glance.
希腊大写字母 Σ(西格玛)代表“求和”。当我们写下 ∑i=1n ai 时,表示对所有项 ai 求和,其中索引 i 从 1 一直取到 n 的所有整数。换句话说,∑i=1n ai = a1 + a2 + a3 + … + an。这种记法避免了书写冗长的项列表,并让模式一目了然。
Sigma notation can describe finite sums as well as infinite series. For an infinite series, the upper limit is replaced by the infinity symbol ∞. For instance, ∑k=1∞ 1/k² represents the famous Basel problem sum. Within the IB syllabus, you will mostly work with finite sums, but the idea extends naturally.
求和符号既可以描述有限和,也可以描述无穷级数。对于无穷级数,上限用无穷符号 ∞ 代替。例如,∑k=1∞ 1/k² 表示著名的巴塞尔问题求和。在 IB 大纲中,你主要处理有限和,但这个理念可以自然延伸。
2. Anatomy of a Sigma Expression | 求和表达式的结构
A typical sigma expression has four parts: the sigma sign Σ, the index of summation (often i, k, r), the lower limit, the upper limit, and the general term. In ∑j=mn f(j), j is the index, m is the starting integer, n is the final integer, and f(j) is the general term depending on j. The index increases by 1 each time until the upper limit is reached.
一个典型的求和表达式由四个部分组成:西格玛符号 Σ、求和索引(常用 i, k, r)、下限、上限以及通项。在 ∑j=mn f(j) 中,j 是索引,m 是起始整数,n 是终止整数,f(j) 是依赖于 j 的通项。索引每次增加 1,直到达到上限。
The index variable is a “dummy variable” – its name does not affect the value of the sum. This means ∑i=15 i² and ∑k=15 k² are identical. It is crucial to understand that the index cannot appear outside the sigma scope unless defined separately.
索引变量是一个“哑变量”——它的名字不影响求和的值。这意味着 ∑i=15 i² 和 ∑k=15 k² 完全相同。必须明白索引不能单独出现在西格玛的作用域之外,除非另有定义。
The lower and upper limits must be integers, with the lower limit not exceeding the upper limit. If the lower limit equals the upper limit, the sum consists of exactly one term: ∑i=33 (2i+1) = 2·3+1 = 7. When the lower limit is greater than the upper limit, the sum is conventionally defined as 0 (empty sum).
下限和上限必须是整数,且下限不能大于上限。若下限等于上限,求和只包含一项:∑i=33 (2i+1) = 7。当下限大于上限时,通常约定该和为零(空和)。
3. Expanding a Summation | 展开求和式
Expanding a sigma expression means writing it explicitly as a series of added terms. This is often the first step to evaluate a sum when a closed formula is not immediately obvious. For example, expand ∑r=14 (r² − 2r): substitute r = 1, 2, 3, 4 to get (1−2) + (4−4) + (9−6) + (16−8) = (−1) + 0 + 3 + 8 = 10.
展开求和式意味着将它显式地写成一系列相加的项。当没有现成的闭公式时,这常常是求和计算的第一步。例如,展开 ∑r=14 (r² − 2r):代入 r = 1,2,3,4,得到 (1−2)+(4−4)+(9−6)+(16−8) = (−1)+0+3+8 = 10。
Expansion also helps in verifying whether a conjectured closed form is correct for small values of n. For instance, to check if ∑k=1n 2k−1 = n², expand a few terms: for n=3, sum = 1+3+5 = 9, which equals 3². This does not prove the formula, but it builds confidence.
展开还可以帮助验证一个猜想的闭公式在小的 n 值下是否正确。例如,要检查 ∑k=1n 2k−1 = n²,展开几项:当 n=3 时,和 = 1+3+5=9,等于 3²。这虽然不能证明公式,但能建立信心。
When the expression involves functions such as trigonometry or logarithms, expansion is usually necessary because there is no simple closed form. For example, ∑i=13 sin(iπ/2) must be evaluated term by term: sin(π/2)+sin(π)+sin(3π/2) = 1+0−1 = 0.
当表达式包含三角函数或对数等函数时,通常需要展开,因为没有简单的闭形公式。例如,∑i=13 sin(iπ/2) 必须逐项计算:sin(π/2)+sin(π)+sin(3π/2)=1+0−1=0。
4. Linearity Properties of Sigma | 求和的线性性质
Sigma notation obeys two powerful linearity rules. The first is the sum rule: the sigma of a sum of two sequences equals the sum of their individual sigmas. That is, ∑ (ai + bi) = ∑ ai + ∑ bi (with identical limits). The second is the constant multiple rule: any constant factor can be pulled out of the summation: ∑ c·ai = c·∑ ai.
求和符号遵循两条强大的线性规则。第一条是加法规则:两个序列之和的西格玛等于它们各自的西格玛之和,即 ∑ (ai + bi) = ∑ ai + ∑ bi(相同上下限)。第二条是常数倍规则:任何常数因子可以提到求和号外面:∑ c·ai = c·∑ ai。
These properties allow us to break complicated expressions into simpler parts. For instance, to evaluate ∑j=1n (4j² + 3j − 2), we write it as 4∑ j² + 3∑ j − 2∑ 1, where each sum runs from 1 to n. If we know the formulas for ∑1, ∑j and ∑j², we can combine them immediately.
这些性质使我们能把复杂表达式拆分成简单部分。例如,要计算 ∑j=1n (4j² + 3j − 2),我们把它写成 4∑ j² + 3∑ j − 2∑ 1,每个求和都从 1 到 n。如果我们知道 ∑1、∑j 和 ∑j² 的公式,就可以立刻合并结果。
Be careful: a constant term without the index must be interpreted as the same value repeated n times. For example, ∑i=15 7 = 7+7+7+7+7 = 5 × 7 = 35. In general, ∑i=1n c = c·n. This follows from the constant multiple rule with ai = 1.
注意:不含索引的常数项必须理解为同一个值重复 n 次。例如,∑i=15 7 = 7+7+7+7+7 = 5×7 = 35。一般地,∑i=1n c = c·n。这可以由常数倍规则在 ai=1 的情况下得出。
5. Fundamental Summation Formulas | 基本求和公式
Several elementary sums appear repeatedly in IB problems. You are expected to know or be able to quickly derive these closed forms. The most important ones are summarised in the table below.
有几个基本和式在 IB 题目中反复出现。你需要记住或能够快速推导出这些闭形公式。最重要的几个总结在下表中。
| Summation | Closed Form |
|---|---|
| ∑i=1n 1 | n |
| ∑i=1n i | n(n+1)/2 |
| ∑i=1n i² | n(n+1)(2n+1)/6 |
| ∑i=1n i³ | [n(n+1)/2]² |
The last formula reveals a beautiful pattern: the sum of the first n cubes equals the square of the sum of the first n integers. These formulas can be proved by induction, a key technique in IB AA. In exam situations, you can often use them without showing the derivation, unless specifically asked.
最后一个公式揭示了一个优美的模式:前 n 个立方数之和等于前 n 个整数之和的平方。这些公式可以用数学归纳法证明,这是 IB AA 中的关键技巧。在考试中,除非特别要求,你通常可以直接使用它们而不必展示推导过程。
For sums that do not start at 1, you can adjust the formula by using the difference of two sums. For instance, ∑i=5n i² = ∑i=1n i² − ∑i=14 i². This technique is extremely useful in modelling accumulative changes.
对于不是从 1 开始的求和,你可以通过两个和的差来调整公式。例如,∑i=5n i² = ∑i=1n i² − ∑i=14 i²。这个技巧在累积变化建模中非常有用。
6. Changing the Index of Summation | 变换求和索引
Sometimes a sum is easier to recognise or evaluate after a simple index shift. If we let j = i + k, the limits adjust accordingly. The general principle is: ∑i=ab f(i) = ∑j=a+kb+k f(j−k). For example, to change the starting index of ∑r=37 (r−2)² to start at 1, let t = r−2. Then r = t+2, and when r=3, t=1; when r=7, t=5. The sum becomes ∑t=15 t², which matches a standard formula.
有时经过简单的索引平移后,求和会更容易识别或计算。如果我们令 j = i + k,上下限也会相应调整。一般原则是:∑i=ab f(i) = ∑j=a+kb+k f(j−k)。例如,要将 ∑r=37 (r−2)² 的起始索引变为 1,设 t = r−2。那么 r = t+2,当 r=3 时 t=1,当 r=7 时 t=5。求和式变为 ∑t=15 t²,这就匹配了标准公式。
Index shifts are also invaluable when combining two sums with different limits into a single sigma. You must ensure the general term is rewritten correctly. Never forget to adjust both the term and the limits; a common mistake is to change the limits but leave the expression unchanged.
当要将两个上下限不同的求和合并为一个西格玛时,索引平移也非常重要。你必须确保通项被正确地重新书写。永远不要忘记同时调整项和上下限;常见错误是改了上下限却没有改变表达式。
Another useful trick is reversing the order of summation. For instance, ∑i=1n (n+1−i) is equivalent to ∑j=1n j, just written backwards. This helps in proving formulas like the sum of an arithmetic progression.
另一个有用的技巧是颠倒求和顺序。例如,∑i=1n (n+1−i) 等价于 ∑j=1n j,只不过是倒序书写。这有助于证明诸如等差数列求和公式等问题。
7. Summation of an Arithmetic Sequence | 等差数列的求和
An arithmetic sequence has a constant difference d between consecutive terms. Its general term is un = a + (n−1)d, where a is the first term. The sum of the first n terms can be expressed compactly using sigma notation as Sn = ∑k=1n [a + (k−1)d].
等差数列的相邻项之差为常数 d。其通项为 un = a + (n−1)d
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课程辅导,国外大学本科硕士研究生博士课程论文辅导