In general, finding integrals is a much more complicated process than finding derivatives. The straightforward algorithms of differentiation may take some time to be natural for you, but you never have a situtation where there is no algorithm. With integration, though, it is not uncommon to have to guess which method to use, to have to try several methods before you find the right one, and even to find that no method will work.
We deal here with the two most important methods of integration, substitution and integration by parts. These techniques, even in this day of computers that can integrate most functions you might need, are still useful, since they do more than provide algorithms to find antiderivatives. They are general techniques to decompose problems into rational components.
There are other techniques of integration that you will learn about in subsequent courses: partial fractions (linked here to a brief, optional introduction), trigonometric substitutions, and various tricks. These techniques combine the two methods we discuss here with algebra and trigonomety to produce refined techniques that apply in specific situations. These two techniques, however, are the basis for all the others.
The point of substitution is to run the chain rule backwards. The chain rule
says that, if F¢(x) = f(x) , then
|
or, in Leibniz notation,
|
That last version is the key to substitution. Then, if we want to integrate
exactly the expression:
|
Now, if we think about u as a variable, u(x) = u , and we
blithely use algebra on differentials, so that
|
|
|
Example 1
ó
õ
x
Ö
x2+4
dx.
Example 2
ó
õ
x2
x3+7
dx
Exercise 1
ó
õ
sin2(x)cos(x)dx =
ó
õ
e3x+1dx =
ó
õ
x
x4+1
dx =
For definite integrals, keeping in the same spirit, you have to change the limits of integration into the u equivalents, too. Alternately, you could do the indefinite integration, substitute back in terms of x , and evaluate the definite integral using that function of x and the x -limits of integration.
Example 1
ó
õ
4
0
____
Ö3x+4
dx.
Exercise 9
ó
õ
2
0
x2
x3+7
dx =
ó
õ
1
-1
x2sin(x3)dx =
ó
õ
2
-2
x
Ö
4-x2
dx =
This technique is the most powerful in terms of applications beyond mere computing of integrals. It's absolutely vital to understanding much of differential equations.
The idea is sort of ``robbing Peter to pay Paul''. We are going to try to run
the product rule backwards. However, the right-hand side has two pieces,
|
so it's a little hard to do that. We can, however, integrate both sides, which
gives:
|
|
We usually write this, like we did for substitution, in differential notation,
where du = u¢dx and dv = v¢dx . This then is integration by parts as
you should remember it:
|
Example 1
ó
õ
xexdx
Example 2
ó
õ
x2sin(x)dx.
Exercise 12
ó
õ
xln(x)dx =
ó
õ
ln(x)dx =
ó
õ
exsin(x)dx
If you have an integration by parts problem with limits of integration, be sure
to evaluate the u v part:
|
Copyright (c) 2000 by David L. Johnson.