Telescoping Sums and Products
A technique for collapsing a long sum or product into just its first and last pieces, by rewriting each term as a difference (or ratio) that cancels against its neighbor.
An interviewer writes on the whiteboard and asks for the exact value. Adding ninety-nine fractions by hand is out of the question in an interview, and there's no obvious pattern to guess from the first couple of terms. The trick is to notice that each term isn't really a fraction to be added — it's a difference in disguise, and once you rewrite it that way almost everything in the sum cancels.
The idea: rewrite each term as a difference
A sum telescopes when you can write the general term as for some simpler sequence . Then:
In plain English: every middle term appears once with a plus sign and once with a minus sign from the neighboring pair, so it cancels — like a collapsible telescope sliding shut, only the two ends survive. A sum of terms becomes a subtraction of two numbers. The same idea works for products: if each factor is a ratio , the product collapses to .
Worked example 1: the fraction sum
Notice that — check it by combining the right side over a common denominator: . So the sum becomes:
Every term from through cancels against its neighbor, leaving only the very first piece and the very last piece: . Ninety-nine additions collapsed into one subtraction.
Worked example 2: a telescoping product
Evaluate . Factor each term with a difference of squares: . Splitting the product into two separate telescoping chains, runs (everything but the first numerator and last denominator cancels), and runs . Multiplying the two surviving pieces: .
If a term can be written as a difference (or a ratio for products), the sum collapses to . The hunt is always for that rewrite — usually via partial fractions, a difference of squares, or a trig identity.
Whenever you see a denominator that's a product of consecutive integers, or terms shrinking geometrically toward a fixed structure, try partial fractions first — telescoping is almost always hiding underneath.
Related concepts
Practice in interviews
Further reading
- Engel, Problem-Solving Strategies, ch. 1