Partial Factions
Example:
Consider the rational function
P(x) = (3x + 2)/(x2 -1) = 3x/[(x - 1)(x + 1)]
We want to write it in the form
(3x + 2)/[(x - 1)(x + 1)] = A/(x - 1) + B/(x + 1)
To do this we need to solve for A and B. Multiplying by the common
denominator
(x - 1)(x + 1) we have
3x + 2 = A(x + 1) + B(x - 1)
Now let x = 1
5 = 2A + 0
A = 5/2
Now let x = -1
-1 = -2B
B = 1/2
Hence we can write
3x/(x2 -1) = (5/2)/(x - 1) + (1/2)/(x + 1)
This is called the partial fraction decomposition of P(x)
Example 2:
Find the Partial Fraction Decomposition of
P(x) = (3x2 + 4x + 7)/(x3 - 2x2 + x) =
(3x2 + 4x + 7)/[x(x-1)2]
We write
(3x2 + 4x + 7)/[x(x-1)2] = A/(x - 1) + B/(x -
1)2 + C/x
Multiplying by the common denominator, we have
A(x(x - 1)) + Bx + C(x - 1)2 = 3x2 + 4x + 7
Let x = 0:
C = 7
Let x = 1:
We have B = 14
Now look at the highest degree coefficient:
Ax2 + Cx2 = 3x2
Dividing by x2 and substituting C = 7
A + 7 = 3, A = -4
We conclude that
(3x2 + 4x + 7)/[x(x-1)2] = -4/(x - 1) + 14/(x -
1)2 + 7/x
Integration
Example: Evaluate
int (x2 -2)/[x(x2 + 1)]dx
We write
(x2 -2)/[x(x2 + 1)] = A/x + (Bx + C)/(x2
+ 1)
Multiplying by the common denominator, we have
A(x2 + 1) + (Bx + C)x = x2 - 2
Let x = 0
A = -2
Hence
(Bx + C)x = x2 - 2 + 2x2 + 2 = 3x2
So that
Bx2 + Cx = 3x2
We see that B = 3 and C = 0
Hence
int (x2 -2)/[x(x2 + 1)]dx = int -2/x + (3x
)/(x2 + 1)dx
= -2int 1/x dx + 3 int x/(x2 + 1)dx u = x2 + 1 du =
2xdx
= -2ln|x| + 3/2ln(x2 + 1) + C
Exercise:
Find
int 1/(x4 - 1) dx