The Sigma Notation and Partial Sums
These QuickNotes give you the most important points to remember for the ESSLCE. They are based on the MoE Grade 12 Mathematics Textbook, Unit 1, Chapter 1.3.
~8 min read- A partial sum Sn is the sum of the first n terms of a sequence.
- Sigma notation, written with the symbol ∑, is a short way to write a long sum.
- The sum of an arithmetic sequence is Sn = (n ÷ 2)(A1 + An), and the sum of a geometric sequence is Sn = G1(1 − rn) ÷ (1 − r) when r is not 1.
Key Words
- Series: a series is the sum you get when you add the terms of a sequence.
- Partial sum (Sn): a partial sum is the sum of the first n terms of a sequence.
- Sigma notation: sigma notation uses the Greek letter ∑ to write a sum in a short, neat way.
- Index of summation: the index is the counter, often k, that moves up one step at a time.
- Lower and upper limits: the lower limit is where the counter starts and the upper limit is where it stops.
What This Chapter Is About
- This chapter teaches you how to add the terms of a sequence and how to write that sum in a short way.
- You also learn quick formulas for the sum of an arithmetic sequence and the sum of a geometric sequence.
Partial Sums
- A partial sum adds the terms of a sequence up to a chosen point, so S1 = a1 and S2 = a1 + a2.
- In general, Sn = a1 + a2 + a3 + … + an is the sum of the first n terms.
- The word “partial” reminds you that you have only added part of the sequence, not all of it.
Sigma Notation
- Sigma notation uses the symbol ∑ to mean “add up”, so it turns a long sum into a short one.
- You write the index counter and its lower limit below the symbol, and the upper limit above it.
- The rule on the right tells you what to add, and you put each value of the counter into that rule.
Sn = ∑k=1n ak = a1 + a2 + a3 + … + an
This means the counter k starts at the lower limit 1, goes up to the upper limit n, and you add the term ak at each step.
Worked example: write out ∑k=14 3k as a sum.
Put k = 1, 2, 3, 4 into 3k and add: 3 + 6 + 9 + 12 = 30.
Properties of Sigma Notation
- A constant factor can be moved out front, so ∑ c·ak = c·∑ ak.
- A sum or difference can be split into two sums, so ∑ (ak + bk) = ∑ ak + ∑ bk.
- Adding the constant 1 a total of n times gives n, so ∑k=1n 1 = n, and ∑k=1n c = nc.
Sum of an Arithmetic Sequence
- The mathematician Carl Friedrich Gauss found a fast way to add 1 + 2 + 3 + … + 100 while still a young pupil.
- He wrote the sum forward, then wrote it backward underneath, and saw that every column adds to the same total.
- Because there are n columns and each pair adds to A1 + An, twice the sum is n(A1 + An), so you halve it to get the sum.
Figure 1.3: Gauss wrote 1 + 2 + 3 + 4 + 5 forward and backward, so each column adds to 6. Five columns give 30, and half of that is the sum 15.
- The sum of the first n natural numbers is Sn = (n ÷ 2)(n + 1), which is the same idea with A1 = 1 and An = n.
Sn = (n ÷ 2)[2A1 + (n − 1)d] = (n ÷ 2)(A1 + An)
Use the first form when you know the first term and the common difference, and use the second form when you know the first and last terms.
Worked example: add the first 35 terms of An = 5n.
Here A1 = 5 and A35 = 5(35) = 175. So S35 = (35 ÷ 2)(5 + 175) = (35 ÷ 2)(180) = 35 × 90 = 3150.
Sum of a Geometric Sequence
- To add a geometric sequence, you use a formula that depends on the common ratio r.
- When r is not 1, the sum of the first n terms is Sn = G1(1 − rn) ÷ (1 − r).
- When r is exactly 1, every term equals G1, so the sum is simply Sn = nG1.
Sn = G1(1 − rn) ÷ (1 − r), for r ≠ 1
This means you subtract rn from 1, multiply by the first term, then divide by (1 − r). If r = 1, use Sn = nG1 instead.
Note on the textbook: The printed Theorem 1.4 shows the r = 1 case as nG1 ÷ (r − 1), but that would divide by zero. The correct value when r = 1 is Sn = nG1, which the unit Summary also gives.
Worked example: add the first 5 terms of 2, 4, 8, 16, 32.
Here G1 = 2 and r = 2, so S5 = 2(1 − 25) ÷ (1 − 2) = 2(1 − 32) ÷ (−1) = 2(−31) ÷ (−1) = 62.
Quick Comparison Table
| Sum of | Formula to use | When it helps |
|---|---|---|
| Arithmetic sequence | Sn = (n ÷ 2)[2A1 + (n − 1)d] | You know A1 and d |
| Arithmetic sequence | Sn = (n ÷ 2)(A1 + An) | You know the first and last terms |
| Geometric sequence (r ≠ 1) | Sn = G1(1 − rn) ÷ (1 − r) | The ratio r is not 1 |
| Geometric sequence (r = 1) | Sn = nG1 | Every term is the same |
Common Mistakes to Avoid
- Do not forget the r = 1 case for a geometric sum, because then you simply use nG1.
- Do not miscount the number of terms n, since one extra or missing term changes the whole sum.
- Do not mix up the index limits, because the lower limit is where the counter starts and the upper limit is where it stops.
- Do not raise r to the wrong power, because the geometric sum uses rn, not rn−1.
Easy Ways to Remember
- For an arithmetic sum, picture the Gauss trick: average the first and last terms, then multiply by how many terms there are.
- The big sigma symbol ∑ just shouts “add everything from the bottom number up to the top number”.
- For a geometric sum, remember “one minus r to the n, over one minus r”, and switch to nG1 only when r is 1.
Quiz
Tap an answer to check it.
1. What does ∑k=13 2k equal?
Put k = 1, 2, 3 into 2k and add: 2 + 4 + 6 = 12.
2. What is the partial sum S3 of the sequence 4, 7, 10, 13, …?
S3 adds the first three terms: 4 + 7 + 10 = 21.
3. Find the sum of the first 50 natural numbers.
Use Sn = (n ÷ 2)(n + 1) = (50 ÷ 2)(51) = 25 × 51 = 1275.
4. An arithmetic sequence has A1 = 4 and d = 5. What is the sum of the first 10 terms?
S10 = (10 ÷ 2)[2(4) + (10 − 1)(5)] = 5[8 + 45] = 5(53) = 265.
5. A geometric sequence has G1 = 3 and r = 2. What is the sum of the first 4 terms?
S4 = 3(1 − 24) ÷ (1 − 2) = 3(1 − 16) ÷ (−1) = 3(−15) ÷ (−1) = 45.
Remember: A partial sum Sn adds the first n terms, and sigma notation ∑ writes that sum in short. For an arithmetic sequence use Sn = (n ÷ 2)(A1 + An), and for a geometric sequence use Sn = G1(1 − rn) ÷ (1 − r) when r ≠ 1, or nG1 when r = 1.