Read, extend, and write explicit rules for arithmetic and geometric sequences.
A sequence is a list with addresses: term 1, term 2, term 3โฆ Arithmetic sequences ADD the same difference each step (5, 8, 11, 14 โ difference 3). Geometric sequences MULTIPLY by the same ratio (5, 10, 20, 40 โ ratio 2). Same split as last week: adding vs multiplying.
The explicit rule jumps straight to any address without walking there. Arithmetic: aโ = aโ + (n โ 1)d โ start, plus nโ1 hops of size d. Geometric: aโ = aโ ยท rโฟโปยน. Want term 50? No listing โ just substitute n = 50.
Mastery looks like: They classify a sequence, write its explicit rule, and jump to a far term without listing.
Common stumbles: Using n instead of n โ 1; assuming any increasing sequence is arithmetic without checking the move.