A series of functions with the general term $ f_n(x) $ defined as:
$$ f_n(x) = \frac{x}{(1 + x^2)^n} \space , \space x \geq 0 $$
- Evalute the uniform and normal convergence of the series $\sum_{n = 1}^{+ \infty} \frac{x}{(1 + x^2)^n} $ on $\mathbb{R}^+$
- Prove that the series have normal convergence on $[a, + \infty[$ with $ a > 0 $
- Is the series uniformally convergent on $[0,1]$?
We have for all $ x \geq 0 $:
$$ f_n'(x) = \frac{(1 + x)^{n - 1}[1 + (1 - 2n)x^2]}{(1 + x^2)^{2n}} = 0 \iff x = \frac{1}{\sqrt{2n - 1}} $$
and for all $ x \geq 0 $ :
$$ | f_n(x) | \leq f_n( \frac{1}{\sqrt{2n - 1}} ) = \frac{\sqrt{2n - 1}}{2^n (2n - 1) (1 + n)^n} \leq \frac{1}{2^n} $$
Since $ \sum \frac{1}{2^n} $ is convergent, then $ \sum f_n $ have normal convergence on $[0, + \infty[$.
From this question, I think that $ \sum f_n $ have normal convergent on the interval $[a, + \infty[$ only, and not on $ [0, + \infty[ $
From what I found in question 1, the series have normal convergence on $ [0, + \infty[ $, which implies uniform convergence on the interval $ [0,1] $
What am I missing? Thank you.
The series $\sum_{n = 1}^{+ \infty} \frac{x}{(1 + x^2)^n}$ is a geometric series.
$$ \sum_{n = 1}^{+ \infty} \frac{x}{(1 + x^2)^n} = x \sum_{n = 1}^{+ \infty} \left(\frac{1}{1 + x^2}\right)^n $$ Geometric series have a remainder that is explicit. You can actually compute the sum of the series for all $x>0$. Moreover convergence of the series $\sum y^n$, $ y= 1/(1+x^2)$, is normal on any interval $y \in [0, a]$ with $a<1$, as is seen by bounding $y$ by $a$.
So the series $\sum_{n = 1}^{+ \infty} \frac{x}{(1 + x^2)^n}$ is normally convergent on all intervals $[a,\infty)$ for $a>0$.
EDIT: But it is not convergent on $[0,\infty)$. To show that, we need to find the maximal value of $x \mapsto {x(1+x^2)^{-n}}$ on this interval.
I let you find this maximum by differentiating this function. It is attained in $x= {1\over \sqrt{2n-1}}$. The value of the maximum is ${1\over \sqrt{2n-1}} {1\over (1+ {1\over 2n-1})^n}$.
$$ \sup\{x(1+x^2)^{-n} \mid x\in [0,\infty[\} = {1\over \sqrt{2n-1}} {1\over (1+ {1\over 2n-1})^n} \sim C/\sqrt{n} $$ for some constant $C$. This is the general term of a divergent series. $$ \sum \left\|x(1+x^2)^{-n}\right\|_\infty = +\infty. $$