Partial fraction decomposition is the technique for writing a rational function as a sum of simple fractions, each of which has a known inverse Laplace transform. It is the bread-and-butter skill for inverting Laplace transforms.

The basic recognition we use over and over: inverts to (for the causal ROC ). So if we can break into a sum of terms of this form, we just sum the inverse transforms.

Three cases

Case 1: distinct simple poles

Decompose as

To find , cover up the factor and evaluate the remaining expression at :

This is the cover-up method, and it’s the fastest way to compute residues at simple poles.

Worked example: .

So , inverse-transforming to for the causal ROC.

Case 2: repeated poles

A pole of order at contributes terms: .

The highest-power coefficient is found by simple cover-up:

Lower-power coefficients require differentiating first:

Worked example: . Double pole at , simple pole at .

For at : .

For (the highest power at the double pole): .

For (the lower power): .

So . Inverse:

Repeated poles give polynomial-times-exponential terms in time: , , etc.

Case 3: complex-conjugate pole pairs

A rational with real coefficients has complex poles in conjugate pairs . Two approaches:

Option A: treat as ordinary partial fractions with complex residues. The residues are conjugates of each other, and the inverse transforms are complex exponentials that recombine to a real damped sinusoid.

Option B: keep the quadratic factor (after completing the square) and match to the damped-sinusoid pairs:

Decompose your quadratic-factor term as a linear combination of these two, then inverse-transform. Option B usually gives cleaner real-valued answers.

Improper rational functions

If the numerator degree is the denominator degree, is improper, and you have to do polynomial long division first. The quotient is a polynomial in (which inverse-transforms to a sum of impulses and impulse derivatives), and the remainder gives a proper rational function that you can partial-fraction normally. See Polynomial division for improper rational functions.

What to remember

  • For simple poles, cover-up is fast and reliable.
  • For repeated poles, the highest-power coefficient is cover-up; lower powers require derivatives.
  • For complex-conjugate pairs, complete the square and match to the damped-sinusoid pairs.
  • Pole location ↔ time-domain shape: real part is decay rate, imaginary part is oscillation frequency. See s-plane.