Strange Sequence

Algebra Level 4

A sequence of positive reals is defined as below:

a 0 = 1 , a n + 2 = 2 a n a n + 1 n N 0 a_0 = 1, \quad a_{n+2} = 2a_n - a_{n+1} \quad \forall n\in\mathbb{N}_0

Find the sum of all values of a 2017 a_{2017} .


The answer is 1.

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.

2 solutions

Calvin Lin Staff
Jan 5, 2017

From the theory of linear recurrence relations , since the characteristic equation is m 2 + m 2 = ( m + 2 ) ( m 1 ) m^2 +m - 2 = (m+2)(m-1) , hence the recurrence relation has the form a i = A ( 2 ) i + B ( 1 ) i a_i = A (-2)^i + B(1)^i .

If A 0 A \neq 0 , then we eventually would have a large enough i i such that A ( 2 ) i < B A ( -2)^i < - |B| , which would make a i = A ( 2 ) i + B < 0 a_i = A(-2)^i + B < 0 . Hence, we have A = 0 A = 0 and so a i = B a_i = B is the constant sequence.

Thus, a 2017 = a 0 = 1 a_{2017} = a_0 = 1 .

Sharky Kesa
Jan 4, 2017

This question doesn't seem to have enough information since we don't even know what a 1 a_1 is! However, we will soon find that we have all the information we need. Remember, the sequence is defined for positive reals. For now, let a 1 = x a_1=x . We have

a 0 = 1 a 1 = x x > 0 a 2 = 2 x x < 2 a 3 = 3 x 2 x > 2 3 a 4 = 6 5 x x < 6 5 a 5 = 11 x 10 x > 10 11 \begin{aligned} a_0 = 1 &\\ a_1 = x &\implies x>0\\ a_2 = 2 - x &\implies x < 2\\ a_3 = 3x - 2 &\implies x > \frac{2}{3}\\ a_4 = 6 - 5x &\implies x < \frac {6}{5}\\ a_5 = 11x - 10 &\implies x > \frac{10}{11}\\ \end{aligned}

It seems that as the terms progress further, a 1 a_1 is being squeezed between two fractions towards 1. Let's try and prove that a 1 = 1 a_1=1 .

Firstly, let us set x = 0 x=0 so we get a new sequence b 0 = 1 , b 1 = 0 , b 2 = 2 , b 3 = 2 , b 4 = 6 , b 5 = 10 , b_0=1, b_1=0, b_2 = 2, b_3=-2, b_4=6, b_5=-10, \ldots . Notice that from b 2 b_2 onwards, the sequence alternates in sign, with b n + 2 > b n |b_{n+2}| > |b_n| . Let's try and prove this conjecture via induction.

Let b 2 n = p , b 2 n + 1 = q b_{2n}=p, b_{2n+1}=-q , where n , p , q n, p, q are positive integers. If n = 1 n=1 , we have p = q = 2 p=q=2 , which alternate in sign, as per the induction hypothesis.

If n = k n=k , we have b 2 k + 2 = 2 r s > r > 0 b_{2k+2}=2r-s>r>0 , and b 2 k + 3 = ( 2 r + 3 s ) < 0 b_{2k+3} = -(2r+3s)<0 , with ( 2 r + 3 s ) > s |-(2r+3s)|>s

From this, we get b 2 k + 2 > b 2 k > 0 b_{2k+2}>b_{2k}>0 and b 2 k + 3 < b 2 k + 1 < 0 b_{2k+3}<b_{2k+1}<0 , so our conjecture must be true by induction.

Notice also that the difference between the absolute value of the coefficients of x x and the absolute value of the constant term in each term of the recurrence is 1. We will now show this to be true. If we substitute x = 1 x=1 , we get a n = 1 n N 0 a_n=1 \forall n \in \mathbb{N}_0 . Thus, our observation must be true. Therefore,

a 2 n = b 2 n ( b 2 n 1 ) x x < b 2 n b 2 n 1 a 2 n + 1 = b 2 n + 1 ( b 2 n + 1 1 ) x x > b 2 n + 1 b 2 n + 1 1 \begin{aligned} a_{2n} = b_{2n} - (b_{2n} - 1)x &\implies x < \dfrac{b_{2n}}{b_{2n}-1}\\ a_{2n+1} = b_{2n+1} - (b_{2n+1} - 1) x &\implies x > \dfrac {b_{2n+1}}{b_{2n+1}-1}\\ \end{aligned}

Since both b 2 n |b_{2n}| and b 2 n + 1 |b_{2n+1}| are strictly increasing with n n , the limit as n n tends to \infty of both b 2 n b 2 n 1 \frac{b_{2n}}{b_{2n}-1} and b 2 n + 1 b 2 n + 1 1 \frac {b_{2n+1}}{b_{2n+1}-1} is 1.

Therefore, by Squeeze Theorem, we must have x = 1 x=1 , so a n = 1 n N 0 a_n=1 \forall n \in \mathbb{N}_0 . Thus, the sum of all values of a 2017 a_{2017} is 1.

It is slightly easier to use the theory of linear recurrence relations to conclude that a i = A ( 2 ) i + B ( 1 ) i a_i = A(-2)^i + B(1)^i . Then, if A 0 A \neq 0 , we would have some a i < 0 a_i < 0 . Thus A = 0 A = 0 so a i a_i is the constant sequence.

Calvin Lin Staff - 4 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...