Skip to content

2904 Heaviside Cover up Method

Introduction

The cover-up method was introduced by Oliver Heaviside as a fast way to do a decomposition into partial fractions. This is an essential step in using the Laplace transform to solve differential equations, and this was more or less Heaviside's original motivation.
The cover-up method can be used to make a partial fractions decomposition of a proper rational function whenever the denominator can be factored into distinct linear factors.

Linear Factors

We first show how the method works on a simple example, and then show why it works.
Example 1. Decompose into partial fractions.
Solution. We know the answer will have the form To determine by the cover-up method, on the left-hand side we mentally remove (or cover up with a finger) the factor associated with , and substitute into what's left; this gives : Similarly, is found by covering up the factor on the left, and substituting into what's left. This gives Thus, our answer is Why does the method work? The reason is simple. The "right" way to determine from equation would be to multiply both sides by ; this would give Now if we substitute , what we get is exactly equation , since the term on the right disappears. The cover-up method therefore is just an easy and efficient way of doing the calculations.

In general, if the denominator of the proper rational function factors into the product of distinct linear factors: then is found by covering up the factor on the left, and setting in the rest of the expression.
Example 2. Decompose into partial fractions.
Solution. Factoring, . By the cover-up method, To be honest, the real difficulty in all of the partial fractions methods (the cover-up method being no exception) is in factoring the denominator. Even the programs which do symbolic integration, like Macsyma, or Maple, can only factor polynomials whose factors have integer coefficients, or "easy coefficients" like . and therefore they can only integrate rational functions with "easily-factored" denominators.

Quadratic Factors

Heaviside's cover-up method can be used even when the denominator doesn't factor into distinct linear factors. This only gives partial results, but these can often be a big help, as the following example illustrates.
Example 3. Decompose .
Solution. We write We first determine by the cover-up method, getting . Then and can be found by the method of undetermined coefficients; the work is greatly reduced since we need to solve only two simultaneous equations to find and , not three.
Following this plan, using , we combine terms on the right of so that both sides have the same denominator. The numerators must then also be equal, which gives us Comparing the coefficients of and of the constant terms on both sides of gives the two equations from which and .
In using , one could have instead compared the coefficients of , getting , leading to the same result, but providing a valuable check on the correctness of the computed values for and .
In Example 3, an alternative to undetermined coefficients would be to substitute two numerical values for into the original equation , say and (any values other than are usable). Again one gets two simultaneous equations for and . This method requires addition of fractions, and is usually better when only one coefficient remains to be determined (as in Example 4 below).
Still another method would be to factor the denominator completely into linear factors, using complex coefficients, and then use the cover-up method, but with complex numbers. At the end, conjugate complex terms have to be combined in pairs to produce real summands, and the calculations can sometimes be longer.

Repeated Linear Factors

The cover-up method can also be used if a linear factor is repeated, but there too it gives just partial results. It applies only to the highest power of the linear factor.
Example 4. Decompose .
Solution. We write To find cover up and set ; you get . To find , cover up , and set ; you get .
This leaves which cannot be found by the cover-up method. But since and are already known in , can be found by substituting any numerical value (other than 1 or -2) for in . For instance, if we put and remember that and , we get giving .
could also be found by applying the method of undetermined coefficients to the ; note that since and are known, it is enough to get a single linear equation in order to determine - simultaneous equations are no longer needed.
The fact that the cover-up method works for just the highest power of the repeated linear factor can be seen just as before. In the above example for instance, the cover-up method for finding is just a short way of multiplying through by and then substituting into the resulting equation.