Let $x_1=a>0$ and $x_{n+1}=x_n+\frac{1}{x_n} \forall n\in \mathbb N$. Check whether the following sequence converges or diverges.
When I was in UG my teacher used derivative test for monotonicity. $f(x)=x+\frac{1}{x}, f'(x)=1-\frac{1}{x^2}>0(x>1).$ So, $f(x)$ is increasing. How to prove the sequence is monotonic? Differentiation is coming after the sequences and series. By AM-GM inequality sequence is bounded below. $x_{n+1}=x_n+\frac{1}{x_n}\ge 2\sqrt{x_n.\frac{1}{x_n}}=2 \forall n\in \mathbb N$. How can I judge whether the sequence bounded above or not? Please help me.
The sequence is increasing indeed. Since $$x_{n+1} - x_n = \frac{1}{x_n} > 0$$ We can show that it is not bounded. Otherwise, it converges, say to $l$. Then we have $$ l = l + 1/l,$$ which is a contradiction.