Does the series: $\sum_{n=1}^\infty \frac{2n+1}{n^2(n+1)^2}$ converge?

298 Views Asked by At

does $\sum_{n=1}^\infty \frac{2n+1}{n^2(n+1)^2}$ converge? I think yes, it does, because the $a_n$ in the series converges to zero. but I'm trying to prove this by the help of the fact that:

$\frac{1}{n(n+1)} = \frac{1}{n} - \frac{1}{n+1}$

any suggestions?

6

There are 6 best solutions below

1
On BEST ANSWER

$$\frac{2n+1}{n^2(n+1)^2}=\frac{1}{n^2}-\frac{1}{(n+1)^2}$$ $$\sum_{n=1}^\infty \frac{2n+1}{n^2(n+1)^2}=\frac{1}{1}-\frac{1}{2^2}+\frac{1}{2^2}-\frac{1}{3^2}+\frac{1}{3^2}+....=1$$

0
On

Notice that $$ \frac{1}{n^2} - \frac{1}{(n+1)^2} = \frac{n^2+2n+1-n^2}{n^2(n+1)^2}, $$ so the series telescopes: $$ \sum_{n=1}^m \frac{2n+1}{n^2(n+1)^2} = 1-\frac{1}{2^2} + \frac{1}{2^2} -\dotsb - \frac{1}{m^2} + \frac{1}{m^2} - \frac{1}{(m+1)^2} = 1- \frac{1}{(m+1)^2} \to 1 $$ as $m \to \infty$

0
On

$$\sum_{n\geq1}\frac{2n+1}{n^{2}\left(n+1\right)^{2}}\leq3\sum_{n\geq1}\frac{1}{n^{3}}.$$

0
On

Another approach: Here $a_n=(2n+1)/n^2(n+1)^2$.
Take auxiliary series whose nth term $v_n =1/n^3$ ; which is convergent as $p>1$ in the power of n appearing in denominator.
Now, use Ratio test to observe that $a_n/v_n → a$ finite non zero number as $n→\infty$. Hence $a$_n also converges.

0
On

$$ \sum_{n=1}^\infty \frac{2n+1}{n^2(n+1)^2}<\sum_{n=1}^\infty \frac{2n+1}{n^4}=\sum_{n=1}^\infty \frac{2}{n^3} + \sum_{n=1}^\infty \frac{1}{n^4} $$

0
On

$$\frac{2n+1}{n^2(n+1)^2}=\frac{2n}{n^2(n+1)^2}+\frac{1}{n^2(n+1)^2}$$ $$=\frac{2}{n(n+1)^2}+\frac{1}{n^2(n+1)^2}$$

now it is very easy to compare the first term with $\frac{2}{n^3}$ and the second term with $\frac{1}{n^3}$