Inverse Laplace Transform and Partial Fractions

College Depth 77 in the knowledge graph I know this Set as goal
Unlocks 125 downstream topics
inverse-transform partial-fractions recovery

Core Idea

To recover f(t) from F(s), decompose F(s) = P(s)/Q(s) using partial fractions, then apply the inverse Laplace transform to each term via tables. This converts a challenging inversion problem into algebra and table lookup. The partial fraction decomposition handles poles (roots of the denominator), with simple poles giving exponential terms and complex conjugate poles giving oscillatory terms.

Explainer

You've built a table of Laplace transform pairs — functions f(t) and their transforms F(s) — and you've practiced decomposing rational functions into simpler fractions using partial fractions. The inverse Laplace transform closes the loop: given F(s) in the s-domain, recover f(t) in the time domain. The challenge is that F(s) is rarely in a form that directly matches any table entry. It arrives as a rational function P(s)/Q(s) whose denominator has multiple roots, none of which look like simple table entries on their own.

The strategy is partial fractions first, then table lookup. Partial fractions rewrites F(s) as a sum of simpler terms, each of which *does* match a table entry. The structure of the denominator determines which terms appear. A simple real root at s = a contributes a term A/(s − a), whose inverse transform is Ae^{at}. A repeated root at s = a of order k contributes A₁/(s − a) + A₂/(s − a)² + ··· + Aₖ/(s − a)ᵏ, whose inverses involve tʲe^{at}. Complex conjugate roots s = α ± βi combine into terms of the form (As + B)/((s − α)² + β²), whose inverses give e^{αt}cos(βt) and e^{αt}sin(βt) — exponentially-modulated oscillations.

Work through a simple example: F(s) = 1/(s² + 4s + 3). Factor the denominator: s² + 4s + 3 = (s + 1)(s + 3). Decompose: 1/((s+1)(s+3)) = A/(s+1) + B/(s+3). Clear denominators: 1 = A(s+3) + B(s+1). Setting s = −1 gives A = 1/2; setting s = −3 gives B = −1/2. So F(s) = (1/2)/(s+1) − (1/2)/(s+3). From the table, L⁻¹{1/(s − a)} = e^{at}, so f(t) = (1/2)e^{−t} − (1/2)e^{−3t}. This is a sum of two decaying exponentials — exactly what you'd expect from a system with two real, negative poles.

This technique is the final step in the Laplace transform method for solving differential equations. The complete pipeline: (1) transform the ODE into an algebraic equation for F(s), using the derivative properties from your table; (2) solve algebraically for F(s); (3) decompose F(s) by partial fractions; (4) invert term by term to recover f(t). Each step reduces complexity — an ODE becomes an algebra problem, and the algebra is solved by pattern-matching to known transforms. The inverse transform is what converts the s-domain answer back into the actual time-domain solution you need.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionPartial Fraction Decomposition for IntegrationImproper Integrals - ConvergenceLaplace Transform: Definition and PropertiesCommon Laplace Transform PairsInverse Laplace Transform and Partial Fractions

Longest path: 78 steps · 333 total prerequisite topics

Prerequisites (2)

Leads To (1)