1

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

$= 1 - \frac{1}{2} + \frac{1}{2} - \frac{1}{3} + ... = 1$

My professor wrote this the other day. But I'm wondering...how does the series become $= 1 - \frac{1}{2} + \frac{1}{2} - \frac{1}{3} + ...$?

Adrian
  • 1,976

2 Answers2

1

It is because $\frac{1}{n\left(n+1\right)}=\frac{1}{n}-\frac{1}{n+1}$

BS.
  • 439
1

Write $$\frac{1}{n(n+1)} = \frac{1}{n}-\frac{1}{n+1},$$ split the sum into two sums, shift the index of one, recombine, simplify, and you are done.

N.B. You need to do this for partial sums and only at the end take the limit to be rigorous.

abnry
  • 14,664