Math graphic
📐 Concept diagram

05-08 - Improper Integrals

Phase: 5 | Subject: 05-08 Prerequisites: 05-02-the-definite-integral.md (definite integrals), 05-03-the-fundamental-theorem-of-calculus.md Next subject: 05-09-applications-of-integration.md


Learning Objectives

By the end of this subject, you will be able to:

  1. Recognise improper integrals with infinite limits
  2. Recognise improper integrals with discontinuous integrands
  3. Evaluate improper integrals as limits
  4. Apply the comparison test for convergence

Core Content

What is an Improper Integral?

An improper integral has either: 1. Infinite limit of integration (∫[a to ∞] or ∫[-∞ to b] or ∫[-∞ to ∞]) 2. Discontinuous integrand at an endpoint or inside the interval

Type 1: Infinite Limits

$∫[a to ∞] f(x)dx = $lim(t→∞)$ ∫[a to t] f(x)dx
∫[-∞ to b] f(x)dx = $lim(t→-∞)$ ∫[t to b] f(x)dx
∫[-∞ to ∞] f(x)dx = ∫[-∞ to c] + ∫[c to ∞]
$

Convergent if the limit exists (finite). Divergent if the limit is ±∞ or doesn't exist.

Example: ∫[1 to ∞] (1/x²)dx = $lim(t→∞)$ [-1/x][1 to t] = $lim(t→∞)$ (-1/t + 1) = 1

Convergent (to 1).

Example: ∫[1 to ∞] (1/x)dx = $lim(t→∞)$ [ln(x)][1 to t] = $lim(t→∞)$ ln(t) = ∞

Divergent.

Type 2: Discontinuous Integrand

If f has a discontinuity at c where a < c < b:

$∍[a to b] f(x)dx = ∍[a to c] f(x)dx + ∍[c to b] f(x)dx
$

Each part is evaluated as a limit.

Example: ∫[0 to 2] (1/√x)dx f(x) = 1/√x has discontinuity at x = 0. = $lim(t→0⁺)$ ∫[t to 2] x^(-1/2)dx = $lim(t→0⁺)$ [2√x][t to 2] = $lim(t→0⁺)$ (2√2 - 2√t) = 2√2

Convergent.

Comparison Test

If 0 ≤ f(x) ≤ g(x) for x ≥ a: - If ∫[a to ∞] g(x)dx converges, then ∫[a to ∞] f(x)dx converges - If ∫[a to ∞] f(x)dx diverges, then ∫[a to ∞] g(x)dx diverges

Example: Show ∫[1 to ∞] (1/(x² + 1))dx converges. 0 < 1/(x² + 1) < 1/x² for x ≥ 1. Since ∫[1 to ∞] (1/x²)dx converges (to 1), so does ∫[1 to ∞] 1/(x²+1)dx.



Key Terms

Worked Examples

Example 1: Infinite limit, convergent

∫[0 to ∞] e^(-x)dx = $lim(t→∞)$ [-e^(-x)][0 to t] = $lim(t→∞)$ (-e^(-t) + 1) = 1

Example 2: Infinite limit, divergent

∫[1 to ∞] (1/√x)dx = $lim(t→∞)$ [2√x][1 to t] = $lim(t→∞)$ (2√t - 2) = ∞

Divergent.

Example 3: Discontinuous at endpoint

∫[0 to 1] (1/√(1 - x))dx Discontinuity at x = 1. = $lim(t→1⁻)$ ∫[0 to t] (1 - x)^(-1/2)dx = $lim(t→1⁻)$ [-2√(1 - x)][0 to t] = $lim(t→1⁻)$ (-2√(1 - t) + 2) = 2

Convergent.


Practice Problems

Problem 1: ∫[1 to ∞] (1/x³)dx

Answer Convergent. [-1/(2x²)][1 to ∞] = 0 + 1/2 = 1/2.

Problem 2: ∫[0 to ∞] e^(-2x)dx

Answer Convergent. [-e^(-2x)/2][0 to ∞] = 0 + 1/2 = 1/2.

Problem 3: ∍[-1 to 1] (1/x²)dx

Answer Divergent. Discontinuity at x = 0. ∫[-1 to 0] diverges (goes to ∞).

Problem 4: ∍[0 to 1] ln(x)dx

Answer Convergent. [x¡ln(x) - x][0 to 1] = (0 - 1) - (0 - 0) = -1.

Problem 5: Use comparison: does ∫[1 to ∞] e^(-x)/x dx converge?

Answer For x ≥ 1: 0 < e^(-x)/x < e^(-x). Since ∫[1 to ∞] e^(-x)dx = 1/e converges, by the Comparison Test, ∫[1 to ∞] e^(-x)/x dx also converges.

Summary

Key takeaways:


Pitfalls


Quiz

Q1: ∫[1 to ∞] (1/x²)dx is:

A) Convergent, value = 1 B) Divergent C) Convergent, value = 0 D) Convergent, value = ∞

Answer and Explanations **Correct: A)** - If you chose A: [-1/x][1 to ∞] = 0 - (-1) = 1. Convergent. Correct! - If you chose B: 1/x² actually converges (p = 2 > 1). Only 1/x^p with p ≤ 1 diverges. - If you chose C: The value is 1, not 0. - If you chose D: Convergent means finite value. ∞ means divergent.

Q2: ∫[1 to ∞] (1/x)dx is:

A) Convergent B) Divergent C) Convergent to ln(2) D) Convergent to 1

Answer and Explanations **Correct: B)** - If you chose B: [ln(x)][1 to ∞] = ∞. Diverges. Correct! - If you chose A: 1/x diverges on [1, ∞). This is the harmonic series integral. - If you chose C: ln(2) is the value on [1, 2], not [1, ∞). - If you chose D: That's the value for 1/x², not 1/x.

Q3: ∫[0 to 1] (1/√x)dx is:

A) Divergent B) Convergent to 2 C) Convergent to 1 D) Convergent to 1/2

Answer and Explanations **Correct: B)** - If you chose B: [2√x][0 to 1] = 2. Convergent. Correct! - If you chose A: 1/√x = x^(-1/2) with p = 1/2 < 1, but the singularity is at the endpoint x = 0, and the integral from ε to 1 gives 2 - 2√ε → 2. It converges. - If you chose C: 1 would be for ∫[0 to 1] √x dx = 2/3, not 1. - If you chose D: That's ∫[0 to 1] x dx = 1/2.

Q4: For ∫[a to ∞] f(x)dx, if f(x) > 0 and the integral converges, then:

A) f(x) must approach 0 as x → ∞ B) f(x) can approach any value C) f(x) must be bounded D) f(x) must be decreasing

Answer and Explanations **Correct: A)** - If you chose A: If ∫[a to ∞] f(x)dx converges and f(x) ≥ 0, then $lim(x→∞)$ f(x) = 0. Otherwise the area wouldn't shrink to zero. Correct! - If you chose B: f(x) must approach 0. If it approached a positive constant, the integral would diverge. - If you chose C: Boundedness is necessary but not sufficient. f(x) = 1/x is bounded but its integral diverges on [1, ∞). - If you chose D: f(x) doesn't need to be decreasing (e.g., oscillating but decaying).

Q5: ∫[0 to ∞] e^(-x²)dx:

A) Diverges B) Equals √π/2 C) Equals 1 D) Equals π

Answer and Explanations **Correct: B)** - If you chose B: The Gaussian integral ∫[0 to ∞] e^(-x²)dx = √π/2. (The full integral from −∞ to ∞ equals √π; by symmetry, half of that from 0 to ∞.) Correct! - If you chose A: e^(-x²) decays faster than any polynomial — the integral converges. - If you chose C: 1 would be for ∫[0 to ∞] e^(-x)dx = 1. - If you chose D: π = (√π)². The integral is √π/2, not π.

Next Steps

Next up: 05-09-applications-of-integration.md