AP CALCULUS BC • INFINITE SEQUENCES AND SERIES

Integral Test for Convergence

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

Historical Context & Motivation

The study of infinite series stretches back centuries, but the rigorous determination of whether a series converges or diverges proved to be one of the most persistent challenges in the history of analysis. Early mathematicians such as Nicole Oresme recognized that the harmonic series diverges, yet a systematic framework for testing convergence remained elusive. The development of calculus by Newton and Leibniz in the late seventeenth century opened the door to a powerful new strategy: comparing discrete sums to continuous integrals. This bridge between summation and integration ultimately gave rise to the Integral Test, one of the most elegant and broadly applicable convergence tests in the analyst's toolkit.

c. 1350
Oresme and the Harmonic Series
Nicole Oresme provided the first known proof that the harmonic series ∑1/n diverges by grouping terms to show the partial sums grow without bound.
1680s
Newton & Leibniz Develop Calculus
The invention of integral calculus provided the continuous counterpart to discrete summation, creating the mathematical infrastructure needed to compare series with integrals.
1740s
Euler's Explorations
Leonhard Euler extensively studied the relationship between series and integrals, computing exact sums like ∑1/n² = π²/6 and using integral comparisons informally.
1823
Cauchy Formalizes the Integral Test
Augustin-Louis Cauchy rigorously stated and proved the Integral Test in his Cours d'Analyse, providing the first fully precise version of the theorem connecting improper integrals to series convergence.
1830s–Present
Modern Curriculum Adoption
The Integral Test became a standard topic in analysis and calculus courses worldwide, valued for its intuitive geometric interpretation and its ability to handle p-series and logarithmic series.

The central question the Integral Test addresses is deceptively simple: given an infinite series ∑aₙ whose terms are positive and decreasing, can we determine its convergence by evaluating a related improper integral? This insight—that a continuous function can serve as a proxy for a discrete sum—is both geometrically intuitive and analytically powerful, forming one of the first major convergence tests students encounter in their study of infinite series.

Core Principles & Definitions

The Integral Test rests on a natural geometric connection between the partial sums of a series and the area under a curve. Before stating the theorem, it is essential to understand the conditions that must be satisfied and the reasoning that makes the test valid. The test applies to series of the form ∑aₙ where aₙ = f(n) for some continuous function f defined on [1, ∞). The function f must be positive and eventually decreasing on some interval [N, ∞).

1

Continuity

The function f must be continuous on [N, ∞) so that the improper integral ∫ from N to ∞ of f(x) dx is well-defined. Without continuity, the integral may not exist in the Riemann sense.
2

Positivity

The function f(x) must be positive for all x ≥ N. This ensures the partial sums are increasing, which is critical for the bounding argument that underlies the proof.
3

Eventually Decreasing

f must be decreasing on [N, ∞). This allows the rectangles of height f(n) to serve as upper or lower bounds for the integral, enabling the comparison between sum and integral.
4

The Conclusion

If ∫ from 1 to ∞ of f(x) dx converges, then ∑f(n) converges. If the integral diverges, then the series diverges. The test is conclusive in both directions.
KEY TAKEAWAY
Think of the Integral Test like estimating the total volume of water that drips from a faucet by measuring the continuous flow rate. Each individual drop (term aₙ) is discrete, but if you can model the flow with a smooth, decreasing rate function f(x), then the total water collected (series sum) is finite precisely when the total area under the flow-rate curve (improper integral) is finite. The integral gives you a continuous approximation of the discrete accumulation.
⚠️ Common Misconception
The Integral Test tells you whether a series converges—it does not tell you the exact sum. The value of the improper integral is generally not equal to the sum of the series. They share convergence behavior, not numerical value.

Visual Explanation: Rectangles and Area

The geometric intuition behind the Integral Test is remarkably clear. Consider the function f(x) = 1/x² plotted on the interval [1, ∞). Each term of the series ∑1/n² corresponds to the area of a rectangle of width 1 and height f(n). Because f is decreasing, we can construct two sets of rectangles: left-endpoint rectangles that overestimate the integral, and right-endpoint rectangles that underestimate it. This sandwich between upper and lower sums is the engine of the proof.

The cyan (left-endpoint) rectangles have total area equal to f(1) + f(2) + f(3) + ⋯, which overestimates ∫₁^∞ f(x) dx. The pink (right-endpoint) rectangles have total area f(2) + f(3) + ⋯, which underestimates the integral. This yields the key inequality: ∫₁^∞ f(x) dx ≤ ∑f(n) ≤ f(1) + ∫₁^∞ f(x) dx.

From the diagram, observe that the area of the left-endpoint rectangles from n = 1 to n = N equals sₙ = f(1) + f(2) + ⋯ + f(N), which is exactly the N-th partial sum of the series. Meanwhile, the right-endpoint rectangles from n = 2 to n = N+1 have total area f(2) + f(3) + ⋯ + f(N+1) = sₙ₊₁ − f(1). Because f is decreasing, the curve lies between the two sets of rectangles, producing the fundamental bounding inequality. If the integral converges, the partial sums are bounded above and therefore converge by the Monotone Convergence Theorem. If the integral diverges, the partial sums grow without bound, so the series diverges as well.

Mathematical Framework

We now state the Integral Test precisely and present the key inequality that arises from the rectangle comparison argument. Understanding the formal statement ensures you can verify the hypotheses before applying the test on exams and assignments.

INTEGRAL TEST — FORMAL STATEMENT
Let f be continuous, positive, and decreasing on [N, ∞), and let aₙ = f(n). Then ∑(n=N to ∞) aₙ converges if and only if ∫(N to ∞) f(x) dx converges.
f : [N, ∞) → ℝ is continuous, f(x) > 0, and f′(x) < 0 for x ≥ N. The series and integral share the same convergence behavior, but generally have different numerical values.
BOUNDING INEQUALITY
∫(1 to ∞) f(x) dx ≤ ∑(n=1 to ∞) f(n) ≤ f(1) + ∫(1 to ∞) f(x) dx
The left inequality arises from the right-endpoint (underestimate) rectangles; the right inequality from the left-endpoint (overestimate) rectangles. This bounds the series sum between the integral and the integral plus the first term.
REMAINDER ESTIMATE
∫(n+1 to ∞) f(x) dx ≤ Rₙ ≤ ∫(n to ∞) f(x) dx
Rₙ = S − sₙ is the remainder (error) after summing n terms. This estimate, which appears on the AP exam, allows you to bound the error when approximating a convergent series by its n-th partial sum.
📝 AP Exam Tip
On the AP Calculus BC exam, you must explicitly verify the three conditions (continuity, positivity, decreasing) before applying the Integral Test. Omitting this verification can cost you points on free-response questions, even if your final answer is correct.

The p-Series: A Foundational Application

The most important direct application of the Integral Test is the classification of p-series. A p-series takes the form ∑(n=1 to ∞) 1/np, where p is a real constant. By applying the Integral Test with f(x) = 1/xp, we can determine convergence for all values of p. The integral ∫₁^∞ x−p dx converges precisely when p > 1, yielding the p-series convergence rule that serves as a benchmark throughout the study of series.

Partial sums of p-series for several values of p. When p > 1 (emerald, violet, cyan curves), the partial sums level off to finite limits. When p ≤ 1 (red for p = 1, orange for p = 0.5), the partial sums grow without bound, confirming divergence.
p-series convergence classification via the Integral Test
p valueSeriesIntegral ∫₁^∞ x⁻ᵖ dxBehavior
p = 0.5∑ 1/√n2√x → ∞Diverges
p = 1∑ 1/n (harmonic)ln x → ∞Diverges
p = 1.5∑ 1/n³ᐟ²−2x⁻¹ᐟ² → 2Converges
p = 2∑ 1/n²−x⁻¹ → 1Converges
p = 3∑ 1/n³−(1/2)x⁻² → 1/2Converges

The p-series result is indispensable because it provides benchmark series for the Direct Comparison Test and the Limit Comparison Test. Whenever you encounter a series whose general term behaves like 1/np for large n, you can compare it against the appropriate p-series. The critical boundary at p = 1 is the dividing line: convergence requires the terms to decay strictly faster than 1/n.

Worked Example

Let us apply the Integral Test to determine whether the series ∑(n=1 to ∞) 1/(n² + 1) converges or diverges. This example illustrates the full protocol: checking hypotheses, evaluating the improper integral, and stating the conclusion.

Determine Convergence of ∑ 1/(n² + 1)
1
Step 1 — Define the function and check hypothesesLet f(x) = 1/(x² + 1). We need to verify three conditions on [1, ∞). Continuity: f(x) is a rational function whose denominator x² + 1 is always positive, so f is continuous on [1, ∞). Positivity: Since x² + 1 > 0 for all x, we have f(x) > 0. Decreasing: f′(x) = −2x/(x² + 1)², which is negative for all x > 0. So f is decreasing on [1, ∞).
All three conditions are satisfied. ✓
2
Step 2 — Set up the improper integralBy the Integral Test, the series ∑1/(n² + 1) converges if and only if ∫₁^∞ 1/(x² + 1) dx converges. We express the improper integral as a limit: ∫₁^∞ 1/(x² + 1) dx = lim(b→∞) ∫₁ᵇ 1/(x² + 1) dx.
3
Step 3 — Evaluate the integralRecall that ∫ 1/(x² + 1) dx = arctan(x) + C. Therefore: lim(b→∞) [arctan(x)]₁ᵇ = lim(b→∞) [arctan(b) − arctan(1)] = π/2 − π/4 = π/4.
∫₁^∞ 1/(x² + 1) dx = π/4 (finite)
4
Step 4 — State the conclusionSince the improper integral ∫₁^∞ 1/(x² + 1) dx converges to π/4, the Integral Test guarantees that the series ∑(n=1 to ∞) 1/(n² + 1) converges. Note that the sum of the series is not equal to π/4; the integral value only tells us about convergence behavior.
The series ∑ 1/(n² + 1) converges.

Strengths, Limitations & Comparison with Other Tests

The Integral Test is a powerful tool, but it is only one of several convergence tests available in AP Calculus BC. Understanding when to use the Integral Test versus alternatives is essential for efficiency on exams. Each test has strengths that make it the ideal choice in certain scenarios, and recognizing these patterns will save you time.

Comparison of major convergence tests in AP Calculus BC
FeatureIntegral TestComparison TestsRatio / Root Tests
Best forp-series, logarithmic series, series where f(x) has a clean antiderivativeBounding aₙ above/below with known benchmark seriesFactorials, exponentials, n-th powers
HypothesesContinuous, positive, decreasing f on [N, ∞)Positive terms; requires a known comparison seriesPositive terms (ratio); all terms (root)
Gives error bounds?Yes — remainder estimatesNoNo
LimitationRequires computing an improper integral; not useful if no closed-form antiderivative existsMust identify an appropriate comparison seriesInconclusive when limit equals 1
Handles alternating series?No — requires positive termsNo (use Alternating Series Test)Yes (absolute convergence)
🔧 WHEN TO REACH FOR THE INTEGRAL TEST
Use the Integral Test when the general term aₙ involves a function whose antiderivative you know (such as polynomials, rational functions, logarithmic expressions, or inverse trig functions). It is the canonical method for proving the p-series result and for handling series like ∑ 1/(n ln n). If factorials or exponentials appear in aₙ, the Ratio or Root Test is almost certainly a better choice.

Connection to Remainder Estimates & Advanced Theory

Beyond simply determining convergence, the Integral Test provides one of the few methods for estimating how close a partial sum is to the actual sum of a convergent series. The Integral Test Remainder Estimate bounds the remainder Rₙ = S − sₙ between two integrals, giving you rigorous error control. This capability is tested on the AP exam and is a stepping stone to more advanced approximation techniques in numerical analysis.

From the Integral Test to advanced analysis
ConceptIntegral Test LevelAdvanced Extension
Error estimation∫(n+1 to ∞) f(x) dx ≤ Rₙ ≤ ∫(n to ∞) f(x) dxEuler–Maclaurin formula gives higher-order corrections using Bernoulli numbers
Convergence thresholdp-series: converges iff p > 1Bertrand series ∑ 1/(n(ln n)ᵖ): converges iff p > 1
Integral comparisonCompare sum to single improper integralCauchy condensation test: compare ∑aₙ to ∑ 2ⁿ a(2ⁿ), which arises from a logarithmic change of variable
ScopePositive, decreasing sequences onlyAbsolute convergence arguments extend to series with sign changes via |aₙ|

Looking ahead, the Integral Test remainder estimate is closely related to the Euler–Maclaurin summation formula, which provides a systematic asymptotic expansion that bridges summation and integration. While the Euler–Maclaurin formula is beyond the scope of AP Calculus BC, understanding the Integral Test's geometric reasoning prepares you for this deeper connection. Within the AP curriculum, the remainder estimate is frequently combined with series approximations: you may be asked to find the minimum number of terms needed to approximate a sum within a given tolerance, a classic application of the bounding inequality.

Practice Problems

1
A student wants to apply the Integral Test to the series ∑(n=1 to ∞) (−1)ⁿ/n². Which of the following best explains why the Integral Test cannot be applied directly to this series?
2
Use the Integral Test to determine whether the series ∑(n=1 to ∞) 1/n³ converges or diverges. What is the value of ∫₁^∞ 1/x³ dx?
3
Determine whether ∑(n=2 to ∞) 1/(n ln n) converges or diverges using the Integral Test.
PROBLEM 4APPLIED
The series S = ∑(n=1 to ∞) 1/n⁴ is known to converge. Use the Integral Test remainder estimate to find an upper bound for the error |S − s₁₀| when approximating S by the partial sum s₁₀ = ∑(n=1 to 10) 1/n⁴. Then determine the smallest integer N such that the upper bound on |S − sₙ| is less than 0.001.
PROBLEM 5CRITICAL THINKING
Consider the series ∑(n=2 to ∞) 1/(n(ln n)ᵖ) where p is a positive real number. Use the Integral Test to prove that this series converges if and only if p > 1. Clearly state where in your argument each hypothesis of the Integral Test is used.

Lesson Summary

The Integral Test connects the convergence of an infinite series ∑aₙ to the convergence of an improper integral ∫ f(x) dx, where aₙ = f(n). The test requires three hypotheses: f must be continuous, positive, and decreasing on [N, ∞). If the integral converges, the series converges; if the integral diverges, the series diverges. Its most important application is proving the p-series result: ∑1/nᵖ converges if and only if p > 1.

Beyond determining convergence, the Integral Test provides remainder estimates that bound the error when approximating a convergent series by a partial sum: ∫(n+1 to ∞) f(x) dx ≤ Rₙ ≤ ∫(n to ∞) f(x) dx. Remember that the test does not give the exact sum of the series and does not apply to series with alternating or negative terms. Choose the Integral Test when the general term involves a function with a known antiderivative; for factorials and exponentials, the Ratio or Root Test is typically more efficient.

Varsity Tutors • AP Calculus BC • Integral Test for Convergence