AP-CALCBC-6.13

U6.13 Improper Integrals

Master AP Calculus BC improper integrals: infinite limits and discontinuous integrands. Learn to rewrite with limits and decide convergence vs. divergence.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U6.13 Improper Integrals, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

An improper integral looks like an ordinary definite integral, but something breaks the usual rules: either a limit of integration runs off to infinity, or the integrand blows up somewhere on the interval. You cannot just plug numbers into an antiderivative, because you would be evaluating at infinity or at a point where the function is undefined.

The fix is elegant and testable: replace the trouble spot with a variable, integrate normally, then take a limit. If that limit is a finite number, the integral converges; if it is infinite or does not exist, it diverges. This lesson shows you exactly how to set up the limit, evaluate it cleanly, and justify convergence in the language AP graders expect.

Two Types of Improper Integrals

An integral is improper for one of two reasons, and you must diagnose which before doing anything else.

Type 1 (infinite interval): at least one limit of integration is \infty or -\infty. Examples: 11x2dx\int_1^\infty \frac{1}{x^2}\,dx or 0exdx\int_{-\infty}^0 e^{x}\,dx.

Type 2 (discontinuous integrand): the function has an infinite discontinuity (vertical asymptote) somewhere on the interval, possibly at an endpoint or interior point. Example: 011xdx\int_0^1 \frac{1}{\sqrt{x}}\,dx is improper because the integrand blows up at x=0x=0.

A single integral can be improper for both reasons, like 01x(1+x)dx\int_0^\infty \frac{1}{\sqrt{x}(1+x)}\,dx, which is improper at 00 and at \infty.
FeatureType 1Type 2
Causelimit is ±\pm\inftyintegrand undefined/unbounded
Clue\infty in a bounddenominator =0=0 on interval
Fixlet bound ±\to \pm\inftylet variable \to bad point
The most common exam mistake is not noticing Type 2. If you see 111x2dx\int_{-1}^{1}\frac{1}{x^2}\,dx and blindly apply the Fundamental Theorem, you get a negative answer for a positive function — a red flag that a hidden discontinuity at x=0x=0 was ignored.

The Limit Setup That Earns the Points

Every improper integral must be rewritten as a limit before you touch an antiderivative. This is not optional style — AP scoring rubrics award a point specifically for the correct limit expression.

For an infinite upper limit:af(x)dx=limbabf(x)dx.\int_a^\infty f(x)\,dx = \lim_{b\to\infty}\int_a^b f(x)\,dx.For a discontinuity at the upper endpoint bb:abf(x)dx=limtbatf(x)dx.\int_a^b f(x)\,dx = \lim_{t\to b^-}\int_a^t f(x)\,dx.When the problem is improper at both ends, or has an interior discontinuity, split it at a convenient point cc into two separate improper integrals:fdx=cfdx+cfdx.\int_{-\infty}^{\infty} f\,dx = \int_{-\infty}^{c} f\,dx + \int_{c}^{\infty} f\,dx.The crucial rule: the whole integral converges only if every piece converges. If any piece diverges, the entire integral diverges — you cannot let opposite infinities cancel. Similarly for an interior asymptote at x=cx=c inside [a,d][a,d], split into ac\int_a^c and cd\int_c^d, each handled with its own one-sided limit. Never integrate straight across a vertical asymptote.

Evaluating the Limit and Deciding Convergence

After setting up the limit, find the antiderivative F(x)F(x) using techniques from earlier in the unit (substitution, parts, partial fractions), evaluate at the variable bound, and then take the limit.

Key limit behaviors you will use constantly: as bb\to\infty, eb0e^{-b}\to 0, 1bp0\frac{1}{b^p}\to 0 for p>0p>0, and lnb\ln b\to\infty. If the resulting limit is a finite real number, write "the integral converges to that value." If the limit is ±\pm\infty or fails to exist (for example limbcosb\lim_{b\to\infty}\cos b), write "the integral diverges."

A hugely useful benchmark is the p-integral:11xpdx converges if p>1, diverges if p1.\int_1^\infty \frac{1}{x^p}\,dx \text{ converges if } p>1,\ \text{diverges if } p\le 1.Near zero the behavior flips: 011xpdx\int_0^1 \frac{1}{x^p}\,dx converges if p<1p<1 and diverges if p1p\ge 1. Memorizing these lets you predict answers and check your work instantly. The borderline case p=1p=1 always diverges, because its antiderivative is lnx\ln x, which grows without bound at \infty and dives to -\infty at 00.

How the Exam Tests This Topic

On multiple choice, you will often just evaluate a converging integral or identify which of several integrals diverges — the p-integral rule saves time here. On free response, presentation matters: show the limit notation explicitly, evaluate the antiderivative, and state convergence with the final value.

A classic trap uses functions like 1x2\frac{1}{x^2} over an interval containing zero, testing whether you notice the discontinuity. Another common setup pairs improper integrals with integration by parts, such as 0xexdx\int_0^\infty x e^{-x}\,dx, where you must handle a limbbeb\lim_{b\to\infty} b e^{-b} term (which is 00 by growth rates).

Comparison arguments occasionally appear: if 0f(x)g(x)0\le f(x)\le g(x) and g\int g converges, then f\int f converges. While full comparison tests belong more to series, the intuition helps you predict outcomes.

Common misconceptions to avoid: assuming a bounded-looking region always has finite area (it may not), forgetting that divergence of one split piece dooms the whole integral, and dropping the limit notation and losing setup credit. Always double-check the sign and magnitude of your answer against the geometry — a positive integrand cannot yield a negative area.

Key terms

Improper Integral.
A definite integral with an infinite limit of integration or an integrand that becomes unbounded on the interval of integration.
Converge.
An improper integral converges if its defining limit exists and equals a finite real number.
Diverge.
An improper integral diverges if its defining limit is infinite or does not exist.
Type 1 Improper Integral.
An improper integral caused by an infinite limit of integration, such as afdx\int_a^\infty f\,dx.
Type 2 Improper Integral.
An improper integral caused by an infinite discontinuity in the integrand at an endpoint or interior point.
p-integral.
The reference integral 1xpdx\int_1^\infty x^{-p}\,dx, which converges when p>1p>1 and diverges when p1p\le 1.
Splitting Rule.
For integrals improper at two spots, break into pieces; the whole converges only if every piece converges.

Worked example

Determine whether 0xexdx\int_0^\infty x e^{-x}\,dx converges, and if so, find its value.
This is Type 1 because the upper limit is infinite. Rewrite with a limit:0xexdx=limb0bxexdx.\int_0^\infty x e^{-x}\,dx = \lim_{b\to\infty}\int_0^b x e^{-x}\,dx.Use integration by parts with u=xu=x, dv=exdxdv=e^{-x}\,dx, so du=dxdu=dx and v=exv=-e^{-x}:xexdx=xexexdx=xexex+C.\int x e^{-x}\,dx = -x e^{-x} - \int -e^{-x}\,dx = -x e^{-x} - e^{-x} + C.Evaluate from 00 to bb:[xexex]0b=(bebeb)(01)=bebeb+1.\left[-x e^{-x} - e^{-x}\right]_0^b = \left(-b e^{-b} - e^{-b}\right) - \left(0 - 1\right) = -b e^{-b} - e^{-b} + 1.Now take the limit as bb\to\infty. Since exponential decay beats polynomial growth, beb0b e^{-b}\to 0 and eb0e^{-b}\to 0. Thereforelimb(bebeb+1)=00+1=1.\lim_{b\to\infty}\left(-b e^{-b} - e^{-b} + 1\right) = 0 - 0 + 1 = 1.The limit is finite, so the integral converges to 11.

Practice questions

Which of the following integrals diverges?
  1. 11x2dx\int_1^\infty \frac{1}{x^2}\,dx
  2. 11x3/2dx\int_1^\infty \frac{1}{x^{3/2}}\,dx
  3. 11xdx\int_1^\infty \frac{1}{x}\,dx
  4. 011xdx\int_0^1 \frac{1}{\sqrt{x}}\,dx

Answer: 11xdx\int_1^\infty \frac{1}{x}\,dx

By the p-integral rule on [1,)[1,\infty), 1xpdx\int_1^\infty x^{-p}\,dx converges only when p>1p>1. Here p=1p=1, so it diverges (its antiderivative lnx\ln x\to\infty). The choices with p=2p=2 and p=3/2p=3/2 converge. The last choice, 01x1/2dx\int_0^1 x^{-1/2}\,dx, is improper at 00 with p=1/2<1p=1/2<1, so it converges to 22.
Evaluate 011xdx\int_0^1 \frac{1}{\sqrt{x}}\,dx or explain why it diverges. Show the limit setup.

Answer: The integral converges to 22.

The integrand is unbounded at x=0x=0, so this is a Type 2 improper integral. Write limt0+t1x1/2dx\lim_{t\to 0^+}\int_t^1 x^{-1/2}\,dx. The antiderivative is 2x2\sqrt{x}, so the definite integral equals 212t=22t2\sqrt{1}-2\sqrt{t}=2-2\sqrt{t}. As t0+t\to 0^+, 2t02\sqrt{t}\to 0, giving a limit of 22. Because the limit is finite, the integral converges to 22. This matches the near-zero p-rule since p=1/2<1p=1/2<1.
Explain why 111x2dx\int_{-1}^{1}\frac{1}{x^2}\,dx cannot be evaluated by simply computing [1x]11\left[-\frac{1}{x}\right]_{-1}^{1}, and determine whether it converges.

Answer: It diverges.

The integrand 1x2\frac{1}{x^2} has an infinite discontinuity at x=0x=0, which lies inside [1,1][-1,1], so the Fundamental Theorem cannot be applied straight across. Naively computing gives 11=2-1-1=-2, which is impossible for a positive integrand. Split at 00: 01x2dx=limt0+[1x]t1=limt0+(1+1t)=\int_0^1 x^{-2}\,dx=\lim_{t\to0^+}\left[-\frac{1}{x}\right]_t^1=\lim_{t\to0^+}\left(-1+\frac{1}{t}\right)=\infty. Since this piece diverges, the entire integral diverges.

FAQ

How do I know if an integral is improper?
Check two things. First, does any limit of integration equal \infty or -\infty? That makes it Type 1. Second, does the integrand become undefined or unbounded anywhere on the interval, usually where a denominator equals zero? That makes it Type 2. If either is true, you must use a limit.
What is the difference between convergence and divergence?
After rewriting the integral as a limit and evaluating, if you get a finite number the integral converges to that number. If the limit is ±\pm\infty or does not exist, the integral diverges. Convergence means the region has finite total area even if it extends infinitely.
Can I cancel infinities in an integral like xdx\int_{-\infty}^{\infty} x\,dx?
No. You must split it into two independent improper integrals and require each to converge on its own. In xdx\int_{-\infty}^{\infty} x\,dx, each half diverges, so the whole diverges — even though the pieces look like they should cancel by symmetry.
Do I really need to write the limit notation on the AP exam?
Yes. Free-response rubrics typically award a specific point for correctly expressing the improper integral as a limit before evaluating. Jumping straight to plugging in \infty can cost you credit even if your final number is right.

Learn this with a teacher, not a page

The Crimsora tutor teaches U6.13 Improper Integrals live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.