Visual walkthrough — Series — partial sums, convergence definition
We answer one question, visually: when you add forever, where does the pile end up — and when does it refuse to settle?
Step 1 — What is a "running total"? Draw the dots.
WHAT. Start with a list of numbers we intend to add. Call the list : the first number is , the second , and so on. The little underneath is just a counter — it says "which number in the list". So means "the fifth number".
WHY. We can never physically add infinitely many numbers — addition only ever combines two things at a time. So instead of adding forever, we add a finite chunk and watch what the chunk-total does. That finite total has a name:
PICTURE. Below, each number is a coloured bar. The dot above bar sits at height = the total of all bars up to and including bar . Watch the dots climb as we include more bars.
Convergence will be nothing more than: do those climbing dots level off at a fixed height?
Step 2 — Our specific list: the geometric one.
WHAT. We pick a particular list where each number is the previous one times a fixed factor : Here is the starting number and is the common ratio — the fixed multiplier that takes you from one term to the next.
WHY. This is the one series we can fully conquer by hand, and everything else in the chapter compares back to it (see Geometric series, Ratio & Root Tests, Comparison Test). Get this and you own the model.
PICTURE. With and , each bar is half the height of the one before — a shrinking staircase. The exponent is annotated on each bar so you see why it starts at .
Step 3 — The multiply-and-slide trick.
WHAT. Multiply the entire partial sum by . Every term gains one factor of , i.e. its exponent goes up by one:
WHY. Look at the two lists and : they are almost identical, just shifted by one slot. When two lists share a long middle, subtracting them annihilates that middle. This is the same annihilation idea behind Telescoping series.
PICTURE. Top row = the bars of . Bottom row = the same bars of , shifted right by one. The overlapping (shared) bars are greyed; only the two un-matched ends survive.
Step 4 — Subtract, and the middle vanishes.
WHAT. Line up over and subtract: Every interior term appears once with a and once with a : it cancels. Only the first term of the top () and the last term of the bottom () are left standing.
WHY. We turned a sum of pieces into a sum of just two pieces. That is the payoff — no "" remains, so we can actually compute.
PICTURE. The cancelled bars fade out; a pale-yellow and a chalk-pink are all that survive.
Now factor each side: On the left, — factor out the common . On the right, factor out .
Step 5 — Solve for the running total.
WHAT. Provided (that is, ), divide both sides by :
WHY. We now have a formula in with a single moving part, . Convergence (Step 1's "do the dots level off?") becomes the sharp question: does settle down as ? (See Sequences — limits and convergence for what "" means.)
PICTURE. The formula drawn as a target height (dashed line) minus a shrinking correction . The dots approach the dashed line as the correction melts away.
The symbol just means: the height the dots head toward as grows without bound. We now split into every possible .
Step 6 — Case : the pile climbs and settles.
WHAT. When is a positive fraction (between and ), every term is positive, so the dots only ever climb. And marches steadily to :
WHY. Each new bar is a shrunken positive copy of the last, so the leftover tail after terms shrinks to nothing from below — the correction dies and the dots press up against a definite ceiling.
PICTURE. For the dots climb and press against the ceiling from below. The pale-yellow error band — a strip of some small half-width we will call the tolerance (a chosen small positive number: "how close is close enough?") — eventually traps every dot. That -band is exactly the picture from the parent note's convergence definition.
Step 7 — Case : the pile still settles, but oscillates in.
WHAT. Now let be a negative fraction, e.g. . Its size is still under , so the SAME limit holds — and . But the sign of now flips every step (), so the correction alternates sign.
WHY. Because the terms alternate positive/negative, the dots overshoot the ceiling, then undershoot, then overshoot by less — zig-zagging onto the limit rather than climbing from below. It still converges (the swings shrink to nothing), just from both sides.
PICTURE. For : dots go bouncing above and below the ceiling , with the bounces shrinking into the same -band. This is the case buried inside "" that Step 6 did not show.
Step 8 — Case : the pile explodes.
WHAT. If 's size exceeds , multiplying by grows things, so . The correction term dominates and has no finite ceiling — it diverges.
WHY. Each bar is bigger than the last, so the running total accelerates upward (or swings wider and wider if ). There is nothing to level off toward.
PICTURE. With : bars and dots shooting off the top — no ceiling exists. Contrast this directly with Steps 6–7.
Step 9 — The exact-boundary cases and .
WHAT. These sit exactly on the edge , where our Step 5 division was banned () or where never settles (). Handle each by hand:
- : every term equals , so . As grows this marches to (sign of ). Diverges. (This is why Step 5 needed — dividing by is illegal.)
- : terms are , so the running total flip-flops It stays bounded but never picks one value. No limit ⇒ diverges.
WHY. "Diverges" does not always mean "shoots to infinity" — the case is bounded yet still has no sum. A sequence must settle on one number to converge; bouncing forever fails that.
PICTURE. Left: dots climb a straight ramp Right: dots ping-pong between two heights forever.
The one-picture summary
Everything on one number line for : a convergence window (chalk-blue, the only zone with a finite sum ) — climbing-in on the right half , oscillating-in on the left half — and outside it, divergence: explosion for , a straight ramp at , a flip-flop at .
Recall Feynman retelling — the whole walkthrough in plain words
I want the total of , then times , then that times again, forever. I can't add forever, so I add just the first and call it — the height of my pile after steps. Clever trick: I make a copy of the pile and multiply the whole copy by , which slides every block over by one slot. When I subtract the copy from the original, all the middle blocks match up and cancel — only the very first block and a leftover block survive. That gives me a clean formula with just one moving piece, . Now I ask what does. If is a small positive fraction, the dots climb up and settle at . If is a small negative fraction, they still settle there but zig-zag in from both sides. If is big (), each block is bigger than the last, the pile explodes. Right on the edge, just stacks equal blocks into a ramp to infinity, and makes the pile flip between two heights forever, never choosing one. So the pile has a real total only when lives strictly inside .
Active recall
Rebuild the closed form
Why does give convergence
How does approach the limit
Why exclude when dividing
What happens at
Connections
- 4.3.03 Series — partial sums, convergence definition (Hinglish) — the parent topic
- Geometric series — the result derived here in full
- Sequences — limits and convergence — what "" means
- Telescoping series — same "middle cancels" idea as Steps 3–4
- n-th Term Test for Divergence — the cases fail this
- Ratio & Root Tests — measure the "" of a general series
- Power series and radius of convergence — geometric series with