Study Guide

Improper Integrals (BC only)

AP Calculus BCΒ· AP Calculus BC CED β€” Integration and Accumulation of ChangeΒ· 14 min read

1. What is an Improper Integral?β˜…β˜…β˜†β˜†β˜†β± 3 min

This topic is exclusive to AP Calculus BC and does not appear on the AP Calculus AB exam. It accounts for approximately 6-8% of the total AP Calculus BC exam score, and appears in both multiple-choice and free-response sections, often combined with other topics like integration techniques or infinite series.

πŸ“˜ Definition

Improper Integral

A definite integral that fails at least one requirement for a proper definite integral: either the interval of integration is infinite, or the integrand has an infinite discontinuity (vertical asymptote) at a point in the integration interval. Improper integrals are evaluated as limits of proper definite integrals.

Example:

(infinite bound), (discontinuity at 0)

2. Improper Integrals with Infinite Bounds (Type 1)β˜…β˜…β˜†β˜†β˜†β± 4 min

Type 1 improper integrals have at least one infinite bound of integration, and the integrand is continuous on the entire interval. By definition:

If is continuous on :

∫a∞f(x)dx=lim⁑bβ†’βˆžβˆ«abf(x)dx\int_a^\infty f(x) dx = \lim_{b \to \infty} \int_a^b f(x) dx

If is continuous on :

βˆ«βˆ’βˆžbf(x)dx=lim⁑aβ†’βˆ’βˆžβˆ«abf(x)dx\int_{-\infty}^b f(x) dx = \lim_{a \to -\infty} \int_a^b f(x) dx

If is continuous on , split the integral at any finite point :

βˆ«βˆ’βˆžβˆžf(x)dx=βˆ«βˆ’βˆžcf(x)dx+∫c∞f(x)dx\int_{-\infty}^\infty f(x) dx = \int_{-\infty}^c f(x) dx + \int_c^\infty f(x) dx

The original integral converges only if both separate integrals converge.

πŸ“ Worked Example

Evaluate and state if it converges or diverges.

  1. 1

    Rewrite the improper integral as a limit of proper integrals by definition:

  2. 2
    ∫1∞1x3dx=lim⁑bβ†’βˆžβˆ«1bxβˆ’3dx\int_1^\infty \frac{1}{x^3} dx = \lim_{b \to \infty} \int_1^b x^{-3} dx
  3. 3

    Find the antiderivative of :

  4. 4
    ∫xβˆ’3dx=βˆ’12xβˆ’2+C=βˆ’12x2+C\int x^{-3} dx = -\frac{1}{2}x^{-2} + C = -\frac{1}{2x^2} + C
  5. 5

    Evaluate the definite integral from 1 to :

  6. 6
    lim⁑bβ†’βˆž[βˆ’12b2βˆ’(βˆ’12(1)2)]=lim⁑bβ†’βˆž(12βˆ’12b2)\lim_{b \to \infty} \left[ -\frac{1}{2b^2} - \left(-\frac{1}{2(1)^2}\right) \right] = \lim_{b \to \infty} \left( \frac{1}{2} - \frac{1}{2b^2} \right)
  7. 7

    Evaluate the limit: as , , so the limit equals .

  8. 8

    The integral converges to .

3. Improper Integrals with Discontinuous Integrands (Type 2)β˜…β˜…β˜…β˜†β˜†β± 4 min

Type 2 improper integrals have finite integration bounds, but the integrand has an infinite discontinuity (vertical asymptote) at one or more points in the interval. We use the same limit-based approach, but approach the discontinuity instead of moving a bound to infinity.

If is continuous on with an infinite discontinuity at :

∫abf(x)dx=lim⁑cβ†’a+∫cbf(x)dx\int_a^b f(x) dx = \lim_{c \to a^+} \int_c^b f(x) dx

If is continuous on with an infinite discontinuity at :

∫abf(x)dx=lim⁑cβ†’bβˆ’βˆ«acf(x)dx\int_a^b f(x) dx = \lim_{c \to b^-} \int_a^c f(x) dx

If the discontinuity is at an interior point , split the integral into two improper integrals at ; both must converge for the original integral to converge.

πŸ“ Worked Example

Evaluate and state if it converges or diverges.

  1. 1

    Identify the discontinuity: has an infinite discontinuity at , the left endpoint of the interval.

  2. 2

    Rewrite the improper integral as a right-hand limit by definition:

  3. 3
    ∫081x3dx=lim⁑aβ†’0+∫a8xβˆ’1/3dx\int_0^8 \frac{1}{\sqrt[3]{x}} dx = \lim_{a \to 0^+} \int_a^8 x^{-1/3} dx
  4. 4

    Find the antiderivative of :

  5. 5
    ∫xβˆ’1/3dx=32x2/3+C\int x^{-1/3} dx = \frac{3}{2}x^{2/3} + C
  6. 6

    Evaluate the definite integral from to 8:

  7. 7
    lim⁑aβ†’0+[32(82/3)βˆ’32(a2/3)]=lim⁑aβ†’0+(6βˆ’32a2/3)\lim_{a \to 0^+} \left[ \frac{3}{2}(8^{2/3}) - \frac{3}{2}(a^{2/3}) \right] = \lim_{a \to 0^+} \left( 6 - \frac{3}{2}a^{2/3} \right)
  8. 8

    Evaluate the limit: as , , so the limit equals 6.

  9. 9

    The integral converges to 6.

4. Convergence Testing: p-Test and Comparison Testβ˜…β˜…β˜…β˜†β˜†β± 3 min

On many AP exam questions, you only need to determine if an improper integral converges or diverges, not calculate its exact value. Two key tools for this are the p-test for power functions and the comparison test for general positive integrands.

  • p-test for infinite bounds (): converges if , diverges if . The function must decay fast enough as grows to have finite area.

  • p-test for discontinuity at 0 (): converges if , diverges if . The function cannot blow up too fast near to have finite area.

The comparison test applies to positive functions: if for all in the interval:

  • If converges, then also converges.

  • If diverges, then also diverges.

πŸ“ Worked Example

Without evaluating the integral, use the comparison test and p-test to determine if converges or diverges.

  1. 1

    For all , , so we can bound the integrand above:

  2. 2
    0<3x(x+1)<3xβ‹…x=3x3/20 < \frac{3}{\sqrt{x}(x+1)} < \frac{3}{\sqrt{x} \cdot x} = \frac{3}{x^{3/2}}
  3. 3

    Recognize is a p-integral with .

  4. 4

    By the p-test for infinite bounds, converges.

  5. 5

    By the comparison test, since our integrand is positive and smaller than a convergent integrand, the original integral converges.

βœ“ Quick check

Test your understanding of the p-test:

  1. Which of the following statements about is true?

    • A) The integral converges because by the p-test.

    • B) The integral converges because by the p-test.

    • C) The integral diverges because by the p-test.

    • D) The integral diverges because by the p-test.

    Reveal answer
    A β€”

    Correct! The integral has an infinite discontinuity at , so the p-test for bounded intervals tells us convergence when . Since , the comparison test confirms convergence.

5. Mixed and Applied Improper Integral Problemsβ˜…β˜…β˜…β˜…β˜†β± 4 min

πŸ“ Worked Example

Let . (a) Explain why is improper. (b) Split the integral into a sum of limits of proper integrals. (c) Determine if the integral converges or diverges.

  1. 1

    (a) The integrand has infinite discontinuities (vertical asymptotes) at and , both inside the integration interval , so the integral is improper by definition.

  2. 2

    (b) Split the integral at the two discontinuities, resulting in four separate limits:

  3. 3
    ∫04f(x)dx=lim⁑aβ†’1βˆ’βˆ«0af(x)dx+lim⁑bβ†’1+∫b2f(x)dx+lim⁑cβ†’3βˆ’βˆ«2cf(x)dx+lim⁑dβ†’3+∫d4f(x)dx\int_0^4 f(x) dx = \lim_{a \to 1^-} \int_0^a f(x) dx + \lim_{b \to 1^+} \int_b^2 f(x) dx + \lim_{c \to 3^-} \int_2^c f(x) dx + \lim_{d \to 3^+} \int_d^4 f(x) dx
  4. 4

    (c) Use partial fraction decomposition to get . Evaluate the first limit:

  5. 5
    lim⁑aβ†’1βˆ’βˆ«0a(βˆ’12(xβˆ’1)+12(xβˆ’3))dx=lim⁑aβ†’1βˆ’[βˆ’12ln⁑∣xβˆ’1∣+12ln⁑∣xβˆ’3∣]0a\lim_{a \to 1^-} \int_0^a \left(-\frac{1}{2(x-1)} + \frac{1}{2(x-3)}\right) dx = \lim_{a \to 1^-} \left[ -\frac{1}{2}\ln|x-1| + \frac{1}{2}\ln|x-3| \right]_0^a
  6. 6

    As , , so . The first limit diverges, so the entire integral diverges.

πŸ“ Worked Example

The total work required to move a 1000 kg spacecraft from Earth's surface to infinitely far away is given by: , where , , , . Calculate the total work in joules.

  1. 1

    Rewrite the improper integral as a limit by definition:

  2. 2
    W=GMmlim⁑bβ†’βˆžβˆ«Rbrβˆ’2drW = GMm \lim_{b \to \infty} \int_R^b r^{-2} dr
  3. 3

    The antiderivative of is . Evaluate the limit:

  4. 4
    lim⁑bβ†’βˆž(βˆ’1b+1R)=0+1R=1R\lim_{b \to \infty} \left(-\frac{1}{b} + \frac{1}{R}\right) = 0 + \frac{1}{R} = \frac{1}{R}
  5. 5

    Substitute the given values:

  6. 6
    W=GMmR=(6.67Γ—10βˆ’11)(5.97Γ—1024)(1000)6.37Γ—106β‰ˆ6.25Γ—1010W = \frac{GMm}{R} = \frac{(6.67 \times 10^{-11})(5.97 \times 10^{24})(1000)}{6.37 \times 10^6} \approx 6.25 \times 10^{10}
  7. 7

    The total work (escape energy) is approximately joules.

6. Common Pitfalls

Wrong move:

Evaluating as and concluding convergence.

Why:

Confuses the Cauchy principal value with the formal AP definition of convergence for two-sided infinite improper integrals.

Correct move:

Always split the integral at a finite point and evaluate two separate limits. For this example, both limits diverge, so the original integral diverges.

Wrong move:

Applying the p-test to and concluding convergence because .

Why:

Mixes up the p-test conditions for infinite bounds vs. discontinuity at 0.

Correct move:

Recall the p-test for discontinuity at 0: converges only if , so this integral diverges.

Wrong move:

Integrating directly with the Fundamental Theorem to get , ignoring the discontinuity at .

Why:

Forgets to check for vertical asymptotes in the interior of the interval when bounds are finite.

Correct move:

Always check the integrand for domain restrictions and infinite discontinuities before integrating; split the integral at and evaluate two limits, both of which diverge here.

Wrong move:

Concluding that converges because and diverges.

Why:

Misapplies the comparison test rules for convergence and divergence.

Correct move:

If your function is smaller than a divergent integral, you can conclude nothing. For this example, bound below: , so compare to the divergent integral to conclude divergence.

Wrong move:

Adding a divergent and convergent improper integral and concluding the whole integral converges because one part converges.

Why:

Incorrectly assumes convergence of one part offsets divergence of another.

Correct move:

If any of the split limits for an improper integral does not exist or is infinite, the entire improper integral diverges, regardless of other parts.

7. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

Infinite Upper Bound

Converges iff limit is finite; continuous on

Infinite Lower Bound

Converges iff limit is finite; continuous on

Two Infinite Bounds

Converges only if both integrals converge; split at any finite

Discontinuity at Left Endpoint

continuous on , infinite discontinuity at

Discontinuity at Right Endpoint

continuous on , infinite discontinuity at

p-Test (Infinite Bounds, )

Converges: ; Diverges:

For

p-Test (Discontinuity at 0, )

Converges: ; Diverges:

For

Comparison Test (Positive )

If : (1) converges converges; (2) diverges diverges

Only applies to positive integrands; no conclusion if and diverges

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· BC MCQ

    p-test convergence question

  • 2022 Β· BC FRQ

    Improper integral work application

What's Next

Improper integrals are a critical prerequisite for core AP Calculus BC topics, most notably infinite series. You will use improper integrals to apply the Integral Test for series convergence and analyze convergence of power series, so mastery of this topic is essential to avoid losing points on series questions later. Without understanding how to identify, test, and evaluate improper integrals, you will struggle to apply most common series convergence tests and work with power series representations of functions. This topic also connects integration and limits to solve real-world problems involving unbounded intervals or functions, appearing in applications like work, probability, and differential equations.