Let { a n } be a sequence such that a 1 = 1 0 , a 2 = 1 3 , and a n + 2 a n − 2 = 3 a n − 1 for n ≥ 3 . Find an explicit formula for the n th term of the sequence.
If the formula is of the form a n = A + B ( C n − D − D ) (notice that D appears twice), where A , B , C , and D are natural numbers, then type in the value of A + B + C + 2 D .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Subtracting a 1 from a 2 we get B C ( C − 1 ) = 3 C D . So C is not equal to 1 . Also B is not zero. Using the recurrance relation, we get C 2 − 3 C + 2 = 0 . Since C is not 1, therefore C = 2 . Hence D = 1 and B = 3 . From the value of a 1 we get A = 1 0 . Therefore A + B + C + 2 D = 1 7
We are told that a n + 2 + 2 a n = 3 a n + 1 , that expression can be rearranged as follows: a n + 2 + 2 a n = 3 a n + 1 → a n + 2 + 2 a n = a n + 1 + 2 a n + 1 → a n + 2 − a n + 1 = 2 a n + 1 − 2 a n → a n + 2 − a n + 1 = 2 ( a n + 1 − a n ) The last result, put simply, means that the difference between every two consecutive terms is twice as large as the difference between the smaller term and the one before it. So, if we were to put n = 1 , we would get a 3 − a 2 = 2 ( a 2 − a 1 ) . Since we're told a 1 = 1 0 & a 2 = 1 3 , that would lead us to a 3 − 1 3 = 2 ( 1 3 − 1 0 ) → a 3 = 1 9 . Continuing this rule, we could easily compute more terms in the series:
a 4 − a 3 = 2 ( a 3 − a 2 ) → a 4 − 1 9 = 1 2 − > a 4 = 3 1
a 5 − a 4 = 2 ⋅ 1 2 → a 5 − 3 1 = 2 4 → a 5 = 5 5
a 6 − a 5 = 2 ⋅ 2 4 → a 6 − 5 5 = 4 8 → a 6 = 1 0 3
It can go on and on, but there is a pattern here:
a 1 = 1 0
a 2 = 1 3 = 1 0 + 3
a 3 = 1 9 = 1 0 + 3 + 6
a 4 = 3 1 = 1 0 + 3 + 6 + 1 2
a 5 = 5 5 = 1 0 + 3 + 6 + 1 2 + 2 4
a 6 = 1 0 3 = 1 0 + 3 + 6 + 1 2 + 2 4 + 4 8
Every time we advance in the sequence, we essentially take the value of the previous term and add to it twice the difference of the two previous terms. The difference of the first two terms is 3, so we start with 10, and then for every following term add the first n − 1 terms of the geometric sequence which starts with 3 and has a ratio of 2. We can write it like that:
a n = 1 0 + ( 3 + 6 + 1 2 + . . . + 3 ⋅ 2 n − 1 )
*I'm aware that this is far from a proper proof. If someone wants to write an organized proof using mathematical induction it would be awesome.
We can express 3 + 6 + 1 2 + . . . + 3 ⋅ 2 n − 1 using the formula for the sum of a geometric progression. The first term is 3, the ratio is 2, and we want to calculate the sum of the first n − 1 terms, so: 3 + 6 + 1 2 + . . . + 3 ⋅ 2 n − 1 = 2 − 1 3 ( 2 n − 1 − 1 ) = 3 ( 2 n − 1 − 1 ) and therefore: a n = 1 0 + 3 ( 2 n − 1 − 1 )
A = 1 0 , B = 3 , C = 2 , D = 1 , : → A + B + C + 2 D = 1 7
Problem Loading...
Note Loading...
Set Loading...
Given the recurrent relation a n + 2 a n − 2 = 3 a n − 1 , we can rewrite it as:
a n − 3 a n − 1 + 2 a n − 2 r 2 − 3 r + 2 ( r − 1 ) ( r − 2 ) ⟹ a n c 1 + 2 c 2 c 1 + 4 c 2 ( 2 ) − ( 1 ) : c 2 ( 1 ) : c 1 ⟹ a n = 0 = 0 = 0 = c 1 ( 1 n ) + c 2 ( 2 n ) = a 1 = 1 0 . . . ( 1 ) = a 2 = 1 3 . . . ( 2 ) = 2 3 = 7 = 7 + 2 3 ⋅ 2 n = 1 0 + 3 ( 2 n − 1 − 1 ) Its characteristic polynomial is: where c 1 and c 2 are constants.
Therefore, A + B + C + 2 D = 1 0 + 3 + 2 + 2 ( 1 ) = 1 7 .