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.
The original question asked about $\;x_0=1,\; x_{n+1}=\sqrt{x_n^2+1/{x_n^2}}.\;$ For technical reasons use the sequence $\;a_n:=1/x_n^2\;$ instead. The recursion is now $\;a_0=1,\; a_{n+1}=1/(a_n+1/a_n).\;$ Let us define $x:=1/n,\; y:=\log(x)\;$ and the sequence of power series in $x$ and $y$ as $$b_n:=\sqrt{x/2}\Bigg(1 + \Big(c+y\frac18\Big)x + \Big(\frac{1+8c+48c^2}{32} + y\frac{1+12c}{32} +y^2\frac{3}{128}\Big)x^2 + \dots\Bigg)$$ satisfies the same recursion as $\;a_n\;$ while $c=-0.43078559...$ satisfies the initial value $a_0=1$.
The series expansion of $b_n$ implies that $\;x_n \approx (2n)^{1/4}\;$ for large values of $\;n\;$ for any $x_0>0.$ For example, $x_{5000} = 10.001495167\dots.$