Read the lower limit FIRST — that’s your starting value of r. Step it up one at a time until you hit the upper limit, substituting each into the expression.
Evaluating a sigma sum
Two methods:
By hand — list out each term and add. Works for any short sum.
On the GDC — most calculators have a Σ function. Type the expression, the variable, the lower limit, and the upper limit. Useful for long sums or to check by hand.
GDC tip: on TI-Nspire / Casio Classpad, the Σ template is under the maths/template menu. Always check the lower limit on the GDC matches the lower limit in the question.
🧠Recipe — work with any sigma sum
Identify lower limit, upper limit, and expression.
Count the terms: number of terms = upper − lower + 1.
Substitute each value of the index into the expression.
Add all the resulting terms.
Use the GDC’s Σ to verify, especially for sums with 6+ terms.
Lower limit is 3, NOT 1 — start at k = 3k=3: 3² = 9k=4: 4² = 16k=5: 5² = 25k=6: 6² = 36Add9 + 16 + 25 + 36 = 86= 86always read the lower limit — starting at k=1 here would have given the wrong sum.
Spot the patterneach term = 5 × (its position)expression: 5nSet the limits6 terms → n goes from 1 to 6Σ(n=1 to 6) 5ncheck: 5(1)+5(2)+…+5(6) = 5+10+15+20+25+30 ✓
WE 4
Convert un formula to sigma and evaluate
A sequence has un = 3n − 2. Write u1 + u2 + … + u8 in sigma notation, then evaluate.
Write in sigma formΣ(n=1 to 8) (3n − 2)Substitute and addterms: 1, 4, 7, 10, 13, 16, 19, 22sum = 1+4+7+10+13+16+19+22Σ(n=1 to 8)(3n−2) = 92
WE 5
Long sum — use the GDC
Use your GDC to evaluate ∑20r=1 (r² + 1).
Enter on GDC’s Σ templateexpression: r² + 1variable: rlower: 1, upper: 20GDC returns= 289020 terms by hand would take ages — let the GDC do it.
WE 6
Real-world — savings using sigma
A savings plan adds $(3n − 1) to an account in week n. Use sigma notation to find the total saved over the first 10 weeks.
Set up sigmatotal = Σ(n=1 to 10) (3n − 1)Evaluate (GDC or by hand)terms: 2, 5, 8, 11, 14, 17, 20, 23, 26, 29sum = 155total = $155sigma is just shorthand — once you can set it up, the GDC does the adding.
💡 Top tips
Always read the lower limit — it’s not always 1.
Number of terms = upper − lower + 1 — use this to sanity-check.
The letter is arbitrary: r, k, n — all give the same sum if the limits and expression match.
Use the GDC’s Σ for any sum with more than ~6 terms — saves time and avoids arithmetic slips.
âš Common mistakes
Starting at the wrong index: ∑k=3 means start at k = 3, not k = 1.
Miscounting terms: ∑ from 7 to 14 has 8 terms, not 7. (14 − 7 + 1 = 8.)
Forgetting brackets in the expression: ∑(2r + 1) is different from ∑2r + 1 — the first sums (2r+1), the second sums 2r then adds 1 once.
Substituting the limit value once instead of every index: you have to substitute EACH value of r from lower to upper.
Up next: Arithmetic Sequences & Series — when terms go up (or down) by a fixed amount each time. Comes with two ready-made formulae so you don’t have to add term-by-term.
Need help with AI SL Sequences & Series?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.