The divergence test and integral test are two of the most frequently used tools for analyzing infinite series. The divergence test gives you a quick way to rule out convergence, while the integral test connects series to improper integrals you already know how to evaluate. Together, they cover a wide range of series you'll encounter in this course.
The Divergence Test
Divergence test for series
The divergence test is the first test you should try on any series. It's fast, and it can immediately tell you a series diverges.
The logic is straightforward: if the terms of a series don't shrink to zero, there's no way the partial sums can settle down to a finite value. Formally:
- If , or if the limit does not exist, then diverges.
- If , the test is inconclusive. The series might converge or might diverge.
That second point trips people up constantly. Having is necessary for convergence but not sufficient. The classic example is the harmonic series : the terms go to zero, yet the series diverges. Meanwhile also has terms going to zero, but this one converges. The divergence test can't distinguish between these two cases.
When to use it: Always check this test first. If , you're done. If the limit equals zero, move on to another test.
The Integral Test

Integral test for convergence
The integral test works by linking a series to an improper integral. Since you already have techniques for evaluating integrals, this lets you leverage that knowledge.
Requirements: To apply the integral test to , you need a function that is:
- Continuous on
- Positive on
- Decreasing on
- Satisfies for all
All three conditions must hold (though they only need to hold eventually, meaning for all beyond some starting point ).
The conclusion:
- If converges, then converges.
- If diverges, then diverges.
Note that the integral and the series don't converge to the same value. The test only tells you they share the same convergence behavior.
Example: Does converge?
- Let . This is continuous, positive, and decreasing on .
- Evaluate .
- The integral converges, so the series converges.
Example: Does converge?
- Let . This is continuous, positive, and decreasing on .
- Evaluate using the substitution : .
- The integral diverges, so the series diverges.
The integral test is especially useful for series involving logarithms, exponentials, or powers where other tests are harder to apply.
Remainder terms for series estimation
When a series converges, you often approximate its value using a partial sum . The remainder measures how far off that approximation is. The integral test gives you a way to bound this error.
For a series that satisfies the integral test conditions:
This double inequality is powerful for two reasons:
- Estimating accuracy: If you've computed for , you can bound the error by evaluating , so .
- Choosing how many terms to sum: If you need the error below , set and solve for . For , that gives , so . You'd need at least 100 terms.

Additional Convergence Tests
Comparison and Limit Comparison Tests
These tests work by comparing a series you don't know to one you do.
Direct Comparison Test: Suppose for all :
- If converges, then converges (a smaller series beneath a convergent one must also converge).
- If diverges, then diverges (a larger series above a divergent one must also diverge).
The tricky part is finding the right series to compare against and getting the inequality in the right direction. Common comparison targets are geometric series and -series.
Limit Comparison Test: If and , and
where , then and either both converge or both diverge. This is often easier than direct comparison because you don't need to establish an inequality; you just need the terms to behave similarly for large .
Telescoping Series
A telescoping series is one where most terms cancel when you write out the partial sums, leaving only a few terms from the beginning and end.
Example:
Write out the partial sum:
As , , so the series converges to 1.
The key step with telescoping series is to use partial fractions (or a similar decomposition) to rewrite the general term as a difference, then verify the cancellation by expanding the partial sum.