6. Recursively Defined Sequences
Sign In
Can we find the common ratio and the first term just by looking at the explicit formula?
a_n = -2(9)^(n-1)
The explicit formula of a geometric sequence combines the information provided by the two equations of the recursive form into a single equation.
Recursive: a_1&= a_1; a_n= r* a_(n-1)
Explicit: a_n&= a_1 * r^(n-1)