Microsoft Store
 

Telescoping series


 

In mathematics, telescoping series is an informal expression referring to a series whose sum can be found by exploiting the circumstance that nearly every term cancels with a succeeding or preceding term.

Related Topics:
Mathematics - Series

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

For example, the series

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:sum_{n=1}^infty rac{1}{n(n+1)}

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

simplifies as

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

sum_{n=1}^infty rac{1}{n(n+1)} = sum_{n=1}^infty rac{1}{n} - rac{1}{(n+1)},

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

::::= left(1 - rac{1}{2} ight)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

+ left( rac{1}{2} - rac{1}{3} ight) + cdots,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

::::= 1 + left(- rac{1}{2} + rac{1}{2} ight)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

+ left( - rac{1}{3} + rac{1}{3} ight) + cdots = 1. ,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

While telescoping is a neat technique, there are pitfalls to watch out for:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:0 = sum_{n=1}^infty 0 = sum_{n=1}^infty (1-1) = 1 + sum_{n=1}^infty (-1 + 1) = 1,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

is not correct because regrouping of terms is invalid unless the individual terms converge to 0. The way to avoid this error is to find the sum of the first N terms first and then take the limit as N approaches infinity:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

sum_{n=1}^N rac{1}{n(n+1)} = sum_{n=1}^N rac{1}{n} - rac{1}{(n+1)},

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

::::= left(1 - rac{1}{2} ight)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

+ left( rac{1}{2} - rac{1}{3} ight) + cdots

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

+ left( rac{1}{N} - rac{1}{N+1} ight),

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

::::= 1 + left(- rac{1}{2} + rac{1}{2} ight)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

+ left( - rac{1}{3} + rac{1}{3} ight) + cdots

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

+ left(- rac{1}{N} + rac{1}{N} ight) - rac{1}{N+1} ,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

::::= 1 - rac{1}{N+1} o 1 mathrm{as} N oinfty.,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~