The technique of partial fractions helps solve integrals of nasty rational functions, by splitting up the fraction itself. What we will do first is talk about the basic rational functions we can integrate. Then we'll deal with more complicated expressions, reducing them in terms of these.
The general thing here is to integrate a rational expression:
|
The basic rational functions we can always integrate are of the following two kinds. Note that they have powers of linear terms, or powers of irreducible quadratic terms in the denominator. Note also that the numerator is 1 in the first case, and at most linear in the second. We will reduce all other integrals of rational functions to these types.
|
|
Example 7
Here the substitution is u = 2x+3 , so that du = 2dx or dx = du/2 .
Then:
ó
õ
dx
2x+3
.
ó
õ
dx
2x+3
=
ó
õ
du/2
u
ó
õ
dx
(4x-5)3
.
Example 9
The trick here is to reduce that integral to a standard one, and hopefully
ó
õ
dx
x2+3
.
comes to mind. The first thing is to turn the 3 into a 1, which you do by simply
factoring it out (out of both terms!). Then, substitute as indicated:
ó
õ
dx
x2+1
ó
õ
dx
x2+3
=
1
3
ó
õ
dx
(x2/3)+1
=
1
3
ó
õ
dx
(x/Ö3)2+1
Now, substitute: u = x/Ö3
=
1
3
ó
õ
Ö3du
u2+1
=
1
Ö3
arctan(u)+C =
1
Ö3
arctan(x/Ö3)+C.
ó
õ
dx
3x2+4
Example 11
The denominator can be reduced to the form u2+a2 by completing
the square. It then can be dealt with as above. Use the substitution to deal
with the linear term in the numerator as well, and split the integral in two.
x2+2x+3 = (x+1)2+2 by completing the square, so our first
substitution is to set u = x+1 . We will make a second substitution later.
ó
õ
(2x+1)dx
x2+2x+3
.
ó
õ
(2x+1)dx
x2+2x+3
=
ó
õ
(2x+1)dx
(x+1)2+2
=
ó
õ
(2(u-1)+1)du
u2+2
=
1
2
ó
õ
(2(u-1)+1)du
(u/Ö2)2+1
. Now, set v = u/Ö2
=
1
2
ó
õ
(2(Ö2v-1)+1)Ö2dv
v2+1
=
1
Ö2
ó
õ
(2Ö2v-1)dv
v2+1
=
2
ó
õ
vdv
v2+1
-
1
Ö3
ó
õ
dv
v2+1
=
ln(v2+1)-
1
Ö2
arctan(v)+C
=
ln((u/Ö2)2+1)-
1
Ö2
arctan(u/Ö2)+C
=
ln(((x+1)/Ö2)2+1)-
1
Ö2
arctan((x+1)/Ö2)+C
|
In a sense, this isn't even a technique of integration, but a fact from algebra that we use in integration. This technique helps solve integrals of nasty rational functions, by splitting up the fraction itself. There are several parts:
The general thing here is to integrate a rational expression:
|
where P(x) and Q(x)
are polynomials.
If deg(P(x)) ³ deg(Q(x)) , the rest of the technique won't
work. You gotta divide out. Example:
|
If you have a fraction
|
This is just a recipe for setting up the problem.
|
The deal is, these always have solutions. You just follow the recipe, like in a cookbook. There is a reason why that will always work, but we will keep that from you - it's best explained in a course on complex analysis.
This is an exercise in algebraic manipulation. Let's look at the second
one. The others are similar - and maybe the first one is too easy. If
|
|
|
since the (x-1) becomes 0 . So, A = 10/3 . One down.
Then, try - hmm, no more really easy ones. Well, x = 0 is still not too
bad, then:
|
|
Some people get concerned when we set x = 1 in this problem, since that is a zero of the denominator. However, the point is that the numerators, after you put the right-hand side back under the common denominator, must be equal as polynomials, so they are the same even at x = 1 .
This will usually be the easy part. Let's try it for the example above.
|
Copyright (c) 2000 by David L. Johnson.