4.3.4 · D3Calculus III — Sequences & Series

Worked examples — Geometric series — convergence condition, proof

2,859 words13 min readBack to topic

This is the practice arena for the geometric-series parent note. There we derived the formula Here we hit every kind of situation that formula can face: positive ratio, negative ratio, the trivial ratio , ratio hidden inside a decimal, ratio that starts at a weird index, ratio too big, and the degenerate edges. Guess before each step — that's where the learning is.

Before anything: two words you must own from line one.

We will also lean on one idea from the parent note constantly, so pin it down now:


The scenario matrix

Every geometric-series problem you will ever meet lands in one of these cells. The "Twist" column names the complication that makes each cell different from the plain textbook case (a positive ratio starting at ) — e.g. a sign flip, a shifted starting index, a decimal in disguise, or the ratio being unknown. The examples that follow are labelled with the cell they cover, so by the end no cell is left dark.

Cell Sign / size of Twist (the complication) Example
C0 (trivial) every term after the first is Ex 0
C1 (positive, shrinking) starts at (baseline case) Ex 1
C2 (negative, alternating) terms flip sign Ex 2
C3 starts at (index shift) Ex 3
C4 repeating decimal → fraction Ex 4
C5 $ r \ge 1$
C6 degenerate: and limiting/edge cases Ex 6
C7 real-world word problem (bouncing ball) Ex 7
C8 unknown (a symbol) exam twist: solve for Ex 8
Figure — Geometric series — convergence condition, proof

Read the master figure now (Figure s01). It is a number line for the ratio . The pale-green band stretching from to is where the sum settles to a finite value; the coral regions outside are where the pile of terms never dies. The two coral dots at are the boundary cases (Ex 6). Each labelled dot — "Ex1", "Ex2", "Ex0", … — is one worked example plotted at its own . Keep this picture in your head: every example below is just a point on this line, and its convergence is decided by which colour it lands in.


Cell C0 — the trivial ratio


Cell C1 — positive shrinking ratio, index from 0

Look at Figure s02. The lavender bars are the individual terms — each visibly shorter than the last (they "die"). The coral dots joined by a line are the partial sums , climbing step by step toward the dashed mint line at but never crossing it. That gap you see closing is convergence in action.

Figure — Geometric series — convergence condition, proof

Cell C2 — negative alternating ratio

Look at Figure s03. The bars now alternate colour — mint for positive terms, coral for negative ones — showing the sign flip directly. The lavender partial-sum line no longer climbs monotonically; it hops above and below the dashed limit , each hop smaller than the last. That inward spiral is the visual signature of a negative ratio.

Figure — Geometric series — convergence condition, proof

Cell C3 — index shift (does NOT start at )


Cell C4 — repeating decimal as a fraction


Cell C5 — divergence and the algebra trap


Cell C6 — the degenerate edges and

Look at Figure s04. Two side-by-side pictures of the partial sum against . On the left () the coral dots march upward in a straight line — that runaway is divergence to infinity. On the right () the lavender dots bounce forever between and , never converging on a single height. Both live on the coral boundary dots of the master figure s01.

Figure — Geometric series — convergence condition, proof

Cell C7 — real-world word problem


Cell C8 — exam twist: solve for


Recall Which cell am I in? (self-quiz)

Ratio is exactly 0 ::: sum is just the first term ; formula gives (C0). Ratio positive and under 1 ::: converges, sum bigger than (C1). Ratio negative, size under 1 ::: converges, oscillates inward, sum smaller than (C2). Sum starts at not 0 ::: recompute as the term at (C3). A repeating decimal ::: geometric with (C4). with ::: diverges; the value is a trap (C5). ::: ; ::: oscillates — both diverge (C6). A bouncing ball / word problem ::: model peaks as a geometric series, double for up+down, add any un-paired first drop (C7). Given the sum, find ::: invert then check (C8).


Connections

  • Geometric series — convergence condition, proof (index 4.3.4) — the parent proof these examples exercise.
  • Sequences — limits and convergence — why inside the band (C0–C4) and fails outside (C5–C6).
  • Partial sums and series convergence — the "settling of partial sums" every Verify uses.
  • Ratio Test — instant divergence flag for Cell C5.
  • Power series and radius of convergence — Cell C8's "solve for " is the seed of a radius.
  • Repeating decimals as fractions — Cell C4 in full.
  • Telescoping series — the cancellation behind the formula.