I'm learning about series of functions and need some help with this problem :
Given the series of functions $$ \sum_{n=1}^\infty \frac{x}{x^2+n^2}, \; x \in (0, \infty) $$ show that it converges pointwise and uniformly to a function $ s(x) $ and show that $ s'(x) $ converges uniformly.
Here's my attempt :
Let $$ f_n(x) = \frac{x}{x^2+n^2} \Rightarrow f_n'(x) = \frac{(x^2 + n^2) - 2x^2}{(x^2+n^2)^2} = \frac{n^2 - x^2}{(x^2+n^2)^2} $$
Then
$$ f_n'(x) = 0 \iff n^2 - x^2 = 0 \iff x = \pm \, n $$
On the interval $ (0, \infty), \; f_n $ takes it's maximum value for $ x = n $ and therefore :
$$ f(n) = \frac{n}{n^2+n^2} = \frac{1}{2n} $$
Hence $ |f_n(x)| \le \frac{1}{2n} $ but the series $ \sum_{n=1}^\infty \frac{1}{2n} $ does not converge by the p-series Test.
What am I doing wrong here?
This series does not converge uniformely.
Proof: Suppose that it did converge uniformely. Then for any $\epsilon>0$ there exists $N$ such that $$\left|\sum_{n>N}\frac{x}{x^{2}+n^{2}}\right|<\epsilon$$ uniformely for all $x\in(0,\infty)$. Let $\epsilon=1/10$, let $N$ be given and set $x=N$. Then $$\left|\sum_{n>N}\frac{x}{x^{2}+n^{2}}\right|>\sum_{N<n\leq2N}\frac{N}{N^{2}+n^{2}}\geq\sum_{N<n\leq2N}\frac{N}{5N^{2}}=\frac{1}{5}>\epsilon.$$