Show that the sequence $(x_n)$ defined as $x_{n+1}=\frac{1}{2}(x_n+x_{n-1}), x_0=2, x_1=7$ is convergent. My attempt is to show that $(x_n)$ is Cauchy. So, i would like to have a feedback on my proof, please. There also might be a problem in a limit calculation... I have also one question in the end of the proof.
First of all we got $\forall p\ge2$ that:
$|x_p-x_{p-1}|=|\frac{1}{2}x_{p-1}-\frac{1}{2}x_{p-3}|=...=(\frac{1}{2})^{p-1}|x_2-x_0|=5(\frac{1}{2})^{p-1}$
Then, by definition of a Cauchy sequence, we have to show that $\forall \varepsilon>0 \ \exists N \ \forall m,n\ge N$:
$|x_m-x_n|<\varepsilon$.
But,
$|x_m-x_n|\le|x_m-x_{m-1}|+|x_{m-1}-x_{m-2}|+...+|x_{n+1}-x_n|\le 5\sum_{k=n}^{m-1}(\frac{1}{2})^k=5(\frac{1}{2^{n-1}}-\frac{1}{2^{m-1}})\le 5\frac{1}{2^{n-1}}$
and so $(x_n)$ is a Cauchy sequence.
To calculate it's limit we can consider the following:
$x_n=(x_n-x_{n-1})+(x_{n-1}-x_{n-2})+...+(x_1-x_0)+x_0 =5\underbrace{\sum_{k=0}^{n-1}(\frac{1}{2})^k}_{\text{geometric series}}+2=5\Big(\frac{1-(1/2)^n}{1-1/2}\Big)+2$
So $\lim_{n \to \infty}x_n=12$... (Which might be false...)
Now i have some questions:
(i) First of all, my limit is clearly false as if i check first 5 values it is clear that the sequence might converge to $\sim5,3$. So, I would like to understand where i commited an error.
(ii) Then, if my proof is correct, i doubt if it holds for real... If we take $m=n-1$ and $\varepsilon=1$, we have a counter example, probably. So, in $|x_p-x_{p-1}|\le5\Big(\frac{1}{2}\Big)^{p-1}$, the value $5$ makes me doubting...
If possible, i would like an elaborate answer and feedback for these questions and this proof, please.