Repeating Patterns
Students encounter repeating patterns everywhere—from the alternating red and white stripes on the American flag to the 7-day weekly calendar cycle. Teaching pattern recognition builds logical thinking skills that transfer to advanced math concepts like modular arithmetic and periodic functions.
Why it matters
Repeating patterns form the foundation of mathematical thinking in algebra, geometry, and number theory. Students use pattern recognition when working with multiplication tables (the 2s pattern: 2, 4, 6, 8), understanding calendar systems (weekdays repeat every 7 days), and solving real-world scheduling problems. In architecture, patterns appear in tile designs where a 3-element motif repeats across 50 floor tiles. Musicians rely on repeating beats in 44 time signatures. Weather patterns help meteorologists predict seasonal changes using 365-day yearly cycles. These skills directly support Common Core algebraic thinking standards, where students analyze relationships and extend sequences. Pattern recognition also develops spatial reasoning used in geometry when students identify repeating tessellations or predict the 20th shape in a geometric sequence.
How to solve repeating patterns
Repeating Patterns
- Identify the repeating unit — the part that keeps coming back.
- Mark the start and end of one full cycle.
- Count the length of the cycle to find items at a given position.
- Use position divided by cycle length: the remainder tells you where in the cycle you are.
Example: A B C A B C ... The cycle is A B C (length 3). Position 10: 10 ÷ 3 = 3 remainder 1, so position 10 is A.
Worked examples
What comes next? Red, Blue, Red, Blue, ?
Answer: Red
- Identify the repeating unit → Red, Blue — The pattern alternates between Red and Blue.
- Determine what comes next → Red — After Blue, the next element is Red.
What comes next? Triangle, Circle, Square, Triangle, Circle, Square, Triangle, ?
Answer: Circle
- Identify the repeating unit → Triangle, Circle, Square — The pattern repeats every 3 elements: Triangle, Circle, Square.
- Find the next element → Circle — Position 8 in the pattern: (8) mod 3 tells us the next is Circle.
What comes next? 4, 6, 8, 4, 6, 8, 4, 6, ?
Answer: 8
- Look for a repeating group of numbers → 4, 6, 8 — The repeating unit is: 4, 6, 8. It repeats throughout the sequence.
- Determine the next number → 8 — After the partial unit [4, 6], the next number in the unit is 8.
Common mistakes
- Students count incorrectly when finding the nth element, writing position 8 in pattern ABC as B instead of using 8 ÷ 3 = 2 remainder 2, which gives C.
- Students identify only part of the repeating unit, seeing ABABC as AB repeating instead of recognizing the full 5-element cycle ABABC.
- Students confuse position counting with remainder results, stating that position 10 in pattern XYZ lands on element 1 instead of element 1 being X.