let $a_0$ and $a_1$ be any two real numbers, and define
$a_n= \dfrac{a_{n-1} + a_{n-2}}{2}$
Determine the convergence of a sequence.
Alright, what I have so far. I have two cases $a_0$ > $a_1$ or $a_0$ < $a_1$
for $a_0 > a_1$
The sequence converges to $\frac{1}{3}$($a_0 - a_1$) + $a_0$
for $a_0 < a_1$
The sequence converges to $\frac{2}{3}$($a_1 - a_0$) + $a_0$
Any additional input?
Hint 1: $$ a_n-a_{n-1}=-\tfrac12(a_{n-1}-a_{n-2}) $$ Show by induction that $$ a_n-a_{n-1}=\left(-\tfrac12\right)^{n-1}(a_1-a_0) $$ Hint 2: $$ a_n=a_0+\sum_{k=1}^n\left(-\tfrac12\right)^{k-1}(a_1-a_0) $$