4
$\begingroup$

Suppose we have:

$$f_n: \mathbb{R}^{+} \rightarrow \mathbb{R} $$ $$ f_n(x)=\frac{nx^2}{1+n^2x}$$

I started of by showing the pointwise convergence. For $x=1$, we have: $$f_n(1)=\frac{n}{1+n^2} \leq \frac{1}{n}$$ thus if $f=0$, then $f_n$ converges to $f$.

For $x < 1$ we have: $$x^2 < x \implies nx^2 < n^2x \implies lim_{n \rightarrow \infty} = 0$$ Thus if $f=0$, then $f_n$ converges to $f$.

For $x>1$, we have: $$f_n(x)=\frac{nx^2}{1+n^2x}=\frac{n}{\frac{1}{x^2}+\frac{n^2}{x}} \leq \frac{n}{ \frac{n^2}{x} }=\frac{nx}{n^2}=\frac{x}{n}$$, thus if $f=0$, then $f_n$ converges to $f$.

In all cases $f_n$ converges to $0$. So it pointwise converges to $0$.

Now I want to study the uniform convergence of the function. And this is where I am stuck. $f_n(x) \leq \frac{1}{n}$ if $x \leq 1$, and otherwise we have $f_n(x) \leq \frac{x}{n}$.

So if I put $a_n= \frac{x+1}{n}$, we have then $||f_n -f||_{\infty} \leq a_n$, and $lim_{n \rightarrow \infty}=0$, thus $f_n$ convergence uniformely. Am I correct?

  • 1
    Your $a_n$ aren't constants, they depend on $x$. Hint: if a sequence of functions converges uniformly to a bounded function, then except possibly finitely many all functions in the sequence are bounded.2017-01-24
  • 0
    @Adren it is equivalent to $\frac{1}{1+ n \sqrt{n}}$ thus is inferior or equal to 1. But don't see how this can help me. After all, $x$ is supposed to be fixed, yet if I put $x= \frac{1}{1+\sqrt{n}n}$, it won't be fixed.2017-01-24
  • 1
    Let $\epsilon=\frac{1}{2}$. For all $n$, \begin{align*} f_{n}\left(n\right) & =\frac{n^{3}}{1+n^{3}}\geq\frac{n^{3}}{n^{3}+n^{3}}=\frac{1}{2}=\epsilon. \end{align*} So $\left(f_{n}\right)$ does not converge to zero uniformly.2017-01-24

1 Answers 1

2

uniform convergence: you can rewrite $f_n$ as follows :

$$ \begin{array}[rcl] ~f_n(x) &=& \frac{nx^2}{1+n^2x} \\ &=& \frac{x^2}{\frac{1}{n^2}+x}\frac{1}{n} \end{array}$$

If $\bar{x} = n^2 \in \mathbb{R}^+$, we have $$ f_n(\bar{x}) = \frac{n^4}{\frac{1}{n^2}+n^2}\frac{1}{n} = \frac{n^3}{\frac{1}{n^2}+n^2} \rightarrow +\infty $$ Hence, the sequence cannot converge uniformly for $x \in \mathbb{R}^+$.