7. Physical Applications and Improper Integrals

Improper Integrals And Convergence

Improper Integrals and Convergence

students, this lesson explains one of the most important ideas in Calculus 2: how to work with integrals that do not fit the usual rules at first glance. These are called improper integrals. They appear when an interval is unbounded, when a function becomes infinite, or both. They are essential in physical applications such as work, fluid force, and center of mass because real-world models often involve distances that stretch forever, or quantities that get very large near an endpoint πŸš€

What makes an integral improper?

A regular definite integral has a function that stays finite and an interval with two finite endpoints, such as $\int_0^3 x^2\,dx$. An integral becomes improper in two main ways:

  1. The interval is infinite, such as $\int_1^\infty \frac{1}{x^2}\,dx$.
  2. The function is undefined or unbounded at an endpoint or inside the interval, such as $\int_0^1 \frac{1}{\sqrt{x}}\,dx$ or $\int_{-1}^1 \frac{1}{x^2}\,dx$.

The key idea is that we do not evaluate an improper integral in the usual direct way. Instead, we rewrite it using a limit. That is why the topic is closely connected to convergence. An improper integral may either converge to a finite number or diverge and fail to give a finite answer.

For example, consider

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

Because the upper limit is infinite, we rewrite it as

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

If this limit exists and is finite, the improper integral converges. If the limit does not exist or becomes infinite, the integral diverges.

Convergence and divergence

The word converge means β€œapproach a finite value.” The word diverge means β€œdo not approach a finite value.” These words are used constantly in Calculus 2, not just for sequences and series but also for improper integrals.

To test convergence, students, the usual strategy is:

  • Identify why the integral is improper.
  • Rewrite it as a limit.
  • Evaluate the limit carefully.
  • Decide whether the result is finite.

Here is a classic example:

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

Now compute the antiderivative:

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

So

$$\int_1^b x^{-2}\,dx = \left[-\frac{1}{x}\right]_1^b = -\frac{1}{b} + 1.$$

Taking the limit gives

$$\lim_{b\to\infty}\left(1-\frac{1}{b}\right)=1.$$

So this improper integral converges to $1$. This is a powerful result because the interval is infinite, but the total area under the curve is still finite.

Now compare that with

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

Since $\ln b$ increases without bound, this integral diverges. Even though $\frac{1}{x}$ gets smaller and smaller, it does not shrink fast enough for the total area to stay finite.

This difference is one of the most important ideas in the lesson πŸ“Œ

Improper integrals with infinite intervals

When the interval extends to infinity, the integral often represents a total accumulated quantity over an unending region. The structure is always based on a limit.

For a right-infinite interval,

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

For a left-infinite interval,

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

If both ends are infinite, split the integral at a convenient point such as $0$:

$$\int_{-\infty}^{\infty} f(x)\,dx = \int_{-\infty}^0 f(x)\,dx + \int_0^{\infty} f(x)\,dx,$$

provided both pieces converge.

A common student mistake is to assume that a symmetric-looking integral automatically converges. That is not always true. The two halves must each be checked separately.

For instance,

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

converges because each side behaves like a manageable tail. In fact, this is related to the arctangent function. But an integral like

$$\int_{-\infty}^{\infty} 1\,dx$$

diverges because the accumulated amount grows forever.

Improper integrals with infinite discontinuities

Sometimes the interval is finite, but the function blows up near an endpoint or inside the interval. This also makes the integral improper.

Example:

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

The function $\frac{1}{\sqrt{x}}$ becomes infinite as $x\to 0^+$. So we rewrite the integral as

$$\int_0^1 \frac{1}{\sqrt{x}}\,dx = \lim_{a\to0^+} \int_a^1 x^{-1/2}\,dx.$$

Now compute:

$$\int x^{-1/2}\,dx = 2x^{1/2}+C.$$

Thus,

$$\int_a^1 x^{-1/2}\,dx = 2\left(1-\sqrt{a}\right).$$

Taking the limit gives

$$\lim_{a\to0^+} 2\left(1-\sqrt{a}\right)=2.$$

So the integral converges.

But for

$$\int_0^1 \frac{1}{x}\,dx = \lim_{a\to0^+} \int_a^1 \frac{1}{x}\,dx = \lim_{a\to0^+} \left[\ln x\right]_a^1 = \lim_{a\to0^+} (-\ln a),$$

the value becomes infinite, so the integral diverges.

This shows that a function can be undefined at an endpoint and still have a finite total area, but only if the blow-up is mild enough.

Why convergence matters in physical applications

Improper integrals are not just abstract math. They help model real quantities in physics and engineering.

Work

Work is often computed with

$$W=\int_a^b F(x)\,dx,$$

where $F(x)$ is a force that may vary with position. If the force acts over an infinite distance or becomes very large near a point, the work can become an improper integral.

For example, a variable force might be modeled by

$$F(x)=\frac{1}{x^2}$$

for large distances. Then the total work over $[1,\infty)$ is

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

which converges to a finite number. That tells us the total accumulated work is limited, even over an unbounded distance.

Fluid force

Fluid pressure depends on depth, and fluid force is often found by integrating pressure over a surface. If the surface extends very far or the pressure model has a singularity, the integral may be improper. In such problems, convergence tells us whether the total force is finite and physically meaningful.

Center of mass

The center of mass of a thin rod or lamina uses integrals of mass density. If the object extends infinitely or the density becomes unbounded near a point, improper integrals appear. For example, the total mass may be

$$m=\int_a^\infty \rho(x)\,dx.$$

If this converges, then the object has finite mass even though it stretches forever. If it diverges, the model describes an infinite mass, which may be physically unrealistic for the situation.

How to decide convergence in Calculus 2

For this course, the most important skill is recognizing the structure and applying the limit definition correctly. students, here is a useful checklist:

  1. Identify whether the issue is an infinite interval or a vertical asymptote.
  2. Rewrite the integral as one or more limits.
  3. Evaluate using antiderivatives when possible.
  4. Decide whether the limit is finite.

A very useful family of examples is

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

This integral converges when $p>1$ and diverges when $p\le 1$. This result is known as a $p$-integral test for improper integrals. It explains why $\frac{1}{x^2}$ works but $\frac{1}{x}$ does not.

Another important comparison is that if $0\le f(x)\le g(x)$ for large $x$, and $\int_a^\infty g(x)\,dx$ converges, then $\int_a^\infty f(x)\,dx$ also converges. This comparison idea is very helpful when the exact antiderivative is difficult.

For example, since

$$0\le \frac{1}{x^2+1}\le \frac{1}{x^2}$$

for $x\ge 1$, and since $\int_1^\infty \frac{1}{x^2}\,dx$ converges, it follows that

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

also converges.

Conclusion

Improper integrals extend the idea of definite integration to cases where the interval is infinite or the integrand becomes unbounded. The main question is whether the integral converges to a finite value or diverges. This matters in pure mathematics and in physical applications such as work, fluid force, and center of mass because many real models involve accumulation over large distances or near singular points. students, when you see an improper integral, focus on rewriting it as a limit and checking whether that limit exists. That process turns a confusing-looking integral into a clear calculus problem βœ…

Study Notes

  • An improper integral occurs when an endpoint is infinite or when the integrand is unbounded on the interval.
  • Rewrite improper integrals using limits before evaluating them.
  • If the limit exists and is finite, the improper integral converges.
  • If the limit is infinite or does not exist, the improper integral diverges.
  • For infinite intervals, use expressions like $\int_a^\infty f(x)\,dx = \lim_{b\to\infty}\int_a^b f(x)\,dx$.
  • For vertical asymptotes, use expressions like $\int_0^1 f(x)\,dx = \lim_{a\to0^+}\int_a^1 f(x)\,dx$.
  • Common examples: $\int_1^\infty \frac{1}{x^2}\,dx$ converges, but $\int_1^\infty \frac{1}{x}\,dx$ diverges.
  • The family $\int_1^\infty \frac{1}{x^p}\,dx$ converges when $p>1$ and diverges when $p\le 1$.
  • Improper integrals are used in work, fluid force, and center of mass when the physical model has infinite intervals or singular behavior.
  • Always check each part separately when an integral has more than one improper feature.

Practice Quiz

5 questions to test your understanding

Improper Integrals And Convergence β€” Calculus 2 | A-Warded