Condtions on $[a,b]$ so that $x^{n}/(1+x^{2n})$ is uniformly convergent.

777 Views Asked by At

So, I'm asked to prove that the sequence of functions given by:

$$ f_{n}(x) = \frac{x^n}{1 + x^{2n}} $$

converges uniformly on $[a,b]$ iff neither 1 nor -1 belong to the interval.

Here are my proof attempts:

If both $1$, $-1$ don't belong to $[a,b]$, if $|x| < 1$, $f_{n}$ converges uniformly to the zero function, by a direct calculation. The same if $|x|>1$.

Now suppose $f_{n}$ converges uniformly and that $1 \in [a,b]$. Then, $f_{n}(1) = 1/2$ for every $n$. Therefore, given any positive $\varepsilon$, $| f(1) - 1/2 |$ can be made $< \varepsilon$ for a suitably large choice of $n$, so that $f(1) = 1/2$.

Now, on the other hand, if $x < 1$, $\lim_{n \to \infty} f_{n}(x) = 0$, so that we have:

$$ \left|f(x) - f(1)\right| = \left|\lim_{n \to \infty} f_{n}(x) - f(1) \right| = 1/2 $$

for every $x<1$. This way, the limit function $f$ is not continuous.

Then, I thought that since the uniform limit of continuous functions must be continuous, we'd have a contradiction. The case -1 would be similar, and we'd be done. But I don't feel very comfortable about having to use continuity, and not very sure if this answer is correct or missing some subtle point. Can you figure some solution based solely on the definition of uniform convergence?