Math 402 LECTURE Week 1partial Fraction Decomposition
Math 402 LECTURE Week 1partial Fraction Decomposition
n
P (x)
This section shows how to express a rational function of the form as a simpler
iga
D(x)
fractons called partial fractions, which are easily integrated. For instane,
5x − 3 2 3
= +
x2 − 2x − 3 x+1 x−3
5x − 3
so that when we integrate the rational function , we simply sum the integrals of
x2 − 2x − 3
the fractions as
r as
5x − 3
Z Z Z
2 3
2
dx = dx + dx
x − 2x − 3 x+1 x−3
= 2 ln |x + 1| + 3 ln |x − 3| + C
The method for rewritting rational function as a sum of simpler fractions is called partial
fraction decomposition.
P (x)
Success in wrting a rational function as a sum if partial fractions depends on two
D(x)
things:
1. The degree of P (x) must be less than the degree of the D(x). That is, the fraction must
be proper. If it isn’t, divide P (x) by D(x) and work with the remainder term.
aa
2. We must know the factors of D(x). In theory, any polynomial with real coefficients can
be written as a product of real linear factors and real quadratic factors. In parctice, the
factors may be hard to find.
Case 1. Distinct Linear Factors To each linear factor ax + b occuring once int he
denominator of proper rational fraction, here correspods a single partial fraction of the form
A
, where A is a constant to be determined.
ax + b
5x − 3
Example 1.1. Decompose into partial fraction
x2 − 2x − 3
1
2CHAPTER 1. ANTIDIFFERENTIATION BY PARTIAL FRACTION DECOMPOSITION
5x − 3 5x − 3 A B
= = +
x2 − 2x − 3 (x + 1)(x − 3) x+1 x−3
A B
We call the fractions and partial fractions because their denominators are only
x+1 x−3
part of the original denominator x2 − 2x − 3. We call A and B undetermined coefficients
until proper values for them have been found.
To find the values of the undertermined coefficients A, and B we clear the fractions by
multipling both sides of equations by the denominator and get
5x − 3 = A(x − 3) + B(x + 1)
n
= Ax − 3A + Bx + B
= Ax + Bx − 3A + B
5x − 3 = (A + B)x − 3A + B
iga
By equating coefficients,
5 = A + B, −3 = −3A + B
5=A+B
5=2+B
5−2=B
aa
3=B
B=3
And therefore,
5x − 3 2 3
= + .
x2 − 2x − 3 x+1 x−3
To find the values of the undetermined coefficients A, B and C, we clear the fractions
and get
n
Equating the coefficients of like powers of x, we have
Coefficient of x2 : 1 = A + B + C
Coefficient of x1 : 4 = 4A + 2B
iga
Constant term: 1 = 3A − 3B − C
There are several ways of solving such a system of linear equations for the unknowns A, B,
and C, including elimination of variables or the use of a calculator or computer. Whatever
the method is used, the solution is
3
A=
r as
4
1
B=
2
1
C=−
4
Hence we have,
x2 + 4x + 1
Z Z
A B C
ma
dx = + + dx
(x − 1)(x + 1)(x + 3) x−1 x+1 x+3
Z 3 1
− 14
4 2
= + + dx
x−1 x+1 x+3
Z Z Z
3 1 1 1 1 1
= dx + dx − dx
4 x−1 2 x+1 4 x+3
x2 + 4x + 1
Z
3 1 1
dx = ln |x − 1| + ln |x + 1| − ln x + 3 + K.
(x − 1)(x + 1)(x + 3) 4 2 4
aa
where K is the arbitrary constant of integration (to avoid confusion with the undeter-
mined coefficient we labeled as C).
Solution: First we express the tegrand as a sum of partial fractions with undetermined
coefficients.
6x + 7 A B
2
= +
(x + 2) x + 2 (x + 2)2
= A(x + 2) + B
6x + 7 = Ax + (2A + B)
n
A=6
7 = 2A + B
iga
Since A = 6, then by substituting A = 6 to 7 = 2A + B gives
7 = 2A + B
7 = 2(6) + B
7 − 12 = B
B = −5
Therefore,
r as
Z
−5
Z
6x + 7 6
dx = + dx
x + 2)2 x + 2 (x + 2)2
Z Z
dx
=6 − 5 (x + 2)−2 dx
x+2
= 6 ln |x + 2| + 5(x + 2)−1 + C
5
= 6 ln |x + 2| + + C.
(x + 2)
ma
n
Therefore,
x2 + 1 A B C
iga
= + +
(x − 1)(x − 2)(x − 3) x−1 x−2 x−3
1 −5 5
= + +
x−1 x−2 x−3
Solution. The degree of x + 4 is les than the degree of x3 + 3x2 − 10x and we can factor
the denominator as
Z Z
x+4 x+4
dx = dx
x3 + 3x2 − 10x x(x − 2)(x + 5)
ma
Z
A B C
= + + dx
x x−2 x+5
Multiply both sides of the equation by x(x − 2)(x + 5), then we have
n
C=−
35
iga
Then the given integral becomes
Z 2 3 1
−5 − 35
Z
x+4 7
dx = + + dx
x3 + 3x2 − 10x x x−2 x+5
Z Z Z
2 dx 3 dx 1 dx 2 1
=− + − = − ln |x| + |f rac37 ln |x − 2 − ln |x +
5 x 7 x − 2 35 x+5 5 35
r as
Case 3. Distinct Quadratic Factors To each irreducible quadratic factor ax2 +bx+c
occuring once in the denominator of a proper fraction, there corresponds a single partial
Ax + B
frction of the form 2 , where A and B are constants to be determined.
ax + bx + c
ma
−2x + 4
Z
dx
(x + 1)(x − 1)2
2
Solution: The denominator has an irreducible quadratic factor as well as a repeated linear
factor, so we write
−2x + 4 Ax + B C D
aa
= + +
(x2 + 1)(x − 1)2 x2 + 1 x − 1 (x − 1)2
−4 = −2A
A=2
C = −A
C = −2
n
From the third equation and C = −A:
A+C +2
B=
2
iga
B=1
D =4−B+C
D=1
r as
We substitute these values into
−2x + 4 Ax + B C D
= + +
(x2 + 1)(x − 1)2 x2 + 1 x − 1 (x − 1)2
2x + 1 2 1
= 2 − + .
x + 1 x − 1 (x − 1)2
ma
where K is the arbitrary constant of integration (to avoid confusion with the undetermined
coefficient we labeled as C).
n
Equating coefficients of like terms gives
Coefficients of x4 : 0 = A + B
Coefficients of x3 : 0 = C
iga
Coefficients of x2 : 0 = 2A + B + D
Coefficients of x1 : 0 = C + E
Constant Term: 1 = A
2 2u
1 1
= ln |x| − ln |x2 + 1| + 2
+ K.
2 2(x + 1)
where K is the arbitrary constant of integration (to avoid confusion with the undetermined
coefficient we labeled as C).
aa
Exercises1.1
x
6.
x3
− x2 − 6x
x2 + 8 17 −12
7. 2 Ans. 1 + +
x − 5x + 6 x−3 x−2
4
x +9
8. 4
x + 9x2
B. Non-Repeated Linear Factors
Z
1 1
1. 2
dx Ans. ln |1 + x| − ln |1 − x| + C
1−x 2
Z
x+4 1
2. dx Ans. ln |(x + 6)2 (x − 1)5 | + C
x2 + 5x − 6 7
Z 8
ydy (ln 15)
3. 2
Ans.
4 y − 2y − 3 2
n
Z
dt 1 1 1
4. 3 2
dx Ans. − ln |t| + ln |t + 2| + ln |t − 1| + C
t + t − 2t 2 6 3
iga
1
x3 dx
Z
1. 2
dx Ans. 3 ln 2 − 2
0 x + 2x + 1
Z
dx 1 x + 1 x
2. 2
Ans. ln − 2
+C
(x − 1) 4 x−1 x(x − 1)
x3 − 1 3 6 3
x2
1 x − 1 1
Z
5. dx Ans. Ans. ln + Arctan x + C
x4 − 1 4 x + 1 2
2x3 + 5x2 + 8x + 4 −1
Z
6. 2 2
dx Ans. 2 + ln |x2 + 2x + 2| − Arctan (x + 1) + C
(x + 2x + 2) x + 2x + 2
Z 4
t − 4t3 + 2t2 − 3t + 1
7. dx
(t2 + 1)3
aa
E. Improper Fractions
2y 3 − 2y 2 + 1
x − 1
Z
2
1. dy Ans. x + ln +C
y2 − y x
9t3 − 3t + 1
Z
1
2. 3 2
dt Ans. 9t + 2 ln |t| + + 7 ln |t − 1| + C
t −t t
Z 3 2 2
x +x −1 t 1
3. dx Ans. − ln |t| + ln |1 + y 2 | + C
x3 + x 2 2