4.3.4 · D5Calculus III — Sequences & Series

Question bank — Geometric series — convergence condition, proof

1,539 words7 min readBack to topic

This is a conceptual workout for Geometric series — convergence condition & proof. No heavy arithmetic here — every item hunts a misconception or a boundary case. Read each prompt, commit to an answer out loud, THEN reveal. The answer side always gives the reason, not just a verdict.

Before you start, keep three anchors from the parent note in mind:

  • The series is , where is the actual first term you write down and is the common ratio (each term ÷ previous term).
  • The closed form is only valid when , because its derivation secretly used .
  • "Converges" means the sequence of partial sums (see Partial sums and series convergence) approaches a single finite number as .

True or false — justify

True or false: If the terms of a series get smaller and smaller, the series must converge.
False. Shrinking terms are necessary but not sufficient — the harmonic series has terms yet diverges. For geometric series the shrinking must be fast (constant ratio ), which is stronger than merely .
True or false: converges if and only if .
True. The condition unpacks to exactly , both endpoints excluded ( gives ; makes oscillate and never settle).
True or false: A geometric series with negative always sums to a negative number.
False. With the sum is ; a negative makes , so the sum shrinks below but keeps 's sign. E.g. .
True or false: If the terms must all be positive.
False. Sign of is independent of convergence. With the terms alternate sign, yet so it still converges — the alternation actually helps by partial cancellation.
True or false: The formula holds for every real .
False. It holds for every except , where the division by is illegal; there directly. (The formula is a finite sum, so it needs no convergence assumption — only .)
True or false: Doubling the first term doubles the infinite sum.
True. The sum is linear in ; (which controls convergence) is untouched, so the total scales by the same factor. This is why is a pure "volume knob."
True or false: If a geometric series diverges, its partial-sum formula is wrong.
False. The partial-sum formula stays correct for any finite (as long as ). What fails is taking the limit: doesn't go to , so the limit of doesn't exist. The formula isn't wrong; the limit step is unavailable.

Spot the error

Find the flaw: "For , we get , so the sum is ."
Here , so the series diverges — the formula is inapplicable. A sum of positive growing terms cannot be a negative number; the "" is a meaningless output of an assumption () that is false.
Find the flaw: "For , the coefficient is , so and ."
The first actual term (plug ) is , so , giving . Grabbing the coefficient out front instead of computing the first written term is the classic -misread.
Find the flaw: "Since and have the same and , they have the same sum."
They differ by exactly the term, which is . So . The index start changes the first term, hence the sum.
Find the flaw: "The series has , so its sum is ."
With we have , not , so the series diverges: its partial sums oscillate and never approach . The value is a formal fiction (Cesàro/Abel average), not the sum.
Find the flaw: "As , the sum approaches a large finite number."
As , the denominator , so (for ) — there is no finite limit. The terms barely shrink, so the pile grows without bound.
Find the flaw: "The telescoping trick needs to work."
No — the cancellation is pure algebra on a finite sum and works for any . The condition is only needed later, when we let and require .
Find the flaw: " diverges when because ."
With every term is , so for all and the sum is — it converges trivially. The "diverges when " rule carries the fine print .

Why questions

Why does the derivation of break down exactly at ?
Because the closed form comes from , which needs . At , forever (no shrink); at , oscillates. Only forces (see Sequences — limits and convergence).
Why do we sum the first terms and take a limit, instead of adding infinitely many terms directly?
You cannot perform infinitely many additions. "Infinite sum" is defined as — the value the finite partial sums approach. This is the whole meaning of series convergence.
Why does a negative ratio make the sum smaller than the first term (when )?
Negative makes terms alternate in sign, so they partially cancel. Algebraically , so — the bigger denominator directly reflects that cancellation.
Why can't we conclude convergence just from term-by-term without the partial-sum formula?
Individual terms never guarantees the sum converges (harmonic series is the counterexample). We need the explicit to see the whole partial sum approach a finite limit.
Why is the geometric series called "the model" for power series?
Setting gives for . The convergence boundary becomes the radius of convergence; see Power series and radius of convergence.
Why does the telescoping cancellation leave only two surviving terms?
In , every internal appears once in and once in , cancelling. Only the very first term of () and the very last of () have no partner — the same idea as a Telescoping series.
Why does the Ratio Test give the same threshold for a geometric series?
The ratio of consecutive terms is exactly (constant), so the Ratio Test's limit ; it declares convergence for — identical boundary. Geometric series is the special case where the ratio never varies.

Edge cases

Edge case: What is the sum when ?
Every term after the first vanishes ( for ), so the series is just . Formula agrees: . (By convention for the term.)
Edge case: What if and , say ?
The series is , converging to . The divergence rule " diverges" assumes ; a zero first term kills every term regardless of .
Edge case: Does converge at the endpoint ?
No. It becomes , so . Both endpoints of fail, so the interval of convergence is open.
Edge case: For starting at , does the boundary case ever arise?
No — here , comfortably inside , so it converges to . This is why every repeating decimal is a fraction (see Repeating decimals as fractions); its ratio is always with .
Edge case: Can a geometric series converge to a value with the opposite sign of ?
No. The sum has whenever , so the sign of the sum always matches the sign of . Any "negative sum of positive terms" signals you ignored the check.
Edge case: What happens to at as grows?
With , partial sums cycle — they are bounded but never settle on one value, so the series diverges by oscillation. Boundedness alone is not convergence.

Recall One-line litmus test for every trap above

Before writing : (1) identify the true first term by plugging in the start index, (2) confirm , (3) only then apply the formula. Skip step 2 and you'll "prove" nonsense like .

Connections

  • Parent: convergence condition & proof
  • Sequences — limits and convergence — the every trap leans on
  • Partial sums and series convergence — "converges" defined via
  • Ratio Test — same threshold, generalised
  • Power series and radius of convergence — geometric series as the model
  • Repeating decimals as fractions — edge case with
  • Telescoping series — the cancellation behind the proof