Visual walkthrough — Arithmetic-geometric progression — finding sum
Before we begin, one promise: no symbol appears until it has a picture. Let's meet the players.
Step 1 — What are we even adding up?
WHAT. We have a list of numbers to add. Each number is a count times a shrinking (or growing) piece. Look at the figure: the count climbs like a staircase (that's the arithmetic part), and the tile it sits on scales by the same factor each step (that's the geometric part).

WHY start here. You cannot cancel or shift a thing you cannot picture. So we lay the whole sum out as physical bars whose heights are the terms .
PICTURE. Each blue bar is one term:
- ::: the very first count (the height of the staircase's first step).
- ::: how much the count jumps each step ( is the tilt).
- ::: the multiplier on the tile each step ( is the shrink/grow factor).
The whole thing we want is
Step 2 — Why multiplying by is the smart move
WHAT. We build a second copy of the sum, but every bar multiplied by . Multiplying by nudges each tile one power higher, which visually slides the whole staircase one step to the right.

WHY this tool and not another? We want the messy "" counts to disappear. If we simply added or squared, they'd stay tangled. But multiplying by makes term of the copy sit directly beneath term of the original — because both then carry the same power of . Aligned bars can be subtracted, and subtraction is where cancellation lives. This is the single idea the whole method rests on.
PICTURE. The orange row is the shifted copy:
- Every orange bar carries one extra compared to the blue bar above it.
- The orange staircase pokes out one slot to the right — that overhang () is a leftover we'll deal with.
- The blue staircase pokes out one slot to the left — the lonely — another leftover.
Step 3 — Subtract, and watch the bulk vanish
WHAT. Compute by subtracting each orange bar from the blue bar sitting above it, power of by power of .

WHY. In the overlap region, the blue count is and the orange count directly below is . Their difference is
The big, ugly, growing part cancels — only the constant gap survives at every overlapping power. That is the payoff of Step 2's alignment.
PICTURE. The tall blue/orange bars collapse into short green bars, all the same height (times a power of ):
- The ::: blue's left end had no orange bar under it, so it survives untouched.
- Each ::: an overlap where the count-difference is exactly .
- The final ::: orange's right overhang had no blue above it, so it survives with a minus sign.
Step 4 — The green survivors are a plain GP
WHAT. Focus only on the green bracket. It is : a pure geometric progression — a fixed thing multiplied by again and again.

WHY this is the whole point. A pure GP is the one series we already know how to sum in a single line. By reducing the hard AGP to this friendly GP, we've turned an unknown into a known. (This is why the parent calls the GP "the engine.")
PICTURE. Green bars shrinking (if ) by the same ratio each step. Sum of a GP with first term , ratio , and terms:
- ::: the first green bar (the GP's starting height).
- ::: appears because there are terms; the standard GP formula with .
- The single in the denominator ::: comes only from summing this GP. Remember it — a second is about to arrive.
Step 5 — Solve for (the first factor of )
WHAT. Substitute the green GP-sum back into (3) and notice the left side is . Divide by to isolate .

WHY. We factored out of the left side; dividing by is the only way to peel it off. This division hits the GP-sum's own , producing the famous squared denominator on the arithmetic piece.
PICTURE. Two divisions stacked on the tilt term — that's the .
Divide throughout by :
- ::: the lonely left-end , divided once.
- ::: the green GP; two 's — one from summing greens, one from this division. This is why the parent's mnemonic says "tilt over the square."
- ::: the lonely right overhang, divided once, with its minus sign.
Step 6 — Degenerate case: what if ?
WHAT. Every formula above secretly divided by . If , that is division by zero — the picture breaks. So handle separately.

WHY. With the "geometric" tiles never shrink or grow (), so the term is just the AP count . There is nothing to shift-and-cancel; instead sum it as a plain Arithmetic Progression.
PICTURE. All tiles equal height ; the bars are a pure arithmetic staircase:
- The ::: pair-up-the-ends trick of an AP.
- ::: first term last term.
The multiply-and-shift picture simply does not apply — no ratio, no slide.
Step 7 — Push when (the tail dies)
WHAT. Take the finite and let the staircase grow forever, but only when . Watch the finite-tail term shrink to nothing.

WHY only ? The tail carries and a count . The count grows linearly; decays exponentially. Exponential decay crushes linear growth (see Limits: exponential vs polynomial growth), so . If instead , the tiles never shrink, bars keep piling up, and no finite total exists — the "" formula is meaningless.
PICTURE. The red tail bar shrinking toward the axis as climbs; also inside the tilt term. What remains:
- ::: the surviving GP heart (the inside vanished).
- ::: the tilt, now with its finite-only factor .
- The whole third term ::: gone, because red .
The one-picture summary

This final figure compresses all seven moving parts: the blue original, the orange -shifted copy, the two lonely ends, the green GP survivors, and the arrow that turns the whole thing into the boxed — plus the gate that lets .
Recall Feynman retelling — the whole walkthrough in plain words
I want to add a staircase where the step number grows but each step is on a shrinking (or growing) tile. Adding it directly is a mess, so I build a second staircase and slide it one step to the right (that slide is multiplying by ). Now matching steps sit on top of each other, differing only by the tiny constant . I subtract the two staircases: all the big ugly counts cancel, leaving a neat little pile of equal-height bars — that pile is a plain GP, which I can sum in one breath. Two bits stick out at the ends and refuse to cancel: the very first on the left and one overhanging tile on the right. Peeling the whole answer apart needs me to divide by — and because the GP already carried one , the tilt part ends up divided twice, giving the squared denominator. If the tiles are exactly the same size (), there's nothing to slide, so I just add the numbers like an ordinary AP. And if the tiles keep shrinking (), I can let the staircase run forever: the far-off overhang shrinks to zero (exponential beats linear), and only two clean fractions survive: .
Connections
- Arithmetic-geometric progression — finding sum — the parent result these pictures derive.
- Geometric Progression — sum — the green-survivors engine of Step 4.
- Arithmetic Progression — the degenerate case of Step 6.
- Sum to infinity of GP — what Step 7 becomes when .
- Power series and generating functions — Example's .
- Limits: exponential vs polynomial growth — why the red tail dies in Step 7.