Pure · Sequences & series
1 / 8
Sigma notation and recurrence relations
Reading and evaluating sums written with Σ, and generating sequences from a recurrence relation — including spotting periodic behaviour.
Pure · Sequences & series
Sigma notation and recurrence relations
Reading and evaluating sums written with Σ, and generating sequences from a recurrence relation — including spotting periodic behaviour.
Why it works
Sigma notation is shorthand for "add these up". means substitute into and total the results. Two facts make these quick:- A constant summed is counted: (it appears
- Sums split: .
Recurrence relations define each term from the previous one(s), e.g. with . You generate the sequence step by step: , , and so on. Here just means "the term after ".
Some recurrences settle into a repeating cycle — a periodic sequence. If with , then , , — it repeats every terms (period ), which lets you sum many terms by pairing them.