6. Integration and Accumulation of Change

Evaluating Improper Integrals

Extension lesson covering Evaluating Improper Integrals within Integration and Accumulation of Change.

Evaluating Improper Integrals

students, in calculus, integrals often measure accumulated change 📈. They can represent distance traveled, total growth, total fluid collected, or the area under a curve. Most of the time, the region being measured is finite and the function stays well-behaved. But sometimes the interval is infinite, or the function shoots upward without bound. Those situations lead to improper integrals.

In this lesson, you will learn how to identify improper integrals, evaluate them using limits, and decide whether they converge or diverge. You will also see how this topic fits into the big AP Calculus BC idea of accumulation of change.

Objectives:

  • Explain the meaning of an improper integral and related vocabulary.
  • Evaluate improper integrals using limit definitions.
  • Recognize when an integral converges or diverges.
  • Connect improper integrals to the Fundamental Theorem of Calculus and accumulation of change.
  • Use examples and reasoning common on AP Calculus BC.

What Makes an Integral Improper?

An ordinary definite integral has the form $\int_a^b f(x)\,dx$, where $a$ and $b$ are finite numbers and $f(x)$ is defined and finite on the interval. An improper integral happens when at least one of these conditions fails.

There are two main types:

  1. Infinite interval: one or both limits of integration are infinite, such as $\int_1^\infty \frac{1}{x^2}\,dx$.
  2. Infinite discontinuity: the integrand becomes unbounded somewhere in the interval, such as $\int_0^1 \frac{1}{\sqrt{x}}\,dx$.

students, the key idea is that improper integrals are not evaluated directly like regular definite integrals. Instead, we rewrite them as limits. This is because a standard integral assumes finite endpoints and a bounded function, while an improper integral may stretch forever or blow up near a point.

For example, if a force acts farther and farther into the distance, or a probability density continues forever along a number line, the total accumulated amount may still be finite. That is why improper integrals matter in real applications 💡.

Evaluating Integrals Over Infinite Intervals

When the interval goes to infinity, we replace the infinite endpoint with a variable and take a limit.

For example,

$$

$\int_a^\infty f(x)\,dx = \lim_{t\to\infty}\int_a^t f(x)\,dx$

$$

if that limit exists.

Similarly,

$$

$\int_{-\infty}^b f(x)\,dx = \lim_{t\to-\infty}\int_t^b f(x)\,dx.$

$$

If both endpoints are infinite, then split the integral at any convenient point, usually $0$ or another simple number:

$$

$\int_{-\infty}$^{$\infty$} f(x)\,dx = $\int_{-\infty}$^c f(x)\,dx + $\int$_c^{$\infty$} f(x)\,dx.

$$

Both pieces must converge for the entire integral to converge.

Example 1

Evaluate

$$

$\int_1^\infty \frac{1}{x^2}\,dx.$

$$

Rewrite with a limit:

$$

$\int_1^\infty \frac{1}{x^2}\,dx = \lim_{t\to\infty}\int_1^t x^{-2}\,dx.$

$$

Find an antiderivative:

$$

$\int x^{-2}\,dx = -x^{-1} = -\frac{1}{x}.$

$$

Now evaluate:

$$

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

$$

So the integral converges to $1$.

This means the total accumulated amount is finite even though the interval goes forever. That is a powerful idea in AP Calculus BC: an infinite process can still produce a finite total.

Example 2

Evaluate

$$

$\int_1^\infty \frac{1}{x}\,dx.$

$$

Rewrite as

$$

$\lim_{t\to\infty}\int_1^t \frac{1}{x}\,dx.$

$$

Since

$$

$\int \frac{1}{x}\,dx = \ln|x|,$

$$

we get

$$

$\lim_{t\to\infty}(\ln t-\ln 1)=\lim_{t\to\infty}\ln t=\infty.$

$$

This integral diverges.

Even though $\frac{1}{x}$ gets smaller as $x$ increases, it does not shrink fast enough for the total area to stay finite.

Evaluating Integrals with Infinite Discontinuities

An improper integral can also occur when the function becomes infinite at an endpoint or inside the interval. In that case, use a limit that approaches the problematic point.

Endpoint discontinuity

If $f(x)$ blows up near $a$, then

$$

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

$$

or

$$

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

$$

depending on which endpoint is problematic.

Example 3

Evaluate

$$

$\int_0^1 \frac{1}{\sqrt{x}}\,dx.$

$$

Since $\frac{1}{\sqrt{x}}=x^{-1/2}$ becomes infinite at $x=0$, write

$$

$\int_0^1 x^{-1/2}\,dx = \lim_{t\to0^+}\int_t^1 x^{-1/2}\,dx.$

$$

An antiderivative is

$$

$2x^{1/2}.$

$$

So

$$

$\lim_{t\to0^+}\left[2\sqrt{x}\right]_t^1 = \lim_{t\to0^+}(2-2\sqrt{t})=2.$

$$

Thus the integral converges to $2$.

Interior discontinuity

If the function blows up at some point $c$ inside the interval $[a,b]$, then split the integral:

$$

$\int$_a^b f(x)\,dx = $\int$_a^c f(x)\,dx + $\int$_c^b f(x)\,dx,

$$

with each part evaluated using limits. Both pieces must converge.

For example,

$$

$\int_{-1}^1 \frac{1}{x^2}\,dx$

$$

is improper because $\frac{1}{x^2}$ is undefined at $x=0$. Split it:

$$

$\int_{-1}^0 \frac{1}{x^2}\,dx + \int_0^1 \frac{1}{x^2}\,dx.$

$$

Each side must be checked separately. In fact, both diverge, so the whole integral diverges.

Convergence, Divergence, and AP Calculus Reasoning

An improper integral converges if the defining limit exists and is finite. It diverges if the limit does not exist or equals $\infty$ or $-\infty$.

students, on AP Calculus BC, you are often expected to show the limit setup clearly before integrating. That shows you understand why the integral is improper.

A strong problem-solving checklist is:

  1. Identify why the integral is improper.
  2. Rewrite it as a limit.
  3. Find the antiderivative if possible.
  4. Evaluate the limit.
  5. State whether it converges or diverges.

Sometimes you do not need to compute everything from scratch. AP Calculus BC also uses comparison reasoning. For example, if a function behaves like $\frac{1}{x^p}$ for large $x$, then its long-term behavior is similar to a known benchmark. Integrals such as

$$

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

$$

converge when $p>1$ and diverge when $p\le 1$.

That benchmark idea helps you predict behavior quickly, which is useful on multiple-choice and free-response questions alike.

Connection to Accumulation of Change

Improper integrals still represent accumulated change. The only difference is that the accumulation may extend forever or may have a sharp spike at one point.

Think about:

  • The total mass of a substance spread over an infinite line.
  • The total charge in a physical model where density fades out over time.
  • The total probability of all outcomes in a continuous distribution.

In each case, the definite integral gives a total amount, and the improper integral tells whether that total is finite.

This topic fits directly into the AP Calculus BC unit on Integration and Accumulation of Change because it extends the Fundamental Theorem of Calculus. The theorem still helps you compute antiderivatives, but the endpoints or the function’s behavior may force you to use a limit first.

For instance, if $F'(x)=f(x)$, then a regular definite integral is

$$

$\int_a^b f(x)\,dx = F(b)-F(a).$

$$

For an improper integral, you still use antiderivatives, but inside a limit such as

$$

$\lim_{t\to\infty}\big(F(t)-F(a)\big).$

$$

That is the same accumulation idea, just with an extra step.

Common Mistakes to Avoid

A few errors show up often on tests:

  • Treating an improper integral exactly like a regular one without using a limit.
  • Forgetting to check both sides when the problem has an interior discontinuity.
  • Saying an integral converges because the integrand gets small, without verifying the limit.
  • Mixing up the value of the integrand with the value of the integral.

For example, the function $\frac{1}{x}$ gets close to $0$ as $x\to\infty$, but the integral $\int_1^\infty \frac{1}{x}\,dx$ still diverges. The size of the function alone is not enough; the total accumulated area matters.

Conclusion

Improper integrals extend the idea of definite integrals to cases with infinite intervals or unbounded functions. students, the essential method is to convert the problem into a limit, use antiderivatives or other reasoning, and then decide whether the limit is finite. This topic is an important part of AP Calculus BC because it deepens the meaning of accumulation of change and connects calculus to realistic models that stretch forever or have singular behavior. Understanding convergence and divergence gives you a stronger foundation for later topics in integration and mathematical modeling 🎯.

Study Notes

  • An improper integral is an integral with an infinite interval, an infinite discontinuity, or both.
  • Evaluate improper integrals by rewriting them as limits.
  • For $\int_a^\infty f(x)\,dx$, use $\lim_{t\to\infty}\int_a^t f(x)\,dx$.
  • For endpoint discontinuities, approach the problematic endpoint with a limit.
  • For interior discontinuities, split the integral into two or more improper integrals.
  • A convergent improper integral has a finite limit.
  • A divergent improper integral has a limit that does not exist or is infinite.
  • The Fundamental Theorem of Calculus still applies, but often inside a limit.
  • Improper integrals model total accumulated change in infinite or unbounded situations.
  • On AP Calculus BC, always show why the integral is improper before evaluating it.

Practice Quiz

5 questions to test your understanding

Evaluating Improper Integrals — AP Calculus BC | A-Warded