Fix $\alpha > 1$, and consider the sequence $(x_n)_n \geq 0$ defined by $x_0 > \sqrt \alpha$ and $$x_{n+1} = \frac{x_n + \alpha}{x_n + 1}, n = 0, 1, 2, \dots$$ Does this sequence converge, and if, to what?
I tried to get the difference between $x_n$ and $x_{n+1}$, it didn't work out. How do I go about solving it?
Consider an auxiliary sequence $y_n=\dfrac{x_n-\sqrt{\alpha}}{x_n+\sqrt{\alpha}}$, this is well-defined since a simple induction shows that $x_n\geq 1$ for all $n$. Now, using the definition we see that $$ \forall\,n\geq0,\qquad y_{n+1}=-\frac{\sqrt\alpha-1}{\sqrt\alpha+1}y_n $$ Thus, setting $\lambda=\frac{\sqrt\alpha-1}{\sqrt\alpha+1}\in(0,1)$, we get $$ \forall\,n\geq0,\qquad y_n=(-1)^n\lambda^ny_0 $$ So $\lim_{n\to\infty}y_n=0$, and consequently $\lim_{n\to\infty}x_n=\sqrt\alpha$, because $x_n-\sqrt\alpha=\dfrac{2\sqrt\alpha y_n}{1-y_n}$.