AP CALCULUS BC • INTEGRATION AND ACCUMULATION OF CHANGE

Evaluating Improper Integrals

Extending the definite integral to infinite intervals and unbounded integrands through the theory of limits.

Historical Context & Motivation

The definite integral, as formalized by Newton and Leibniz in the late seventeenth century, was originally conceived for well-behaved functions over bounded, closed intervals. Yet even early practitioners encountered integrals whose domains stretched to infinity or whose integrands blew up at one or more points within the interval of integration. The question of whether such integrals could be assigned finite, meaningful values motivated decades of investigation and ultimately led to the concept of the improper integral. These integrals play a central role in probability, physics, and engineering, where infinite domains and singular behavior are the norm rather than the exception.

1668
Mercator's Logarithmic Series
Nicholas Mercator published a series expansion of ln(1 + x) involving integration of 1/(1 + x), hinting at the need to handle infinite behavior at the boundary of convergence.
1734
Euler Evaluates ∫₁∞ dx/x²
Leonhard Euler demonstrated that certain integrals over infinite intervals converge to finite values, laying early groundwork for distinguishing convergent from divergent improper integrals.
1823
Cauchy's Rigorous Limit Definition
Augustin-Louis Cauchy formalized the improper integral by defining it as the limit of a proper integral, establishing the convergence framework still used in modern calculus courses.
1854
Riemann's Integral Theory
Bernhard Riemann extended integration theory to characterize integrability conditions, further clarifying when improper integrals can and cannot be evaluated.

The central question that drives this lesson is deceptively simple: when we remove the constraint that an integral must have finite bounds and a bounded integrand, can we still compute a well-defined numerical value? The answer depends entirely on whether a certain limit exists and is finite. Mastering this concept is essential for AP Calculus BC, where improper integrals appear in the context of convergence tests for series, areas under curves extending to infinity, and applications in physics.

Core Principles & Definitions

An integral is called improper if it fails to satisfy at least one of the two standard requirements for a proper Riemann integral: the interval of integration must be finite, and the integrand must be bounded (i.e., continuous or at least piecewise continuous) on the entire closed interval. When either condition is violated, we cannot directly apply the Fundamental Theorem of Calculus; instead, we express the integral as a limit and determine whether that limit converges to a finite number or diverges.

1

Type I — Infinite Limits

One or both limits of integration are ±∞. We replace the infinite bound with a variable and take a limit. Example: ∫₁∞ dx/x².
2

Type II — Discontinuous Integrand

The integrand has an infinite discontinuity at or between the limits. We approach the singularity with a limit. Example: ∫₀¹ dx/√x.
3

Convergence

An improper integral converges if the defining limit exists and equals a finite number. The integral is then assigned that finite value.
4

Divergence

An improper integral diverges if the limit does not exist or is ±∞. No finite value can be assigned, and the area is said to be infinite.
5

Splitting Strategy

When both bounds are infinite or multiple discontinuities exist, split into separate improper integrals. All parts must converge for the whole integral to converge.
KEY TAKEAWAY
Think of evaluating an improper integral like filling an infinitely long trough with water. If the trough narrows quickly enough, the total volume of water (area under the curve) can be finite — the integral converges. If the trough stays wide or narrows too slowly, the water overflows without bound — the integral diverges. The limit operation is the mathematical tool that detects which scenario occurs.

Visual Explanation: Area Under Curves to Infinity

The shaded cyan region under y = 1/x² from x = 1 to ∞ has finite area equal to 1, illustrating convergence. The dashed red curve y = 1/x also approaches zero, yet its shaded area grows without bound — a classic divergent improper integral. The rate of decay toward zero determines convergence.

The diagram above captures the essential geometric insight behind Type I improper integrals. Both f(x) = 1/x² and g(x) = 1/x are positive and tend to zero as x → ∞, so at first glance, one might expect both to enclose finite areas. The critical difference lies in the rate of decay: 1/x² shrinks fast enough that the cumulative area approaches a horizontal asymptote (the value 1), whereas 1/x decreases so slowly that new area accumulates without bound. This geometric observation is made precise by the p-integral convergence test, which we will formalize in Section 4.

Mathematical Framework

Type I: Infinite Limits of Integration

TYPE I — UPPER BOUND INFINITE
∫ₐ∞ f(x) dx = lim (b→∞) ∫ₐᵇ f(x) dx
Replace the infinite upper bound with a finite variable b, evaluate the proper integral, then take the limit as b → ∞. If the limit is finite, the integral converges to that value.
TYPE I — LOWER BOUND INFINITE
∫₋∞ᵇ f(x) dx = lim (a→−∞) ∫ₐᵇ f(x) dx
Analogously, replace the infinite lower bound with a and take the limit as a → −∞.
TYPE I — BOTH BOUNDS INFINITE
∫₋∞∞ f(x) dx = ∫₋∞ᶜ f(x) dx + ∫ᶜ∞ f(x) dx
Split at any convenient finite value c. Both integrals must independently converge for the whole integral to converge. The choice of c does not affect the result.

Type II: Discontinuous Integrands

TYPE II — SINGULARITY AT LOWER BOUND
∫ₐᵇ f(x) dx = lim (t→a⁺) ∫ₜᵇ f(x) dx
When f is unbounded as x → a⁺, replace a with t and take the right-hand limit. If the integrand blows up at b, approach from the left: lim (t→b⁻) ∫ₐᵗ f(x) dx.

The p-Integral Test

p-INTEGRAL CONVERGENCE
∫₁∞ dx/xᵖ converges ⟺ p > 1 (and equals 1/(p − 1))
This benchmark integral is the most frequently tested improper integral on the AP exam. When p = 1 the integral equals ln b → ∞ (diverges). When p > 1, the antiderivative is x^(1−p)/(1−p), whose limit as x → ∞ is 0.
📝 AP Exam Tip
On the AP Calculus BC exam, you must show the limit notation when evaluating an improper integral. Simply plugging in ∞ for a bound without writing "lim" will result in loss of communication points on free-response questions. Always write: lim (b→∞) [F(b) − F(a)].

Classification & Comparison Tests

Not every improper integral can be evaluated by finding an antiderivative in closed form. In such cases, the Direct Comparison Test and the Limit Comparison Test allow us to determine convergence or divergence by comparing the integrand to a simpler function whose behavior we already know. These tests mirror the comparison tests for infinite series and share the same logical foundations.

This decision flowchart summarizes the evaluation strategy: identify the type of improper integral, rewrite with proper limit notation, attempt an antiderivative, and—if no closed form exists—fall back on comparison tests to determine convergence or divergence.
Comparison tests for improper integrals
TestHypothesesConclusion
Direct Comparison0 ≤ f(x) ≤ g(x) for all x ≥ aIf ∫ₐ∞ g(x) dx converges, then ∫ₐ∞ f(x) dx converges. If ∫ₐ∞ f(x) dx diverges, then ∫ₐ∞ g(x) dx diverges.
Limit Comparisonf(x) > 0, g(x) > 0, and lim (x→∞) f(x)/g(x) = L where 0 < L < ∞∫ₐ∞ f(x) dx and ∫ₐ∞ g(x) dx either both converge or both diverge.

The comparison tests are especially useful when the integrand involves compositions such as e⁻ˣ², sin(x)/x², or other expressions lacking elementary antiderivatives. In practice, you compare against benchmark functions whose convergence is already established—most commonly the p-integrals ∫₁∞ dx/xᵖ and exponential decay integrals such as ∫₁∞ e⁻ˣ dx.

Worked Example

Evaluate ∫₁∞ dx/x³
1
Step 1 — Identify the Integral TypeThe upper limit of integration is ∞, so this is a Type I improper integral. The integrand f(x) = 1/x³ is continuous on [1, ∞), so there are no Type II issues.
2
Step 2 — Rewrite with Limit NotationReplace the infinite upper bound with b and write: ∫₁∞ dx/x³ = lim (b→∞) ∫₁ᵇ x⁻³ dx.
3
Step 3 — Find the AntiderivativeApply the power rule: ∫ x⁻³ dx = x⁻²/(−2) = −1/(2x²) + C.
F(x) = −1/(2x²)
4
Step 4 — Apply the Fundamental TheoremEvaluate the antiderivative from 1 to b: F(b) − F(1) = −1/(2b²) − (−1/2) = −1/(2b²) + 1/2.
5
Step 5 — Take the Limitlim (b→∞) [−1/(2b²) + 1/2] = 0 + 1/2 = 1/2. Since the limit is a finite number, the improper integral converges.
∫₁∞ dx/x³ = 1/2
Evaluate ∫₀¹ dx/√x (Type II)
1
Step 1 — Identify the Integral TypeThe integrand f(x) = 1/√x = x⁻¹ᐟ² has an infinite discontinuity at x = 0, the lower limit. This is a Type II improper integral.
2
Step 2 — Rewrite with Limit Notation∫₀¹ dx/√x = lim (t→0⁺) ∫ₜ¹ x⁻¹ᐟ² dx.
3
Step 3 — Find the Antiderivative∫ x⁻¹ᐟ² dx = x¹ᐟ²/(1/2) = 2√x + C.
F(x) = 2√x
4
Step 4 — Evaluate and Take the LimitF(1) − F(t) = 2√1 − 2√t = 2 − 2√t. Then lim (t→0⁺) (2 − 2√t) = 2 − 0 = 2. The integral converges.
∫₀¹ dx/√x = 2

Common Pitfalls & Strategies

Frequent errors on AP Calculus BC improper integral problems
Common PitfallWhy It's WrongCorrect Approach
Plugging ∞ directly into F(x)∞ is not a real number. Arithmetic with ∞ is undefined in standard calculus.Always write lim (b→∞) and evaluate the limit formally.
Ignoring interior discontinuitiesIf the integrand has a vertical asymptote inside [a, b], the FTC does not apply directly; the result will be incorrect.Split the integral at the discontinuity and evaluate each piece as a separate improper integral.
Using a single limit for ∫₋∞∞Writing lim (b→∞) ∫₋ᵇᵇ f(x) dx evaluates the Cauchy Principal Value, which may give a finite answer even when the integral diverges.Split into two independent limits: lim (a→−∞) and lim (b→∞). Both must converge independently.
Concluding convergence because f(x)→0f(x)→0 is necessary but not sufficient for ∫ₐ∞ f(x) dx to converge (e.g., 1/x → 0 but ∫₁∞ dx/x = ∞).Use the p-test, comparison test, or direct evaluation to confirm convergence.
KEY TAKEAWAY
Improper integrals are like stress-testing a bridge: you do not simply assume it can support infinite traffic—you gradually increase the load (the upper limit b or approach to the singularity) and observe whether the structure (the integral value) stabilizes at a finite capacity or collapses toward infinity. The limit is the mathematical load test.

Connection to Series & Advanced Theory

Improper integrals and infinite series are deeply intertwined through the Integral Test for series convergence, one of the most powerful tools in AP Calculus BC. If f is a continuous, positive, decreasing function for x ≥ 1 with f(n) = aₙ, then ∑ aₙ from n = 1 to ∞ converges if and only if ∫₁∞ f(x) dx converges. This connection means that your skill in evaluating improper integrals directly transfers to determining whether series converge. For instance, the divergence of ∫₁∞ dx/x immediately implies that the harmonic series ∑ 1/n diverges, while the convergence of ∫₁∞ dx/x² confirms that ∑ 1/n² converges.

Parallel structure between improper integrals and infinite series
ConceptImproper Integrals (This Lesson)Infinite Series (Advanced)
Object being summedContinuous function f(x) over [a, ∞)Discrete sequence aₙ summed from n = 1 to ∞
Convergence mechanismlim (b→∞) ∫ₐᵇ f(x) dx is finitelim (N→∞) Sₙ = lim (N→∞) ∑ aₖ from k=1 to N is finite
p-test threshold∫₁∞ dx/xᵖ converges for p > 1∑ 1/nᵖ converges for p > 1 (p-series test)
Comparison testsDirect & Limit Comparison for integralsDirect & Limit Comparison for series

Beyond the AP curriculum, improper integrals form the backbone of the Laplace transform used in differential equations and control engineering, probability density functions in statistics (where ∫₋∞∞ f(x) dx = 1 by definition), and the Gamma function Γ(n) = ∫₀∞ xⁿ⁻¹ e⁻ˣ dx, which generalizes the factorial. Mastering the evaluation techniques in this lesson prepares you for all of these applications.

Practice Problems

1
Which of the following integrals is improper?
2
Evaluate ∫₁∞ dx/x⁴.
3
Determine whether ∫₁∞ dx/(x² + 1) converges or diverges, and if it converges, find its value.
PROBLEM 4APPLIED
In a physics model, the gravitational potential energy of a satellite launched radially outward from Earth's surface (radius R) is modeled by the integral W = ∫ᵣ∞ (GMm/r²) dr, where G, M, and m are positive constants. (a) Classify this integral and explain why it is improper. (1 point) (b) Use proper limit notation to set up the evaluation. (1 point) (c) Find the antiderivative and evaluate the limit. (2 points) (d) Interpret your result: what does the finite value of this integral mean physically? (1 point)
PROBLEM 5CRITICAL THINKING
Consider the integral ∫₀∞ dx/(x^(1/3)(1 + x)). (a) Explain why this integral has two sources of impropriety. (1 point) (b) Describe how you would split the integral and which comparison functions you would use to argue convergence for each part. You do not need to compute the exact value. (2 points)

Lesson Summary

An improper integral arises when the interval of integration is infinite (Type I) or when the integrand has an infinite discontinuity (Type II). In every case, the strategy is the same: replace the problematic bound or singularity with a variable, evaluate the resulting proper integral, and take the limit. If the limit is a finite number, the integral converges to that value; otherwise it diverges.

The p-integral test (∫₁∞ dx/xᵖ converges if and only if p > 1) serves as the primary benchmark. When a closed-form antiderivative is unavailable, the Direct Comparison Test and Limit Comparison Test allow you to determine convergence by comparing to known benchmarks. These techniques also provide the foundation for the Integral Test for series, connecting improper integrals to one of the central topics in AP Calculus BC. Always remember: show proper limit notation in every step, split when needed, and never assume convergence without proof.

Varsity Tutors • AP Calculus BC • Evaluating Improper Integrals