A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Inverse Laplace Transform and Partial Fractions

College Depth 92 in the knowledge graph I know this Set as goal
323topics build on this
436prerequisites beneath it
See this on the map →
Common Laplace Transform PairsPartial Fraction DecompositionSolving Initial Value Problems with Laplace Transforms
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 Aeat. A repeated root at s = a of order k contributes A₁/(s − a) + A₂/(s − a)² + ··· + Aₖ/(s − a)ᵏ, whose inverses involve tʲeat. Complex conjugate roots s = α ± βi combine into terms of the form (As + B)/((s − α)² + β²), whose inverses give eαtcos(βt) and eαtsin(β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)} = eat, 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

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-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 IntroductionSine, Cosine, and Tangent RatiosTrigonometric 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: 93 steps · 436 total prerequisite topics

Prerequisites (2)

Leads To (1)