Sign In
Pay close attention to how the consecutive terms are related.
Recursive Rule: a_1 = 10, a_2 = 9, a_n=a_(n-2) - a_(n-1) Next two terms: - 22, 37
ccccc a_1- a_2&=& 10 - 9 &=& 1 [1.2em] a_2- a_3&=& 9- 1 &=& 8 [1.2em] a_3- a_4&=& 1- 8&=& - 7 [1.2em] a_4-a_5&=& 8-(- 7)&=& 15 [2em] ... & & ... & & ...
|
a_(n-2)-a_(n-1) = a_n |
We can see above that the difference of the consecutive terms equals the next term. Therefore, to obtain the value of the term in the n^(th) position, we need to subtract two previous terms. With this information and knowing that the first term equals 10 and the second term equals 9, we can write the recursive formula. a_1 = 10, a_2 = 9 and a_n=a_(n-2) - a_(n-1) We will write the next 2 terms of a sequence now. ccccc ... & & ... & & ... [1.2em] a_5-a_6&=& - 7-15 &=& - 22 [1.2em] a_7- a_8&=& 15-( - 22) &=& 37