0

It is required to prove that the recursive sequence $x_1 = 1$, $x_{n+1} = \frac{1}{2+x_n}$ is convergent.

Note that this sequence is oscillating, it converges to $\sqrt{2}-1$ and every element of the sequence is positive. Also note that $x_{2k}$ is an increasing sequence and that $x_{2k+1}$ is a decreasing sequence.

These are the correct facts that have been analyzed. However, it has not been possible to provide a proof of the convergence or of the above facts.

It is not clear how to prove that $x_{2k}$ is an increasing sequence, that is, in the induction hypothesis, it is given a $k \in \mathbb{N}$ such that $x_{2k} < x_{2(k+1)}$, which implies that $x_{2(k+1)+1} = \frac{1}{2+x_{2(k+1)}} < \frac{1}{2+x_{2k}} = x_{2k+1}$.

By a similar argument, since $x_{2(k+1)+1} < x_{2k+1}$, it follows that $$x_{2(k+1)} = \frac{1}{2+x_{2k+1}} < \frac{1}{2 + x_{2(k+1)+1}} = x_{2(k+2)}$$

Thus, $x_{2k}$ is an increasing sequence. By a similar argument, $x_{2k+1}$ is a decreasing sequence.

But only two subsequences and not any subsequence were taken in order to guarantee the convergence of the original sequence.

It this the correct and formal approach for showing that the sequence is convergent? Supposedly convergence can be proved without making use of Cauchy sequences and furthermore, proving convergence by the definition of epsilon is not immediate, so it has not been achieved.

Any valuable and kindly contribution is appreciated.

  • 1
    If you can prove that the subsequence of all of the odd indexed elements converge to $~L_1,~$ that all of the even indexed elements converge to $~L_2,~$ and that $~L_1 = L_2,~$ then you are done. Given that, my first try, for each subsequence, would be to try to prove that that it is bounded and monotonic, and therefore convergent. Then, assuming that the underlying function of the subsequence is continuous, you can then compute the limit of the subsequence. – user2661923 Mar 27 '23 at 21:30
  • @user2661923 So accurate. Thanks!! – Blue Tomato Mar 27 '23 at 21:42
  • 1
    Alternatively, show that $ \lim |x_i - x_{i+1} | = 0$, whence the increasing+decreasing sequence means we have convergence. – Calvin Lin Mar 27 '23 at 21:52
  • 1
    Please consult OEIS sequence A001333 for continued fraction convergents to sqrt(2). Also related is MSE question 3210472. – Somos Mar 27 '23 at 22:02
  • 1
    @AnneBauval Great! Is the generalization of taking only two subsequences. Appreciate a lot. – Blue Tomato Mar 28 '23 at 15:05
  • @Somos Thanks for the resources! Very valuable. – Blue Tomato Mar 28 '23 at 15:06

0 Answers0