Partial Fraction Decomposition
Partial Fraction Decomposition
The goal of partial fraction composition is to be able to rewrite a rational expression as a sum of simpler fractions.
Conditions for application
Partial fraction decomposition works when we have a rational expression of the form:
where both
If the degree of
General Approach to Partial Fraction Decomposition
This approach always works as long as the conditions above are satisfied, but there are other ways; see below.
-
First, factor the denominator as completely as possible.
-
Handle linear factors of
Let
This factor will translate to the sum of
Repeat this for each distinct linear factor of
- Handle irreducible quadratic factors of
An irreducible quadtric factor is a quadratic expression that cannot be factored into linear factors with real coefficients.
Let
This factor will translate to the sum of
Repeat this for each distinct irreducible quadratic factor of
-
Set the original fraction
equal to the sum of all the partial fractions from steps 2 and 3. -
Clear the fractions by multiplying by
. Distribute. Arrange the terms in decreasing powers of . Group coefficients of the same power of by factoring out that power of . -
Equate the coefficients of corresponding powers of
and solve the resulting equations for the undetermined coefficients. -
We can now write the equation in the form
note: why can we only deal with linear and irreducible quadratics? Can we always factor higher degree polynomials into terms that are either linear or quadratic?
Example
jmh: my material.
Express
as a sum of partial fractions.
Note that the degree of the numerator is 1 while the degree of the denominator is 3, so we satisfy the conditions for performing partial fraction decomposition and may proceed.
First, factor the denominator (recognizing that it’s a sum of cubes):
The denominator is now composed of one linear factor in
Write the partial fraction with an undetermined coefficient for the linear factor as:
Write the partial fraction with undetermined coefficients for the irreducible quadratic factor as:
Sum (c) and (d) and set it equal to (b):
Clear the fractions by multiplying both sides by the denominator of the left hand side:
Distribute
Sort by descending powers of
Group coefficients of like powers of
The equation will be an identity when the coefficients of respective powers of
Solving these simulataneously we get
Substituting these values into (e) we get:
which is the desired sum of partial fractions.
The Heaviside Cover-up Method
This method only applies when the factor of
- linear
- distinct
- raised to the first power
That is, they are of the form
But when it does work, it’s a bit faster than the proper method above.
- First, factor the denominator as completely as possible. We now have a function in the form:
- For each of the
factors, find the corresponding factor by setting to and covering the factor containing . By covering, we mean remove it as it if weren’t there. For example, for :
- Repeat
times to find the different factors, then you can write the function in decomposed format:
Differentiation
Like the Heaviside cover up method, this method only works when the roots are distinct. This method comes from Morris and Tenenbaum’s ODE book, lesson 26A.
A fraction of the form
If we multiply
Let
Substituting
Other Methods
Thomas and Finney cover a couple of other methods of determining the coefficients:
- Differentiating
- Assigning small values to
such as to get equations in , , and .
References
Calculus by Thomas & Finney, 9th edition, pp 569-573