Problem
Assume that $x_{n+1}=\dfrac{k+x_n}{1+x_n},k>1,x_1 \geq 0.$
1) Prove $\sum\limits_{n=1}^{\infty}(x_{n+1}-x_n)$ is absolutely convergent.
2) Evaluate $\sum\limits_{n=1}^{\infty}(x_{n+1}-x_n)$.
Attempt
By induction, we can obtain $x_n\geq0$, namely $1+x_n\geq 1$. Thus $$x_{n+1}=\frac{k+x_n}{1+x_n}=\frac{1+x_n+(k-1)}{1+x_n}=1+\frac{k-1}{1+x_n}\leq 1+(k-1)=k.$$
Consider the function $$f(x)=\frac{k+x}{1+x}, x \in [0,k].$$ We obtain $$f'(x)=\frac{1-k}{(1+x)^2}.$$ Therefore $$|f'(k)|\leq k-1.$$ But this can not satisfy the condition such that the contraction mapping principle holds.
Consider $f\circ f$. It has bounded image (as $f$ has) and is increasing. It follows that the subsequences $(x_{2n})$ and $(x_{2n-1})$ are convergent. Their limit is $\sqrt{k}$ (as pointed out in the comments), so $(x_n)$ converges to $\sqrt{k}$.