IB Maths AI SL Topic 1 — Sequences & Series Paper 1 & 2 GDC-friendly ~5 min read

Sigma Notation

Sigma notation (the Σ symbol) is a compact way to write a sum. Three pieces tell you everything: where to start, where to stop, and what to add.

📘 What you need to know

Anatomy of sigma notation

Standard form ∑n = upperr = lower f(r)   =   f(lower) + f(lower+1) + … + f(upper)
The three parts of Σ 4 ∑ r = 1 ( 2 r + 1 ) UPPER LIMIT stop when r = 4 LOWER LIMIT start with r = 1 EXPRESSION substitute r and add EXPAND — substitute r = 1, 2, 3, 4 = (2·1 + 1) + (2·2 + 1) + (2·3 + 1) + (2·4 + 1) = 3 + 5 + 7 + 9 = 24
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:

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

  1. Identify lower limit, upper limit, and expression.
  2. Count the terms: number of terms = upper − lower + 1.
  3. Substitute each value of the index into the expression.
  4. Add all the resulting terms.
  5. Use the GDC’s Σ to verify, especially for sums with 6+ terms.

Worked examples

WE 1

Evaluate a basic sigma sum

Evaluate ∑4r=1 (2r + 1).

Substitute r = 1, 2, 3, 4 into (2r + 1) r=1: 2(1)+1 = 3 r=2: 2(2)+1 = 5 r=3: 2(3)+1 = 7 r=4: 2(4)+1 = 9 Add 3 + 5 + 7 + 9 = 24 = 24
WE 2

Non-1 lower limit

Evaluate ∑6k=3 k².

Lower limit is 3, NOT 1 — start at k = 3 k=3: 3² = 9 k=4: 4² = 16 k=5: 5² = 25 k=6: 6² = 36 Add 9 + 16 + 25 + 36 = 86 = 86 always read the lower limit — starting at k=1 here would have given the wrong sum.
WE 3

Write a sum in sigma form

Write 5 + 10 + 15 + 20 + 25 + 30 using sigma notation.

Spot the pattern each term = 5 × (its position) expression: 5n Set the limits 6 terms → n goes from 1 to 6 Σ(n=1 to 6) 5n check: 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 add terms: 1, 4, 7, 10, 13, 16, 19, 22 sum = 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 Σ template expression: r² + 1 variable: r lower: 1, upper: 20 GDC returns = 2890 20 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 sigma total = Σ(n=1 to 10) (3n − 1) Evaluate (GDC or by hand) terms: 2, 5, 8, 11, 14, 17, 20, 23, 26, 29 sum = 155 total = $155 sigma is just shorthand — once you can set it up, the GDC does the adding.

💡 Top tips

âš  Common mistakes

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.

Book Free Session →