Guides · 8 min read
Which Series Convergence Test Should You Use?
The convergence tests are where series problems become a matching game. Every test works, but each is tuned to a particular shape of series, and choosing the wrong one leads to a page of algebra that proves nothing. The skill being tested is diagnosis: look at the terms, recognize the pattern, and pick the test that fits.
This guide runs through the standard tests in the order you should try them, describing the fingerprint that signals each one. Treat it as a flowchart rather than a list to memorize.
Start With the Divergence Test
Before anything else, look at what the individual terms do as the index grows. If the terms do not approach zero, the series cannot converge, full stop. The divergence test, sometimes called the nth-term test, is a five-second check that immediately settles many problems and costs nothing to try.
The critical caveat is that this test can only prove divergence. If the terms do approach zero, the test is inconclusive and tells you nothing; the series might converge or diverge, and you must move on to a real test. Never conclude convergence from this test alone, a classic and costly error.
Recognize Geometric and p-Series Immediately
Two families of series have their answer memorized, so spotting them saves enormous time. A geometric series has a constant ratio between consecutive terms; it converges exactly when that ratio has absolute value less than one, and you can even find its sum. A p-series is a sum of 1 over n to a power p; it converges exactly when p is greater than one.
These two are worth committing to memory because they also anchor the comparison tests. When you compare a messy series to something known, that known series is almost always a geometric series or a p-series. Recognizing them on sight is the foundation everything else leans on.
The geometric series test, with a computable sum when it converges.
Ratio and Root Tests: Factorials and Powers
When the terms involve factorials, or a variable raised to the nth power, the ratio test is usually the right tool. It examines the limit of the ratio of consecutive terms; if that limit is less than one the series converges absolutely, if greater than one it diverges, and if exactly one it is inconclusive. Factorials in particular almost always call for the ratio test, because they simplify beautifully when you form the ratio.
The root test is the ratio test's cousin, tuned for terms that are entirely raised to the nth power. When the whole term looks like something to the nth, taking the nth root cleans it up, and you examine that limit against one. If both tests seem to apply, either works; pick whichever makes the algebra shorter.
The ratio test, ideal for factorials and n-th power terms.
Comparison and Integral Tests: Positive-Term Series
For a series of positive terms that resembles a known geometric or p-series but is not exactly one, the comparison tests apply. The direct comparison test bounds your series above or below by a known one; the limit comparison test takes the limit of the ratio of your terms to a known series' terms, which is often easier because it sidesteps proving an inequality. Both hinge on having a good comparison series in mind, which is why the geometric and p-series families matter so much.
The integral test is the specialist for terms that come from a positive, decreasing function you can actually integrate. If the corresponding improper integral converges, so does the series, and vice versa. It is the natural tool for series like 1 over n times a logarithm, where an antiderivative is available but no clean comparison is.
Alternating Series and Absolute Convergence
When the signs alternate, the alternating series test offers an easy route: if the absolute values of the terms decrease steadily to zero, the series converges. This is why the alternating harmonic series converges even though the plain harmonic series does not. But convergence here can be fragile.
That fragility is the point of distinguishing absolute from conditional convergence. A series converges absolutely if the series of absolute values also converges, which is the stronger, more robust condition. If the series converges only because of sign cancellation, while the absolute version diverges, it converges conditionally. Checking absolute convergence first, often with the ratio test, frequently resolves the whole question in one step.
The Decision Order at a Glance
Put the tests in the sequence that minimizes wasted effort, cheapest checks first.
- Do the terms fail to approach zero? It diverges by the divergence test.
- Is it geometric or a p-series? Apply the memorized rule.
- Are there factorials or nth powers? Use the ratio or root test.
- Is it positive and similar to a known series? Use direct or limit comparison.
- Is it a positive decreasing function you can integrate? Use the integral test.
- Do the signs alternate? Use the alternating series test, then check for absolute convergence.
Frequently asked questions
What test should I try first on a series?
The divergence test. If the terms do not approach zero, the series diverges immediately. If they do approach zero, the test is inconclusive and you move to a test matched to the series' shape.
When should I use the ratio test?
Use the ratio test when the terms contain factorials or a variable raised to the nth power. These simplify dramatically when you form the ratio of consecutive terms.
What is the difference between absolute and conditional convergence?
A series converges absolutely if the series of absolute values also converges, which is robust. It converges conditionally when it only converges because of sign cancellation, while the absolute version diverges.
Why does the alternating harmonic series converge but not the harmonic series?
The alternating harmonic series passes the alternating series test because its terms decrease to zero with alternating signs. The plain harmonic series is a p-series with p equal to one, which diverges.