C2.7 Sequences

Syllabus
0580–2028–2029
Topic
C2.7
Level
Core

Learning objectives

Continue sequences from their changing pattern

To continue a sequence, identify the operation that connects consecutive terms and check that it works across every given step before applying it again.

Given terms Changes Continuation
7,13,19,257,13,19,25 add 6 each time 3131
3,9,27,813,9,27,81 multiply by 3 each time 243243
27,26,23,18,1127,26,23,18,11 subtract 1,3,5,71,3,5,7 subtract 9, then 11: 2,92,-9
18,21,26,33,4218,21,26,33,42 add 3,5,7,93,5,7,9 add 11: 5353

Write the first differences beneath the terms. If they are constant, repeat that difference. If they form a simple sequence themselves, continue the difference pattern first and then use the new difference on the last term.

Differences are not always the controlling pattern. For 18,20,24,32,4818,20,24,32,48, the added amounts double: +2,+4,+8,+16+2,+4,+8,+16, so add 32 next to obtain 80.

Use at least three transitions to test a proposed rule. A rule that fits only the final pair may not explain the whole sequence; after predicting a term, verify that its change continues the same pattern.

Continue only the stated or strongly supported pattern. A short finite list can fit many invented rules, so prefer the simplest consistent rule signalled by all given terms; finding a general nth term is handled in the later card.

Recognise term-to-term rules and linked sequence patterns

A term-to-term rule tells how to obtain the next term from the current one. A pattern table may contain several linked sequences, so compare both changes within each row and relationships between rows.

Evidence Likely rule to test
constant first differences add or subtract a fixed amount
constant ratio multiply or divide by a fixed amount
differences follow a pattern continue the difference sequence
two rows change together test a sum, difference, multiple or square relationship

For 30,26,22,1830,26,22,18, each term is 4 less than the previous one, so the term-to-term rule is 'subtract 4'. State the operation and amount, not merely the next term.

A rule can be reversed. If 'multiply by 3, then subtract 1' produces the fourth term 68, undo subtraction first and multiplication second: (68+1)/3=23(68+1)/3=23, so the third term is 23.

In a pattern table, track each row separately before comparing rows. If small-square counts are 2,4,6,82,4,6,8 while dot counts are 6,9,12,156,9,12,15, their term-to-term rules are add 2 and add 3; the rows share the same diagram number but not the same change.

A term-to-term rule uses the preceding term; an nth-term rule uses the position number directly. Do not call 'add 6' the nth term, and do not assume two linked rows must have identical differences.

Find and use linear, quadratic and cubic nth terms

An nth-term formula gives a term directly from its position nn. Constant first, second or third differences reveal whether a sequence is linear, quadratic or cubic.

Sequence type Constant layer Leading coefficient Starting model
linear first difference dd dd dn+bdn+b
quadratic second difference D2D_2 a=D2/2a=D_2/2 an2+bn+can^2+bn+c
cubic third difference D3D_3 a=D3/6a=D_3/6 an3+bn2+cn+dan^3+bn^2+cn+d

For 12,19,26,33,4012,19,26,33,40, the first difference is 7. Start with 7n7n; its first term is 7, which is 5 too small, so the nth term is 7n+57n+5.

For 2,5,10,172,5,10,17, first differences are 3,5,73,5,7 and the second difference is 2, so the leading term is n2n^2. Since n2n^2 gives 1,4,9,161,4,9,16, add 1 to every term: the nth term is n2+1n^2+1.

For 3,17,55,129,2513,17,55,129,251, the constant third difference is 12, so the leading term is (12/6)n3=2n3(12/6)n^3=2n^3. Comparing with 2,16,54,128,2502,16,54,128,250 shows a constant remainder 1, giving 2n3+12n^3+1.

To generate terms, substitute n=1,2,3,n=1,2,3,\ldots. To find a position, set the formula equal to the target and solve for a positive integer nn. For 7n+5=407n+5=40, n=5n=5, so 40 is the fifth term.

Differences diagnose the degree; do not use the linear shortcut when first differences change. Sequence positions begin at n=1n=1 unless stated otherwise, and a non-integer or non-positive solution for nn is not a valid term position.