4

I am looking at some homework where I have:

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

How can I sum this?

I know that

$\sum_{n=1}^\infty \frac{1}{n^2} = \frac{\pi^2}{6}$

and also that

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

But I just can't see or find the connection

Daniel
  • 847

3 Answers3

9

Hint:

$$\dfrac1{n^2(n+1)}=\dfrac{n+1-n}{n^2(n+1)}=\dfrac1{n^2}-\dfrac1{n(n+1)}$$

$$\dfrac1{n(n+1)}=\dfrac{n+1-n}{n(n+1)}=?$$

See Telescoping series

7

HINT

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

user
  • 154,566
5

Very simple $\dfrac{1}{n^2(n+1)} =\dfrac{(n+1)-n}{n^2(n+1)} =\dfrac{1}{n^2} -\dfrac{1}{n(n+1)} $

Can you take it from here?