I'm going crazy to solve this problem: I've a sequence defined by: $$x_1 = 1$$ $$x_2 = 2$$ $$x_{n+2} = \frac{1}{2}(x_{n}+x_{n+1})$$
And I have to prove that this sequence converges and what is its limit (I know what the limit is, but I don't know how to prove it...).
I tried with induction but I stuck during the induction step $n=n+1 \implies 1\leq \frac{1}{2}(x_{n+1}+x_{n+2})\leq 2 $
Tips?
Hint: Use induction to prove the following explicit formula:
$x_n = \dfrac{1}{3} \left(5 + 4(-\frac{1}{2})^n\right)$
And use that to show that the sequence converges to $\frac{5}{3}$.
Induction: Base case: $n=1, n=2$ give the proper formulae.
$2x_{n+2} = \frac{1}{3} \left(5 + 4(-\frac{1}{2})^{n+1} + 5 + 4(- \frac{1}{2})^n \right)$
$2x_{n+2} = \frac{1}{3} \left(5 - 2(-\frac{1}{2})^{n} + 5 + 4(- \frac{1}{2})^n \right)$
$2x_{n+2} = \frac{1}{3} \left(10 + 2 (- \frac{1}{2})^n\right)$
$x_{n+2} = \frac{1}{3} \left(5 + 4(- \frac{1}{2})^{n+2} \right)$.