This is the practice arena for the geometric-series parent note. There we derived the formula
∑n=0∞arn=1−ravalid iff ∣r∣<1.
Here we hit every kind of situation that formula can face: positive ratio, negative ratio, the trivial ratio 0, 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:
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 n=0) — 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 r
Twist (the complication)
Example
C0
r=0 (trivial)
every term after the first is 0
Ex 0
C1
0<r<1 (positive, shrinking)
starts at n=0 (baseline case)
Ex 1
C2
−1<r<0 (negative, alternating)
terms flip sign
Ex 2
C3
0<r<1
starts at n=k (index shift)
Ex 3
C4
0<r<1
repeating decimal → fraction
Ex 4
C5
$
r
\ge 1$
C6
degenerate: r=1 and r=−1
limiting/edge cases
Ex 6
C7
0<r<1
real-world word problem (bouncing ball)
Ex 7
C8
r unknown (a symbol)
exam twist: solve forr
Ex 8
Read the master figure now (Figure s01). It is a number line for the ratio r. The pale-green band stretching from −1 to 1 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 r=±1 are the boundary cases (Ex 6). Each labelled dot — "Ex1", "Ex2", "Ex0", … — is one worked example plotted at its own r. 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.
Look at Figure s02. The lavender bars are the individual terms 5(2/3)n — each visibly shorter than the last (they "die"). The coral dots joined by a line are the partial sums SN, climbing step by step toward the dashed mint line at 15 but never crossing it. That gap you see closing is convergence in action.
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 8/3, each hop smaller than the last. That inward spiral is the visual signature of a negative ratio.
Look at Figure s04. Two side-by-side pictures of the partial sum SN against N. On the left (r=1) the coral dots march upward in a straight line — that runaway is divergence to infinity. On the right (r=−1) the lavender dots bounce forever between 6 and 0, never converging on a single height. Both live on the coral boundary dots of the master figure s01.
Ratio is exactly 0 ::: sum is just the first term a; formula gives 1−0a=a (C0).
Ratio positive and under 1 ::: converges, sum bigger than a (C1).
Ratio negative, size under 1 ::: converges, oscillates inward, sum smaller than a (C2).
Sum starts at n=k not 0 ::: recompute a as the term at n=k (C3).
A repeating decimal ::: geometric with r=10−(block length) (C4).
∣r∣≥1 with a=0 ::: diverges; the 1−ra value is a trap (C5).
r=1 ::: SN=aN→∞; r=−1 ::: oscillates a,0,a,0 — 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 r ::: invert S=1−ra then check ∣r∣<1 (C8).