Precalculus with Integrated CalculusXYZ Homework Edition

⇩ Download ▾

9.6 Partial Fraction Decomposition

This section uses systems of linear equations to rewrite rational functions in a form more palatable to Calculus students. In College Algebra, the function

f ( x ) = x 2 x 6 x 4 + x 2

(9.187)

is written in the best form possible to construct a sign diagram and to find zeros and asymptotes, but certain applications in Calculus require us to rewrite f ( x ) as

f ( x ) = x + 7 x 2 + 1 1 x 6 x 2

(9.188)

If we are given the form of f ( x ) in (Equation 9.188), it is a matter of Intermediate Algebra to determine a common denominator to obtain the form of f ( x ) given in (Equation 9.187). The focus of this section is to develop a method by which we start with f ( x ) in the form of (Equation 9.187) and `resolve it into partial fractions' to obtain the form in (Equation 9.188). Essentially, we need to reverse the least common denominator process.

Starting with the form of f ( x ) in (Equation 9.187), we begin by factoring the denominator

x 2 x 6 x 4 + x 2 = x 2 x 6 x 2 ( x 2 + 1 )

We now think about which individual denominators could contribute to obtain x 2 ( x 2 + 1 ) as the least common denominator. Certainly x 2 and x 2 + 1 , but are there any other factors? Since x 2 + 1 is an irreducible quadratic1 there are no factors of it that have real coefficients which can contribute to the denominator.

The factor x 2 , however, is not irreducible, since we can think of it as x 2 = x x = ( x 0 ) ( x 0 ) , a so-called `repeated' linear factor.2 This means it's possible that a term with a denominator of just x contributed to the expression as well. What about something like x ( x 2 + 1 ) ? This, too, could contribute, but we would then wish to break down that denominator into x and ( x 2 + 1 ) , so we leave out a term of that form.

At this stage, we have guessed

x 2 x 6 x 4 + x 2 = x 2 x 6 x 2 ( x 2 + 1 ) = ? x + ? x 2 + ? x 2 + 1

Our next task is to determine what form the unknown numerators take. It stands to reason that since the expression x 2 x 6 x 4 + x 2 is `proper' in the sense that the degree of the numerator is less than the degree of the denominator, we are safe to make the ansatz that all of the partial fraction resolvents are also. This means that the numerator of the fraction with x as its denominator is just a constant and the numerators on the terms involving the denominators x 2 and x 2 + 1 are at most linear polynomials.

In other words, we guess that there are real numbers A , B , C , D and E so that

x 2 x 6 x 4 + x 2 = x 2 x 6 x 2 ( x 2 + 1 ) = A x + B x + C x 2 + D x + E x 2 + 1

However, if we look more closely at the term B x + C x 2 , we see that B x + C x 2 = B x x 2 + C x 2 = B x + C x 2 . The term B x has the same form as the term A x which means it contributes nothing new to our expansion. Hence, we drop it and, after re-labeling, we find ourselves with our new guess:

x 2 x 6 x 4 + x 2 = x 2 x 6 x 2 ( x 2 + 1 ) = A x + B x 2 + C x + D x 2 + 1

Our next task is to determine the values of our unknowns. Clearing denominators gives

x 2 x 6 = A x ( x 2 + 1 ) + B ( x 2 + 1 ) + ( C x + D ) x 2

Gathering the like powers of x we have

x 2 x 6 = ( A + C ) x 3 + ( B + D ) x 2 + A x + B

In order for this to hold for all values of x in the domain of f , we equate the coefficients of corresponding powers of x on each side of the equation3 and obtain the system of linear equations

{ ( E 1 ) A + C = 0 From equating coefficients of  x 3 ( E 2 ) B + D = 1 From equating coefficients of  x 2 ( E 3 ) A = 1 From equating coefficients of  x ( E 4 ) B = 6 From equating the constant terms

To solve this system of equations, we could use any of the methods presented in Sections 9.1 through 9.5, but none of these methods are as efficient as the good old-fashioned substitution from High School algebra. From E 3 , we have A = 1 and we substitute this into E 1 to get C = 1 . Similarly, since E 4 gives us B = 6 , we have from E 2 that D = 7 . We get

x 2 x 6 x 4 + x 2 = x 2 x 6 x 2 ( x 2 + 1 ) = 1 x 6 x 2 + x + 7 x 2 + 1

which matches the formula given in (Equation 9.188).

As we have seen in this opening example, resolving a rational function into partial fractions takes two steps: first, we need to determine the form of the decomposition, and then we need to determine the unknown coefficients which appear in said form.

Theorem 2.18 guarantees that any polynomial with real coefficients can be factored over the real numbers as a product of linear factors and irreducible quadratic factors. Once we have this factorization of the denominator of a rational function, the next theorem tells us the form the decomposition takes. The reader is encouraged to review the Factor Theorem (Theorem 2.8) and its connection to the role of multiplicity to fully appreciate the statement of the following theorem.

The proof of Theorem 9.10 is best left to a course in Abstract Algebra. Notice that the theorem provides for the general case, so we need to use subscripts, A 1 , A 2 , etc., to denote different unknown coefficients as opposed to the usual convention of A , B , etc.. The stress on multiplicities is to help us correctly group factors in the denominator. For example, consider the rational function

3 x 1 ( x 2 1 ) ( 2 x x 2 )

Factoring the denominator to find the zeros, we get ( x + 1 ) ( x 1 ) ( 1 x ) ( 2 + x ) . We find x = 1 and x = 2 are zeros of multiplicity one but that x = 1 is a zero of multiplicity two due to the two different factors ( x 1 ) and ( 1 x ) . One way to handle this is to note that ( 1 x ) = ( x 1 ) so

3 x 1 ( x + 1 ) ( x 1 ) ( 1 x ) ( 2 + x ) = 3 x 1 ( x 1 ) 2 ( x + 1 ) ( x + 2 ) = 1 3 x ( x 1 ) 2 ( x + 1 ) ( x + 2 )

from which we proceed with the partial fraction decomposition

1 3 x ( x 1 ) 2 ( x + 1 ) ( x + 2 ) = A x 1 + B ( x 1 ) 2 + C x + 1 + D x + 2

Turning our attention to non-real zeros, we note that the tool of choice to determine the irreducibility of a quadratic a x 2 + b x + c is the discriminant, b 2 4 a c . If b 2 4 a c < 0 , the quadratic admits a pair of non-real complex conjugate zeros. Even though one irreducible quadratic gives two distinct non-real zeros, we list the terms with denominators involving a given irreducible quadratic only once to avoid duplication in the form of the decomposition. The trick, of course, is factoring the denominator or otherwise finding the zeros and their multiplicities in order to apply Theorem 9.10. We recommend that the reader review the techniques set forth in Sections 2.3 and 2.4.

Next, we state a theorem that if two polynomials are equal, the corresponding coefficients of the like powers of x are equal. This is the principal by which we shall determine the unknown coefficients in our partial fraction decomposition.

Believe it or not, the proof of Theorem 9.11 is a consequence of Theorem 2.16. Define p ( x ) to be the difference of the left hand side of the equation in Theorem 9.11 and the right hand side. Then p ( x ) = 0 for all x in the open interval I . If p ( x ) were a nonzero polynomial of degree k , then, by Theorem 2.16, p could have at most k zeros in I , k being a finite number. Since p ( x ) = 0 for all real numbers x in I , p has infinitely many zeros, and hence, p is the zero polynomial. This means there can be no nonzero terms in p ( x ) and the theorem follows. Arguably, the best way to make sense of either of the two preceding theorems is to work some examples.

Exercises

In Exercises -, find only the form needed to begin the process of partial fraction decomposition. Do not create the system of linear equations or attempt to find the actual decomposition.

  1. 7 ( x 3 ) ( x + 5 )
  2. 5 x + 4 x ( x 2 ) ( 2 x )
  3. m ( 7 x 6 ) ( x 2 + 9 )
  4. a x 2 + b x + c x 3 ( 5 x + 9 ) ( 3 x 2 + 7 x + 9 )
  5. A polynomial of degree  < 9 ( x + 4 ) 5 ( x 2 + 1 ) 2
  6. A polynomial of degree  < 7 x ( 4 x 1 ) 2 ( x 2 + 5 ) ( 9 x 2 + 16 )

In Exercises -, find the partial fraction decomposition of the following rational expressions.

  1. 2 x x 2 1
  2. 7 x + 43 3 x 2 + 19 x 14
  3. 11 z 2 5 z 10 5 z 3 5 z 2
  4. 2 z 2 + 20 z 68 z 3 + 4 z 2 + 4 z + 16
  5. s 2 + 15 4 s 4 + 40 s 2 + 36
  6. 21 s 2 + s 16 3 s 3 + 4 s 2 3 s + 2
  7. 5 x 4 34 x 3 + 70 x 2 33 x 19 ( x 3 ) 2
  8. x 6 + 5 x 5 + 16 x 4 + 80 x 3 2 x 2 + 6 x 43 x 3 + 5 x 2 + 16 x + 80
  9. 7 z 2 76 z 208 z 3 + 18 z 2 + 108 z + 216
  10. 10 z 4 + z 3 19 z 2 + z 10 z 5 + 2 z 3 + z
  11. 4 s 3 9 s 2 + 12 s + 12 s 4 4 s 3 + 8 s 2 16 s + 16
  12. 2 s 2 + 3 s + 14 ( s 2 + 2 s + 9 ) ( s 2 + s + 5 )
  13. Find a partial fraction decomposition of R ( z ) = 4 z 4 1 over the complex numbers.
  14. In light of Theorem 2.16, we know all polynomial functions can be reduced to a product of linear factors - if we use complex numbers. It turns out that Theorem 9.10 holds true with complex numbers as well (though when using complex numbers, there are no irreducible quadratics.) Discuss with your classmates how this ultimately means every rational function is a sum of shifted Laurent Monomials.6
  15. One of the most common algebraic error the authors encounter when teaching Calculus is along the lines of:

    8 x 2 9 8 x 2 8 9

    Think about why if the above were true, this section would have no need to exist.

Answers

  1. A x 3 + B x + 5
  2. A x + B x 2 + C ( x 2 ) 2
  3. A 7 x 6 + B x + C x 2 + 9
  4. A x + B x 2 + C x 3 + D 5 x + 9 + E x + F 3 x 2 + 7 x + 9
  5. A x + 4 + B ( x + 4 ) 2 + C ( x + 4 ) 3 + D ( x + 4 ) 4 + E ( x + 4 ) 5 + F x + G x 2 + 1 + H x + I ( x 2 + 1 ) 2
  6. A x + B 4 x 1 + C ( 4 x 1 ) 2 + D x + E x 2 + 5 + F x + G 9 x 2 + 16
  7. 2 x x 2 1 = 1 x + 1 + 1 x 1
  8. 7 x + 43 3 x 2 + 19 x 14 = 5 3 x 2 4 x + 7
  9. 11 z 2 5 z 10 5 z 3 5 z 2 = 3 z + 2 z 2 4 5 ( z 1 )
  10. 2 z 2 + 20 z 68 z 3 + 4 z 2 + 4 z + 16 = 9 z + 4 + 7 z 8 z 2 + 4
  11. s 2 + 15 4 s 4 + 40 s 2 + 36 = 1 2 ( s 2 + 1 ) 3 4 ( s 2 + 9 )
  12. 21 s 2 + s 16 3 s 3 + 4 s 2 3 s + 2 = 6 s + 2 3 s + 5 3 s 2 2 s + 1
  13. 5 x 4 34 x 3 + 70 x 2 33 x 19 ( x 3 ) 2 = 5 x 2 4 x + 1 + 9 x 3 1 ( x 3 ) 2
  14. x 6 + 5 x 5 + 16 x 4 + 80 x 3 2 x 2 + 6 x 43 x 3 + 5 x 2 + 16 x + 80 = x 3 + x + 1 x 2 + 16 3 x + 5
  15. 7 z 2 76 z 208 z 3 + 18 z 2 + 108 z + 216 = 7 z + 6 + 8 ( z + 6 ) 2 4 ( z + 6 ) 3
  16. 10 z 4 + z 3 19 z 2 + z 10 z 5 + 2 z 3 + z = 10 z + 1 z 2 + 1 + z ( z 2 + 1 ) 2
  17. 4 s 3 9 s 2 + 12 s + 12 s 4 4 s 3 + 8 s 2 16 s + 16 = 1 s 2 + 4 ( s 2 ) 2 + 3 s + 1 s 2 + 4
  18. 2 s 2 + 3 s + 14 ( s 2 + 2 s + 9 ) ( s 2 + s + 5 ) = 1 s 2 + 2 s + 9 + 1 s 2 + s + 5
  19. R ( z ) = 4 z 4 1 = 1 z 1 1 z + 1 + i z i i z + i

Adapted from Precalculus, Preliminary 4th Edition (integrated calculus), by Carl Stitz and Jeff Zeager (stitz-zeager.com), licensed under CC BY-NC-SA 3.0. Changes were made: reformatted as an accessible XYZ web edition. License: CC-BY-NC-SA-3.0.

These eBooks are a prerelease and are not yet certified conformant with WCAG 2.1 AA or ADA Title II. Every page is built against an automated accessibility gate, and the published editions will meet ADA Title II requirements when they release in late September 2026. If something is unusable, please tell us.