Pattern Rules
A pattern rule is the sentence that captures how a pattern works, and there are two ways to say it. The recursive rule tells you how to get from one term to the next -- 'start at 5 and add 5 each time' for 5, 10, 15, 20. This is how children naturally describe a pattern, and it is enough to extend a sequence by a few steps. The functional rule (or position rule) links the term directly to its position number, so you can jump to any term without listing the ones before it: for 3, 6, 9, 12 the rule is 'term = 3 x position', meaning the 10th term is 3 x 10 = 30 without writing out the first nine. Knowing both matters because CTET sometimes asks for a distant term -- the 20th or 50th -- where adding one step at a time is too slow. A growing pattern usually hides addition or multiplication; a shrinking one hides subtraction or division. Pedagogically this is the doorway to algebra: when a child says 'add 4 each time' they are already doing the work that a formula like T = 4n will later make precise, which is why teachers are encouraged to have children put rules into their own words before any symbols appear.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Key Concepts — Quick Reference
Number-pattern rules
| Add a constant | each term = previous + d (e.g. 4, 7, 10, 13 -> add 3) |
|---|---|
| Subtract a constant | each term = previous - d (e.g. 30, 25, 20, 15 -> subtract 5) |
| Multiply by a constant | each term = previous x r (e.g. 2, 6, 18, 54 -> times 3) |
| Skip counting | count in equal jumps: 5, 10, 15, 20 (5s) or 3, 6, 9, 12 (3s) |
Shape patterns and symmetry
| Pattern core (unit) | the smallest block that repeats: AB, ABC, AAB ... |
|---|---|
| Reflection symmetry | one half is the mirror image of the other (line of symmetry) |
| Rotational symmetry | the shape looks the same after a part-turn (windmill, square) |
| Translation symmetry | a motif slides along a line without turning or flipping (borders) |