A telescoping series is an infinite sum whose partial sums simplify because many terms cancel in a chain. This makes it possible to find some infinite sums exactly without adding infinitely many numbers one by one. The main idea is to rewrite each term as a difference, so the middle pieces disappear when the terms are lined up.
Telescoping series are important because they connect algebraic manipulation, limits, and convergence in a clear visual way.
A common method is to use partial fraction decomposition to split a rational expression into simpler fractions. For example, 1/(n(n + 1)) can be rewritten as 1/n - 1/(n + 1), which creates cancellation across the sum. After forming the nth partial sum, only the first few and last few boundary terms remain.
The infinite series sum is then found by taking the limit of the partial sum as n approaches infinity.
Understanding Calculus: Telescoping Series
The safest way to handle this kind of sum is to stop thinking about infinity at first. Write out a finite number of terms, keeping every plus and minus sign. This reveals the cancellation pattern and prevents a common mistake, which is cancelling terms that do not actually appear in the same partial sum.
The surviving terms sit at the edges of the list. Their positions depend on where the index starts. A series beginning at one can have a different value from the same formula beginning at two, because an early boundary term has been removed.
Index shifts deserve careful attention. Suppose a term contains a fraction involving n plus two. When several such terms are expanded, it may cancel with a later fraction, not the next one.
In that case, more than one term can remain at each end. Students should write enough terms to see the full repeating pattern before making a shortcut. It helps to mark matching fractions in pairs.
The negative part of one term must have exactly the same denominator and coefficient as a positive part elsewhere. Similar looking expressions do not always cancel.
Telescoping is closely connected to the idea of change. In many problems, a term can be viewed as the difference between two consecutive values of a sequence. Adding all those changes records the net change from the starting value to the ending value.
This is the discrete version of a basic calculus idea. An integral adds many tiny changes, while the Fundamental Theorem of Calculus reduces that total to endpoint values. Telescoping sums use separate steps instead of continuous intervals, but the same endpoint principle is present.
These series appear when a quantity changes by small stepwise amounts. They can describe differences in accumulated costs, changes in a population model, or error estimates in numerical methods. They are especially useful in probability, where differences between nearby fractions may combine into a simple total probability.
Not every infinite series can telescope, and cancellation alone does not prove that a finite answer exists. After simplifying the partial sum, examine what happens to the remaining end terms as the number of terms grows.
If those terms approach a finite value, the series converges. If they fail to settle, the original series does not have a finite sum.
Key Facts
- A telescoping series has terms that cancel when partial sums are expanded.
- The nth partial sum is S_N = a_1 + a_2 + ... + a_N.
- If a_n = b_n - b_(n + 1), then S_N = b_1 - b_(N + 1).
- The infinite sum is sum from n = 1 to infinity of a_n = lim as N approaches infinity of S_N.
- Partial fractions often create telescoping form, such as 1/(n(n + 1)) = 1/n - 1/(n + 1).
- The series sum from n = 1 to infinity of 1/(n(n + 1)) equals 1.
Vocabulary
- Telescoping series
- A series whose expanded partial sums contain many terms that cancel, leaving only boundary terms.
- Partial sum
- The sum of the first N terms of a series, usually written as S_N.
- Partial fraction decomposition
- A method for rewriting a rational expression as a sum or difference of simpler fractions.
- Convergence
- The property that the sequence of partial sums approaches a finite number.
- Limit
- The value that a sequence or function approaches as its input grows or changes in a specified way.
Common Mistakes to Avoid
- Canceling terms before writing enough partial sums is wrong because the cancellation pattern may not be clear until several terms are expanded.
- Forgetting the leftover boundary terms is wrong because a telescoping sum usually keeps the first terms and the final terms after cancellation.
- Assuming every rational series telescopes is wrong because only expressions that can be rewritten into a canceling difference form will telescope.
- Skipping the limit step for an infinite series is wrong because the sum of an infinite series is defined as the limit of its partial sums, not just the simplified finite expression.
Practice Questions
- 1 Find the sum from n = 1 to 6 of 1/(n(n + 1)) by rewriting each term as 1/n - 1/(n + 1).
- 2 Use partial fractions to find the sum from n = 1 to infinity of 2/((n + 2)(n + 3)).
- 3 Explain why a series of the form sum from n = 1 to infinity of (b_n - b_(n + 1)) telescopes, and describe what must happen to b_(N + 1) for the infinite series to converge.