Let $x_1:=a>0$ and $x_{n+1}:=x_n+1/x_n$ for $n\in\mathbb{N}$. Determine whether $(x_n)$ converges or diverges.
My answer: $(x_n)$ is divergent.
Proof: Assume that $(x_n)$ converges to $x$. Then $\lim (x_{n+1})=\lim (x_n)$. That is, $x=x+1/x$. This equation has no solution. Hence, $(x_n)$ is not convergent. Therefore it is divergent.
My question. Is the proof above a legitimate one? Something just doesn't feel right to me. Or should I just show that the sequence is unbounded. Or am I altogether wrong?
Thank you.