When Does a Series Converge or Diverge?

A series converges when the sum of its infinitely many terms approaches a finite number. More precisely, if you keep a running total as you add terms one by one, and that running total settles toward a specific value, the series converges. If the running total grows without bound, oscillates, or otherwise fails to approach a single number, the series diverges.

That running total is called a partial sum. The partial sum after n terms is simply the first n terms added together. If the limit of these partial sums exists as n goes to infinity, the series converges to that limit. If the limit doesn’t exist, the series diverges. Every convergence test you’ll encounter is ultimately checking whether this limit exists.

The First Check: Do the Terms Shrink to Zero?

Before applying any formal test, there’s one quick filter. If the individual terms of a series don’t approach zero, the series cannot converge. This is sometimes called the nth term test or the divergence test. It works in one direction only: if the terms don’t go to zero, you know for certain the series diverges.

The catch is that terms going to zero is necessary but not sufficient. The classic example is the harmonic series, 1 + 1/2 + 1/3 + 1/4 + …, where each term shrinks toward zero but the sum still grows without bound. So passing this test doesn’t guarantee convergence. It just means you haven’t ruled it out yet and need a stronger test.

Geometric Series

A geometric series is one where each term is a fixed multiple of the previous term. That fixed multiple is the common ratio, r. The series 1 + r + r² + r³ + … converges when the absolute value of r is less than 1. When it converges, the sum equals 1/(1 – r).

When |r| is 1 or greater, the terms either stay the same size or grow, so the series diverges. This makes geometric series one of the easiest to classify: you just look at the common ratio. If you’re adding up terms like (1/2)ⁿ, where r = 1/2, the series converges. If the terms look like (3/2)ⁿ, where r = 3/2, it diverges.

The p-Series Test

A p-series has the form 1/1ᵖ + 1/2ᵖ + 1/3ᵖ + 1/4ᵖ + …, where p is a positive constant. The rule is straightforward: the series converges when p is greater than 1, and diverges when p is less than or equal to 1.

This is why the harmonic series (p = 1) diverges, while the series 1 + 1/4 + 1/9 + 1/16 + … (p = 2) converges. The threshold is sharp. Even p = 1.001 converges, while p = 1 does not. Recognizing a series as a p-series, or something close to one, is often the fastest route to an answer.

The Ratio Test

The ratio test is one of the most widely used tools, especially for series involving factorials or exponential terms. You take the absolute value of the ratio of consecutive terms, aₙ₊₁/aₙ, and find its limit as n goes to infinity. Call that limit L.

  • L < 1: the series converges absolutely.
  • L > 1: the series diverges.
  • L = 1: the test is inconclusive. The series could go either way, and you need a different test.

The ratio test works well when each term has a factorial (like n!) or an exponential (like 2ⁿ) because these create clean ratios that simplify nicely. It tends to be inconclusive for polynomial-type series like p-series, where you’re better off using the p-series rule or a comparison test.

The Root Test

The root test is similar in structure to the ratio test. Instead of comparing consecutive terms, you take the nth root of the absolute value of the nth term and find its limit L as n goes to infinity. The conclusions are identical: L < 1 means convergence, L > 1 means divergence, and L = 1 is inconclusive.

This test is particularly useful when the entire nth term is raised to the nth power, since taking the nth root cancels that structure cleanly. In many situations the ratio and root tests give the same answer, so choosing between them comes down to which one simplifies the algebra faster.

The Integral Test

The integral test connects series to something from calculus: improper integrals. If you can write the terms of your series as aₙ = f(n), where f(x) is a continuous, positive, and decreasing function, then the series and the improper integral of f(x) from some starting point to infinity either both converge or both diverge.

You don’t get the exact sum from this test, just a yes or no on convergence. It’s the standard way to prove the p-series rule, and it’s useful whenever the terms of your series come from a function you know how to integrate. The three conditions (continuous, positive, decreasing) all need to hold from some point onward, though they don’t have to hold for the very first few terms.

Comparison Tests

Sometimes the easiest approach is to compare your series to one you already know converges or diverges. The direct comparison test says that if every term of your series is smaller than the corresponding term of a known convergent series, your series converges too. Likewise, if every term is larger than a known divergent series, yours diverges.

The limit comparison test is more flexible. Given two series with positive terms, you compute the limit of aₙ/bₙ as n goes to infinity. If that limit is a positive, finite number, both series do the same thing: they either both converge or both diverge. This is especially handy when your series looks like a p-series with extra complexity, because you can compare it to the simpler p-series and let the limit sort out whether the extra terms matter.

Alternating Series

An alternating series switches between positive and negative terms, like 1 – 1/2 + 1/3 – 1/4 + …. The alternating series test gives two conditions for convergence. First, the absolute values of the terms must form a decreasing sequence. Second, the terms must approach zero. If both conditions hold, the series converges.

This is why the alternating harmonic series (1 – 1/2 + 1/3 – 1/4 + …) converges even though the regular harmonic series does not. The alternating signs create cancellation that keeps the partial sums from growing without bound. This leads to an important distinction between two types of convergence.

Absolute vs. Conditional Convergence

A series is absolutely convergent if the series formed by taking the absolute value of every term also converges. If a series converges but fails this stronger test, it’s called conditionally convergent. Any series that converges absolutely also converges in the ordinary sense, so absolute convergence is the stronger property.

The distinction matters more than it might seem. An absolutely convergent series gives the same sum no matter how you rearrange its terms. A conditionally convergent series, remarkably, can be rearranged to sum to any real number you choose. This means conditionally convergent series are more fragile: their sum depends on the order of the terms.

Power Series and Radius of Convergence

A power series is a series whose terms involve a variable x raised to increasing powers, centered around some point a. These series don’t simply converge or diverge for all inputs. Instead, there’s a number R, called the radius of convergence, that carves out a region around the center where the series converges.

For values of x within distance R of the center (meaning |x – a| < R), the series converges. For values farther than R from the center (|x – a| > R), it diverges. At the boundary points x = a – R and x = a + R, you have to check each endpoint individually by plugging it in and testing the resulting numerical series with whatever convergence test applies. The ratio and root tests are typically the most efficient way to find R.

The radius of convergence can be zero (meaning the series only works at the center point), a finite positive number, or infinity (meaning the series converges for all real numbers). Common functions like eˣ and sin(x) have power series with infinite radius of convergence, while others like 1/(1 – x) converge only on a bounded interval.

Choosing the Right Test

With so many tests available, picking the right one saves time. A few patterns help. If the series has a common ratio between terms, check whether it’s geometric. If the terms look like 1/nᵖ, use the p-series rule. Factorials or exponentials in the terms are a strong signal to try the ratio test. Terms raised to the nth power often simplify nicely under the root test. When the series alternates in sign, start with the alternating series test. And when the series resembles a simpler one you already understand, a comparison test is usually the fastest path.

No single test handles every series. The inconclusive case (L = 1) in the ratio and root tests is a reminder that these tools have limits. When one test fails, try another. Building intuition for which test fits which structure is, in practice, the core skill of working with series convergence.