Partial Fractions: Linear Factors in Denominator
Partial Fractions: Linear Factors in Denominator
It is possible to split many fractions into the sum or difference of two or more fractions. This has
many uses (such as in integration).
The method of partial fractions allows us to split the right hand side of the above equation into
the left hand side.
This method is used when the factors in the denominator of the fraction are linear (in other words
do not have any square or cube terms etc).
Example
5(x + 2) A + B
(x + 1)(x + 6) (x + 1) (x + 6)
The above expression is an identity (hence rather than =). An identity is true for every value of
x. This means that we can substitute any values of x into both sides of the expression to help us
find A and B. When trying to work out these constants, try to choose values of x which will
make the arithmetic easier. In this example, if we substitute x = -6 into the identity, the A(x + 6)
term will disappear, making it much easier to solve.
when x = -6,
5(-4) = B(-5)
B=4
when x = -1,
5(1) = 5A
A=1
since 5(x + 2) A + B
(x + 1)(x + 6) (x + 1) (x + 6)
Cover Up Method
The "cover-up method" is a quick way of working out partial fractions, but it is important to
realise that this only works when there are linear factors in the denominator, as there are here.
cover up the x + 6 with your hand and substitute -6 into what's left, giving 5(-6 + 2)/(-6+1) =
-20/-5 = 4. This tells you that one of the partial fractions is 4/(x + 6). Now cover up (x + 1) and
substitute -1 into what's left to discover that the other partial fraction is 1/(x + 1) .
Remember, the above method is only for linear factors in the denominator. When there is a
repeated factor in the denominator, such as (x - 1)2 or (x + 4)2, the following method is used.
Example
x - 2 A + B + C
(x + 1)(x - 1)2 (x + 1) (x - 1) (x - 1)2
let x = 1
-1 = 2C
C = -½
let x = -1
-3 = 4A
A = -3/4
let x = 0
-2 = A - B + C
-2 = -3/4 - B -½
B = 3/4
This method is for when there is a square term in one of the factors of the denominator.
Example
2x - 1 A + Bx + C
(x + 1)(x2 + 1) (x + 1) (x2 + 1)
Note that it is Bx + C on the numerator of the fraction with the squared term in the denominator.