Calculus/Further Methods of Integration/Improper Integrals

From testwiki
Jump to navigation Jump to search

The definition of a definite integral:

abf(x)dx

requires the interval [a,b] be finite. The Fundamental Theorem of Calculus requires that f be continuous on [a,b]. In this section, you will be studying a method of evaluating integrals that fail these requirements—either because their limits of integration are infinite, or because a finite number of discontinuities exist on the interval [a,b]. Integrals that fail either of these requirements are improper integrals.


L'Hopital's Rule

L'Hopital's Rule is included in this section because limits involving infinity often appear in improper integration. L'Hopital's Rule describes how to evaluate limits involving infinity and or 0 if the limit evaluates to an indeterminate form.

All of the following expressions are indeterminate forms.

,,00,1,1 

These expressions are called indeterminate because you cannot determine their exact value in the indeterminate form. Depending on the situation, each indeterminate form could evaluate to a variety of values.

Definition

If limxcf(x)g(x)  is indeterminate

Then limxcf(x)g(x)=limxcf(x)g(x)

Note:

x  can approach a finite value c, or .

Example:

One might think the value 1=1.

Consider

limx(1+1x)x

Plugging the value of x into the limit yields

limx(1+1x)x=1 (indeterminate form).

Let k=limx(1+1x)x=1

lnk = limxln(1+1x)x
= limxxln(1+1x)
= limxln(1+1x)1x=ln11x=00 (indeterminate form)

We now apply L'Hopital's Rule by taking the derivative of the top and bottom with respect to x.

ddx[ln(1+1x)]=xx+11x2=1x(x+1)
ddx(1x)=1x2

Returning to the expression above

lnk  = limx(x2)x(x+1)
= limxxx+1= (indeterminate form)

We apply L'Hopital's Rule once again

lnk=limx11=1

Therefore

k=e 

And

limx(1+1x)x=e1

Careful: this does not prove that 1=e  because

limx(1+2x)x=1e

Improper Integrals with Infinite Limits of Integration

Consider the integral

1dxx2

Assigning a finite upper bound b in place of infinity gives

limb1bdxx2=limb(11b) =1

This improper integral can be interpreted as the area of the unbounded region between f(x)=1/x^2, y=0 (the x-axis), and x=1.

Definition

1. Suppose abf(x)dx exists for all ba. Then we define

af(x)dx=limbabf(x)dx, as long as this limit exists and is finite.

If it does exist we say the integral is convergent and otherwise we say it is divergent.

2. Similarly if abf(x)dx exists for all ab we define

bf(x)dx=limaabf(x)dx.

3. Finally suppose c is a fixed real number and that cf(x)dx and cf(x)dx are both convergent. Then we define

f(x)dx=cf(x)dx+cf(x)dx.

Example: Convergent Improper Integral

We claim that

0exdx=1

To do this we calculate

0exdx = limb0bexdx
= limb[ex]0b
= limb(eb+1)
= 1

Example: Divergent Improper Integral

We claim that the integral

1dxx diverges.

This follows as

1dxx = limb1bdxx
= limb[lnx]1b
= limb(lnb0)
=

Therefore

1dxx diverges.

Example: Improper Integral

Find 0x2exdx.

To calculate the integral use integration by parts twice to get

0bx2exdx=[x2ex]0b+22bxexdx=b2eb[2xex]0b+0bexdx=b2eb2beb[ex]0b=b2eb2bebeb+1.

Now limbeb=0 and because exponentials overpower polynomials, we see that limbb2eb=0 and limbbeb=0 as well. Hence,

0x2exdx=limb0bx2exdx=0+0+1=1.

Example: Powers

Show 1dxxp={1p1,if p>1diverges,if p1}}

If p1 then

1dxxp = limb1bxpdx
= limb[1p+1xp+1]1b
= 11plimb(bp+11)
= {1p1,if p>1diverges,if p<1.

Notice that we had to assume that p1 do avoid dividing by zero. However the p=1 case was done in a previous example.

Improper Integrals with a Finite Number Discontinuities

First we give a definition for the integral of functions which have a discontinuity at one point.

Definition of improper integrals with a single discontinuity

If f is continuous on the interval [a,b) and is discontinuous at b, we define :abf(x)dx=limcbacf(x)dx.

If the limit in question exists we say the integral converges and otherwise we say it diverges.

Similarly if f is continuous on the interval(a,b] and is discontinuous at a, we define

abf(x)dx=limca+cbf(x)dx.

Finally suppose f has an discontinuity at a point c in (a,b) and is continuous at all other points in [a,b]. If acf(x)dx and cbf(x)dx converge we define

abf(x)dx=acf(x)dx+cbf(x)dx

Example 1

Show 01dxxp={11p,if p<1diverges,if p1}}

If p1 then

01dxxp = lima0+a1xpdx
= lima0+[1p+1xp+1]a1
= 11plima0+(1ap+1)
= {11p,if p<1diverges,if p>1.

Notice that we had to assume that p1 do avoid dividing by zero. So instead we do the p=1 case separately,

011xdx=lima0+[ln|x|]a0=lima0+lna

which diverges.


We can also give a definition of the integral of a function with a finite number of discontinuities

Definition: Improper integrals with finite number of discontinuities

Suppose f is continuous on [a,b] except at points c1<c2<<cn in [a,b]. We define abf(x)dx=ac1f(x)dx+c1c2f(x)dx+c2c3f(x)dx++cn1cnf(x)dx+cnbf(x)dx as long as each integral on the right converges.

Notice that by combining this definition with the definition for improper integrals with infinite endpoints, we can define the integral of a function with a finite number of discontinuities with one or more infinite endpoints.


Example 2

The integral 131x2dx is improper because the integrand is not continuous at x=2. However had we not notice that we might have been tempted to apply the fundamental theorem of calculus and conclude that it equals

[ln|x2|]13=ln(5)ln(3)=ln(5/3),

which is not correct. In fact the integral diverges.

Comparison Test

There are integrals which cannot easily be evaluated. However it may still be possible to show they are convergent by comparing them to an integral we already know converges.

Theorem (Comparison Test) Let f and g be continuous functions defined for all xa.

  1. Suppose g(x)f(x)0 for all xa. Then if ag(x)dx converges so does af(x)dx.
  2. Suppose f(x)h(x)0 for all xa. Then if ah(x)dx diverges so does af(x)dx.

A similar theorem holds for improper integrals of the form bf(x)dx and for improper integrals with discontinuities.

Example: Use of comparsion test to show convergence

Show that 1sinx+2x2dx converges.

For all x we know that 1sinx1 so 1sinx+23. This implies that

0sinx+2x23x2.

We have seen that 13x2dx=311x2dx converges. So putting f(x)=sinx+2x2 and g(x)=3x2 into the comparison test we get that the integral 1sinx+2x2dx converges as well.

Example: Use of Comparsion Test to show divergence

Show that 1sinx+2xdx diverges.

Just as in the previous example we know that sinx+21 for all x. Thus

sinx+2x1x0.

We have seen that 11xdx diverges. So putting f(x)=sinx+2x and g(x)=1x into the comparison test we get that 1sinx+2xdx diverges as well.

An extension of the comparison theorem

To apply the comparison theorem you do not really need g(x)f(x)0 for all xa. What we actually need is this inequality holds for sufficiently large x (i.e. there is a number c such that g(x)f(x) for all xc). For then

af(x)dx=acf(x)dx+cf(x)dx,

so the first integral converges if and only if third does, and we can apply the comparison theorem to the cf(x)dx piece.


Example

Show that 1x7/2e3x2dx converges.

The reason that this integral converges is because for large x the ex factor in the integrand is dominant. We could try comparing x7/2ex with ex, but as x1, the inequality

x7/2exex

is the wrong way around to show convergence.

Instead we rewrite the integrand as x3/2e3x2dx=x7/2ex2exdx.

Since the limit limxx7/2ex2=0 we know that for x sufficiently large we have x3/2ex21. So for large x,

x7/2e7x2=x7/2ex2exex.

Since the integral 1exdx converges the comparison test tells us that ax7/2e3x2 converges as well.

Template:Wikipedia