4.3.12 · D1Calculus III — Sequences & Series

Foundations — Ratio test — proof, limitations

1,675 words8 min readBack to topic

Before we can even read the parent note Ratio Test — Proof & Limitations, we must own every squiggle it writes. Below, each symbol gets three things: plain words, a picture, and why the topic needs it. They are ordered so each one only uses ideas already built.


1. A sequence:

Picture: a row of numbered mailboxes. Box number holds the number .

Figure — Ratio test — proof, limitations

Why the topic needs it: the ratio test is about a list of terms and how one term relates to its neighbour. No sequence, nothing to test.


2. The neighbour:

Picture: stand at box and look one door to the right. That neighbour is .

Why the topic needs it: the entire test compares each term to the one right after it. Without a name for "the next term," we cannot even write the ratio.


3. Adding it all up:

Picture: stack the mailbox values on top of each other into one growing tower of height , then , then , …

Why the topic needs it: the whole question — does this converge? — is a question about this tower. Does it settle at a finite height, or shoot to infinity?


4. Partial sums and "convergence"

Picture: watch the tower's top edge as you add blocks. Converge = the edge homes in on a horizontal line. Diverge = the edge marches upward forever.

Figure — Ratio test — proof, limitations

Why the topic needs it: "converges" and "diverges" are the two verdicts the ratio test hands out. This is the meaning behind those words.


5. Absolute value:

Picture: fold the negative number line onto the positive side; is how far from the origin you land.


6. The ratio:

Picture: two blocks side by side. Measure the height of the new block as a multiple of the old one.

Figure — Ratio test — proof, limitations

Why the topic needs it: this single number is the heart of the test. Why a ratio and not a difference? Because our benchmark, the geometric series, is built by repeated multiplying — so the natural comparison is "what did we multiply by," which is exactly a ratio.


7. The benchmark: geometric series

Picture: each block a fixed fraction of the last (say each is of the previous). The tower visibly closes in on a ceiling.

Why the topic needs it: this is the only series whose fate we know for certain by inspection. The ratio test works by squeezing your unknown series against this known one — that squeeze is the Comparison Test.


8. The limit:

Picture: plot the shrink-ratios as dots. is the horizontal line they hug in the long run.

Figure — Ratio test — proof, limitations

Why the topic needs it: is the output of the test. The three verdicts — converge, diverge, inconclusive — are all statements about this one number.


9. Infinity and ""

Picture: the dot-plot of ratios climbing off the top of the page, never levelling.


Prerequisite map

Sequence a_n

Next term a_n+1

Sum of all terms

Partial sums settle or grow

Absolute value size

Shrink ratio

Long run limit L

Geometric series

Comparison squeeze

Ratio Test

Read it top to bottom: mailboxes () and their neighbours () give a ratio; wrapping in absolute value makes it a size; the limit turns the whole tail into one number ; meanwhile the geometric series gives a known benchmark, and the comparison squeeze against it delivers the verdict — that is the ratio test.


Equipment checklist

Test yourself — reveal only after answering.

What does the index represent, and what does hold?
is a counting-number address (); is the value stored at that address.
What is in words?
The very next term, one step after .
What instruction does give?
Start at and add every term forever.
What is a partial sum ?
The running total of just the first terms: .
When does a series converge?
When its partial sums settle onto a finite number as .
What is geometrically?
The distance of from — its size, ignoring sign.
Why does the test wrap the ratio in ?
It compares term sizes; signs would break the geometric comparison, so we strip them.
What does the shrink-ratio measure?
The factor by which a term changes size compared to the term before it.
What is the common ratio of a geometric series?
The fixed number each term is multiplied by to get the next.
When does converge?
Exactly when .
What does report?
The long-run, settled value of the shrink-ratio (the tail's behaviour).
What does mean?
The ratios grow without bound; terms explode and the series diverges.

Connections

  • Geometric Series — the benchmark every symbol here is building toward.
  • Comparison Test — the squeeze that turns the benchmark into a verdict.
  • Term Test (nth-term divergence) — the quick check behind the case.
  • Back to the parent: Ratio Test