Telescoping Series

A telescoping series simplifies sums where consecutive terms partially cancel out, leaving only the first and last terms to compute.

k=1n(bkbk+1)=b1bn+1\sum_{k=1}^{n} \big(b_k - b_{k+1}\big) = b_1 - b_{n+1}

Solve a problem with Telescoping Series

Type the problem. The solver will use Telescoping Series where Telescoping Series is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Telescoping Series takes
bkb_k
kk
nn
Telescoping Series
SymbolMeaning
bkb_kbkb_k stands for the kk-th term of a general sequence that forms the building block of the series; if you read it as a single unknown value instead of a sequence, you lose the cancellation pattern that makes the method work.
kkkk is the index variable counting positions from 1 up to nn; treating it as a constant instead of a placeholder for position would make you miss why consecutive terms cancel.
nnnn is the number of terms in the sum and the upper limit of the index; if you confuse it with a term in the sequence itself rather than a count of positions, you will not know where the telescoping stops.

When to use it

Use telescoping series when you can rewrite a sum as a difference of consecutive terms.

Level

Usually taught in: Calculus II

Worked examples

1. Telescoping fractions with small integers

Problem

Evaluate k=15(1k1k+1)\sum_{k=1}^{5} \left(\frac{1}{k} - \frac{1}{k+1}\right).
  1. k=15(1k1k+1)=(1112)+(1213)+(1314)+(1415)+(1516)\sum_{k=1}^{5} \left(\frac{1}{k} - \frac{1}{k+1}\right) = \left(\frac{1}{1} - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \left(\frac{1}{3} - \frac{1}{4}\right) + \left(\frac{1}{4} - \frac{1}{5}\right) + \left(\frac{1}{5} - \frac{1}{6}\right)

    Expand the sigma notation to write out all five terms.

  2. =112+1213+1314+1415+1516= 1 - \frac{1}{2} + \frac{1}{2} - \frac{1}{3} + \frac{1}{3} - \frac{1}{4} + \frac{1}{4} - \frac{1}{5} + \frac{1}{5} - \frac{1}{6}

    Rewrite the sum without parentheses to show exactly which terms appear positively and negatively.

  3. =116=56= 1 - \frac{1}{6} = \frac{5}{6}

    All middle terms cancel: 12+12=0-\frac{1}{2} + \frac{1}{2} = 0, 13+13=0-\frac{1}{3} + \frac{1}{3} = 0, and so on, leaving only 11 and 16-\frac{1}{6}.

Answer: 56\frac{5}{6}

This series telescopes because each negative fraction in one term equals the positive fraction at the start of the next term, causing cancellation and leaving only the first and last fractions.

2. Telescoping with products and negative results

Problem

Compute k=13(k(k+1)(k+1)(k+2))\sum_{k=1}^{3} \left(k(k+1) - (k+1)(k+2)\right).
  1. k=13(k(k+1)(k+1)(k+2))=(1223)+(2334)+(3445)\sum_{k=1}^{3} \left(k(k+1) - (k+1)(k+2)\right) = \left(1 \cdot 2 - 2 \cdot 3\right) + \left(2 \cdot 3 - 3 \cdot 4\right) + \left(3 \cdot 4 - 4 \cdot 5\right)

    Substitute k=1,2,3k = 1, 2, 3 to expand each grouped term.

  2. =(26)+(612)+(1220)= (2 - 6) + (6 - 12) + (12 - 20)

    Evaluate the products: 12=21 \cdot 2 = 2, 23=62 \cdot 3 = 6, 34=123 \cdot 4 = 12, 45=204 \cdot 5 = 20.

  3. =26+612+1220=220=18= 2 - 6 + 6 - 12 + 12 - 20 = 2 - 20 = -18

    Rewrite without parentheses and cancel: 6+6=0-6 + 6 = 0 and 12+12=0-12 + 12 = 0, leaving 2202 - 20.

Answer: 18-18

The negative result shows that the last term dominates; the telescoping method still works even when the answer is negative, since only the first and last products in the sequence matter.

3. Real-world application: bake sale profit

Problem

The Math Club's daily profit for a bake sale is given by the formula 50k50k+1\frac{50}{k} - \frac{50}{k+1} dollars on day kk. What is their total profit for the first 10 days?
  1. k=110(50k50k+1)=50k=110(1k1k+1)\sum_{k=1}^{10} \left(\frac{50}{k} - \frac{50}{k+1}\right) = 50 \sum_{k=1}^{10} \left(\frac{1}{k} - \frac{1}{k+1}\right)

    Factor out the constant 50 from both fractions.

  2. =50[(112)+(1213)+(1314)++(110111)]= 50 \left[\left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \left(\frac{1}{3} - \frac{1}{4}\right) + \cdots + \left(\frac{1}{10} - \frac{1}{11}\right)\right]

    Expand the telescoping series to show the first few terms and the last term; the middle terms are abbreviated with \cdots but do cancel.

  3. =50(1111)=501011=50011= 50 \left(1 - \frac{1}{11}\right) = 50 \cdot \frac{10}{11} = \frac{500}{11}

    All middle fractions cancel because each 1k-\frac{1}{k} term matches a +1k+\frac{1}{k} term in the next pair; only 11 and 111-\frac{1}{11} remain.

Answer: 50011\frac{500}{11}

This word problem demonstrates that telescoping is useful in real applications where a formula has an inherent telescoping structure; recognizing this pattern lets you compute a 10-term sum in just a few steps.

Common mistakes

Where Telescoping Series usually goes wrong
Answer came out wrong
Students see b1bn+1b_1 - b_{n+1} and write b1+bn+1b_1 + b_{n+1} or forget the negative sign on bn+1b_{n+1}.
Always write out the formula b1bn+1b_1 - b_{n+1} in full and double-check the sign before substituting numbers.
After expanding a telescoping series, students try to add all remaining terms together instead of recognizing the cancellation pattern.
After expanding, rearrange the sum so that b2+b2-b_2 + b_2, b3+b3-b_3 + b_3, and so on are clearly adjacent, then cross them out as 0 before you do any arithmetic.
When given a series like k=1n1k(k+1)\sum_{k=1}^{n} \frac{1}{k(k+1)}, students do not recognize that it can be rewritten as a telescoping series and instead try to sum it term-by-term.
Before jumping to direct summation, check whether the series can be decomposed using the identity 1k(k+1)=1k1k+1\frac{1}{k(k+1)} = \frac{1}{k} - \frac{1}{k+1} to reveal the telescoping structure.
The mistakeWhy it is wrongThe fix
Students see b1bn+1b_1 - b_{n+1} and write b1+bn+1b_1 + b_{n+1} or forget the negative sign on bn+1b_{n+1}.The formula explicitly has a minus sign between b1b_1 and bn+1b_{n+1}; misreading it as addition or dropping the minus will give you the wrong answer with the wrong sign.Always write out the formula b1bn+1b_1 - b_{n+1} in full and double-check the sign before substituting numbers.
After expanding a telescoping series, students try to add all remaining terms together instead of recognizing the cancellation pattern.If you do not deliberately pair up and cancel the terms, you will attempt tedious arithmetic on numbers that should eliminate each other, wasting time and risking computational error.After expanding, rearrange the sum so that b2+b2-b_2 + b_2, b3+b3-b_3 + b_3, and so on are clearly adjacent, then cross them out as 0 before you do any arithmetic.
When given a series like k=1n1k(k+1)\sum_{k=1}^{n} \frac{1}{k(k+1)}, students do not recognize that it can be rewritten as a telescoping series and instead try to sum it term-by-term.Not all series are already written as explicit differences; you must recognize when algebraic decomposition can split a series into a telescoping form, or you will miss the shortcut entirely.Before jumping to direct summation, check whether the series can be decomposed using the identity 1k(k+1)=1k1k+1\frac{1}{k(k+1)} = \frac{1}{k} - \frac{1}{k+1} to reveal the telescoping structure.

Tips and when to use something else

  • Write out the first few and last few terms when you expand a telescoping series — this makes the cancellation pattern obvious and helps you avoid algebra mistakes.
  • If your series does not obviously telescope, look for opportunities to use algebraic identities or decomposition to rewrite it into a telescoping form.
  • Telescoping works wonderfully for finite sums, but if you extend to an infinite series, you still must verify that the tail term converges using the Ratio Test or Integral Test.
  • If a series is not telescoping and does not have a constant ratio or constant difference between terms, check whether it is a Geometric Series or Arithmetic Series instead before applying convergence tests.

Frequently asked questions

How do I know if a series will telescope?
A series telescopes if you can rewrite it as a difference of consecutive terms from a sequence, where each term appears positively in one place and negatively in the next. If the series is not already in this form, try using algebraic identities or decomposition to convert it into telescoping form.
What's the difference between a telescoping series and a geometric series?
A geometric series has a constant ratio between consecutive terms and is summed using S=a(1rn)1rS = \frac{a(1-r^n)}{1-r}. A telescoping series cancels out middle terms and simplifies to b1bn+1b_1 - b_{n+1}. They are completely different techniques for different types of sequences.
Can telescoping series be infinite?
Yes, an infinite telescoping series can converge if the tail term approaches a limit. For example, k=1(1k1k+1)=1\sum_{k=1}^{\infty} \left(\frac{1}{k} - \frac{1}{k+1}\right) = 1 because the partial sum simplifies to 11n+11 - \frac{1}{n+1}, and limn1n+1=0\lim_{n \to \infty} \frac{1}{n+1} = 0.
Why is it important to expand the series and show cancellations explicitly?
Expanding lets you verify that the series really does telescope and see exactly which terms survive after cancellation. This process prevents mistakes like forgetting the negative sign on the last term or failing to recognize that the series can be rewritten into a telescoping form.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18