4.3.4 · D1Calculus III — Sequences & Series

Foundations — Geometric series — convergence condition, proof

2,726 words12 min readBack to topic

This page unpacks every symbol and idea the parent note Geometric series leans on, starting from things a smart 12-year-old already knows. Nothing here assumes you've met "series", "sigma", or "limit" before — we build each from a picture.


1. The first term , and multiplying by a fixed factor

Before "series", the simplest object is a list of numbers where each one comes from the one before by multiplying by the same number every time. To describe such a list we only need two things: where it starts and what it multiplies by.

Figure — Geometric series — convergence condition, proof

Look at the figure. The leftmost bar is the first term ; each following bar is times the height of the bar to its left. When is between and , the bars shrink — that shrinking is the whole story of convergence.


2. Powers and the notation

Writing gets tiring, so we use an exponent.

The one that trips people up: . Why? Zero copies of multiplied together is the "empty product", and multiplying nothing leaves you at the multiplication-starting-point, which is . This matters because a series that starts at has first term .


3. Absolute value — the size of a number

The convergence rule is stated with , not . We need this because a negative can still make the pieces shrink.

Figure — Geometric series — convergence condition, proof

The figure lays on a horizontal number line (the axis running left–right through zero). The blue double-arrow measures the distance from out to , and the orange double-arrow measures the distance from out to . Both arrows have the same length, — which is exactly the picture of : the arrows point in opposite directions, but only their length is what reports.


4. The summation symbol

Now the piece the parent note uses everywhere.

Written out in full, that same sum is

So (small enough that no dots are needed). It's just shorthand for a long "".


5. Partial sum — stopping early on purpose

We can never add infinitely many numbers by hand. The trick is to add only the first few, then watch a pattern.

Figure — Geometric series — convergence condition, proof

The figure shows the running total climbing as we add more terms. For shrinking pieces (blue) the running total flattens toward a ceiling; for growing pieces (orange) it shoots up forever. The parent note's whole proof is about finding a clean formula for this climbing total and then asking where it ends up.


6. The limit — "where is it heading?"

This is the one genuinely new idea, and the entire convergence question rides on it.

The single fact the proof needs is the behaviour of as :

  • : each multiply by makes it smaller in size, so . (Pieces vanish.)
  • : each multiply makes it bigger, so . (No destination.)
  • : forever. (Never shrinks.)
  • : flips . (Bounces, never settles.)
Figure — Geometric series — convergence condition, proof

Every case in the figure. Notice: only when the dots march into zero (the curves) can the total settle down. This is exactly why the convergence condition is .


7. Two small algebra tools the proof reuses

Factoring. Pulling a common piece out front: . The proof uses and .

The term-by-term cancellation (WHY the middle vanishes). The proof's key move is to compute . Write the two sums stacked, aligning matching powers of :

Now subtract the bottom row from the top row, column by column:

  • The in has nothing beneath it in → it survives.
  • The appears in both rows → , gone.
  • The appears in both rows → , gone.
  • Every middle term (for ) shows up once in each row, because multiplying by just shifts every term up one power — so each middle term meets an identical twin and cancels.
  • The in has nothing above it in → it survives, carrying its minus sign.

So the entire middle collapses and only the two ends are left:

Dividing to isolate. Factor both sides: . Dividing both sides by frees : This division is only legal when , i.e. — which is exactly why the parent note treats separately.


8. Closing the loop — what the infinite series actually sums to

Everything above exists to answer one question: as , where does land? Feed the limit of into the partial-sum formula.


Prerequisite map

The diagram below traces how each foundation feeds the next, ending at the topic's two headline results. Read it top-to-bottom: the fixed multiplier and its powers give us notation () and a way to measure shrinkage (); those build the partial sum; the partial sum plus the limit deliver the convergence condition and the sum formula.

First term a and fixed multiplier r

Powers r^n

Absolute value size of r

Sigma sum notation

Partial sum S_N first N terms

Limit as N to infinity

Behaviour of r^N

Factoring and cancellation

Partial sum formula

Convergence condition abs r less than 1

Sum equals a over 1 minus r

Each box on the left must be solid before the topic's proof (the two bottom boxes) makes sense.


Equipment checklist

Cover the right side and answer aloud — if any stumps you, reread that section before the parent note.

What is the first term ?
The starting number of the list — the opening term (with no attached) before any multiplying happens.
What does the common ratio mean, in words?
The fixed number you multiply by to get from each term to the next; equal to (next term)(this term).
What is and why?
— zero multiplications leaves you at the multiplication starting point, .
What does measure?
The distance of from zero on the number line — its size, ignoring sign.
Why does the convergence rule use instead of ?
Because whether the pieces shrink depends on size, not sign; covers both positive and negative shrinking ratios.
How do you read , and what does the "" stand for?
Let run through , plug each into , and add all the results; the dots mean "continue the same pattern (exponent +1 each step) through all the middle terms".
What is the partial sum ?
The total of just the first terms of the series.
In , why do the middle terms cancel?
Multiplying by shifts every term up one power, so each middle term appears in both rows and subtracts to zero; only and survive.
What does ask?
As grows without end, does the running total home in on one fixed number?
What is when ?
— repeated multiplying by something smaller than in size drives it to zero.
What does a convergent geometric series sum to, and when?
, valid exactly when .
What is the sum when ?
Just — all later terms are zero, and .
Why must we exclude from the partial-sum formula?
Because dividing by means dividing by zero when ; that case is handled separately as .
Why is a limit needed to define an infinite sum at all?
You can't finish adding infinitely many terms, so the infinite sum is defined as the destination of the partial sums.

Connections

  • Sequences — limits and convergence — where and "settling on a number" come from.
  • Partial sums and series convergence — the idea that a series is the limit of its partial sums.
  • Ratio Test — generalises the "constant ratio" to ratios that change.
  • Power series and radius of convergence — geometric series is the model case .
  • Repeating decimals as fractions — a direct payoff once these foundations are in place.
  • Telescoping series — the cancellation trick that turns into a clean formula.