[Math] Convergence of an oscillating recursive sequence

sequences-and-series

Define the recursive sequence

$ q_{n+1} = \dfrac{q_n+2}{q_n+1};\;q_0=1 $

If we knew that

$ q_n \to q;\;n\to \infty $

then it's easy to show what follows

$ q_{n+1}\left(q_n+1\right) = q_n+2 $

$ q_{n+1}\cdot q_n+q_{n+1}-q{n}=2 $

$ q^2 = 2 \rightarrow q = \sqrt 2;\;n\to\infty $

I don't know how to prove that $q_n$ converges.

The sequence is oscillating and I know, empirically, that the sequence

$a_n=q_n-q_{n+1}$

is an alternate sequence whose general term goes to zero, thus $a_n$ converges.

Any help will be greatly appreciated, thank you.

Best Answer

It is convenient to represent every $q_n$ as a reduced fraction $\frac{a_n}{b_n}$. So $a_0=b_0=1$ and:

$$ \frac{a_{n+1}}{b_{n+1}} = \frac{\frac{a_n}{b_n}+2}{\frac{a_n}{b_n}+1}=\frac{a_n+2 b_n}{a_n+b_n}\tag{1}$$ or: $$ \left(\begin{array}{c}a_{n+1}\\b_{n+1}\end{array}\right)=\left(\begin{array}{cc}1 & 2\\ 1 & 1\end{array}\right)\left(\begin{array}{c}a_{n}\\b_{n}\end{array}\right).\tag{2}$$ The eigenvalues of such a matrix are $1\pm\sqrt{2}$ and the eigenvectors are $ \left(\begin{array}{c}\pm\sqrt{2}\\1\end{array}\right)$.

Since $a_n,b_n>0$, $\lim_{n\to +\infty}\frac{a_n}{b_n}=\sqrt{2}$ follows.