1

I have stumbled across this problem in an olympiad-material sent by my teacher. Prove that the sequence $$x_{n+2} = \frac{2+x_{n+1}}{2+x_{n}}$$ is convergent when $x_0 > 0$ and $x_1 > 0$. My only idea which has absolutely failed so far is trying to prove that the sequence is monotone and bounded, but after some examples, I found that it isn't monotone. Could you help and maybe suggest other strategies for proving the convergence of a sequence other than the one I tried?

andu eu
  • 941
  • 5
  • Assuming the limit exists, what do you think the limit could be? 2) Set $y_n = x_n - $limit, what does the recurrence become? 3) Does this indicate how to prove convergence to the limit? How are the starting conditions used?
  • – Calvin Lin Dec 01 '21 at 18:08