6. Recursively Defined Sequences
Sign In
Make a table to organize the terms before finding the pattern.
a_1=1, a_n=2* a_(n-1)
Let's make a table that shows the number of bacterial cells over time.
From the table we see that there is a common ratio of 2, so it is a geometric sequence. Since r= 2, we can write the recursive equation for the number of bacterial cells over time. a_n= r* a_(n-1) ⇒ a_n= 2* a_(n-1) The recursive rule is the recursive equation together with the first term. Recursive Rule: a_1=1, a_n=2* a_(n-1)