Let be a sequence of real numbers such that and for where is a real number. Given that find the sum of all possible values of to three decimal places.
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.
We will prove the following proposition first:
Proposition : Given a sequence of real numbers { a n } that obeys the recursive formula a n = c 1 a n − 1 + c 2 a n − 2 with initial conditions a 0 = 0 , a 1 = 1 , we have
a w a x − a y a z = ( − c 2 ) r ( a w − r a x − r − a y − r a z − r ) ,
where w , x , y , z , r are positive integers such that w + x = y + z .
Proof : Consider the matrix
M = ( c 1 1 c 2 0 ) .
It can be shown through induction that
M k = ( a k + 1 a k c 2 a k c 2 a k − 1 ) ,
for all positive integers k . Since w + x = y + z , we can write M w M x = M y M z , which can be expanded into
( a w + 1 a w c 2 a w c 2 a w − 1 ) ( a x + 1 a x c 2 a x c 2 a x − 1 ) ( a w + 1 a x + 1 + c 2 a w a x ⋯ ⋯ ⋯ ) a w + 1 a x + 1 + c 2 a w a x a w + 1 a x + 1 − a y + 1 a z + 1 = ( a y + 1 a y c 2 a y c 2 a y − 1 ) ( a z + 1 a z c 2 a z c 2 a z − 1 ) = ( a y + 1 a z + 1 + c 2 a y a z ⋯ ⋯ ⋯ ) = a y + 1 a z + 1 + c 2 a y a z = − c 2 ( a w a x − a y a z ) .
Iterating this formula r times and decreasing the initial indices by one yields a w a x − a y a z = ( − c 2 ) r ( a w − r a x − r − a y − r a z − r ) . ■
We can apply this result directly to solve the problem. From the problem statement, we have c 2 = 1 and a 2 0 1 8 a 2 0 1 5 − a 2 0 1 7 a 2 0 1 6 = 2 0 1 8 . Since, 2018 + 2015 = 2017 + 2016,
a 2 0 1 8 a 2 0 1 5 − a 2 0 1 7 a 2 0 1 6 = ( − 1 ) 2 0 1 5 ( a 3 a 0 − a 2 a 1 ) = − ( a 3 ( 0 ) − a 2 ( 1 ) ) = a 2 ,
and a 2 = 2 0 1 8 . However, we also have a 2 = c a 1 + a 0 = c ( 1 ) + 0 = c , giving us c = 2 0 1 8 as the only possible value of c that will satisfy the condition.
(Apologies for anyone who was trying the earlier versions of this problem before I deleted them. That's what I get for staying up until 3 in the morning writing math problems.)