CALCULUS 2 • SEQUENCES & SERIES

Integral Test

Harness the power of improper integrals to determine whether an infinite series converges or diverges.

Historical Context & Motivation

The question of whether an infinite sum of terms accumulates to a finite value or grows without bound has occupied mathematicians for centuries. Early investigations into infinite series by figures such as Nicole Oresme in the fourteenth century established that the harmonic series diverges — a result that challenged the naive intuition that terms shrinking toward zero should yield a convergent sum. As the calculus matured through the seventeenth and eighteenth centuries, mathematicians recognized a deep structural parallel between the discrete operation of summing a series and the continuous operation of integration. This insight ultimately crystallized into what we now call the Integral Test, a convergence criterion that bridges discrete and continuous analysis.

c. 1350
Oresme's Divergence Proof
Nicole Oresme demonstrated that the harmonic series ∑1/n diverges by grouping terms into blocks whose sums each exceed 1/2, providing one of the earliest rigorous divergence arguments.
1689
Jakob Bernoulli and the Basel Problem
Jakob Bernoulli posed the question of computing ∑1/n², establishing interest in determining both convergence and the exact values of series — a problem later solved by Euler.
1740s
Euler's Integral Comparisons
Leonhard Euler systematically compared series with integrals, developing the Euler–Maclaurin summation formula and laying the groundwork for what would become the Integral Test.
1823
Cauchy Formalizes the Test
Augustin-Louis Cauchy, in his Cours d'Analyse, gave a rigorous formulation of the Integral Test using his newly developed theory of limits and definite integrals, placing series convergence on firm logical ground.

The central question the Integral Test addresses is deceptively simple: given an infinite series ∑aₙ whose terms are positive and decreasing, can we determine convergence or divergence by studying the behavior of a related improper integral? Cauchy's affirmative answer transformed series analysis by converting a fundamentally discrete problem into a continuous one — often far more tractable with standard calculus techniques.

Core Principles & Definitions

The Integral Test rests on the geometric observation that the partial sums of a series can be bounded above and below by improper integrals of a related continuous function. To apply the test, one needs a function f that is continuous, positive, and decreasing on [N, ∞) for some integer N ≥ 1, with f(n) = aₙ for all integers n ≥ N. Under these hypotheses, the series and the integral either both converge or both diverge. The following foundational ideas underpin the test.

1

Monotone Decreasing Requirement

The function f must be eventually decreasing: f′(x) ≤ 0 for all x ≥ N. This ensures the rectangles used in the comparison argument nest properly between left and right Riemann sums.
2

Positivity Condition

All terms aₙ (and hence f(x)) must be positive for x ≥ N. Without positivity, the area interpretation underlying the comparison breaks down, and cancellation effects may mask divergence.
3

Continuity of f

The function f must be continuous on [N, ∞) so that the improper integral ∫ from N to ∞ of f(x) dx is well-defined. Isolated discontinuities can sometimes be handled, but standard formulations assume continuity.
4

Tail Equivalence

Convergence of a series depends only on its tail behavior. Adding or removing finitely many terms does not affect convergence, so the hypotheses need hold only for n ≥ N, not for all n ≥ 1.
KEY TAKEAWAY
Think of the Integral Test like estimating the total volume of water dripping from a leaky faucet. Each drip is a discrete event (a series term), but if you model the drip rate as a smooth, decreasing flow function, you can integrate the flow over time to decide whether total accumulated water is finite or infinite. The integral and the series answer the same convergence question — one in the language of continuous flow, the other in discrete drops.

Visual Explanation

The geometric intuition behind the Integral Test is captured by comparing the area under the curve y = f(x) with the total area of rectangles of unit width whose heights equal the series terms aₙ = f(n). Because f is decreasing, right-endpoint rectangles sit below the curve while left-endpoint rectangles extend above it, sandwiching the integral between two partial sums.

The solid violet rectangles represent left-endpoint (upper) sums, bounding the integral from above. The dashed cyan rectangles represent right-endpoint (lower) sums, bounding the integral from below. The pink curve shows f(x) = 1/x threading between the two sets of rectangles.

Observe in the diagram that the left-endpoint rectangles overestimate the area under f(x), giving the inequality ∑ from n = 1 to N of f(n) ≥ ∫ from 1 to N+1 of f(x) dx. Meanwhile, the right-endpoint rectangles underestimate the area, yielding ∫ from 1 to N of f(x) dx ≥ ∑ from n = 2 to N of f(n). As N → ∞, these bounds force the series and integral to share the same convergence behavior. If the integral converges to a finite value, the partial sums are bounded above and therefore converge by the monotone convergence theorem; if the integral diverges, the partial sums grow without bound.

Mathematical Framework

We now state the Integral Test precisely and examine the key inequalities that drive the proof. Let f be a continuous, positive, decreasing function on [1, ∞) with f(n) = aₙ. Then the series ∑ from n = 1 to ∞ of aₙ and the improper integral ∫ from 1 to ∞ of f(x) dx either both converge or both diverge.

INTEGRAL TEST STATEMENT
∑(n=1 to ∞) aₙ and ∫₁^∞ f(x) dx converge or diverge together
where f is continuous, positive, and decreasing on [1, ∞) with f(n) = aₙ for each positive integer n.
BOUNDING INEQUALITIES
∫₁^(N+1) f(x) dx ≤ ∑(n=1 to N) f(n) ≤ f(1) + ∫₁^N f(x) dx
The left inequality comes from right-endpoint rectangles (lower bound); the right inequality uses left-endpoint rectangles (upper bound). Taking N → ∞ establishes the convergence equivalence.
REMAINDER ESTIMATE
∫(N+1)^∞ f(x) dx ≤ Rₙ ≤ ∫_N^∞ f(x) dx
Here Rₙ = ∑(k=N+1 to ∞) aₖ is the remainder (or tail) of the series after N terms. These bounds allow you to estimate how close a partial sum is to the actual series value.
Important Caveat
The Integral Test tells you whether a series converges but does not tell you the sum. The value of the improper integral generally differs from the value of the series. For instance, ∫₁^∞ 1/x² dx = 1, but ∑(n=1 to ∞) 1/n² = π²/6 ≈ 1.6449.

The p-Series & Classification

The single most important application of the Integral Test is the classification of p-series, series of the form ∑(n=1 to ∞) 1/nᵖ for a real parameter p > 0. By applying the Integral Test with f(x) = 1/xᵖ, one obtains the definitive convergence criterion: the p-series converges if and only if p > 1. The boundary case p = 1 gives the harmonic series, which diverges logarithmically. Understanding p-series is essential because they serve as comparison benchmarks for hundreds of other series you will encounter.

p-SERIES INTEGRAL
∫₁^∞ x⁻ᵖ dx = { 1/(p−1) if p > 1; ∞ if p ≤ 1 }
For p ≠ 1 the antiderivative is x^(1−p)/(1−p). Evaluating the limit as x → ∞ converges when 1 − p < 0, i.e., p > 1. For p = 1, the antiderivative is ln x, which diverges.
The curves show f(x) = 1/xᵖ for p = 0.5 (red, diverges), p = 1 (orange, diverges), p = 2 (cyan, converges), and p = 3 (green, converges). Notice how convergent cases decay much more rapidly, making the total area under the curve finite.
p-Series classification: the integral and series values generally differ, but they always agree on convergence.
p value∫₁^∞ x⁻ᵖ dx∑ 1/nᵖVerdict
p = 1/2Diverges
p = 1Diverges
p = 3/22≈ 2.612Converges
p = 21π²/6 ≈ 1.645Converges
p = 31/2≈ 1.202Converges

Worked Example

Let us apply the Integral Test to determine whether the series ∑(n=1 to ∞) 1/(n² + 1) converges or diverges. We will verify the hypotheses, evaluate the corresponding improper integral, and draw the conclusion.

Determine Convergence of ∑ 1/(n² + 1)
1
Step 1 — Define f and Verify HypothesesSet f(x) = 1/(x² + 1). This function is continuous on [1, ∞) since x² + 1 > 0 for all x. It is positive on [1, ∞). To verify it is decreasing, compute f′(x) = −2x/(x² + 1)². Since x > 0, we have f′(x) < 0 for all x ≥ 1, confirming f is strictly decreasing. All three hypotheses are satisfied.
Hypotheses verified: f is continuous, positive, and decreasing on [1, ∞).
2
Step 2 — Set Up the Improper IntegralWe need to evaluate ∫₁^∞ 1/(x² + 1) dx = lim(t→∞) ∫₁^t 1/(x² + 1) dx. Recognizing that 1/(x² + 1) is the derivative of arctan(x), the antiderivative is immediate.
∫₁^t 1/(x² + 1) dx = arctan(t) − arctan(1)
3
Step 3 — Evaluate the LimitAs t → ∞, arctan(t) → π/2. Also, arctan(1) = π/4. Therefore: lim(t→∞) [arctan(t) − arctan(1)] = π/2 − π/4 = π/4.
∫₁^∞ 1/(x² + 1) dx = π/4 ≈ 0.7854
4
Step 4 — Apply the Integral TestSince ∫₁^∞ 1/(x² + 1) dx converges (to π/4), the Integral Test guarantees that ∑(n=1 to ∞) 1/(n² + 1) also converges. Note that the series sum is not equal to π/4; the integral merely confirms convergence.
Conclusion: ∑(n=1 to ∞) 1/(n² + 1) CONVERGES.

Strengths, Limitations & Comparisons

The Integral Test is one of several convergence tests in your toolkit. Understanding when to reach for it — and when a different test is more efficient — is a crucial skill in series analysis. The following table compares the Integral Test with other commonly used convergence tests.

Comparison of common convergence tests for positive-term series.
FeatureIntegral TestComparison TestRatio/Root Test
Best suited forSeries with a natural continuous analog (e.g., p-series, 1/(n ln n))Series you can bound by a known convergent/divergent seriesSeries involving factorials, exponentials, or nth powers
Gives remainder estimate?YesOnly indirectlyNot typically
Requires antiderivative?Yes (or limit evaluation)NoNo
Handles alternating series?No (requires positive terms)No (requires positive terms)Partially (tests absolute convergence)
Inconclusive casesNone (always gives a verdict if hypotheses are met)When no suitable comparison series is foundWhen the limit equals 1
WHEN TO USE THE INTEGRAL TEST
Reach for the Integral Test when the series terms come from a function you can readily integrate — particularly rational functions, logarithmic expressions like 1/(n(ln n)²), or any decreasing function whose antiderivative is accessible via substitution or standard formulas. If you cannot find an antiderivative easily, the Comparison or Limit Comparison Test is likely a more practical choice.

Connections to Advanced Theory

The Integral Test is not merely a computational tool — it connects to deep ideas in analysis. The Euler–Maclaurin summation formula generalizes the comparison between sums and integrals by providing an asymptotic expansion relating ∑f(n) to ∫f(x) dx plus correction terms involving Bernoulli numbers. In a different direction, the remainder estimate from the Integral Test foreshadows the integral test for convergence of improper integrals and ties into the broader program of asymptotic analysis. In real analysis, the monotone convergence theorem that underlies the Integral Test proof reappears in Lebesgue integration, where the connection between summation (as integration with respect to counting measure) and Riemann/Lebesgue integration becomes fully rigorous.

How the Integral Test ideas extend into advanced mathematics.
ConceptIntegral Test LevelAdvanced Extension
Sum–Integral comparisonBounding partial sums by improper integralsEuler–Maclaurin formula with Bernoulli number corrections
Remainder bounds∫(N+1)^∞ f dx ≤ Rₙ ≤ ∫_N^∞ f dxRichardson extrapolation and series acceleration techniques
p-seriesConverges for p > 1, diverges for p ≤ 1Riemann zeta function ζ(s) = ∑ n⁻ˢ, analytic continuation, connection to prime distribution
Monotone convergenceBounded, increasing partial sums convergeLebesgue monotone convergence theorem in measure theory

If you continue into real analysis or complex analysis, you will encounter the Riemann zeta function ζ(s) = ∑(n=1 to ∞) n⁻ˢ, which is essentially the p-series extended to complex values of s. The Integral Test provides the foundation for understanding why ζ(s) converges for Re(s) > 1 — a fact central to analytic number theory and, famously, the Riemann Hypothesis.

Practice Problems

PROBLEM 1CONCEPTUAL
A student attempts to apply the Integral Test to the series ∑(n=1 to ∞) (−1)ⁿ/n². Explain why the Integral Test cannot be applied directly to this series, and describe what alternative approach would be appropriate.
PROBLEM 2BASIC CALCULATION
Use the Integral Test to determine whether ∑(n=1 to ∞) 1/n³ converges or diverges.
PROBLEM 3INTERMEDIATE
Determine whether the series ∑(n=2 to ∞) 1/(n · ln(n)) converges or diverges using the Integral Test.
PROBLEM 4APPLIED
Use the remainder estimate from the Integral Test to determine how many terms of ∑(n=1 to ∞) 1/n⁴ are needed so that the partial sum approximation is within 0.001 of the true series value.
PROBLEM 5CRITICAL THINKING
Consider the series ∑(n=2 to ∞) 1/(n · (ln n)ᵖ). For which values of p does this series converge? Prove your answer using the Integral Test and compare the result with the p-series threshold.

Integral Test — Summary

The Integral Test establishes that if f is continuous, positive, and decreasing on [N, ∞) with f(n) = aₙ, then the series ∑aₙ and the improper integral ∫_N^∞ f(x) dx either both converge or both diverge. The proof relies on bounding partial sums between left-endpoint and right-endpoint Riemann sums, creating a geometric sandwich that links discrete summation to continuous integration.

Its most celebrated application is the p-series classification: ∑1/nᵖ converges if and only if p > 1. Beyond determining convergence, the test provides remainder estimates that bound the error of partial-sum approximations: ∫(N+1)^∞ f dx ≤ Rₙ ≤ ∫_N^∞ f dx. The test is ideal for series whose terms arise from functions with accessible antiderivatives, and it connects forward to the Euler–Maclaurin formula and the Riemann zeta function in advanced analysis.

Varsity Tutors • Calculus 2 • Integral Test