Improper Integrals: Learn It 2

Integrating a Discontinuous Integrand

So far we’ve dealt with infinite intervals. But what happens when the function itself has a problem—like a vertical asymptote—somewhere in our interval of integration?

Consider [latex]\int_a^b f(x)  dx[/latex] where [latex]f(x)[/latex] is continuous on [latex][a,b)[/latex] but has a discontinuity at [latex]x = b[/latex]. Think about [latex]f(x) = \frac{1}{\sqrt{x-1}}[/latex] on the interval [latex][1,2][/latex]—the function blows up as we approach [latex]x = 1[/latex].

Since [latex]f(x)[/latex] is continuous on [latex][a,t][/latex] for any [latex]t[/latex] with [latex]a < t < b[/latex], we can integrate from [latex]a[/latex] to [latex]t[/latex]. Then we see what happens as [latex]t[/latex] approaches the discontinuity at [latex]b[/latex].

Figure 4 shows this visually—as [latex]t[/latex] gets closer to [latex]b[/latex] from the left, we’re asking whether the area under the curve approaches a finite value.

This figure has three graphs. All the graphs have the same curve, which is f(x). The curve is non-negative, only in the first quadrant, and increasing. Under all three curves is a shaded region bounded by a on the x-axis an t on the x-axis. There is also a vertical asymptote at x = b. The region in the first curve is small, and progressively gets wider under the second and third graph as t gets further from a, and closer to b on the x-axis.
Figure 4. As [latex]t[/latex] approaches b from the left, the value of the area from a to [latex]t[/latex] approaches the area from a to b.

improper integrals with discontinuities

  • Type 1: Discontinuity at the right endpoint

    If [latex]f(x)[/latex] is continuous over [latex][a,b)[/latex]:

    [latex]\int_a^b f(x) dx = \lim_{t \to b^-} \int_a^t f(x)  dx[/latex]
  • Type 2: Discontinuity at the left endpoint

    If [latex]f(x)[/latex] is continuous over [latex](a,b][/latex]:

    [latex]\int_a^b f(x) dx = \lim_{t \to a^+} \int_t^b f(x) dx[/latex]
  • Type 3: Discontinuity at an interior point [latex]c[/latex]

    If [latex]f(x)[/latex] is continuous over [latex][a,b][/latex] except at [latex]c \in (a,b)[/latex]:

    [latex]\int_a^b f(x)  dx = \int_a^c f(x)  dx + \int_c^b f(x) dx[/latex]

Important: For Type 3, both integrals must converge for the whole integral to converge.

  • Convergence: The limit exists and is finite.
  • Divergence: The limit doesn’t exist or is infinite.

Let’s see these definitions in action with some examples.

Evaluate [latex]{\displaystyle\int }_{0}^{4}\frac{1}{\sqrt{4-x}}dx[/latex], if possible. State whether the integral converges or diverges.

Evaluate [latex]{\displaystyle\int }_{0}^{2}x\text{ln}xdx[/latex]. State whether the integral converges or diverges.

Evaluate [latex]{\displaystyle\int }_{-1}^{1}\frac{1}{{x}^{3}}dx[/latex]. State whether the improper integral converges or diverges.