AP Calculus BC glossary
Recursive Sequence
Also called: Recursive formula, Recurrence relation
A recursive sequence is given by one or more starting values together with a rule that produces each new term from the terms before it, instead of an explicit formula in n. Unless you can find a closed form, and arithmetic and geometric recursions always have one, you reach a distant term by iterating.
Recursive definitions are not an AP Calculus topic in their own right. Reading a recurrence off a list of opening terms belongs to AP Precalculus; on this exam recursion arrives through Euler's method, Topic 7.5, where each new value is built from the previous one. In Unit 10 the term-to-term view is the useful one, since a geometric series has and the ratio test looks straight at .
How many starting values you need is set by how far back the rule reaches. A first order rule takes one: with gives . Fibonacci reaches back two terms, , so it needs two seeds, .
Iterating is mechanical, and the counting is where marks go missing. Reaching from takes four applications of the rule, not five. Euler's method has the identical shape: each new value comes from the previous value plus the step size times the slope there.
The mistake
Substituting into a recursive rule as though the rule itself were closed. For with a closed form does exist, , and the tenth term is , since nine steps separate the first term from the tenth. Writing counts one step too many.
Appears in: Unit 10: Infinite Sequences and Series (BC)