Telescoping Series

College Depth 51 in the knowledge graph I know this Set as goal
Unlocks 470 downstream topics
series telescoping partial-sums

Core Idea

A telescoping series is one whose partial sums collapse through cancellation, leaving only a few surviving terms. After partial fraction decomposition, the general term has the form f(n) - f(n+1) (or similar), so when you sum, most terms cancel: S_N = f(1) - f(N+1). Taking the limit as N -> infinity gives the exact sum. Telescoping is one of the few methods that yields exact sums for infinite series.

How It's Best Learned

Decompose 1/(n(n+1)) by partial fractions, write out several terms of the partial sum, observe the cancellation pattern, and find the sum. Practice recognizing series that telescope after algebraic manipulation. Verify by computing partial sums.

Common Misconceptions

Explainer

You know from series that the sum of an infinite series is defined as the limit of its partial sums S_N = a₁ + a₂ + ... + a_N. For most series, partial sums are hard to write in closed form — we need tests to determine convergence, but we rarely find the actual value. Telescoping series are one of the rare exceptions: their partial sums simplify so dramatically that an exact sum falls out. The key mechanism is massive cancellation driven by the structure of each term.

The standard example is ∑ 1/(n(n+1)). You know from partial fractions that 1/(n(n+1)) = 1/n - 1/(n+1). Now write out the first few terms of the partial sum: S_N = (1/1 - 1/2) + (1/2 - 1/3) + (1/3 - 1/4) + ... + (1/N - 1/(N+1)). Look at what survives: every intermediate fraction appears once with a plus sign and once with a minus sign. The entire middle collapses, leaving S_N = 1 - 1/(N+1). Taking the limit as N → ∞: S = 1. This is the telescoping effect — like a collapsing telescope, the interior sections slide into each other and disappear.

The general structure is: if each term aₙ can be written as f(n) - f(n+1) for some function f, then S_N = f(1) - f(N+1). The series converges if and only if f(N+1) → L for some finite limit L as N → ∞, and in that case the sum is f(1) - L. The partial fractions step is not optional — it is usually what reveals the telescoping form. Without decomposing 1/(n(n+1)) into 1/n - 1/(n+1), the cancellation is invisible.

To apply this reliably, write out the N-th partial sum explicitly — do not try to track the cancellation in your head. Write S_N = term₁ + term₂ + term₃ + ... + term_N after substituting the partial fraction form, and physically cross out matching terms. What is left is your closed-form for S_N. This careful bookkeeping also tells you which terms survive at each end: sometimes it is the first two that survive, sometimes just the first one, depending on the shift in the formula. Recognizing when a series can telescope — and having the partial fractions skill to expose that structure — makes you one of the few students who can find exact infinite sums on demand.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsFunction Notation ReviewDomain and RangeRational Functions and Asymptotes ReviewLimits - Intuitive IntroductionLimit Definition - IntuitiveLimit LawsLimits at InfinitySequences and ConvergenceSeries Definition and Partial SumsTelescoping Series

Longest path: 52 steps · 206 total prerequisite topics

Prerequisites (2)

Leads To (1)