I am trying to determine whether the series$$\sum_{n=1}^\infty{\frac{x}{n(1+nx^2)}}$$is uniformly convergent on the real numbers, and am really stuck. I have tried using the Weierstrass $M$ test but cannot seem to find any series greater than this which is convergent. I have looked at comparing it to series which have $1/n^k$ in particular. Are there any other methods I can use? Or am I just using the Weierstrass M test incorrectly?
2026-03-27 11:46:30.1774611990
On
Techniques for proving a series is uniformly convergent
133 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
1
On
From the AM-GM Inequality, we have $1+nx^2\ge 2\sqrt{(1)(nx^2)}=2n^{1/2}|x|$.
Therefore, we can write
$$\begin{align} \left|\sum_{n=1}^\infty \frac{x}{n(1+nx^2)} -\sum_{n=1}^N \frac{x}{n(1+nx^2)}\right|&=\left|\sum_{n=N+1}^\infty \frac{x}{n(1+nx^2)}\right|\\\\ &\le \sum_{n=N+1}^\infty \frac{1}{2n^{3/2}} \end{align}$$
Inasmuch as $\sum_{n=1}^\infty \frac{1}{n^{3/2}}<\infty$, then for any $\epsilon>0$, there exists an number $N$ independent of $x$, such that $\left|\sum_{n=1}^\infty \frac{x}{n(1+nx^2)} -\sum_{n=1}^N \frac{x}{n(1+nx^2)}\right|<\epsilon$, which establishes the uniform convergence.
And we are done!
It is easy to see that$$\max_{x\in\mathbb R}\frac x{n(1+nx^2)}=\frac1{2n^{3/2}}.$$This is so because$$\left(\frac x{n(1+nx^2)}\right)'=0\iff\frac{1-nx^2}{n(1+nx^2)^2}=0\iff x=\pm\frac1{\sqrt n}$$and$$f\left(\pm\frac1{\sqrt n}\right)=\frac1{2n^{3/2}}.$$Now, you can apply the Weierstrass $M$-test with this upper bound.