3.3.1 · D2Sequences & Series

Visual walkthrough — Arithmetic progression (AP) — nth term, sum of n terms — derivations

1,769 words8 min readBack to topic

Before we start, three plain words we will use constantly:


Step 1 — Draw the AP as a staircase

WHAT. We stop thinking of as a list of numbers, and draw each term as a vertical bar whose height is that number.

WHY. A sum is hard to picture as text. But a sum of bar-heights is the total area of the bars — and area is something we can cut, flip, and rearrange with scissors. Turning "add these numbers" into "find this area" is the single move that unlocks the whole derivation.

PICTURE. Look at the blue bars below. Bar 1 has height . Every following bar is exactly one yellow chunk taller than its neighbour, so the tops climb in a perfect straight line — that straight climb is the signature of an AP (this is why is a linear function of ).

Figure — Arithmetic progression (AP) — nth term, sum of n terms — derivations

Step 2 — The problem: the staircase is a jagged shape

WHAT. We ask: what is the total blue-plus-yellow area of this staircase?

WHY. A rectangle's area is trivial (). A jagged staircase is not — its top edge steps up unevenly. If only we could turn this ragged shape into a clean rectangle, the area would be one multiplication. That wish is exactly what the next step grants.

PICTURE. The red dashed outline traces the ragged top. Notice it is nearly a triangle sitting on a rectangle — but those little steps make it awkward to measure directly. Hold this frustration; it is about to vanish.

Figure — Arithmetic progression (AP) — nth term, sum of n terms — derivations

Step 3 — Make a mirror copy and flip it

WHAT. We build a second, identical staircase, rotate it (turn it upside-down and backwards), and slide it on top of the first so they interlock.

WHY. This is the Gauss pairing idea made visual. The original climbs up left-to-right; the flipped copy climbs down left-to-right. Where one is short the other is tall — and their heights fill in each other's gaps exactly, because both change by the same step (one , one ). Two ragged shapes combine into one flat-topped block.

PICTURE. Blue = original, green = the flipped mirror copy. Column by column, bluegreen reaches the same total height everywhere. The jagged tops have cancelled into a straight line.

Figure — Arithmetic progression (AP) — nth term, sum of n terms — derivations

Step 4 — Read off the height of one column

WHAT. We measure the height of any single interlocked column: blue height green height.

WHY. If every column is the same height, we no longer need to add different numbers — we just count identical columns. So we must prove the column height is constant and find its value.

PICTURE. Take column . The blue bar there is term . The green bar is the mirror term, counted from the far end: . Add them:

Figure — Arithmetic progression (AP) — nth term, sum of n terms — derivations

Step 5 — Count the columns: it's a rectangle now

WHAT. We recognise the combined blue-green shape as a plain rectangle: columns wide, each of height .

WHY. Because area of a rectangle is just width height, and we now have both. This is the payoff of Step 3 — a shape any 12-year-old can measure.

PICTURE. The rectangle is columns across and tall. But this rectangle is two staircases, so it equals , not .

Figure — Arithmetic progression (AP) — nth term, sum of n terms — derivations

Step 6 — Cut the rectangle in half

WHAT. We used two copies of the staircase, so the true answer is half the rectangle. Divide by .

WHY. We doubled the sum on purpose (to flatten the top). Now we undo that doubling to recover the single staircase we actually wanted.

PICTURE. Slice the rectangle horizontally through the middle: one half is our original blue staircase's worth of area.


Step 7 — Edge case: what if ?

WHAT. Every term is the same: (a "flat" AP). Does the formula survive?

WHY. A good formula must not break on degenerate inputs. If there is no staircase — just a flat wall — so we can check by common sense.

PICTURE. All bars have height ; the staircase is a flat rectangle already, so the mirror trick still works (the flipped copy is identical). Total of equal bars is obviously .

The formula agrees with the obvious answer. ✅


Step 8 — Edge cases: and negative

WHAT. Two more sanity checks: a single term, and a downhill staircase.

WHY. These are the inputs students fear. Showing them explicitly means you never meet an untested case.

PICTURE. Left: — one lonely bar of height . Right: — the bars shrink; the "staircase" descends. The mirror trick doesn't care about direction: an ascending blue and a descending green still interlock to a flat top.

Figure — Arithmetic progression (AP) — nth term, sum of n terms — derivations

The one-picture summary

Everything above, compressed: a blue staircase, its green mirror, the flat rectangle they form, and the two-line algebra that reads off the answer.

Figure — Arithmetic progression (AP) — nth term, sum of n terms — derivations
Recall Feynman: tell the whole story to a 12-year-old

Line up some blocks so each is a little taller than the last by the same amount — that's a nice even staircase. You want the total height of all the blocks. Adding wobbly heights one by one is annoying. So here's the trick: build a second identical staircase, flip it upside-down and backwards, and push it against the first. Magic — where one staircase dips, the other bulges, and together they make a perfectly flat-topped rectangle. A rectangle is easy: count the blocks across () and measure how tall each stacked column is (it's always the shortest block plus the tallest block, because a low blue always pairs with a high green). Multiply: that's the rectangle. But you used two staircases to make it, so cut the answer in half. Done — and that "half of (how many) times (first plus last)" is exactly .


Quick self-test

Total height of column after mirroring?
— same for every .
Why do we divide by 2 at the end?
We used two copies of the staircase, so the rectangle is .
Does the sum formula still work when ?
Yes — it collapses to , the sum of equal terms.
What shape does the AP's list of tops trace?
A straight line (a linear function of ).

Connections

  • Gauss Summation Trick — the mirror-and-add move is exactly this, drawn as area.
  • Arithmetic Mean — the constant column height is twice the mean of first and last.
  • Sigma Notation — the same staircase written as .
  • Quadratic Equations — since is quadratic in , "how many terms?" becomes a quadratic.
  • Geometric Progression (GP) — its bars grow by multiplying, so no flat-rectangle trick.
  • Linear Functions — the straight-line top edge of the staircase.