Describing Patterns with Rules

25 min
0/4 practice checks

Extending a pattern one step at a time is slow. A position-to-term rule lets you jump straight to any term using its position number nn (n=1n = 1 for the first term, 22 for the second, and so on).

For a pattern with a constant difference, the rule looks like

term=(difference)×n+(a fixed number).\text{term} = (\text{difference}) \times n + (\text{a fixed number}).

Worked example. For 4,7,10,13,4, 7, 10, 13, \ldots, set up a table of position nn against term. The difference is 33, so the rule starts with 3n3n. Since 3×1=33 \times 1 = 3 but the first term is 44, add 11: the rule is term=3n+1\text{term} = 3n + 1. Check n=4n = 4: 3(4)+1=133(4) + 1 = 13. ✓

Exam checkpoint

A pattern rule should tell someone else how to make any term, not only the next one. Use a recursive rule for ‘what do I add or multiply each time?’ and a direct rule for ‘what is term nn?’. Substitute a known term number to check that your rule really fits.

Short worked example. The sequence 4,7,10,13,4,7,10,13,\ldots has direct rule 3n+13n+1. For term 4: 3(4)+1=133(4)+1=13, which matches the table.

For the pattern 5,  8,  11,  14,  5,\; 8,\; 11,\; 14,\; \ldots (positions 1,2,3,41, 2, 3, 4), which is the correct rule?

A pattern has the rule term=4n1\text{term} = 4n - 1. What is the 10th term?

A pattern has the rule term=2n+5\text{term} = 2n + 5. Which position nn gives the term 2525?

Which rule describes the pattern 7,  12,  17,  22,  7,\; 12,\; 17,\; 22,\; \ldots (positions 1,2,3,41, 2, 3, 4)?