Series and the Integral Test
Adding infinitely many terms is made precise as the limit of partial sums. The two series with closed-form partial sums are geometric and telescoping; the harmonic series diverges even as its terms shrink to zero.
╌╌╌╌
Writing a number as an infinite decimal already commits us to adding infinitely many terms. The statement means
and the says the sum continues forever, with each added term bringing
us closer to . A sum of infinitely many terms must be defined before it can
be computed.
Given a sequence , the expression
is an infinite series. Adding infinitely many numbers is not an operation we can perform, so we define the sum through a sequence we can control.
The sum of a series is the limit of its partial sums, nothing more. So means that by adding enough terms we can make the running total as close to as we like. Every series carries two sequences: the terms and the partial sums .
The geometric series
The one series whose partial sum has a clean closed form is the geometric series, in which each term is a fixed multiple of the one before:
The number is the common ratio. To find , write the sum and times the sum and subtract:
Subtracting, , so for ,
Whether this converges is decided entirely by . If , then and . If , then diverges and so does the series (for , directly).
Every repeating decimal is a geometric series, hence a rational number.
A function from a series. Setting , gives a series that represents a function on :
This single identity generates a large fraction of the power series developed later.
Telescoping series
The other series with a computable partial sum is one whose terms cancel in pairs. For , partial fractions give , so
Every interior term cancels its neighbor, collapsing the sum to its two ends. Then , so . The technique needs the general term written as a difference ; the tool for producing that is partial fractions.
The harmonic series and the Test for Divergence
The harmonic series shows that terms shrinking to zero is not enough. Group its terms in blocks of length and bound each block below:
Each parenthesized block exceeds because its smallest term, repeated, already sums to . So and the harmonic series diverges — even though .
There is, however, a necessary condition. If converges with sum , then . Contrapositive:
The converse is not valid. If , the test is inconclusive: the series may converge or diverge (the harmonic series has terms tending to yet diverges). Only is conclusive. For , the terms tend to , so the series diverges at a glance.
Algebra of convergent series
Convergent series inherit the Limit Laws term by term. If and converge and is constant, then , , and converge, with
A finite number of terms never affects convergence, only the sum: changing, dropping, or adding finitely many terms leaves a divergent series divergent and a convergent one convergent. This lets us start a series at whatever index is convenient when only convergence is in question.
The Integral Test
Most series have no closed-form partial sum. The first general test compares a series of positive terms to an improper integral, using the fact that both are limits of accumulating pieces. Consider alongside the curve . Erect a rectangle of width and height on each interval ; the rectangles beyond the first lie under the curve, so their total area is less than the area under for :
Hence for all ; the partial sums increase and are bounded, so by the Monotonic Sequence Theorem the series converges. The mirror-image picture, with rectangles rising above , shows exceeds a divergent integral and so diverges.
The same reasoning proves the general test.
Two cautions. The test needs eventually decreasing, not decreasing from the start, since finitely many terms are irrelevant. And it decides whether the series converges, not its value: in general . For instance , while .
The p-series
Applying the Integral Test to settles a whole family at once. From the improper-integral fact that converges exactly when :
For the terms do not tend to , so the Test for Divergence already settles it; for the Integral Test applies and the integral diverges; for the integral converges. The threshold sits exactly at , where the harmonic series () diverges but converges.
Estimating a sum by its remainder
When the Integral Test proves convergence, it also bounds the error in stopping at terms. Write the remainder . Comparing this tail of rectangles to the area under on from both sides gives a two-sided bound.
Summary of tests
| Series form | Test | Verdict |
|---|---|---|
| geometric | converges iff , sum | |
| telescoping | converges iff converges | |
| -series | converges iff | |
| any, with | Test for Divergence | diverges |
| , positive decreasing | Integral Test | matches |
Each entry requires either a closed-form partial sum or a tractable antiderivative. Series offering neither are decided by comparison, ratio, and root tests, which read convergence off the general term alone.
╌╌ END ╌╌