Let $x_1= a(>0) , x_{n+1} = x_n+\frac{1}{x_n}$ for $n \in \mathbb{N}$. Determine whether $(x_n)$ converges or diverges.
We have $x_1= a > 0, x_2= a+\dfrac{1}{a}, (\dfrac{1}{a} >0)$ which implies that $x_2 > x_1$
Then assume for induction: $x_k < x_{k+1} < a+1 $ (since $\dfrac{1}{x_k} < 1$)
$$x_k + \frac{1}{x_k} < x_{k+1}+ \frac{1}{x_{k+1}} < a + 1$$
$$\implies x_{k+1} < x_{k+2} < a + 1$$
This shows that that $x_k < x_{k+1} \Rightarrow x_{k+1} < x_{k+2}$. Therefore $x_n < x_{n+1}$ for all $n \in \mathbb N$.
It follows by the monotone convergence theorem that $x_n$ is increasing and bounded.