Find the growth of the sequence given by $x_0=1, x_{n+1}=\sqrt{x_n^2+\frac{1}{x_n^2}}$ (In other words, how fast does the function grow?)
First off, I tried to show that it's an increasing sequence and has no fixed upper bound (limit). For the sake of contradiction, assume that the upper limit is $L$ and then, from the fact that $x_{n+1}=\sqrt{x_n^2+\frac{1}{x_n^2}}$, we will get $L^4=L^4+1$ leading to a contradiction. Also, $\frac{x_{n+1}}{x_n}=\sqrt{1+\frac{1}{x_n^4}} >1$. This implies that the function is increasing without having any fixed upper limit, i.e., $\displaystyle\lim_{n\to \infty} x_n = \infty$.
Is there any better way to show that (instead of what's done above?)
Now, it boils down to finding how fast the sequence grows.
Also, can we find a closed form expression of the $n^\text {th}$ term using generating functions? After that, everything would be easy I hope.