Sign In
Pay close attention to how the consecutive terms are related.
a_1=2 and a_n=-2a_(n-1)
We want to write a recursive formula for the given sequence.
2, -4, 8, -16, ...
|
a_n/a_(n-1) = -2 |
We can see above that the quotient between the consecutive terms equals -2. Therefore, to obtain the value of the term in the n^(th) position, we need to multiply the previous term by -2. With this information and knowing that the first term equals 2, we can write the recursive formula. a_1=2 and a_n=-2a_(n-1)