5. Using Recursive Rules with Sequences
Sign In
Is it possible to find the common ratio and the first term just by looking at the explicit rule?
a_1=- 1/2, a_n=1/4a_(n-1)
The explicit rule of a geometric sequence combines the information provided by the two equations of the recursive rule into a single equation.
Recursive:& a_n= r* a_(n-1); a_1= a_1
Explicit:& a_n= a_1 r^(n-1)