Why does $\frac{x^{2}}{1+x^{2}}$ diverge?
I am trying to show that the integral $2\int\int_{\mathbb{R}^{+}}\frac{x^{2}}{(1+x^{2})(1+y^{2})}dxdy$ diverges. The solution says it diverges because $\frac{x^{2}}{1+x^{2}}\geq \frac{1}{2}$. What does this mean? What theorem is being used in analysis?
It's not the function $f(x)=\frac{x^2}{1+x^2}$ that diverges (at $\infty$): indeed its limit at $\infty$ is $1$.
It's the integral $$ \int_0^\infty \frac{x^2}{1+x^2}\,dx $$ that diverges, for the very reason that the limit of the function at $\infty$ is not zero.
Since the limit is $1$, there exists $k>0$ such that, for $x>k$, $f(x)>1/2$. Hence, for $t>k$, $$ \int_0^{t}f(x)\,dx=\int_0^k f(x)\,dx+\int_k^t\frac{1}{2}\,dx= \int_0^k f(x)\,dx+\frac{1}{2}(t-k) $$ and the last term of course diverges for $t\to\infty$.