To prove that $f_n(x) = \frac{nx}{1+n^2x^2}$ does not uniformly converge to $f(x) = 0$ on $[0,1]$

My Approach. To prove the given statement it is sufficient to show that $$\exists \epsilon > 0, \exists x \in [0,1], \forall N \in \mathbb{N}, \exists n > N $$ $$ \Rightarrow | f_n(x) - f(x)| > \epsilon$$

Let $\epsilon = \frac{1}{10}, x = \frac{1}{n}, n =N+1$. Hence $| f_n(x) - f(x)| = \frac{1}{2} > \epsilon = \frac{1}{10}$. Hence, we have shown for every $N \in \mathbb{N}$, how to choose $n$ such that $| f_n(x) - f(x)| > \epsilon$. Thus, $f_n(x)$ does not converge uniformly on $[0,1]$.

Is there any logical flaw or wrong steps in my proof. Any help would be appreciated.


Solution 1:

Can you the other characterization of uniform continuity: $(f_n) \to f $ uniformly on $S$ iff

$$ \lim [ \sup\{ |f(x) - f_n(x) : x \in S \} ] = 0 \; \; (proof?)$$

Your problem then is application of this problem. In fact, if $f = 0$, then

$$ |f_n - f | = f_n = \frac{nx}{1 + n^2x^2 } $$

Now,notice

$$ f_n' = \frac{n(1 + n^2x^2) - nx(2xn^2)}{(1 + n^2x^2)^2}$$

and

$$ f'_n(x) = 0 \iff x = \frac{1}{n}, \frac{-1}{n} $$

Hence

$$ f_n( \frac{1}{n} ) = \frac{1}{2} \; \; \text{check this!} $$

$$ \therefore \lim \sup|f_n - f| = \frac{1}{2} \neq 0$$

$$ \therefore f_n \; \; \text{does not converge uniformly to} \; \; f $$

Solution 2:

I actually have a question that how would test the convergence if the given function is a series instead of a sequence with n varying from 1 to infinity for any value of x.