The question says :
Test the uniform convergence and term-by-term integration of the series $\sum_{n=1}^{\infty}\frac{x}{(n+x)^2}$
My response:
Had this been on a bounded set, series would have been uniformly convergent and hence by property, would have term-by-term integrable
But what about its uniform convergence for $\forall x \geq 0$
It doesn't converge uniformly. First off, it's not defined on the negative integers, but even if you exclude them, what you're trying to prove is that for every strictly positive $\epsilon$ there is an $N$ such that for every $x$ (as opposed to pointwise "for every $x$ there is an $N$") the remainder of the series beginning at $N$ is less than $\epsilon$. Therefore, to show that it doesn't converge uniformly, it suffices to show that for every $N$ there exists an $x$ such that the remainder of the series beginning at $N$ is greater than $\frac{1}{2}$. The integral test will tell you that, for positive $x$, the series beginning at $N$ is always greater than $\frac{x}{N+x}$, and you simply need to choose $x>2N$.