AP Calculus BC • Unit 6 • Improper Integrals

Evaluating Improper Integrals: Convergence, Divergence, Limits, and Examples

An improper integral is a definite integral that cannot be evaluated as an ordinary finite-area integral because the interval is infinite, the integrand is discontinuous, or both. Instead of substituting infinity or a discontinuity directly into an antiderivative, we rewrite the integral using a limit. If that limit exists as a finite number, the improper integral converges. If the limit is infinite or does not exist, the improper integral diverges.

This topic is especially important in AP Calculus BC because it combines integration and limits. Students must identify why the integral is improper, set up the correct limiting expression, evaluate the antiderivative, take the limit, and state a clear conclusion. The most common mistake is treating an improper integral like an ordinary definite integral without checking infinity or discontinuity first.

Quick Rule

Never plug in infinity or a discontinuity directly. Use a limit.

Type 1Infinite interval
Type 2Discontinuity
Converges ifFinite limit
Diverges ifInfinite or DNE

What Is an Improper Integral?

An improper integral is an integral that has at least one feature that prevents ordinary definite integration. In a regular definite integral such as \(\int_1^3 x^2\,dx\), the interval is finite and the function is continuous on the entire interval. That means the Fundamental Theorem of Calculus can be used directly: find an antiderivative and subtract endpoint values.

In an improper integral, one of those conditions fails. The interval may extend forever, as in \(\int_1^{\infty}\frac{1}{x^2}\,dx\). Or the function may become undefined or unbounded inside the interval, as in \(\int_0^1\frac{1}{\sqrt{x}}\,dx\). In both cases, the integral must be rewritten as a limit before it can be evaluated.

Type 1 An integral with an infinite upper limit, infinite lower limit, or both limits infinite.
Type 2 An integral where the integrand has a discontinuity at an endpoint or inside the interval.
Conclusion The integral converges only when the required limit or limits are finite.
\[ \text{Improper Integral} \Rightarrow \text{Rewrite as a limit} \Rightarrow \text{Evaluate the limit} \]

The word “improper” does not mean the integral is invalid. It means the integral needs a limiting process. Some improper integrals have perfectly finite values. For example, \(\int_1^{\infty}\frac{1}{x^2}\,dx=1\), even though the interval extends forever. Other improper integrals diverge, such as \(\int_1^{\infty}\frac{1}{x}\,dx\), because the area grows without bound.

AP Calculus BC rule: Always state whether the improper integral converges or diverges. If it converges, give the finite value. If it diverges, explain which limit fails.

Interactive Improper Integral Checker

Use this tool to classify common improper integrals and predict convergence using the p-integral rules or exponential decay rules. This is not a full symbolic calculator; it is a learning tool for recognizing the structure of common AP Calculus BC improper integrals.

Choose a pattern and click “Check Convergence.”

Type 1 Improper Integrals: Infinite Limits of Integration

A Type 1 improper integral has an infinite interval. This can happen when the upper limit is \(\infty\), the lower limit is \(-\infty\), or both limits are infinite. The main idea is to replace the infinite boundary with a variable, evaluate the integral over a finite interval, and then take a limit.

Infinite Upper Limit

\[ \int_a^{\infty} f(x)\,dx = \lim_{b\to\infty}\int_a^b f(x)\,dx \]

This means you first integrate from \(a\) to \(b\), where \(b\) is finite. Then you ask what happens as \(b\) grows without bound. If the accumulated area approaches a finite value, the integral converges. If the accumulated area increases without bound or fails to settle, the integral diverges.

Infinite Lower Limit

\[ \int_{-\infty}^{b} f(x)\,dx = \lim_{a\to-\infty}\int_a^b f(x)\,dx \]

Here, the lower boundary moves left without bound. Again, the integral is evaluated over a finite interval first. Only after that do you take the limit.

Both Limits Infinite

\[ \int_{-\infty}^{\infty} f(x)\,dx = \int_{-\infty}^{c} f(x)\,dx + \int_{c}^{\infty} f(x)\,dx \]

When both limits are infinite, you must split the integral at a finite point \(c\). The value of \(c\) can be any convenient number, often \(0\). The integral converges only if both separate improper integrals converge. If either side diverges, the whole integral diverges.

Important: Do not try to evaluate \(\int_{-\infty}^{\infty} f(x)\,dx\) by writing one limit from \(-b\) to \(b\). That can hide divergence. AP Calculus expects the two sides to be treated separately.

Type 2 Improper Integrals: Discontinuous Integrands

A Type 2 improper integral occurs when the interval is finite, but the integrand is discontinuous at an endpoint or somewhere inside the interval. The most common AP examples involve functions like \(\frac{1}{x}\), \(\frac{1}{x^2}\), \(\frac{1}{\sqrt{x}}\), or \(\frac{1}{x-a}\). The discontinuity often creates a vertical asymptote.

Discontinuity at the Lower Endpoint

\[ \int_a^b f(x)\,dx = \lim_{t\to a^+}\int_t^b f(x)\,dx \]

The notation \(t\to a^+\) means \(t\) approaches \(a\) from the right. This direction matters because the interval lies to the right of the lower endpoint.

Discontinuity at the Upper Endpoint

\[ \int_a^b f(x)\,dx = \lim_{t\to b^-}\int_a^t f(x)\,dx \]

The notation \(t\to b^-\) means \(t\) approaches \(b\) from the left. This direction matters because the interval lies to the left of the upper endpoint.

Discontinuity at an Interior Point

\[ \int_a^b f(x)\,dx = \int_a^c f(x)\,dx + \int_c^b f(x)\,dx, \quad a \[ = \lim_{t\to c^-}\int_a^t f(x)\,dx + \lim_{s\to c^+}\int_s^b f(x)\,dx \]

If the discontinuity is inside the interval, both sides must be tested separately. The entire integral converges only if the left-side integral and right-side integral both converge. If one side diverges, the whole integral diverges.

The p-Integral Test

The p-integral test is one of the fastest tools for deciding convergence. It applies to integrals involving powers of \(x\). There are two versions, and students often confuse them because the inequalities are opposite.

Infinite Interval Version

\[ \int_1^{\infty}\frac{1}{x^p}\,dx \]

Converges if \(p>1\).

Diverges if \(p\le1\).

Discontinuity at Zero Version

\[ \int_0^1\frac{1}{x^p}\,dx \]

Converges if \(p<1\).

Diverges if \(p\ge1\).

The reason these rules differ is that the “danger zone” is different. For \(\int_1^{\infty}\frac{1}{x^p}\,dx\), the problem is what happens as \(x\) becomes very large. The denominator needs to grow fast enough to make the infinite tail have finite area. That happens when \(p>1\).

For \(\int_0^1\frac{1}{x^p}\,dx\), the problem is what happens near \(x=0\). The function becomes unbounded near the lower endpoint. It converges only when the blow-up near zero is not too strong. That happens when \(p<1\).

Memory trick: At infinity, powers must be bigger than \(1\) to converge. Near zero, powers must be smaller than \(1\) to converge.

Worked Examples: Evaluating Improper Integrals

Example 1: Convergent Integral with Infinite Upper Limit

Problem: Evaluate \(\int_1^{\infty}\frac{1}{x^2}\,dx\).

Since the upper limit is infinite, this is a Type 1 improper integral. Rewrite it as a limit:

\[ \int_1^{\infty}\frac{1}{x^2}\,dx = \lim_{b\to\infty}\int_1^b x^{-2}\,dx \]

Now integrate:

\[ \lim_{b\to\infty}\left[-x^{-1}\right]_1^b = \lim_{b\to\infty}\left(-\frac{1}{b}+1\right) \]

Evaluate the limit:

\[ \lim_{b\to\infty}\left(1-\frac{1}{b}\right)=1 \]

Conclusion: The improper integral converges to \(1\).

Example 2: Divergent Integral with Infinite Upper Limit

Problem: Evaluate \(\int_1^{\infty}\frac{1}{x}\,dx\).

Rewrite it using a limit:

\[ \int_1^{\infty}\frac{1}{x}\,dx = \lim_{b\to\infty}\int_1^b\frac{1}{x}\,dx \]

Integrate:

\[ \lim_{b\to\infty}[\ln|x|]_1^b = \lim_{b\to\infty}(\ln b-\ln 1) = \lim_{b\to\infty}\ln b \]

Since \(\ln b\to\infty\), the integral does not have a finite value.

Conclusion: The improper integral diverges.

Example 3: Both Limits Infinite

Problem: Evaluate \(\int_{-\infty}^{\infty}\frac{1}{1+x^2}\,dx\).

Because both limits are infinite, split at \(0\):

\[ \int_{-\infty}^{\infty}\frac{1}{1+x^2}\,dx = \int_{-\infty}^{0}\frac{1}{1+x^2}\,dx + \int_0^{\infty}\frac{1}{1+x^2}\,dx \]

Use the antiderivative \(\arctan x\):

\[ \int_{-\infty}^{0}\frac{1}{1+x^2}\,dx = \lim_{a\to-\infty}[\arctan x]_a^0 = 0-\left(-\frac{\pi}{2}\right) = \frac{\pi}{2} \] \[ \int_0^{\infty}\frac{1}{1+x^2}\,dx = \lim_{b\to\infty}[\arctan x]_0^b = \frac{\pi}{2}-0 = \frac{\pi}{2} \]

Both sides converge, so add the values:

\[ \frac{\pi}{2}+\frac{\pi}{2}=\pi \]

Conclusion: The improper integral converges to \(\pi\).

Example 4: Discontinuity at an Endpoint

Problem: Evaluate \(\int_0^1\frac{1}{\sqrt{x}}\,dx\).

The integrand is undefined at \(x=0\), so this is a Type 2 improper integral. Approach the lower endpoint from the right:

\[ \int_0^1\frac{1}{\sqrt{x}}\,dx = \lim_{t\to0^+}\int_t^1 x^{-1/2}\,dx \]

Integrate:

\[ \lim_{t\to0^+}[2x^{1/2}]_t^1 = \lim_{t\to0^+}(2-2\sqrt{t}) = 2 \]

Conclusion: The improper integral converges to \(2\).

Example 5: Interior Discontinuity

Problem: Evaluate \(\int_0^2\frac{1}{x-1}\,dx\).

The integrand is undefined at \(x=1\), which is inside the interval. Therefore, split the integral:

\[ \int_0^2\frac{1}{x-1}\,dx = \int_0^1\frac{1}{x-1}\,dx + \int_1^2\frac{1}{x-1}\,dx \]

The first part becomes:

\[ \int_0^1\frac{1}{x-1}\,dx = \lim_{t\to1^-}[\ln|x-1|]_0^t = \lim_{t\to1^-}\ln|t-1| \]

As \(t\to1^-\), \(|t-1|\to0^+\), so \(\ln|t-1|\to-\infty\). Since one side diverges, the entire improper integral diverges.

Conclusion: The improper integral diverges. Do not cancel the left and right infinities; each side must converge separately.

Step-by-Step Method for Evaluating Improper Integrals

  1. Check the limits of integration. If one endpoint is \(\infty\) or \(-\infty\), the integral is improper.
  2. Check the integrand. Look for undefined points, vertical asymptotes, or discontinuities on the interval.
  3. Classify the improper integral. Decide whether it is Type 1, Type 2, or a combination.
  4. Rewrite using limits. Replace infinity or discontinuity with the correct limiting variable and direction.
  5. Split if necessary. If both limits are infinite or there is an interior discontinuity, split the integral.
  6. Find the antiderivative. Evaluate the finite definite integral expression.
  7. Take the limit. Determine whether the limit is finite, infinite, or does not exist.
  8. State the conclusion. Write “converges to ___” or “diverges.”
\[ \text{Improper Integral Process} = \text{Identify} + \text{Limit Setup} + \text{Integrate} + \text{Limit} + \text{Conclusion} \]

Quick Reference Table

Situation Correct Setup Convergence Rule
Upper limit is \(\infty\) \(\int_a^{\infty} f(x)\,dx=\lim_{b\to\infty}\int_a^b f(x)\,dx\) Converges if the limit is finite.
Lower limit is \(-\infty\) \(\int_{-\infty}^{b} f(x)\,dx=\lim_{a\to-\infty}\int_a^b f(x)\,dx\) Converges if the limit is finite.
Both limits are infinite Split at \(c\): \(\int_{-\infty}^{c}f(x)\,dx+\int_c^{\infty}f(x)\,dx\) Both pieces must converge.
Discontinuity at lower endpoint \(\int_a^b f(x)\,dx=\lim_{t\to a^+}\int_t^b f(x)\,dx\) Approach from the right.
Discontinuity at upper endpoint \(\int_a^b f(x)\,dx=\lim_{t\to b^-}\int_a^t f(x)\,dx\) Approach from the left.
Interior discontinuity at \(c\) Split at \(c\), then use one-sided limits. Both sides must converge.

Common Mistakes to Avoid

  • Forgetting to check for discontinuities. A finite interval does not automatically mean the integral is proper.
  • Writing \(F(\infty)\). Infinity is not a number. Use a limit instead.
  • Not splitting when both limits are infinite. Both sides must be evaluated separately.
  • Not splitting at an interior discontinuity. A single antiderivative expression over the whole interval is not enough.
  • Using the wrong one-sided limit direction. At a lower endpoint, use \(t\to a^+\). At an upper endpoint, use \(t\to b^-\).
  • Canceling infinities. Expressions like \(\infty-\infty\) are indeterminate and cannot be treated as \(0\).
  • Forgetting absolute values in logarithms. The antiderivative of \(\frac{1}{x-a}\) is \(\ln|x-a|\), not just \(\ln(x-a)\).
  • Not writing the final conclusion. AP graders expect a clear statement of convergence or divergence.

Practice Problems

Try each problem before opening the answer. Focus on identifying why the integral is improper before calculating.

1. Evaluate \(\int_1^{\infty}\frac{1}{x^3}\,dx\).

This is a p-integral with \(p=3>1\), so it converges. Direct evaluation gives \(\lim_{b\to\infty}\left[-\frac{1}{2x^2}\right]_1^b=\frac{1}{2}\).

2. Determine whether \(\int_1^{\infty}\frac{1}{x^{0.8}}\,dx\) converges.

This is a p-integral at infinity with \(p=0.8\le1\), so it diverges.

3. Evaluate \(\int_0^1\frac{1}{x^{1/3}}\,dx\).

This is a p-integral near zero with \(p=\frac{1}{3}<1\), so it converges. The value is \(\left[\frac{3}{2}x^{2/3}\right]_0^1=\frac{3}{2}\).

4. Determine whether \(\int_0^1\frac{1}{x}\,dx\) converges.

This is a p-integral near zero with \(p=1\), so it diverges. Equivalently, \(\lim_{t\to0^+}[\ln x]_t^1=-\lim_{t\to0^+}\ln t=\infty\).

5. Evaluate \(\int_0^{\infty}e^{-2x}\,dx\).

\(\int_0^{\infty}e^{-2x}\,dx=\lim_{b\to\infty}\left[-\frac{1}{2}e^{-2x}\right]_0^b=\frac{1}{2}\). The integral converges.

AP Calculus BC Exam Tips

Improper integrals often appear in AP Calculus BC because they test multiple skills at once. You need to understand definite integrals, antiderivatives, one-sided limits, infinite limits, logarithmic behavior, and convergence language. The calculation is sometimes short, but the setup is where many students lose points.

  • Write the limit setup explicitly. Do not skip directly from the original improper integral to an answer.
  • State why the integral is improper. Mention infinite interval or discontinuity.
  • Use one-sided notation correctly. This matters for endpoint discontinuities.
  • Split interior problems. Both sides must converge.
  • Use p-integrals for quick decisions. But make sure you use the correct version of the rule.
  • Do not overclaim convergence. A finite-looking antiderivative does not prove convergence until the limit is evaluated.
  • End with a sentence. “Therefore, the integral converges to \(2\)” or “Therefore, the integral diverges.”

FAQ: Evaluating Improper Integrals

What makes an integral improper?

An integral is improper if it has an infinite limit of integration or if the integrand has a discontinuity at an endpoint or inside the interval.

How do you evaluate an improper integral?

Rewrite the improper integral as a limit, evaluate the finite integral, then take the limit. If the limit is finite, the integral converges. If the limit is infinite or does not exist, it diverges.

What does it mean for an improper integral to converge?

An improper integral converges when the limiting process produces a finite real number. That finite number is the value of the improper integral.

What does it mean for an improper integral to diverge?

An improper integral diverges when the required limit is infinite or does not exist. A divergent improper integral has no finite value.

When do p-integrals converge?

\(\int_1^{\infty}\frac{1}{x^p}\,dx\) converges when \(p>1\). \(\int_0^1\frac{1}{x^p}\,dx\) converges when \(p<1\).

Why must an integral with both infinite limits be split?

Both tails must be tested separately. The integral \(\int_{-\infty}^{\infty}f(x)\,dx\) converges only if \(\int_{-\infty}^{c}f(x)\,dx\) and \(\int_c^{\infty}f(x)\,dx\) both converge.

Why must an interior discontinuity be split?

An interior discontinuity creates two one-sided improper integrals. Both must converge for the original integral to converge. If either side diverges, the whole integral diverges.