Recursive formula is a formula that is used to determine the next term of a sequence using one or more of the preceding terms.
The recursive formula for the sequence 5, 20, 80, 320, ... is an = 4an-1.
A. an = a(n-1) / 7 where a1 = 39
B. aan = a(n-1) - 7, where a1 = 39
C. aan =7a(n-1) - 7, where a1 = 39
D. aan = a(n-1) + 7, where a1 = 39
Correct Answer: D
Step 1: a 1 = 39 [First term = 39.]
Step 2: a 2 = a 1 + 7 = 39 +7 = 46 [Each term is 7 more than the term before it.]
Step 3: a 3 = a 2 + 7 = 46 + 7 = 53
Step 4: an = a(n-1) + 7 [This is a recursive formula.]
Step 5: The recursive formula for the sequence is an = a(n-1) + 7, where a 1 = 39.
Q1: What is the next term in the sequence defined by a_n = 2a_{n-1}, where a_1 = 3?
Q2: Which of the following is a recursive formula for the sequence 1, 3, 5, 7, ...?
Q: What is the difference between a recursive and explicit formula?
A: A recursive formula defines a term based on previous terms, while an explicit formula defines a term directly in terms of its position in the sequence (n).
Q: How do I find a recursive formula?
A: Look for a pattern relating each term to the one(s) before it. Express this relationship as a formula.