Visual walkthrough — Telescoping series
We build everything from zero. If a symbol appears, it was drawn first.
Step 1 — What is a "series" anyway? A running total
WHAT. A series is what you get when you keep a running total of a list of numbers. Call the numbers — just "term number 1, term number 2, ..." The little number below is the index: it tells you which term you are pointing at, nothing more.
The partial sum means: "stop after terms and tell me the total so far."
WHY. Infinity is scary; a running total is not. We will never add infinitely many things. We add of them, get a clean answer, and only at the very end ask "what does that answer drift toward as grows?"
PICTURE. Each term is a brick. Stacking bricks left to right, the height of the stack after bricks is .

Step 2 — The special ingredient: every term is a difference
WHAT. A telescoping series is one where each brick is secretly a subtraction of two heights drawn from a single background sequence :
Here is just some sequence — think of it as a fence with posts of decreasing height. Term is the drop from post to post .
WHY. Differences are magic for adding because a drop shares an edge with the next drop. Post is the bottom of drop and the top of drop . That shared post is what will cancel.
PICTURE. Below: the fence of posts (black), and each term shown as the red vertical gap between two neighbouring posts.

Step 3 — Add the first few, and watch a post get used twice
WHAT. Add just the first three terms, writing each one out fully instead of collapsing it:
Look at : it appears once with a minus (end of term 1) and once with a plus (start of term 2). Same for .
WHY. This is the whole trick, caught in the act. A post in the middle of the fence is the bottom of one drop and the top of the next. Those two roles carry opposite signs, so the post is counted and — a net of zero.
PICTURE. The red posts each get a tag from one term and a tag from its neighbour. Their tags stare at each other, ready to annihilate.

Step 4 — The cancellation: interior posts vanish
WHAT. Group the plus/minus pairs:
Every interior post cancels perfectly, leaving
WHY. Only (nothing before it to supply a / partner) and (nothing after it) are lonely. Everybody in between found their opposite twin.
PICTURE. The middle posts fade to grey (cancelled); only the first post and the last post glow red — the survivors.

Step 5 — General : first minus last
WHAT. Nothing about "" was special. For any :
Each term for shows up once as and once as . Gone. Survivors: the very first and the very last .
WHY. We generalise so we never have to write out the middle again. The bookkeeping is always the same: first minus last-plus-one.
PICTURE. A long fence. A single red arrow spans from post straight down to post — the whole sum is just that one net gap, no matter how many posts sit between them.

Step 6 — The infinite sum: let the last post walk off to the horizon
WHAT. To sum forever, let . The lead survivor is frozen; only the trailing survivor moves:
WHY. We use a limit because we can't reach the end of an infinite fence — we can only ask what height the last post approaches as it marches to the horizon (see Limits of Sequences). Whatever that height is, the answer is .
PICTURE. The trailing post slides rightward toward a dashed horizon line at height . The red gap the answer measures settles from down to the final .

Step 7 — Degenerate case: what if the last post never settles?
WHAT. The formula only makes sense if exists (is a single finite number). If grows without bound, or bounces forever, there is no — and the series diverges (no exact sum).
WHY. We must cover this or the reader will trust the collapse blindly. Example: , so . Then . As grows, . The telescope collapsed correctly — but the trailing post ran off to infinity, so there is no finite total.
PICTURE. Two fences side by side: on the left posts sink to a flat horizon ( exists → converges); on the right posts climb forever (no → diverges). The red trailing arrow on the right just keeps stretching.

The one-picture summary
Everything above, compressed: a fence of posts ; each term is the red drop between neighbours; all interior posts pair off and vanish; only and the runaway (heading to ) remain — so the whole infinite sum is the single net gap .

Recall Feynman retelling — the whole walkthrough in kid-words
Picture a long fence made of posts, each a bit shorter than the last. A "term" isn't a post — it's the little step down from one post to the next. Now I want to add up all the steps. Here's the beautiful part: the bottom of one step is the exact same spot as the top of the next step. So when I add "step down from post 2" and then "step up would-be from post 2," that shared post gets counted once as plus and once as minus — poof, it cancels. Every post in the middle of the fence is shared by two steps, so every middle post cancels. Only two posts are lonely: the very first one (no step before it) and the very last one (no step after it). So the total of ALL the steps is just: height of the first post minus height of the last post. If the fence goes on forever and the posts sink toward some flat ground at height , the "last post" becomes that flat ground — and the whole endless sum is simply first post minus . That's a telescope folding shut: the middle slides away, only the two rims are left.
Connections
- Telescoping series (Hinglish) — the parent topic this page zooms into.
- Partial Fraction Decomposition — how you manufacture the shape.
- Sequence of Partial Sums — the list we watched collapse.
- Limits of Sequences — decides where the trailing post lands.
- Convergence Tests for Series — telescoping beats these by giving the exact value.
- Method of Differences — the same cancellation idea for finite sums.
- Geometric Series — the other family with an exact sum; good contrast.