Recursive vs. Explicit Rules
There are two ways to describe the same sequence. An explicit rule is a formula in terms of — plug in the term number and out comes the term, like . A recursive rule instead tells you where to start and how to step: .
Both rules generate the identical list of numbers. The skill is recognizing which kind you are looking at, converting between them, and knowing which one is faster for the question in front of you.
How to tell them apart
Look at what the rule depends on. If the formula uses — the term's position — it is explicit. If it uses — the previous term — it is recursive.
A complete recursive rule always has two parts: a starting value like , and a step like . Without the starting value, the step rule alone cannot pin down the sequence — you would know how to move but not where to begin.
Converting between the two
For an arithmetic sequence, both rules are built from the same two numbers: the first term and the common difference . The explicit rule is ; the recursive rule is .
So converting is just reading off and and rewriting. From , you read and , and the recursive version is .
Which rule is faster?
For a nearby term, either works — stepping three times is easy. For a far-away term like , the explicit rule wins: it jumps straight there in one substitution, while the recursive rule needs separate steps.
Recursive rules shine when the sequence is naturally described step by step — a balance that changes each month, a pattern that grows each stage. Explicit rules shine when you need any single term on demand.
Worked examples
Example 1: classify a rule
Is explicit or recursive?
Answer: Explicit
Example 2: use a recursive rule
A sequence is defined by and . Find .
Answer:
Example 3: write both rules
Write the explicit and recursive rules for
Answer: Explicit: ; recursive:
Try one yourself
Common questions
What does mean?
It is the term right before — the previous term. A rule like says: to get any term, take the one before it and add .
Why does a recursive rule need a first term?
The step rule only tells you how to move from one term to the next. Without a starting value there is nothing to step from, so the actual numbers stay unknown. A complete recursive rule always states .
Do geometric sequences have both kinds of rules too?
Yes. A geometric sequence with first term and ratio has explicit rule and recursive rule . Multiplying replaces adding.
Which rule should I use to find ?
The explicit rule. It jumps straight to any term in one substitution. The recursive rule would make you compute all terms before it.
Want the video version?
Allday Everyday Math has video lessons, practice, and an AI tutor for every topic, Pre-Algebra through Algebra 2.