The problem is stated as:
Examine the uniform convergence of $\sum_{n=1}^{\infty} \frac{x}{(1+nx)(1+(n+1)x)}$ on the interval $[0,\infty)$ and $[a,\infty)$ for $a>0$.
My attempt:
Case I: $[0,\infty)$
We form our partial sum $S_m(x) := \sum_{n=1}^{m} \frac{x}{(1+nx)(1+(n+1)x)}$, hence we have that:
$$ |S(x)-S_m(x)| = \sum_{n=m+1}^{\infty} \frac{x}{(1+nx)(1+(n+1)x)} $$
Picking $x_n = 1/n \in [0,1] \subset [0,\infty) \forall n \geq 1 $, we have that the series can be rewritten as:
$$ | S(x)-S_m(x)| = \sum_{n=m+1}^{\infty} \frac{1}{(2n)(2+1/n)} \geq \sum_{n=m+1}^{\infty} \frac{1}{4n+2}$$ which clearly diverges.
Therefore, we have found a counter example of uniform convergence within this interval, since if we would have uniform convergence, no matter what x we pick, the series must converge uniformly.
Case II: $[a,\infty)$
Notice that $$S(x) = \sum_{n=1}^{\infty} \frac{x}{(1+nx)(1+(n+1)x)} = \sum_{n=1}^{\infty} \left (\frac{1}{(1+2n)(1+nx)} - \frac{1}{(1+2n)(1+(n+1)x)} \right )$$
We can form our Majorant term by calculating the upper bound of the term in the series above and we have that:
$$\left |\frac{1}{(1+2n)(1+nx)} - \frac{1}{(1+2n)(1+(n+1)x)} \right | \leq \left (\frac{1}{(1+2n)(1+na)} + \frac{1}{(1+2n)(1+(n+1)a)} \right )$$
Let $M_n := \left (\frac{1}{(1+2n)(1+na)} + \frac{1}{(1+2n)(1+(n+1)a)} \right )$, and since both terms act asymptotically as $1/n^2$, it becomes evident that the series of terms given by $M_n$ does converge. By Weierstrass M - test, we have uniform convergence within this interval.
I hope you can give me some feedback on my solution. Maybe some tips on what to improve, and what steps went wrong. I'm really trying to get good at problems with uniform convergence, so any help would be appreciated!
Thanks.
Note that$$\frac x{(1+nx)\bigl(1+(n+1)x\bigr)}=\frac1{1+nx}-\frac1{1+(n+1)x}$$and that therefore$$S_m(x)=\frac1{1+x}-\frac1{1+(m+1)x}.$$So, if$$S(x)=\sum_{m=1}^\infty\frac x{(1+nx)\bigl(1+(n+1)x\bigr)},$$then$$S(x)=\frac1{1+x}-\lim_{n\to\infty}\frac1{1+nx}=\begin{cases}\frac1{1+x}&\text{ if }x>0\\0&\text{ if }x=0.\end{cases}$$The convergence is not uniform on $[0,\infty)$, since$$(\forall m\in\Bbb N):S_m\left(\frac1{m+1}\right)=\frac{m+1}{m+2}-\frac12$$and$$\lim_{m\to\infty}\frac{m+1}{m+2}-\frac12=\frac12\ne0=S(0).$$Or you can say that if the convergence was uniform, then $S$ would be continuous, but that's not the case.
But the convergense is uniform on $[a,\infty)$, if $a>0$.