Recursive and Direct Pattern Rules

35 min
0/4 practice checks

Recursive and Direct Pattern Rules

A recursive rule explains how to get from one term to the next; a direct rule calculates any term from its position. Both are useful. Build a table with term number nn and term value, then test a direct rule using more than one row. For linear patterns, the common difference becomes the multiplier of nn.

Worked example

For 6,10,14,18,6,10,14,18,\ldots, the recursive rule is ‘add 4’. A direct rule is 4n+24n+2: when n=1n=1, it gives 6; when n=4n=4, it gives 18.

Exam method

  1. Find the repeated change. 2. Write a recursive rule. 3. Test a direct rule with the first and another term.

The pattern is 2,7,12,17,2,7,12,17,\ldots. What is term 6?

Which direct rule fits 3,6,9,12,3,6,9,12,\ldots?

Write the recursive instruction for 20,17,14,11,20,17,14,11,\ldots.

Using 5n15n-1, calculate term n=8n=8.