Recursive sequences describe patterns by giving a starting value and a rule for finding each next term. Students need this cheat sheet to recognize patterns, write recursive rules, and connect recursion to tables and formulas. It is especially useful for arithmetic and geometric sequences, where the same type of change repeats from one term to the next.
The core idea is that a recursive rule depends on earlier terms, such as or . An initial condition, usually , tells where the sequence begins. Arithmetic sequences add a constant difference, while geometric sequences multiply by a constant ratio.
Many problems ask students to move between recursive rules, explicit formulas, tables, and written pattern descriptions.
Key Facts
- A recursive definition needs an initial value and a rule, such as and for .
- In an arithmetic sequence, each term is found by adding a constant difference: .
- The explicit formula for an arithmetic sequence is .
- In a geometric sequence, each term is found by multiplying by a constant ratio: .
- The explicit formula for a geometric sequence is .
- The common difference is found by subtracting consecutive terms: .
- The common ratio is found by dividing consecutive nonzero terms: .
- A recursive rule is best for building terms step by step, while an explicit formula is best for finding a term like directly.
Vocabulary
- Sequence
- A sequence is an ordered list of numbers that usually follows a pattern or rule.
- Term
- A term is one number in a sequence, often written as for the term in position .
- Recursive Rule
- A recursive rule defines each new term using one or more previous terms.
- Initial Condition
- An initial condition is the starting value of a recursive sequence, such as .
- Common Difference
- The common difference is the constant amount added to get from one term to the next in an arithmetic sequence.
- Common Ratio
- The common ratio is the constant factor multiplied to get from one term to the next in a geometric sequence.
Common Mistakes to Avoid
- Forgetting the initial value makes the recursive definition incomplete because the rule does not say where to start.
- Using instead of in an explicit formula is wrong when the first term is , because the first term has zero repeated changes.
- Calling a sequence arithmetic just because it increases is wrong because arithmetic sequences must have a constant difference .
- Calling a sequence geometric without checking ratios is wrong because geometric sequences must have a constant ratio .
- Trying to find recursively when an explicit formula is available is inefficient because recursion requires calculating every earlier term first.
Practice Questions
- 1 Given and , find , , , and .
- 2 Write a recursive rule and an explicit formula for the arithmetic sequence .
- 3 For the geometric sequence , find and write the recursive rule.
- 4 A pattern is described by and . Explain why this is recursive and why it is not a simple geometric sequence.