Does the sequence$ f_n(x)=\frac{x}{1+nx^2}$ converge uniformly on $\mathbb{R}$?

1k Views Asked by At

I have to figure out if the sequence $f_n(x)=\dfrac{x}{1+nx^2}$ converges uniformly on $\mathbb{R}$

1

There are 1 best solutions below

0
On BEST ANSWER

If $x = 0$, then $f_n(0) = 0, \forall n\in\mathbb{N}$. If $x \neq 0$, then by the inequality of arithmetic and geometric series, $$|f_n(x)| \leq \dfrac{|x|}{2|x|\sqrt{n}} = \dfrac{1}{2\sqrt{n}} \to 0 \text{ as } n \to \infty.$$ Thus, we take $f(x) = 0$ as the pointwise limit. We have $$f_n'(x) = \dfrac{1-nx^2}{(1+nx^2)^2} = 0 \iff x = \dfrac{1}{\sqrt{n}}.$$ Hence $$\max{f_n(x)} = f_n\left(\frac{1}{\sqrt{n}}\right) = \dfrac{1}{2\sqrt{n}}.$$ Lastly $$\sup{|f_n(x)-0|} = \dfrac{1}{2\sqrt{n}} \to 0 \text{ as } n\rightarrow\infty,$$ which, by an important theorem, proves uniform convergence on $\mathbb{R}$.