Set $x_1=a$, where $a > 0$ and let $x_{n+1}= x_n + \frac{1}{x_n}$. Determine if the sequence $ \lbrace X_n \rbrace $ converges or diverges.
I think this sequence diverges since Let $x_1= a > 0$ and $x_{n+1}= x_n + (1/x_n)$ be given. Let $x_1=2$ since $a >0$. Then...
$x_2 = 2 + \frac{1}{2} = 2.5$
$x_3 = 2.5 + \frac{1}{2.5} = 2.9$
$x_4 = 2.9 + \frac{1}{2.9} = 3.2448$
$x_5 = 3.2448 + \frac{1}{3.2448} = 3.5530$
$x_6 = 3.5530 + \frac{1}{3.5530} = 3.8344$
$x_7 = 3.8344 + \frac{1}{3.8344} = 4.0952$
$x_8 = 4.0952 + \frac{1}{4.0952} = 4.3394$
$x_9 = 4.3394 + \frac{1}{4.3394} = 4.5698$
$x_{10} = 4.5698 + \frac{1}{4.5698} = 4.7887$
but others have said it converges so I'm confused on whether it converges or diverges? Can someone please explain.
Assume the sequence converges i.e. $\displaystyle\lim_{n\to \infty} x_n = C< \infty.$ Then, as $n\to\infty$ we have $\,x_{n}\approx x_{n+1}$. Taking limit of $x_{n+1}=x_n+\frac{1}{x_n}$ we get
$$ \lim_{n\to\infty} x_{n}= \lim_{n\to\infty} \left(x_n+\frac{1}{x_n} \right)\implies C = C + \frac{1}{C} \iff \frac{1}{C} = 0 \quad \text{ – } \text{ contradiction} $$
The last expression results in contradiction even if $\,C\sim 0$.