4.3.3 · D3Calculus III — Sequences & Series

Worked examples — Series — partial sums, convergence definition

2,156 words10 min readBack to topic

The scenario matrix

Every series problem falls into one of these cells. Our job below is to hit each one at least once.

Cell What makes it that case Example we use
A Geometric, , ratio positive and shrinking → converges Ex 1
B Geometric, , ratio negative and shrinking → still converges (alternating) Ex 2
C Geometric, ratio too big → diverges; formula forbidden Ex 3
D Telescoping terms cancel in a chain → converges to the leftover ends Ex 4
E Terms but diverges necessary-not-sufficient trap (harmonic-style) Ex 5
F Terms -th term test kills it instantly Ex 6
G Bounded but no limit oscillating partial sums → diverges without going to Ex 7
H Real-world word problem translate physical situation into a geometric series Ex 8
I Exam twist: shifted index / mixed recognise a geometric series hiding under a different start or a split Ex 9

Read the matrix as a checklist. Each example below is stamped with its cell.


Ex 1 — Cell A: geometric, positive shrinking ratio

Forecast: each term is half the one before. Guess: does the pile stop somewhere, and roughly where?

Look at the figure: each amber block is half the previous, stacked end-to-end. They visibly pile up toward a wall.

  1. Identify and . Matching : first term , ratio . Why this step? The geometric formula only makes sense once we name its two ingredients.
  2. Check the passport . Here . ✅ Why this step? The closed form exists only because , which needs . Skip this and you might use a forbidden formula.
  3. Apply the sum. Why this step? This is the limit of once .

Verify: partial sums — each closer to , never past it. The gap shrinks to . ✅


Ex 2 — Cell B: geometric, negative shrinking ratio (alternating)

Forecast: the terms flip sign and shrink. Guess: does flipping ruin convergence, or does it still settle (and land between the first two partial sums)?

Look at the figure: the running total overshoots then undershoots the target, zig-zagging inward.

  1. Identify and . , . Why this step? Same two ingredients; the sign lives inside .
  2. Check the passport. . ✅ The absolute value is what matters, not the sign. Why this step? whenever , even for negative — the sign just alternates while the size dies.
  3. Apply the sum. Why this step? Formula is identical; just be careful .

Verify: (over), (under), (over), (under) — a shrinking zig-zag squeezing to . ✅


Ex 3 — Cell C: geometric with (diverges)

Forecast: ratio means each term is bigger. Guess: converge or diverge? And is allowed?

  1. Identify and . , .
  2. Check the passport. . ❌ Formula forbidden. Why this step? The closed form was born from . Here , so there is no finite limit to name.
  3. Confirm via . Why this step? Always fall back to the definition () when the shortcut is illegal.

Verify: — accelerating upward, no ceiling. Diverges.


Ex 4 — Cell D: telescoping

Forecast: looks like the parent's but shifted. Guess: does it still telescope, and does it sum to or to something smaller?

  1. Partial fractions. Why this step? Writing each term as a difference makes consecutive terms cancel.
  2. Write and cancel. Why this step? Every inner fraction appears once with and once with and dies; only the very first left piece and the very last right piece survive.
  3. Take the limit. Why this step? Convergence is defined as ; the tail .

Verify: ; ; ; climbing to . ✅ (Smaller than the parent's because we dropped the first big term.)


Ex 5 — Cell E: terms but the series diverges

Forecast: terms shrink to . Guess: converge (crumbs get tiny) or diverge (harmonic in disguise)?

  1. Check terms. . Why this step? The -th term test can only rule out convergence; here it passes, so it tells us nothing — we must dig deeper.
  2. Factor out the constant. Why this step? Multiplying a divergent series by a nonzero constant can't rescue it — is still .
  3. Invoke the known result. is the Harmonic series and diverges. So half of infinity is still infinity → diverges. Why this step? Reusing an established divergent benchmark saves re-deriving the grouping argument.

Verify: grouping like the parent, — each bracket exceeds , so grows past every bound. Diverges. ✅ This is the necessary-not-sufficient trap made concrete.


Ex 6 — Cell F: terms do NOT go to zero

Forecast: the fraction settles near for large . Guess: what does adding "roughly forever" do?

  1. Compute . Why this step? The n-th Term Test for Divergence says: if , the series diverges — so the first thing to check is whether the terms vanish.
  2. Compare to . , so . ❌ Why this step? Adding numbers that stay near forever obviously blows up — the partial sums grow like .
  3. Conclude. By the -th term test, the series diverges immediately. No further work needed.

Verify: , — hovering near , never near . Diverges.


Ex 7 — Cell G: bounded, oscillating, no limit

Forecast: it never runs off to infinity. Guess: does "staying bounded" mean it converges?

  1. List the partial sums. Why this step? Convergence is a statement about , so look directly at that sequence.
  2. Does have a limit? It bounces forever — no single number it approaches. Why this step? A limit must be one value that the tail stays arbitrarily close to; and are apart, so no band of half-width can catch both.
  3. Conclude. Bounded but no limit ⇒ diverges. (Also: , so the term test agrees.)

Verify: takes only the values ; the set of limit-candidates is not a single point, so does not exist. Diverges. ✅ Divergence does not require .


Ex 8 — Cell H: real-world word problem (bouncing ball)

Forecast: it falls, bounces up, falls, bounces up... Guess: infinite bounces — infinite distance, or a finite total?

Look at the figure: the down-drop is counted once; every bounce height is counted twice (up then down).

  1. Split the distance. Initial fall . After that, each bounce to height contributes (up + down). Why this step? The up and down of one bounce are equal, so grouping them as keeps the geometric pattern clean.
  2. Build the bounce series. Peak heights: . Total bounce distance Why this step? The peaks form a geometric sequence with ratio ; factoring the and out exposes it.
  3. Sum the geometric part. (passport: ✅). So . Why this step? This is starting at with — or just the standard "first term over ", first term .
  4. Add the initial drop. Total m. Why this step? The very first fall was not a bounce, so it's added separately, counted once.

Verify: partial totals m. Units are metres throughout. Finite total despite infinitely many bounces. ✅


Ex 9 — Cell I: exam twist (shifted start + a split)

Forecast: it is geometric, but the index games make it easy to mis-plug. Guess: is the answer the same as if it started at ?

  1. Write out the first few terms to find the real first term. The actual first term is ; ratio . Why this step? The "" in means whatever the series' true first term is, regardless of what that corresponds to.
  2. Check the passport. ✅. Why this step? Shifting the start index never changes the ratio, so convergence is unaffected — only the total changes.
  3. Sum from the true first term. Why this step? Once and are correct, the standard formula applies unchanged.

Verify (alternative — subtract the missing terms): The full series from would be . Subtract : . Then . ✅ Two routes, same answer.


Active recall

Cell A, converges (to ) since .
.
Cell F, diverges since .
-th term test kills it.
Cell D, telescopes to .
.

Connections