Sequences

Stage 8 of 23 Strand 4 of 8 12 lessons

12 illustrated lessons, each teaching the why before the how.

Revise Sequences with flashcards →

Jump to a lesson

Term-to-Term Rules

What gets you from each term to the next.

A sequence has a rule that gets you from each term to the next one

3, 7, 11, 15. The gaps are all the same size, so the rule is add 4.

2, 4, 8, 16, 32 does not add. Each term doubles, so the gaps stretch.

Now you

8, 17, 26, 35, … what comes next?

4, 9, 14, 19, … what comes next?

The nth Term

The gap is the times table it is built on.

The common difference is the times table the sequence is built on

3, 7, 11, 15. Every step adds the same 4 dots.

The 4 times table grows the same way, one dot ahead of ours each time.

So the rule is 4n − 1, and against position the terms lie on a line.

Now you

2, 8, 14, 20, … what is the nth term?

7, 16, 25, 34, … what is the nth term?

Sequences Worth Knowing

Squares, triangle numbers and Fibonacci.

Some sequences are worth recognizing on sight rather than working out

1, 4, 9, 16 are the square numbers, each one a square you can draw.

1, 3, 6, 10 are the triangle numbers: add 2, then 3, then 4.

Fibonacci adds the two before it: 1, 1, 2, 3, 5, 8, 13.

Now you

1, 1, 2, 3, 5, 8, 13, … what comes next?

1, 1, 2, 3, 5, 8, … what comes next?

Quadratic Sequences

When the gaps between the gaps are steady.

When the gaps themselves change by a fixed amount the rule involves n squared

3, 8, 15, 24 climbs faster and faster, so the plot bends.

The gaps go 5, 7, 9. Their gaps are a steady 2, which is the signal.

Half of the steady 2 is 1, so try . Take off and 2, 4, 6, 8 is what is left.

What is left climbs by a steady 2, so it is 2n — and the rule is n² + 2n.

Now you

2, 6, 12, 20, … the coefficient is…?

3, 8, 15, 24, … what comes next?

Geometric Sequences

Multiplying by the same amount each time.

A geometric sequence multiplies by the same amount every time instead of adding

3, 6, 12, 24 doubles each step. The curve gets steeper without limit.

Divide any term by the one before and you always get the same 2 — the common ratio.

Term n stands n − 1 doublings past the start, so the nth term is 3 × 2ⁿ⁻¹.

A multiplier under 1 shrinks instead, closing in on zero without arriving.

Now you

2, 6, 18, 54, … what comes next?

2, 4, 8, … — what is term 6?

Sigma Notation

The stretched S that says: add these up.

The stretched Greek S is an instruction to add the terms its expression describes

Σ n from 1 to 4 unpacks to 1 + 2 + 3 + 4 = 10.

The expression under it names each term: 2n at n = 1, 2, 3, 4 gives 2, 4, 6, 8.

The little numbers are the limits: start at n = 1, stop at 4. Four terms, no more.

Raise the top limit and the sum grows: to 5, the same Σ adds one more term, the 5.

Now you

Work out Σ 2n, from n = 1 to 4

Work out Σ 2n, from n = 1 to 5

The Sum of an Arithmetic Series

Fold the ends in; every pair matches.

Fold an arithmetic series end to end and every pair adds to the same first-plus-last

Fold the list in half: 1 with 10, 2 with 9, 3 with 8 — every pair makes the same 11.

Ten terms fold into five pairs, so the sum is 5 × 11 = 55. No slog required.

Any arithmetic series folds the same way: n/2 pairs, each worth first plus last.

Ten terms from 2 up to 29: five pairs, each worth 31, so the sum is 155.

Now you

Folding 1 + 2 + … + 10 works because…

2 + 4 + 6 + … + 20 has 10 terms. What is its sum?

The Sum of a Geometric Series

Double it, subtract it, watch it collapse.

Doubling a geometric series and subtracting it collapses the sum to two terms

Double the sum and subtract the original: the overlapping terms wipe each other out.

What survives is tiny: S = 16 − 1 = 15 — the next term, minus the first term.

In letters the same collapse gives the formula: S = a(rⁿ − 1)/(r − 1).

Check it by hand: 3 + 6 + 12 + 24 = 45, and the formula says 3 × 15 = 45. Agreed.

Now you

What is 1 + 3 + 9?

What is 4 + 12 + 36?

The Sum to Infinity

Endless terms, finite total.

A geometric series with a shrinking ratio settles on the finite value a over one minus r

The halving story again: 1/2 + 1/4 + 1/8 + … fills the bar toward 1, never past it.

The condition is a shrinking multiplier: r strictly between −1 and 1. At r = 2 the sum diverges.

In the finite sum, rⁿ withers to nothing as n grows — what is left is a/(1 − r).

8 + 4 + 2 + 1 + … settles on 8/(1 − 1/2) = 16 — twice the first term, forever filled.

Now you

First term 12, ratio 1/4. What is S∞?

A geometric series has a sum to infinity when…

Recurrence Relations

A rule and a place to stand.

A recurrence names the term-to-term rule in symbols, and it cannot start without a first term

The term-to-term rule "add 4", written properly: each new u is the one before plus 4.

The rule alone floats free: until u₁ is given, it names no sequence at all.

Fibonacci, from the sequences worth knowing, is a recurrence: add the two before.

Run it: from u₁ = 2, doubling and subtracting 1 walks out 2, 3, 5, 9.

Now you

The rule "each term is the one before plus 4" cannot start without…

u₁ = 2, and each term is the one before plus 5. What is u₃?

Proof by Induction: Summing 1 to n

Topple the first domino, then every next one.

Proof by induction: true for one case, and each case forcing the next, covers all

Knock one domino over, and make sure each one topples the next.

The claim: 1 + 2 + … + n = n(n + 1)/2. It holds at n = 1, so assume it at n.

Add (n + 1) to both sides and it tidies to (n + 1)(n + 2)/2 — the very next case.

True for 1 forces 2, which forces 3 — that chain is induction, and it never stops.

Now you

What is 1 + 2 + … + 12?

What is 1 + 2 + … + 18?

Proof by Induction: Divisibility

The jump from one case to the next is a multiple.

Induction proves a divisibility claim by showing each jump adds another multiple

The claim is about every n, and at n = 1 it is a number you can simply check.

Assume it at some k. The job is to force the very next case out of that assumption.

Subtract one case from the next. The constants cancel and the jump is 8 times a power.

So the next case is the assumed multiple of 4 plus another one, which is again a multiple.

Base case and step together carry the claim along the whole line, exactly as for a sum.

Now you

How does this differ from proving a summation formula?

For f(n) = 3²ⁿ + 11, what is f(k + 1) − f(k)?

Continue your journey in the app — save your progress