The question has two parts
Let $x_n$ be a sequence where $x_n=\sqrt{n}$
a) Is $\{x_n\}$ a contractive sequence?
b) Prove that $\frac{|x_{n+2}-x_{n+1}|}{|x_{n+1}-x_n|}=\frac{|\sqrt{n+2}-\sqrt{n+1}|}{|\sqrt{n+1}-\sqrt{n}|}<1$ for all n.
Notes:
A) $\{x_n\}$ has no upper bound since for any possible integer $q$, there is a greater integer (e.g. $\sqrt{(q+1)^2}>\sqrt{q}$). If $\{x_n\}$ was contractive, it would also be Cauchy and converge (as $\mathbb{R}$ is complete). Therefore it would be bounded, thus we have a contradiction so $\{x_n\}$ is not contractive.
B) Simply graphing $\sqrt{n+1}-\sqrt{n}$ shows that it is a decreasing sequence. But I am not sure how to prove so using algebra.