I would like to check if the series $$ \sum_{n=1}^{\infty}\frac{1-e^{-\frac{x}{n}}}{nx} $$ converges uniformly on $(0, +\infty)$ and if the sum of this series is differentiable function.
My approach:
I see that for specified $x$ and all $n\in\mathbb{N}$ $$ 1-\frac{x}{n}\leq e^{-\frac{x}{n}} $$ so I would like to compare the given series with $$ \sum_{n=1}^{\infty}\frac{1}{n^2} $$ but I don't know if this gives me the uniform convergence or only in some point. I know the Weierstrass test but don't know how to use it there and I have no idea how to check differentiability of the function defined as series. Can you give any hints or the ways how can I answer to this question?
Since (using convexity) $$0 < 1 - e^{-x/n} \le x/n\ \text{for $x > 0$}$$ we have $$ \frac{1-e^{-x/n}}{nx} \le \frac{1}{n^2}$$ By the Weierstrass M-test your series converges absolutely and uniformly on $(0,\infty)$, and the limit is a continuous function. Moreover, $$0 > \dfrac{d}{dx} \frac{1-e^{-x/n}}{nx} = \frac{(n+x) e^{-x/n} - n}{n^2 x^2}> -\frac{1}{n^3} $$ so the series of derivatives converges absolutely and uniformly as well, which means the sum of your series is differentiable.