Visual walkthrough — Inverse Laplace transform — partial fractions, tables
The fraction we will chase the whole way down:
Here is just a variable — think of it as the "code-world coordinate", the axis we work on after the Laplace transform has turned a differential equation into algebra. Our goal is the function whose transform is exactly this . We recover it with partial fractions plus a lookup table.
Step 1 — Where does even come from? (the round trip)
WHAT. Before touching the algebra, let us place on the map. A problem starts as a differential equation in real time . The Laplace transform carries it rightward into the -world where it becomes plain algebra. We solve there and get . The inverse is the return arrow that lands us back on .
WHY. You cannot invert a thing you cannot locate. Seeing the loop tells us why recognition (table lookup) is enough: the forward map is one-to-one (Lerch's theorem), so each has exactly one honest partner . No ambiguity — a dictionary suffices. This is exactly the machinery behind solving ODEs with Laplace.
PICTURE. Two vertical lanes: the -world (left, blue) and the -world (right, orange). The top arrow points right; the bottom arrow — the one this whole page is about — points left.

Step 2 — Why we cannot invert as-is: the pole map
WHAT. Look at the denominator . The values and make it zero — the fraction blows up there. Those two spots are called poles. Our fraction has two poles glued into one expression.
WHY. The lookup table only knows fractions with a single pole at a time (one ). A two-pole fraction is not in the table — it is a compound, not an atom. So the very first obstacle is: this object is too complicated to recognise. We must break it apart.
PICTURE. The -axis (a horizontal number line) with two marked poles: a red dot at and a red dot at . Above each, a vertical spike showing . The caption reads: "one fraction, two blow-ups — not a table atom."

- — the top polynomial. Its degree is .
- — the bottom. Its degree is .
- Because , the fraction is proper — the precondition for partial fractions. (If it were not, we would long-divide first.)
Step 3 — Split into atoms (partial fractions)
WHAT. We propose that our compound is secretly a sum of two single-pole atoms, with unknown weights and :
WHY. Each factor of owns exactly one pole. A distinct linear factor contributes one atom — a shape the table does recognise. We are guessing the recipe; the weights are what we still must find.
PICTURE. The single tall fraction on the left splits (a scissors icon) into two separate small fractions on the right, each drawn over its own single pole — the compound cracked into atoms.

- — the atom carrying the pole at . Weight still unknown.
- — the atom carrying the pole at . Weight still unknown.
Step 4 — Weigh each atom by the cover-up trick
WHAT. To find , multiply the whole identity by and then set : For , multiply by and set :
WHY. Multiplying by cancels the under 's own term, so stands alone. Every other term still carries a factor , which becomes at — those neighbours vanish. So evaluating at the pole isolates precisely one weight. No linear system to solve.
PICTURE. The atom highlighted; a "cover" (gray patch) hides the factor in the original fraction; an arrow drops down to on the axis and reads off . The other term is shown fading to zero.

- — removes the pole we are targeting.
- — the substitution that kills every rival term.
- — the two residues, the "amount" of each atom.
So:
Step 5 — Look up each atom in the table
WHAT. The one table fact we need: Apply it to each atom, pulling the constant weight through by linearity:
WHY. A single pole at is the transform of a pure exponential — this comes straight from the forward integral (valid for ). So the location of the pole becomes the growth rate of the exponential. Pole at → growing ; pole at → decaying .
PICTURE. Each pole on the -axis mapped by an arrow to its time-graph: the pole → a rising blue curve ; the pole → a falling orange curve . Pole position ↔ exponential rate made visual.

- (right of origin) → positive exponent → the term grows.
- (left of origin) → negative exponent → the term decays.
- The weights just scale each curve vertically.
Step 6 — Glue the pieces back (linearity)
WHAT. Add the two inverted atoms:
WHY. Because is linear, the inverse of a sum is the sum of the inverses. We split to conquer, invert atom-by-atom, and now re-assemble. This sum is : the unique time-function whose Laplace transform was our original .
PICTURE. The blue growing curve and the orange decaying curve added pointwise into one green total curve — early on the decaying term matters, but the growing dominates for large .

Step 7 — The edge cases you must never trip on
WHAT / WHY / PICTURE. Three degenerate variations of the same machine, each drawn so you recognise the trap on sight.

Case A — repeated pole. If instead , the two poles collapse onto one spot. One atom is not enough: a factor needs terms, because the numerator on top may be any polynomial of degree . Solving gives , and with we get . Picture: the two red poles slide together into one double pole; the answer grows a -factor.
Case B — complex poles (irreducible quadratic). If has no real roots, the poles leave the axis into the complex plane. Complete the square: , so . Via the first shift theorem, Real poles gave exponentials; a complex pair gives an oscillation inside an envelope. Picture: poles lift off the axis; the time-graph becomes a decaying wiggle.
Case C — real symmetric poles: , not . For the poles are real at (denominator , a minus). Split: A minus sign in means real poles → hyperbolic ; a plus in means imaginary poles → ordinary . Picture: the sign in the denominator flips the answer between oscillation and hyperbolic growth.
The one-picture summary
One diagram compresses the whole walkthrough: a compound fraction with two poles → scissors → two atoms → table arrows → two time-curves → a plus-sign gluing them into . The pole positions in the -world set the exponential rates in the -world.

Recall Feynman retelling (hidden)
A messy fraction in the -world is a compound made of atoms we can't read whole. We find where it blows up — those are the poles. Each pole is one atom. We split the compound into its atoms (partial fractions) and weigh each atom by covering up its own factor and reading off the value at its pole. Then we open the dictionary: a pole at means the time-function has a piece — right of zero it grows, left of zero it decays. If two poles merge, we need an extra term and a sneaks in. If the poles fly off the real axis into complex space, the pieces become waves wrapped in an exponential. If the denominator carries a minus, real twins give instead. Finally we glue all the time-pieces back with a plus sign — because undoing a transform is linear — and that sum is the one true . Split, weigh, look up, glue. Home.
Prerequisites & neighbours: Laplace Transform — definition and existence · Solving ODEs with Laplace Transforms · Partial Fraction Decomposition (Algebra) · First and Second Shift Theorems · Convolution Theorem · Heaviside Step & Dirac Delta · Hyperbolic functions sinh/cosh vs sin/cos.