Consider the series of functions:
$$\sum_{n \ge 1} \frac{x^2}{(1 + x^2)^n}$$
Q: Where does this series converge uniformly?
We have if $x \neq 0$:
$$\lim_{n \to \infty} \left| \frac{x^2}{(1 + x^2)^{n+1}} / \frac{x^2}{(1 + x^2)^n} \right|= \frac{1}{1 + x^2} < 1$$
And if $x = 0$, then the series converges. Therefore, we have pointwise convergence everywhere.
For uniform convergence:
$$R_n(x) = \sum_{k = n+1}^{\infty} \frac{x^2}{(1 + x^2)^k} \ge \sum_{k = n+1}^{2n} \frac{x^2}{(1 + x^2)^k} \ge \sum_{k = n+1}^{2n} \frac{x^2}{(1 + x^2)^{2n}} = \frac{nx^2}{(1 + x^2)^{2n}}, \ \forall x \in \mathbb {R}$$
Then:
$$R_n(\frac{1}{\sqrt{n}}) \ge \frac{1}{(1 + 1/n)^n)^2} \longrightarrow \frac{1}{e^2} > 0$$
So, we can't have uniform convergence in a neighbourhood of $0$.
It seems that for $a > 0$, we don't have uniform convergence on $[a, \infty)$ or $(-\infty, -a]$ because we can make $x$ as large as we desire. But, I'm not sure about this.
However, on any compact interval $[a,b]$ with $b < -1$ or $a > 1$, we do have uniform convergence because of normal convergence:
$$\sup_{x \in [a,b]} \left( \frac{x^2}{(1 + x^2)^n} \right) \le \frac{b^2}{a^{2n}}$$
Can someone help me find all the sets on which we have uniform convergence?
Thank you.