Given arbitrary real constants $a$ and $b$, let $x_1 = a$, $x_2 = b$, and $x_{n+2} = \frac{x_n + x_{n+1}}{2}$. Prove the series $\{x_n\}$ is Cauchy and find its limit (from Mattuck Analysis).
My solution is below. I request feedback on:
- Is my solution correct?
- The proof writing, given my approach
- Is there a simpler or better approach?
i. Proof sequence is Cauchy
If there exists $n$ such that $x_n = x_{n+1}$, then $x_{n+2} = x_{n+1}$, and by induction, $x_{m>n} = x_{n}$, QED. We therefore assume no such $n$ exists. Therefore, for any $n$, either $[x_n, x_{n+1}]$ or $[x_{n+1}, x_n]$ is an interval containing $x_{n+2}$, which we'll call $i_n$. Interval $i_n$ contains $i_{n+1}$, and so by induction $\{i_n\}$ is a series of finite nested intervals each containing $x_n$. The length of $i_{n+1}$ is $1/2$ the length of $i_n$, tending to $0$, and therefore by the nested intervals theorem, $\{x_n\}$ has a limit and is a Cauchy sequence.
ii. Find its limit
It's limit is $b$. We first find a closed form for $x_n$, and then find its limit directly.
For $n > 0$, let $\alpha_n = 2n -7$ and $\beta_n = 2^{n-2}$. Then for $n \geq 4$, $x_n = \frac{\alpha_n a + (\beta_n - \alpha_n) b}{\beta_n}$, via induction using elementary algebra. The limit of $\alpha_n/\beta_n$ is $0$, and by elementary limit theorems, the limit of $x_n$ is $b$.
iii. Discussion
Note that my proof for ii obvates the need for i. Mattuck implies there is a simpler proof for ii that draws on i, but I couldn't find it.
The closed form shows that $x_n$ is a convex combination of $a$ and $b$, each term with increasing weight of $b$, and generalizes to any $\alpha$ and $\beta$ where $\lim \alpha/\beta = 0$.
For ii, I found the first several terms manually, guessed the pattern, and attempted to prove it via induction. I understand this to be a common approach. The algebra used in induction, while elementary, got messy and error prone. How would a seasoned mathematician handle it? Via software like Sage?
I omitted the details of the algebra used in ii, since it's messy but elementary. I likewise omitted manual computation of the first several terms needed for the induction hypothesis, for the same reason. I understand this to be the adopted convention in proof writing.
Suggestions appreciated!
$x_1=a\;,\;x_2=b\;.\quad\color{blue}{(*)}$
$x_{n+2}=\dfrac{x_n+x_{n+1}}2\;\;$ for all $\;n\in\mathbb{N}\;.\quad\color{blue}{(**)}$
We will look for sequences $\;x_n=x^n\;$ which satisfy $\;(**):$
$x^{n+2}=\dfrac{x^n+x^{n+1}}2$
$x^2=\dfrac{1+x}2$
$x=1\;\lor\;x=-\dfrac12\;.$
So there are two sequences which satisfy $\;(**)\;$ and they are:
$x’_{\,n}=1^n=1\;\;$ for all $\;n\in\mathbb{N}\;,$
$x’’_{\;n}=\left(-\dfrac12\right)^n\;\;$ for all $\;n\in\mathbb{N}\;.$
Moreover, for any $\;\lambda\;,\mu\in\mathbb{R}\;,\;$ the sequences
$x_n=\lambda x’_{\,n}+\mu x’’_{\;n}=\lambda+\mu \left(-\dfrac12\right)^n\quad\forall\;n\in\mathbb{N}$
also satisfy $\;(**)\;.$
Now we will get the values of $\;\lambda\;$ and $\;\mu\;$ which satisfy $\;(*)\;.$
$\begin{cases} \lambda-\dfrac12\mu=a\\ \lambda+\dfrac14\mu=b \end{cases}$
$\begin{cases} \lambda=\dfrac{a+2b}3\\ \mu=\dfrac{4(b-a)}3 \end{cases}$
Therefore the sequence which satisfies $\;(*)\;$ and $\;(**)\;$ is :
$x_n=\dfrac{a+2b}3+\dfrac{4(b-a)}3\left(-\dfrac12\right)^n\;\;$ for all $\;n\in\mathbb{N}\;.$
Since $\;\exists\lim\limits_{n\to\infty}x_n=\dfrac{a+2b}3\in\mathbb{R}\;,\;$ then
$\big\{x_n\big\}_{n\in\mathbb{N}}\;$ is a Cauchy sequence.