Mesa Community College


College Algebra - Concepts Through Functions

Partial Fraction Decomposition
Instructor: Dr.Jo Steig

In this section we are going to discuss the process of decomposing a rational expression into sums and differences of simpler rational expressions. That is, we want to know what terms are added to yield a certain fraction. This process is called partial fraction decomposition.
Writing a fraction in terms of two or more TERMS is sometimes useful in calculus. While we could wait until your calculus class to discuss this topic, a possibility which just might find widespread support among college algebra students, caluclus applications are focused more on using this process as a step in a larger application than on teaching the process itself. For that reason we are introducing it here.

 

SAMPLE: Here is a typical question:

We are looking for the following:

 

The resulting terms are called the 'partial fraction decomposition' since each term independently forms just a part of the fraction.

 

Each of the examples will follow the same four steps.

 

FOUR STEPS TO PARTIAL DECOMPOSITION

CHECK: Is the fraction reduced? If not, divide out common factors.
STEP 1: Write the partial fraction decomposition template (see text for an explanation).

STEP 2: Multiply each side of the equation by the least common denominator.

STEP 3: Solve for the unknowns.

STEP 4: Write your final answer to the partial fraction decomposition.


Of the four steps to partial decomposition, Step 3 requires the most time. There are two methods that we will talk about that help us to solve for the unknowns. The two methods are called 'key number' method Examples 1 & 2, below) and 'comparison of coefficient method." In some problems, it is most effective to use a combination of the two methods (Example 3, below).

EXAMPLE 1: Find the partial fraction decomposition of

CHECK: Is the fraction reduced? Yes. There are no common factors between the numerator and the denominator and the degree of the numerator is less than the degree of the denominator.

STEP 1:

STEP 2: x + 11 = A (x - 5) + B (x + 3)

Since the equation in STEP 2 is an identity, we can substitute any value in for x and the left side will equal the right. Because we are trying to find the values of A& B, it would be to our advantage to choose x values that make the factors (x - 5) and (x + 3) equal to zero.

The values x = 5 and x = - 3 are called key numbers.

STEP 3: Use the key numbers to solve for the unknowns that will be easy to find.

if x = 5
if x = - 3
5 + 11 = A ( 5 - 5) + B ( 5 + 3 )
- 3 + 11 = A ( - 3 - 5) + B ( - 3 + 3)
16 = 8B
8 = - 8 A
B = 2
A = -1


 

EXAMPLE 2: Find the partial fraction decomposition of

CHECK: Is the fraction reduced? Yes. There are no common factors between the numerator and the denominator and the degree of the numerator is less than the degree of the denominator.

 

As before in EXAMPLE 1, it is to our advantage to choose x values that make the factors (x - 1) and x equal to zero. Those values (the critical values) are x = 1 and
x = 0.

STEP 3: Use the key numbers to solve for the unknowns that will be easy to find.

if x = 1
if x = 0
1 + 2 + 7 = C (1)
7 = A ( - 1) (- 1)
C = 10
A = 7
But we still need to find the value for B. We will once again go back to the identity defined in STEP 2. Remember, since the equation in STEP 2 is an identity, we can substitute any value in for x and the left side will equal the right. I will arbitrarily choose x = 2.

(2)2 + 2 ( 2) + 7 = A ( 2 - 1)2 + B ( 2) ( 2 - 1) + C (2)

15 = A + 2B + 2C

But, we already found that C = 10 and A = 7, so

15 = 7 + 2B + 2(10)

B = - 6

So, the partial fraction decomposition of the given fraction is written as follows:

 


 

Comparison of Coefficients

In some partial decomposition problems, the number of unknowns (A, B, C, etc.) is more than the number of critical values (or key numbers). In that case we can combine the key number method with the method called comparison of coefficients to find all of the unknowns. Here is what we mean by 'comparison of coefficients'.

If the quadratic on the left is equal to the one on the right then 5 = a, 6 = b, and 9 = c.

Formally, we say that if two polynomials are equal, then corresponding coefficients must be equal.. This forms the basis for a method called 'comparison of coefficients' that can also be used to solve for the unknowns in partial fraction decomposition. However, it is ALWAYS faster to use all of the key numbers to find unknowns before using the labor intensive process of solving a system of equations that is often required by 'comparison of coefficients'. Example 3 shows the key number method combined with 'comparison of coefficients' to find a partial fraction decomposition.

 

EXAMPLE 3: Find the partial fraction decomposition of

 

STEP 3: The only key number is x = - 5. Note, there are no REAL numbers that will make (x2 + 1) equal to zero so it gives us no key numbers.

3 (-5)2 + 2(-5) - 1 = A (25 + 1) + (-5 B + C) (-5 + 5)

64 = 26 A

A = (64/26) = (32/13)

Since we still have two unknown values to find, we will turn to the comparison of coefficient method. First, we rearrange the identity in STEP 2 by grouping like terms together.

3x2 + 2x - 1 = Ax2 + A + Bx2 + 5Bx + Cx + 5C

3x2 + 2x - 1 = (A + B) x2 + (5B + C) x + (A + 5C)

The coefficient of x2 on the left (3) must equal the coefficient of x2 on the right (A + B)
The coefficient of x on the left (
2) must equal the coefficient of x on the right (5B + C)
The constant term on the left (
- 1) must equal the constant term on the right (A + 5C)

Giving us the system of equations:
A + B = 3
5B + C = 2
A + 5C = - 1

Since we already know that A = (32/13) we can use A + B = 3 to find that B = (7/13)
We can also use A = (32/13) with A + 5C = - 1 to find that C = ( - 9/13)
The equation 5B + C = 2 can be used to check that B & C were calculated correctly:

5(7/13) + (- 9/13) = (26/13) = 2

 

The partial fraction decomposition is then written as follows:

 

© 1999 Jo Steig