DIFFERENTIAL EQUATIONS • LAPLACE TRANSFORMS

Inverse Laplace via Partial Fractions

Transform complex algebraic fractions back into time-domain functions by breaking them into simpler pieces.

Historical Context & Motivation

Solving differential equations has been one of the central challenges in mathematics and engineering for centuries. In many real-world problems — from predicting how a spring bounces to designing electrical circuits — you need to solve equations that describe how quantities change over time. The Laplace transform was developed as a powerful shortcut: instead of solving a differential equation directly, you convert it into an algebraic equation, solve that simpler problem, and then convert back. That final "convert back" step is the inverse Laplace transform, and partial fractions are the key technique that makes it practical.

1737
Euler's Early Integration Methods
Leonhard Euler explored integral transforms that convert functions from one domain to another, laying groundwork for transform methods used to solve differential equations.
1785
Laplace Publishes His Transform
Pierre-Simon Laplace formally introduced the transform that bears his name in his work on probability theory. He showed how to convert time-domain functions into a new variable s, creating algebraic expressions that are easier to manipulate.
1820s
Partial Fractions Become Standard
Mathematicians recognized that decomposing rational expressions into simpler fractions — a technique from algebra — could be combined with Laplace transform tables to efficiently recover original functions.
1880s–1890s
Heaviside & Electrical Engineering
Oliver Heaviside developed his operational calculus methods for circuit analysis, publishing key results in his 'Electromagnetic Theory' (1893–1912). Engineers adopted these operational methods — later formalized as Laplace transform techniques with partial fractions — as standard tools to analyze circuits and signal processing. Heaviside's work predated the 1920s; he passed away in 1925.

The central question this lesson addresses is: once you have solved a problem in the "s-domain" and obtained a complicated fraction like F(s) = (3s + 5) / (s² + 3s + 2), how do you convert it back into a recognizable function of time? Partial fraction decomposition is the bridge that connects these complex algebraic expressions to the simple entries you can look up in a Laplace transform table.

Core Principles & Definitions

Before diving into the method, let's establish the key ideas you need. The Laplace transform takes a function f(t) and produces F(s), a function of the variable s. When you solve a differential equation using Laplace transforms, you end up with F(s) as a rational function — a fraction where both the numerator and denominator are polynomials in s. Your goal is to find f(t) by taking the inverse Laplace transform, written ℒ⁻¹{F(s)} = f(t).

1

Rational Function

A ratio of two polynomials, like P(s)/Q(s). The degree of the numerator must be less than the degree of the denominator (called a "proper" fraction) for partial fractions to apply directly.
2

Partial Fraction Decomposition

The process of breaking a complex fraction into a sum of simpler fractions. Each simpler fraction corresponds to a factor in the denominator and matches an entry in a standard Laplace transform table.
3

Linearity of ℒ⁻¹

The inverse Laplace transform is linear: ℒ⁻¹{A·F(s) + B·G(s)} = A·f(t) + B·g(t). This means you can take the inverse of each partial fraction separately and add the results.
4

Laplace Transform Table

A reference chart pairing common F(s) expressions with their time-domain partners f(t). For example, ℒ⁻¹{1/(s − a)} = eᵃᵗ and ℒ⁻¹{1/sⁿ} = tⁿ⁻¹/(n−1)!.
KEY TAKEAWAY
Think of partial fractions like breaking a complicated recipe into individual ingredients. If someone gives you a mystery smoothie, you can't identify it all at once — but if you separate it into strawberry, banana, and yogurt, you recognize each one immediately. Similarly, a complicated F(s) fraction is hard to invert directly, but once you decompose it into simple pieces, each piece matches a known transform pair from your table.

Visual Explanation: The Decomposition Process

The following diagram illustrates the complete workflow for using partial fractions to find an inverse Laplace transform. You start with a differential equation, transform it to the s-domain, solve for F(s), decompose F(s) into simpler fractions, and then look up each piece in a table to recover f(t).

The workflow begins with a differential equation (top left), transforms it to the s-domain, solves for F(s), decomposes it into partial fractions (center), and then uses the transform table to recover each piece before combining them into the final time-domain solution (bottom).

Notice the critical step highlighted in the center of the diagram. The partial fraction decomposition transforms one complicated fraction into a sum of simpler ones. Each simpler fraction has a linear or irreducible quadratic factor in its denominator, which directly corresponds to a standard Laplace transform pair you can find in any reference table. Without this decomposition step, you would be stuck with a fraction that doesn't match any table entry.

Mathematical Framework

The mathematical foundation rests on three essential Laplace transform pairs and the rules for decomposing rational functions. Let's walk through each piece you need.

KEY TRANSFORM PAIR 1 — EXPONENTIAL
ℒ⁻¹{ 1 / (s − a) } = eᵃᵗ
Where a is a constant. This is the most frequently used pair in partial fractions. Each linear factor (s − a) in the denominator produces an exponential eᵃᵗ in the time domain.
KEY TRANSFORM PAIR 2 — POWER OF t
ℒ⁻¹{ 1 / sⁿ } = tⁿ⁻¹ / (n − 1)!
Where n is a positive integer. This handles powers of s in the denominator. For example, with n = 2: ℒ⁻¹{1/s²} = t²⁻¹/(2−1)! = t¹/1! = t.
PARTIAL FRACTION SETUP — DISTINCT LINEAR FACTORS
P(s) / [(s − a₁)(s − a₂)···(s − aₙ)] = A₁/(s − a₁) + A₂/(s − a₂) + ··· + Aₙ/(s − aₙ)
Each distinct linear factor in the denominator gets its own fraction with an unknown constant (A₁, A₂, etc.) in the numerator. You solve for these constants by multiplying both sides by the denominator and substituting strategic values of s.
PARTIAL FRACTION SETUP — REPEATED LINEAR FACTOR
P(s) / (s − a)ʳ = A₁/(s − a) + A₂/(s − a)² + ··· + Aᵣ/(s − a)ʳ
When a linear factor (s − a) appears r times in the denominator, you need r separate fractions with increasing powers of (s − a). The constant for each term is found by a combination of substitution and differentiation.

The procedure for finding the unknown constants A, B, C, etc. is called the Heaviside cover-up method (for distinct linear factors) or coefficient matching. In the cover-up method, you multiply both sides by one factor at a time and substitute the root of that factor for s, which zeroes out every other term and isolates the constant you want. This is fast and reliable for most problems you will encounter.

Types of Partial Fraction Cases

Not all denominators factor the same way. The type of factors you find in the denominator determines which form your partial fractions take. The three main cases are summarized below, followed by a visual reference showing how each case maps to its time-domain result.

The three main partial fraction cases and their corresponding inverse Laplace transforms. For the irreducible quadratic, ω is determined by completing the square on the denominator.
CaseDenominator FactorPartial Fraction FormInverse Transform
Distinct linear(s − a)(s − b)A/(s − a) + B/(s − b)Aeᵃᵗ + Beᵇᵗ
Repeated linear(s − a)²A/(s − a) + B/(s − a)²Aeᵃᵗ + Bteᵃᵗ
Irreducible quadratic(s² + βs + γ)(Cs + D)/(s² + βs + γ)C₁cos ωt + C₂sin ωt (pure sinusoid if β = 0; damped sinusoid if β ≠ 0, found by completing the square)
Top row: the three cases of partial fraction decomposition — distinct linear, repeated linear, and irreducible quadratic — each showing the original F(s), the decomposed form, and the resulting f(t). Bottom: the essential Laplace transform pairs you need to memorize for table lookup.

In practice, the distinct linear case is by far the most common. If you can factor the denominator into distinct linear pieces like (s + 1)(s + 2)(s − 3), then each factor generates a simple A/(s − root) term. The repeated linear case arises when a factor appears more than once, such as (s + 1)². The irreducible quadratic case appears when a quadratic factor cannot be factored into real linear factors, leading to sine and cosine terms in the answer.

Worked Example

Let's work through a complete example from start to finish. We want to find the inverse Laplace transform of F(s) = (5s + 3) / (s² + 3s + 2).

Find ℒ⁻¹{(5s + 3) / (s² + 3s + 2)}
1
Step 1 — Factor the DenominatorWe need to factor s² + 3s + 2. We look for two numbers that multiply to 2 and add to 3. Those numbers are 1 and 2, so s² + 3s + 2 = (s + 1)(s + 2). Since these are distinct linear factors, we use Case 1.
s² + 3s + 2 = (s + 1)(s + 2)
2
Step 2 — Set Up the Partial Fraction FormWrite the decomposition with unknown constants A and B: (5s + 3) / [(s + 1)(s + 2)] = A/(s + 1) + B/(s + 2). Now multiply both sides by (s + 1)(s + 2) to clear the denominators: 5s + 3 = A(s + 2) + B(s + 1).
5s + 3 = A(s + 2) + B(s + 1)
3
Step 3 — Find A Using the Cover-Up MethodSubstitute s = −1 (the root of the factor s + 1). This zeroes out the B term: 5(−1) + 3 = A(−1 + 2) + B(0), which gives −5 + 3 = A(1), so A = −2.
A = −2
4
Step 4 — Find B Using the Cover-Up MethodSubstitute s = −2 (the root of s + 2). This zeroes out the A term: 5(−2) + 3 = A(0) + B(−2 + 1), which gives −10 + 3 = B(−1), so −7 = −B, and B = 7.
B = 7
5
Step 5 — Write the Decomposed FormSubstitute A = −2 and B = 7 back into the partial fraction form: F(s) = −2/(s + 1) + 7/(s + 2).
F(s) = −2/(s + 1) + 7/(s + 2)
6
Step 6 — Apply the Inverse Laplace TransformUse linearity and the transform pair ℒ⁻¹{1/(s + a)} = e⁻ᵃᵗ. For the first term, ℒ⁻¹{−2/(s + 1)} = −2e⁻ᵗ. For the second term, ℒ⁻¹{7/(s + 2)} = 7e⁻²ᵗ. Add the results together.
f(t) = −2e⁻ᵗ + 7e⁻²ᵗ
Verification Tip
You can always check your decomposition by recombining the partial fractions. Compute −2(s + 2) + 7(s + 1) = −2s − 4 + 7s + 7 = 5s + 3. Since this matches the original numerator, the decomposition is correct!

Strengths & Limitations

Partial fraction decomposition is the go-to method for computing inverse Laplace transforms, but it does have its boundaries. Understanding when it works best — and when you might need a different approach — is important as you advance in this subject.

Comparing the advantages and disadvantages of the partial fractions method.
StrengthsLimitations
Works for any rational function F(s) — covers most problems from differential equationsRequires the denominator to be factorable; some polynomials are difficult to factor by hand
Systematic and algorithmic — follow the same steps every timeAlgebra can become tedious for high-degree denominators (degree 4 or more)
Only requires a standard table of Laplace transform pairs — no advanced integrationDoes not directly handle non-rational F(s) expressions like e⁻ᵃˢ/s (time delays)
Cover-up method provides quick mental-math shortcuts for distinct linear factorsRepeated and irreducible quadratic factors require more elaborate setups
KEY TAKEAWAY
Think of partial fractions as a universal translator for a specific language. If F(s) is a rational function (a fraction of polynomials), partial fractions can always decode it. But if F(s) contains exponentials, logarithms, or other non-polynomial pieces, you'll need specialized techniques like the convolution theorem or tables with shift properties. For the vast majority of introductory differential equations problems, however, partial fractions are all you need.

Connection to Advanced Topics

The partial fractions technique you've learned here is your first step into a much larger world of transform methods. As you continue into college-level mathematics and engineering courses, you will encounter more advanced versions of these ideas. The table below gives a brief preview of where these concepts lead — think of it as a roadmap for future study rather than material you need to master right now.

How this lesson's concepts connect to topics you may encounter in future college-level mathematics and engineering courses.
Concept in This LessonWhere It Leads (Future Study)
Partial fractions with real constants A, B, CIn college complex analysis, a related idea called residue calculus provides a general formula for inverting Laplace transforms using complex numbers — a topic for upper-level college courses
Table-lookup inverse Laplace transformsCollege engineering courses use a general inversion formula (the Bromwich integral) that works even when a table entry doesn't exist — it requires calculus concepts beyond this course
Solving constant-coefficient ODEsIn college engineering, entire systems are described by transfer functions in the s-domain; the roots of the denominator (called poles) determine whether a system is stable or unstable
Laplace transform pairs for exponentials and trigRelated transforms — such as the Fourier transform (for frequency analysis) and the Z-transform (for digital signals) — use similar ideas and are studied in college signal processing courses

The key insight to carry forward is that decomposition into simpler parts is a universal strategy in mathematics. Whether you're breaking a fraction into partial fractions, decomposing a vector into components, or expressing a signal as a sum of sine waves (Fourier series), the idea is the same: complex things become manageable when you split them into pieces you already understand.

Practice Problems

Test your understanding with these five problems, arranged from conceptual understanding to critical thinking. Try each one on your own before checking the answer.

PROBLEM 1CONCEPTUAL
Explain in your own words why we need partial fraction decomposition to compute inverse Laplace transforms. Why can't we just invert F(s) = (3s + 1) / [(s + 2)(s + 5)] directly from a standard table?
PROBLEM 2BASIC CALCULATION
Find the inverse Laplace transform of F(s) = 4 / (s² − s − 6). Hint: start by factoring the denominator.
PROBLEM 3INTERMEDIATE
Find ℒ⁻¹{(2s + 1) / [s(s + 1)(s + 3)]}. Note that the denominator has three distinct linear factors.
PROBLEM 4APPLIED
An electrical circuit is modeled by a differential equation whose Laplace transform yields V(s) = 10/[s(s + 5)], representing the voltage across a capacitor. Find v(t), the voltage as a function of time, and describe what happens to the voltage as t → ∞.
PROBLEM 5CRITICAL THINKING
Consider F(s) = (s + 4) / (s + 2)². This has a repeated linear factor. Set up the partial fraction decomposition, solve for the constants, and find f(t). How does the presence of a repeated root change the character of the time-domain solution compared to distinct roots?

Lesson Summary

The inverse Laplace transform converts a function F(s) back into a time-domain function f(t). When F(s) is a rational function (a polynomial divided by a polynomial), partial fraction decomposition breaks it into simpler fractions that each match a standard Laplace transform table entry. The three cases — distinct linear factors, repeated linear factors, and irreducible quadratic factors — determine the form of your decomposition.

The process follows a clear algorithm: factor the denominator, set up partial fractions with unknown constants, solve for those constants using the cover-up method or coefficient matching, write the decomposed form, and then apply ℒ⁻¹ to each term using the linearity property. The result gives you the time-domain solution f(t), which typically consists of exponentials, polynomial-exponential products, or damped sinusoids depending on the denominator's factors.

Varsity Tutors • Differential Equations • Inverse Laplace via Partial Fractions