Calculus/Improper Integrals

From testwiki
Revision as of 11:16, 14 November 2018 by 161.116.133.40 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Calculus/Top Nav

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. (If you are not familiar with L'Hôpital's rule, it is a good idea to review it before reading this section.)

Improper Integrals with Infinite Limits of Integration

Consider the integral

1dxx2

Assigning a finite upper bound b in place of infinity gives

limb1bdxx2=limb(111b)=limb(11b)=1

This improper integral can be interpreted as the area of the unbounded region between f(x)=1x2 , 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

Template:ExampleRobox

We claim that

0exdx=1

To do this we calculate

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

Template:Robox/Close

Template:ExampleRobox

We claim that the integral

1dxx diverges.

This follows as

1dxx =limb1bdxx
=limbln(x)|1b
=limb(ln(b)0)
=

Therefore

1dxx diverges.

Template:Robox/Close

Template:ExampleRobox

Find 0x2exdx .

To calculate the integral use integration by parts twice to get

0bx2exdx =(x2ex)|0b+20bxexdx
=b2eb+2((xex)|0b+0bexdx)
=b2eb+2(beb(ex)|0b)
=b2eb+2(bebeb+1)

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

0x2exdx=limb0bx2exdx=0+2(00+1)=2

Template:Robox/Close

Template:ExampleRobox

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

If p1 then

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

Notice that we had to assume that p1 to avoid dividing by 0. However the p=1 case was done in a previous example. Template:Robox/Close

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(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

Template:ExampleRobox

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

If p1 then

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

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

01dxx=lima0+[ln(|x|)|a1]=lima0+[ln(a)]

which diverges. Template:Robox/Close


Template:ExampleRobox

The integral 13dxx2 is improper because the integrand is not continuous at x=2 . However had we not noticed 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(53)

which is not correct. In fact the integral diverges since

13dxx2=limb21bdxx2+lima2+a3dxx2=limb2ln(|x2|)|1b+lima2+ln(|x2|)|a3=limb2[ln(2b)ln(3)]+lima2+[ln(1)ln(a2)]=limb2[ln(2b)]ln(3)+lima2+[ln(a2)]

and limb2[ln(2b)] and lima2+[ln(a2)] both diverge. Template:Robox/Close

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.

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,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.

Template:ExampleRobox

Show that 1sin(x)+2x2dx converges.

For all x we know that 1sin(x)1 so 1sin(x)+23 . This implies that

0sin(x)+2x23x2 .

We have seen that 13x2dx=31dxx2 converges. So putting f(x)=sin(x)+2x2 and g(x)=3x2 into the comparison test we get that the integral 1sin(x)+2x2dx converges as well. Template:Robox/Close

Template:ExampleRobox

Show that 1sin(x)+2xdx diverges.

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

sin(x)+2x1x0

We have seen that 1dxx diverges. So putting f(x)=sin(x)+2x and g(x)=1x into the comparison test we get that 1sin(x)+2xdx diverges as well. Template:Robox/Close

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.


Template:ExampleRobox

Show that 1x7e3xdx converges.

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

x72exex

is the wrong way around to show convergence.

Instead we rewrite the integrand as x72e3x2dx=x72ex2exdx .

Since the limit limx[x72ex2]=0 we know that for x sufficiently large we have x72ex21 . So for large x ,

x72e7x2=x72ex2exex

Since the integral 1exdx converges the comparison test tells us that 1x7e3xdx converges as well. Template:Robox/Close

Template:Wikipedia

Template:Calculus/Top Nav Template:Calculus/TOC