4.3.3 · D5Calculus III — Sequences & Series
Question bank — Series — partial sums, convergence definition
Before we start, three words you must have straight (each is built fully in the parent note):
- term — the individual number at position in the list you are adding.
- partial sum — the running total after terms.
- the series converges — means the sequence of running totals has a finite limit.
Keep the three separate: terms, running totals, and the limit of the running totals. Almost every trap below is one of these three quietly swapped for another.
True or false — justify
A term list guarantees convergence
False — the Harmonic series has yet its running totals grow without bound. Small terms can still accumulate to infinity if they shrink too slowly.
If a series converges then its terms must
True — since and both , the terms tend to . This is the n-th Term Test's honest direction.
"Diverges" always means the running total marches off to
False — has partial sums which stay bounded but never settle on one number, so it diverges without going to infinity.
holds for every
False — the formula is only valid when , because it was born from , which fails once .
The sequence and the series are basically the same object
False — is the list of terms; lives or dies by the separate sequence of running totals . They can behave oppositely (e.g. but diverges).
Removing or changing the first ten terms can turn a divergent series convergent
False — a finite change only shifts every later partial sum by a fixed constant, which cannot create or destroy a limit. Convergence is a "tail" property.
If is a bounded sequence, the series converges
False — bounded is not the same as convergent; has bounded partial sums () that never approach a single value.
A telescoping series always converges
False — telescoping just gives a clean closed form for ; whether it converges still depends on whether that closed form has a finite limit. See Telescoping series.
If two series both diverge, their sum must diverge
False — take and ; each diverges but the combined series has all-zero terms and converges to .
Spot the error
", therefore converges." Where's the flaw?
The n-th Term Test only runs one way: convergence forces , but does not force convergence. The harmonic series is the standing counterexample.
"." What went wrong?
The geometric formula was applied with , but , so the series actually diverges — there is no finite sum, and is a meaningless plug-in.
"The series equals the sum , so I'll just add them all up." Why is this not a definition?
Addition is a binary operation — you can only ever add two numbers at a time — so "add infinitely many" is undefined. The real definition routes through .
" means every partial sum equals from some point on." Correct?
No — the -definition says every partial sum eventually lands within a band of half-width of , not exactly on . They approach, they need never arrive.
"Since each block of the harmonic series is a bit more than and there are infinitely many blocks, the sum is ." Is the logic valid?
Yes — adding more than infinitely often makes exceed any bound, which is exactly a divergent (unbounded) running total. This one is correct reasoning, the trap being to distrust it.
" diverges because its terms don't go to ." Right conclusion, but check the reason.
The conclusion is right and the reason is right: oscillates and never approaches , so the n-th Term Test kills it. The trap is realising a bounded series can still fail the term test.
Why questions
Why do we define convergence through partial sums instead of the raw infinite sum?
Because "add forever" is not a legal operation, whereas a sequence of running totals either has a limit or doesn't — converting an impossible task into one we already solved with Sequences — limits and convergence.
Why does multiplying by and subtracting collapse the geometric partial sum?
The factor shifts every term one slot to the right, so all the middle terms line up and cancel, leaving only the first term and the last leftover — a telescoping cancellation.
Why is the exact border for geometric convergence?
Because the only -dependent piece of is , and precisely when ; at it fails to shrink, and at it blows up.
Why is the n-th Term Test only a test for divergence and never for convergence?
Its only guarantee runs contrapositively — proves divergence — but leaves the outcome open, so it can never certify convergence.
Why can't a single very large but finite partial sum tell us the series diverges?
Convergence is about the tail behaviour of as ; any finite is just one snapshot, and the running total could still settle far beyond it.
Why does the parent note insist "always go through "?
Because the two most common errors both come from reasoning about the terms directly, when the series' fate is decided entirely by the limit of the running totals .
Edge cases
What happens to when ?
Every term equals , so , which marches to (for ) — the series diverges, which is why the formula excludes .
What happens to when ?
The partial sums bounce and never settle, so it diverges — bounded oscillation, not a blow-up.
What is the sum when (every term zero)?
All partial sums are , so the series trivially converges to regardless of — a degenerate but valid convergent case.
Does the harmonic series ever "stop" growing since the terms become microscopic?
No — although , the partial sums pass every finite bound eventually; the terms shrink but not fast enough to cap the total.
Can a series converge if infinitely many terms are exactly ?
Yes — zero terms add nothing to the running total, so convergence depends only on the nonzero terms; e.g. of behaves like the surviving p-series.
If , is that "a limit"?
In the convergence sense, no — a series converges only to a finite number, so an infinite limit counts as divergence even though has a definite (infinite) trend.
Connections
- Parent: partial sums & convergence
- n-th Term Test for Divergence — the source of the biggest trap here
- Harmonic series — the eternal counterexample to " converges"
- Geometric series — where the passport traps live
- Telescoping series — clean does not guarantee a limit
- Sequences — limits and convergence — every trap reduces to a sequence limit