my goal here is:
To prove that \begin{align}f(x) = \sum_{n=1}^{\infty} \frac{nx^2}{n^3 + x^3} \end{align} converge pointwise on $[0, \infty)$.
Because what I really want is to prove that $\forall A> 0$,the serie on the interval $[0,A]$ converge uniformly (if serie converge pointwise then converge uniformly on a compact interval).
- So this is the best way to do that?
- How can I prove that series converges pointwise on $[0, \infty)$?
I have trying to do this too:
\begin{align} f'(x) = \sum \frac{n(2n^3 - x^4)}{(n^3 + x^3)^2} \leq \sum\frac{n^4}{n^6} = \sum \frac{1}{n^2} \end{align}
And this last series is convergent, so I can conclude that the derivative of f is bounded, then f is Lipschitz. But this let me conclude what?
If $x\ge 0$ then the summand is bounded by $\frac {x^2}{n^2}$, if $x\le A$, use the Weierstrass M test with majorants $A^2/n^2$ to show uniform convergence on $[0,A]$.