Infinite Series
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn what an infinite series is (a sequence in disguise), the divergence test and why it only works in one direction, the comparison and Cauchy criteria, and the difference between absolute and conditional convergence.
The Concept
Section titled “The Concept”A series is a sequence
Section titled “A series is a sequence”An infinite series is not a new kind of object. Given terms , form the partial sums
Then by definition
if that limit exists. Everything from the sequence lessons applies immediately, because is just a sequence.
The notation is unfortunate: looks like an operation performed on infinitely many numbers. It is a limit, and writing it down does not assert that it exists.
The divergence test
Section titled “The divergence test”If converges then .
Proof. If then also , and . ∎
The useful form is the contrapositive: if the terms don’t tend to zero, the series diverges. That’s the first thing to check.
The converse is false, and this is the single most important fact in the lesson. The harmonic series has terms tending to zero and diverges. So “the terms get small” is never a reason to conclude convergence.
The harmonic series diverges
Section titled “The harmonic series diverges”Two proofs, both worth knowing.
Cauchy criterion. Take :
With no threshold works, so is not Cauchy and the series diverges.
Grouping (Oresme, c. 1350).
Each group of terms sums to at least , so the sums exceed any bound. It grows like - slowly, and without limit.
The geometric series
Section titled “The geometric series”From the closed form : when , and the limit follows. When the terms don’t tend to zero, so the divergence test settles it.
This is the reference series for comparisons, and it is one of very few whose sum you can write down exactly.
The Cauchy criterion for series
Section titled “The Cauchy criterion for series”converges for every there is such that for all ,
This is the Cauchy condition applied to , since is exactly that block. In words: every sufficiently late finite block is small. It lets you settle convergence without knowing the sum, which is the normal case.
Comparison tests
Section titled “Comparison tests”Comparison test. Suppose for all .
- If converges, so does .
- If diverges, so does .
For non-negative terms the partial sums are increasing, so by monotone convergence they converge exactly when they are bounded. A convergent dominating series supplies the bound. Monotone convergence is doing the work, which is why this test needs non-negativity.
Useful companion: the -series converges for and diverges for . With that’s the harmonic series.
Absolute and conditional convergence
Section titled “Absolute and conditional convergence”converges absolutely if converges.
Absolute convergence implies convergence.
Proof. Use the Cauchy criterion: , and the right side is small because is Cauchy. ∎
A series that converges but not absolutely converges conditionally. The standard example is the alternating harmonic series
which converges, while does not.
The distinction has teeth. Absolutely convergent series can be rearranged freely without changing the sum. Conditionally convergent ones cannot. Riemann’s rearrangement theorem says a conditionally convergent series can be reordered to sum to any real number you nominate, or to diverge. Rearranging the alternating harmonic series can produce 5, or , or nothing. Commutativity of addition does not survive infinite sums without absolute convergence.
Worked Examples
Section titled “Worked Examples”Example 1: Does converge?
Solution. Check the terms first:
By the divergence test, the series diverges. Adding infinitely many things each close to 1 was never going to settle.
Always run this check first. It’s one line and it resolves many series immediately.
Example 2: Does converge?
Solution. Terms are positive, and
Since is a -series with , it converges. By comparison, the series converges. ∎
Note we never computed the sum. (It happens to be , but that took extra work and comparison didn’t need it.)
Example 3: Does converge?
Solution. -series with , so it diverges.
By comparison: for , and the harmonic series diverges, so this one does too.
The terms go to zero, and it still diverges. It goes like , which is slow and unbounded.
Example 4: Comparison in the wrong direction.
A student argues: , and diverges, so diverges. What’s wrong?
Solution. The comparison test runs one way. Being smaller than a divergent series says nothing - the smaller series may well converge, and here it does, to .
The valid inferences are: smaller than convergent gives convergent; bigger than divergent gives divergent. Get the direction backwards and the test is useless.
Example 5: Absolute versus conditional.
Classify and .
Solution. For the first, converges, so the series converges absolutely.
For the second, diverges, so it is not absolutely convergent. It does converge, by the alternating series test, so it converges conditionally.
Practical consequence: you may rearrange or regroup the first freely. Doing so to the second can change the answer to anything at all.
Example 6: A telescoping series.
Evaluate .
Solution. Partial fractions give , so
Everything cancels except the ends. Then , so the sum is 1. ∎
Telescoping is one of the rare cases where an exact closed form for is available, which is why it’s worth spotting.
Example 7: Using the Cauchy criterion.
Show converges without evaluating it.
Solution. For , use :
Given , choose . Then every block past is below , so the partial sums are Cauchy and the series converges. ∎
Note the telescoping bound did the work, and the actual value never appeared.
Real-World Applications
Section titled “Real-World Applications”Numerical series and floating point. Summing a series on a computer stops after finitely many terms, so the error is the tail. Bounding that tail is exactly the Cauchy criterion, and it is how library functions decide how many terms of a Taylor series to use.
Compound interest and annuities. The present value of a perpetuity is a geometric series, , and it converges only when the discount rate exceeds the growth rate. Valuation models that produce infinite values have crossed that boundary.
Signal processing. A Fourier series is an infinite series of sinusoids. Whether it converges absolutely or only conditionally determines whether you can rearrange or regroup terms safely, and mishandling that is one source of reconstruction artifacts.
Probability. An expected value of a discrete random variable is a series, and it exists only if the series converges absolutely. The St. Petersburg paradox is a game whose expected payout series diverges, which is why the “fair price” is unbounded.
Zeno’s paradoxes. Achilles’ pursuit is the geometric series : infinitely many steps, finite total. The resolution is that an infinite sum of shrinking terms can be finite, which is a statement about partial sums converging.
Algorithm analysis. The expected cost of many randomized algorithms is a series, and the harmonic series appears constantly. The growth of is exactly why quicksort’s expected comparison count carries a factor.
Retrying will remove your ✅ checkmark until you pass again.