What Is a Telescoping Series? a Complete Guide

Learn what is a telescoping series, how partial sums collapse, and how to spot convergence with examples and practice problems.

What Is a Telescoping Series? a Complete Guide
Do not index
Do not index
A telescoping series is an infinite sum whose terms collapse against neighboring terms so that almost everything cancels and only a handful of pieces survive in each partial sum. If you've ever stared at a long algebra problem and felt sure there had to be an easier pattern hiding inside it, this is one of those cases.
That feeling is normal. Many students meet infinite series in a calculus class after they already know what a sequence is, but the mechanics of a sum can still feel slippery, especially when the expression keeps changing from one term to the next. A telescoping series turns that uncertainty into a clear algebra game, because the terms are built to cancel in a chain rather than sit there independently.
The easiest way to understand it is to start with something finite and familiar. A long list of terms that repeatedly adds and subtracts the same pieces leaves very little behind, and once you see that pattern, the infinite case stops feeling mysterious.

A Cancellable Sum You Have Probably Seen Before

Think about a ledger where one column adds money in and the next column subtracts the same amounts back out. If the entries are arranged well, the total doesn't depend on every single line, it depends on the few entries that never got matched. That is the basic feel of a telescoping series, and the name comes from the way the sum folds inward, much like sections of a telescope sliding into one another.

The idea in plain English

A telescoping series is a sum whose consecutive terms are designed so that neighboring pieces cancel. Instead of every term contributing something new, most of the algebra disappears when you write out the partial sum. What survives are the boundary terms, usually the very first piece and the very last piece.
That makes telescoping unusually friendly. In many other series, you may need a convergence test just to decide whether the sum behaves nicely. Here, the structure often gives you the answer directly, once you rewrite the series in the right form.
A good way to build intuition is to compare it with notation you already know from set and sequence work. If the symbols and indexing still feel fuzzy, a quick refresher on sets, notation, and index language can make the algebra easier to read.
For a broader way to keep your reading organized, the StoryCV guided storytelling tool can be useful when you're turning a math topic into a step-by-step explanation for yourself or for classmates.

What to look for

The giveaway is not the word “infinite.” It's the repeated cancellation pattern. When you see terms that come in matched pairs, especially after rewriting, you should suspect telescoping.
That is why this topic is often one of the most satisfying parts of a calculus course. Once you recognize the structure, the work becomes more about careful rewriting than about heavy computation.

How the Cancellation Works

notion image
Start with the finite sum
[ S_n=\sum_{k=1}^{n}\left(\frac{1}{k}-\frac{1}{k+1}\right). ]
The sigma notation hides the core action, so write out the first few terms.
[ S_n=\left(1-\frac12\right)+\left(\frac12-\frac13\right)+\left(\frac13-\frac14\right)+\cdots+\left(\frac1n-\frac1{n+1}\right). ]
Now the cancellation is easy to see. The (-\frac12) in the first pair cancels with the (+\frac12) in the next pair. The (-\frac13) cancels with the (+\frac13) that follows it, and the same pattern continues through the middle of the sum.

What survives

After the middle terms disappear, only the boundary pieces remain.
[ S_n=1-\frac1{n+1}. ]
That is the telescoping pattern in its simplest form. The original sum may have many terms, but the partial sum keeps only a small leftover expression made from the ends.
You can check the pattern by expanding a few partial sums directly.
[ S_1=1-\frac12,\quad S_2=\left(1-\frac12\right)+\left(\frac12-\frac13\right)=1-\frac13, ] [ S_3=1-\frac14,\quad \text{and so on.} ]
Each new term cancels one old piece and introduces one new boundary piece. That is why telescoping feels so tidy once you recognize the structure. The hard part is usually not the summation itself, but rewriting the terms so the cancellation becomes visible.
A useful reference if you are also checking how indexed sums appear in applied problems is this statistics and math solver resource, since many students first meet careful summation patterns there.
For a quick visual summary, the partial sum here ends as
[ S_n=1-\frac1{n+1}, ]
so if the problem asks for a specific finite cutoff, that closed form gives the answer directly.

From Finite to Infinite and the Idea of Convergence

Once you know the partial sum, the infinite series is just the limit of that expression as (n) grows without bound. For the example above, the infinite sum is
[ \sum_{k=1}^{\infty}\left(\frac{1}{k}-\frac{1}{k+1}\right)=\lim_{n\to\infty}\left(1-\frac1{n+1}\right)=1. ]
The important move is not “add forever” in a vague sense. It is “find the partial sum, then take the limit.” That keeps the problem grounded in standard calculus.

Convergent and divergent boundary behavior

Telescoping can converge only if the surviving boundary term approaches a finite number. If the closed form ends with something like (1/(n+1)), that term shrinks toward zero and the whole sum may settle to a fixed value. If the surviving piece grows without bound, the series diverges.
That rule helps you read the answer before you even push the limit too far. In the finite case, cancellation tells you what remains. In the infinite case, the limit tells you whether the remaining edge settles down or runs away.
For a related example of how limits control the behavior of formulas in applied math, the poisson density function discussion is a good reminder that closed forms matter because they make limiting behavior visible.
The conceptual payoff is significant. Telescoping turns a hard-looking infinite sum into an ordinary limit problem. If you can simplify the partial sum, you've already done most of the work.

Two Worked Infinite Examples Side by Side

The easiest way to see the method is to compare a convergent case with a divergent one. Both begin with rewriting, both use partial sums, but only one leaves a boundary term that settles to a finite value.
Series
Rewrite Step
Surviving Terms
Closed Form
Limit
(\sum_{k=1}^{\infty}\frac{1}{k(k+1)})
(\frac{1}{k(k+1)}=\frac{1}{k}-\frac{1}{k+1})
First term and last boundary term
(1-\frac{1}{n+1})
(1)
(\sum_{k=1}^{\infty}\left(\frac{1}{2k-1}-\frac{1}{2k+1}\right))
Already in difference form
First odd reciprocal and last odd reciprocal
(1-\frac{1}{2n+1})
(1)

Example 1, a convergent classic

Start with
[ \sum_{k=1}^{\infty}\frac{1}{k(k+1)}. ]
Use partial fractions:
[ \frac{1}{k(k+1)}=\frac{1}{k}-\frac{1}{k+1}. ]
So the partial sum is
[ S_n=\left(1-\frac12\right)+\left(\frac12-\frac13\right)+\cdots+\left(\frac1n-\frac1{n+1}\right)=1-\frac1{n+1}. ]
Now take the limit:
[ \lim_{n\to\infty}S_n=1. ]
The series converges, and the answer is exact.

Example 2, a different telescoping pattern

Now consider
[ \sum_{k=1}^{\infty}\left(\frac{1}{2k-1}-\frac{1}{2k+1}\right). ]
The first few terms are
[ \left(1-\frac13\right)+\left(\frac13-\frac15\right)+\left(\frac15-\frac17\right)+\cdots ]
and again the middle terms cancel. The partial sum is
[ S_n=1-\frac{1}{2n+1}. ]
Taking the limit gives
[ \lim_{n\to\infty}S_n=1. ]
A student sometimes expects this to behave differently just because the index pattern looks less standard. It doesn't. Once the cancellation is lined up, the same boundary logic applies.
For a calculus student who likes checking patterns against problem-solving platforms, this homework help resource for statistics offers another example of why clean setup matters more than brute force.
The template is simple. Rewrite if needed, expand the partial sum, isolate what survives, then take the limit. That is the whole game.

Techniques for Putting a Series Into Telescoping Form

notion image
A telescoping series usually does not arrive already arranged as a neat difference. You often have to build that difference yourself, and the two most useful tools are partial fractions and index shifts.

Partial fractions

When the term is rational, first check whether it can be split into pieces that cancel against neighboring terms. A basic example is
[ \frac{1}{k(k+1)}=\frac{1}{k}-\frac{1}{k+1}. ]
A slightly richer pattern is
[ \frac{1}{k(k+2)}=\frac12\left(\frac1k-\frac1{k+2}\right). ]
Once you see a rewrite like that, the rest of the telescoping pattern often becomes visible after you expand the partial sum. The algebra is arranging the cancellation for you, one term at a time.

Index shifts

Sometimes the series already has a difference structure, but the indices do not line up in a way that lets the terms cancel cleanly. In that case, shift the index so the pieces match term by term. If one sum uses (a_k) and another uses (a_{k+1}), rewrite one of them with a shifted index and then check the new starting and ending terms.
Students often confirm that kind of rewrite with a calculator or solver before trusting the result, which is why a math solver guide for checking algebraic setup can be useful as a quick sanity check.

What to try first

  • Look for factors that split nicely. Terms like (k(k+1)) or (k(k+2)) often hide a difference of reciprocals.
  • Try partial fractions before anything fancy. Many textbook telescoping problems are designed for that step.
  • Check the first and last indices carefully. A good rewrite still fails if the boundaries shift the wrong way.
  • Expand a short partial sum. The cancellation pattern should appear quickly once the form is correct.
If the series refuses to simplify into a difference, do not force it. Some rational series telescope, and some do not, so the rewriting step is where you decide whether that approach is available.

Pitfalls That Trip Up Most Students

notion image

Assuming every rational series telescopes

A fraction in (k) doesn't automatically mean cancellation will happen. Some series need a different convergence test, and some need more algebra before a telescoping pattern appears. The fix is simple: rewrite the term and check whether a difference form is possible.

Shifting the index the wrong way

A small indexing error changes the boundary terms. If you shift (a_{k+1}) incorrectly, you can lose the first term or invent an extra one. The safest check is to write out the first few terms after the shift and compare them with the original series.

Confusing a partial sum with the final value

The finite partial sum is not yet the infinite series. Even if the pattern is obvious, the series value still comes from the limit of the partial sums. A telescoping series with partial sum (S_n) is evaluated by finding (\lim_{n\to\infty}S_n), not by stopping once the cancellation looks neat.

Forgetting the first or last piece

Most mistakes happen at the edges. Students cancel everything in the middle correctly, then drop the first surviving term or misread the last one. If your answer looks too small or too large, check the boundaries first.

Practice Problems With Full Solutions

Problem 1

Evaluate
[ \sum_{k=1}^{\infty}\frac{1}{(k+1)(k+2)}. ]
Start by rewriting the fraction. A quick partial-fraction split gives
[ \frac{1}{(k+1)(k+2)}=\frac{1}{k+1}-\frac{1}{k+2}. ]
Now write the partial sum:
[ S_n=\left(\frac12-\frac13\right)+\left(\frac13-\frac14\right)+\cdots+\left(\frac1{n+1}-\frac1{n+2}\right). ]
Everything in the middle cancels, leaving
[ S_n=\frac12-\frac1{n+2}. ]
Take the limit:
[ \sum_{k=1}^{\infty}\frac{1}{(k+1)(k+2)}=\lim_{n\to\infty}\left(\frac12-\frac1{n+2}\right)=\frac12. ]

Problem 2

Evaluate
[ \sum_{k=1}^{\infty}\left(\frac{1}{k}-\frac{1}{k+2}\right). ]
Here the series is already in difference form, but the cancellation is a little less immediate. The first few terms are
[ \left(1-\frac13\right)+\left(\frac12-\frac14\right)+\left(\frac13-\frac15\right)+\cdots ]
If you write the partial sum carefully, the remaining terms are
[ S_n=1+\frac12-\frac1{n+1}-\frac1{n+2}. ]
That happens because the first two positive terms have no earlier negative partners, while the last two negative terms have no later positive partners.
Now take the limit:
[ \lim_{n\to\infty}S_n=1+\frac12=\frac32. ]
This is a good reminder that telescoping doesn't always leave just one term on each side. Sometimes the boundary width is wider, and you have to count it accurately.

Problem 3

Evaluate
[ \sum_{k=1}^{\infty}\frac{1}{k(k+3)}. ]
This one needs partial fractions first. Write
[ \frac{1}{k(k+3)}=\frac13\left(\frac1k-\frac1{k+3}\right). ]
So
[ S_n=\frac13\left[\left(1+\frac12+\frac13\right)-\left(\frac1{n+1}+\frac1{n+2}+\frac1{n+3}\right)\right]. ]
The pattern is not hard once you see it, but the boundary terms are wider than in the earlier examples. That is exactly why writing the first few terms matters.
Taking the limit gives
[ \sum_{k=1}^{\infty}\frac{1}{k(k+3)}=\frac13\left(1+\frac12+\frac13\right)=\frac{11}{18}. ]
If you want a mental check, the partial sums should settle below the value of the first few terms combined, which they do.

Where Telescoping Fits in the Bigger Picture

Telescoping sits beside other convergence tools like the integral test and ratio test, but it's unusual because it often gives an exact value, not just a yes-or-no decision about convergence. That makes it one of the most satisfying techniques in a calculus course, because the algebra itself reveals the answer.
For a simple comparison with another discrete math idea, the structure of a telescoping sum has the same kind of boundary sensitivity you see in a discussion of Euler circuits, where the route only works when the endpoints and connections line up correctly.
The working habit is always the same. Rewrite the series, find the closed form of the partial sum, then take the limit. If you keep that three-step pattern in mind, telescoping stops feeling like a trick and starts feeling like a dependable method.
If you want more step-by-step math explanations like this, visit Model Diplomat for sourced, student-friendly learning support and structured practice that helps you build confidence one topic at a time.

Get insights, resources, and opportunities that help you sharpen your diplomatic skills and stand out as a global leader.

Join 70,000+ aspiring diplomats

Subscribe

Written by

Karl-Gustav Kallasmaa
Karl-Gustav Kallasmaa

Co-Founder of Model Diplomat