Applications of IntegrationTopic #27 of 32

Improper Integrals

Evaluating integrals with infinite limits or discontinuities.

Types of Improper Integrals

Type 1: Infinite Limits

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

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

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

Type 2: Discontinuous Integrands

If ff has a discontinuity at cc in [a,b][a, b]:

abf(x)dx=limtcatf(x)dx+limsc+sbf(x)dx\int_a^b f(x) \, dx = \lim_{t \to c^-} \int_a^t f(x) \, dx + \lim_{s \to c^+} \int_s^b f(x) \, dx

If ff is discontinuous at aa:

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

If ff is discontinuous at bb:

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

Convergence and Divergence

  • Converges: if the limit exists and is finite
  • Diverges: if the limit is ±\pm\infty or doesn't exist

Important Result: p-Integral

11xpdx={1p1if p>1 (converges)divergesif p1\int_1^\infty \frac{1}{x^p} \, dx = \begin{cases} \frac{1}{p-1} & \text{if } p > 1 \text{ (converges)} \\ \text{diverges} & \text{if } p \leq 1 \end{cases}

011xpdx={11pif p<1 (converges)divergesif p1\int_0^1 \frac{1}{x^p} \, dx = \begin{cases} \frac{1}{1-p} & \text{if } p < 1 \text{ (converges)} \\ \text{diverges} & \text{if } p \geq 1 \end{cases}

Comparison Test

If 0f(x)g(x)0 \leq f(x) \leq g(x) for xax \geq a:

  • If ag(x)dx\int_a^\infty g(x) \, dx converges, then af(x)dx\int_a^\infty f(x) \, dx converges
  • If af(x)dx\int_a^\infty f(x) \, dx diverges, then ag(x)dx\int_a^\infty g(x) \, dx diverges

Examples

Example 1: Infinite upper limit

11x2dx=limt1tx2dx\int_1^\infty \frac{1}{x^2} \, dx = \lim_{t \to \infty} \int_1^t x^{-2} \, dx

=limt[1x]1t= \lim_{t \to \infty} \left[-\frac{1}{x}\right]_1^t

=limt(1t+1)= \lim_{t \to \infty} \left(-\frac{1}{t} + 1\right)

=0+1=1= 0 + 1 = 1

Converges to 1.

Example 2: Infinite lower limit

0exdx=limtt0exdx\int_{-\infty}^0 e^x \, dx = \lim_{t \to -\infty} \int_t^0 e^x \, dx

=limt[ex]t0= \lim_{t \to -\infty} \left[e^x\right]_t^0

=limt(1et)= \lim_{t \to -\infty} (1 - e^t)

=10=1= 1 - 0 = 1

Converges to 1.

Example 3: Both limits infinite

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

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

=limt[arctan(x)]t0+lims[arctan(x)]0s= \lim_{t \to -\infty} \left[\arctan(x)\right]_t^0 + \lim_{s \to \infty} \left[\arctan(x)\right]_0^s

=(0(π2))+(π20)= \left(0 - \left(-\frac{\pi}{2}\right)\right) + \left(\frac{\pi}{2} - 0\right)

=π= \pi

Example 4: Discontinuity at endpoint

011xdx=limt0+t1x1/2dx\int_0^1 \frac{1}{\sqrt{x}} \, dx = \lim_{t \to 0^+} \int_t^1 x^{-1/2} \, dx

=limt0+[2x]t1= \lim_{t \to 0^+} \left[2\sqrt{x}\right]_t^1

=limt0+(22t)= \lim_{t \to 0^+} (2 - 2\sqrt{t})

=20=2= 2 - 0 = 2

Example 5: Discontinuity in interior

031(x1)2/3dx\int_0^3 \frac{1}{(x-1)^{2/3}} \, dx

Split at x=1x = 1:

=011(x1)2/3dx+131(x1)2/3dx= \int_0^1 \frac{1}{(x-1)^{2/3}} \, dx + \int_1^3 \frac{1}{(x-1)^{2/3}} \, dx

First: limt1[3(x1)1/3]0t=limt1(3(t1)1/3+3)=3\lim_{t \to 1^-} \left[3(x-1)^{1/3}\right]_0^t = \lim_{t \to 1^-} (3(t-1)^{1/3} + 3) = 3

Second: lims1+[3(x1)1/3]s3=3(2)1/30=323\lim_{s \to 1^+} \left[3(x-1)^{1/3}\right]_s^3 = 3(2)^{1/3} - 0 = 3\sqrt[3]{2}

Total: 3+3233 + 3\sqrt[3]{2}

Example 6: Divergent integral

11xdx=limt[lnx]1t\int_1^\infty \frac{1}{x} \, dx = \lim_{t \to \infty} \left[\ln|x|\right]_1^t

=limt(ln(t)0)= \lim_{t \to \infty} (\ln(t) - 0)

== \infty

Diverges.

Example 7: Using comparison

1ex2dx\int_1^\infty e^{-x^2} \, dx

Since ex2<exe^{-x^2} < e^{-x} for x>1x > 1:

1exdx=limt[ex]1t=0+e1=1e (converges)\int_1^\infty e^{-x} \, dx = \lim_{t \to \infty} \left[-e^{-x}\right]_1^t = 0 + e^{-1} = \frac{1}{e} \text{ (converges)}

Therefore 1ex2dx\int_1^\infty e^{-x^2} \, dx also converges.