DIFFERENTIAL EQUATIONS • LAPLACE TRANSFORMS

Definition and Basic Transform Rules

Turn difficult differential equations into simple algebra by switching from the time domain to the frequency domain.

Historical Context & Motivation

Differential equations describe how quantities change over time — from the motion of a pendulum to the current in an electrical circuit. This lesson introduces the Laplace transform, a college-level mathematical tool (typically studied in a second- or third-semester calculus or differential equations course at university) that is one of the most powerful ideas in applied mathematics. It is more advanced than the standard high school curriculum, so think of this lesson as a preview of exciting mathematics you will encounter in college. The core idea is surprisingly elegant: convert a calculus problem into an algebra problem, solve the algebra, and then convert back.

📚 A Note on Prerequisites
Laplace transforms are a college-level topic, typically first encountered in a university course on differential equations or advanced engineering mathematics. To fully work through this material on your own, you would eventually need background in improper integrals, integration by parts, and first- and second-order differential equations — all topics covered in college calculus. This lesson is designed to give you a meaningful conceptual preview of those ideas and introduce the notation and vocabulary you will use later.
1737
Euler's Integral Methods
Leonhard Euler explored integrals of the form ∫e−st f(t) dt while studying series and number theory, laying groundwork for integral transforms.
1782
Laplace Formalizes the Transform
Pierre-Simon Laplace published his work on probability, systematically using integral transforms to solve linear differential equations and study generating functions.
1892
Heaviside's Operational Calculus
Oliver Heaviside developed practical "operator methods" for telegraph circuit design that were later justified by Laplace transform theory.
1937
Modern Engineering Standard
Gustav Doetsch published a comprehensive textbook that established the Laplace transform as the standard tool in control systems engineering and circuit analysis.

The central question the Laplace transform addresses is this: Can we transform a differential equation into a simpler algebraic equation, solve it, and then translate the answer back? The answer is yes, and the technique works for a huge class of problems in physics, engineering, and beyond.

Core Principles & Definitions

Before we compute any transforms, let's nail down the key ideas that make the whole framework tick. The Laplace transform takes a function of time, f(t), and produces a new function of a variable s, written as F(s). Think of it as translating a sentence from one language to another — the meaning stays the same, but the grammar becomes easier to work with. In a college differential equations course, s is treated as a complex number, but for this introductory preview we will treat it as a real number parameter.

1

The Transform Integral

The Laplace transform of f(t) is defined as the integral from 0 to ∞ of e−st f(t) dt. This is called an improper integral — a college calculus topic — because one of its limits is infinity. The exponential e−st acts as a "weight" that dampens f(t) enough for the integral to converge to a finite value.
2

Time Domain vs. s-Domain

The original function f(t) lives in the time domain. After transforming, F(s) lives in the s-domain (also called the frequency or Laplace domain). Solving in the s-domain is often just algebra.
3

Linearity

The transform is linear: ℒ{a·f(t) + b·g(t)} = a·F(s) + b·G(s). This lets you break complicated functions into simpler pieces, transform each one, and add the results — just like distributing multiplication over addition.
4

Existence Conditions

The integral converges when f(t) doesn't grow faster than some exponential. Specifically, f(t) must be of exponential order — meaning |f(t)| ≤ Mect for large t, where M and c are constants.
KEY TAKEAWAY
Think of the Laplace transform like a language translator for math. Your original problem is written in "calculus language" (derivatives, integrals). The transform converts it into "algebra language" (multiplying, dividing by s). You solve the algebra, then use the inverse Laplace transform to translate the answer back into the time domain. The hard part — differentiation — becomes the easy part — multiplication.

Visual Explanation

The Laplace Transform Workflow

The workflow starts at the top left with a differential equation. The Laplace transform (top arrow) converts it to an algebraic equation in the s-domain. You solve using algebra (right arrow), then the inverse transform (bottom arrow) brings the solution back to the time domain.

The diagram above captures the entire Laplace transform strategy. Notice the loop: you never actually solve the differential equation directly with calculus techniques. Instead, you take a detour through the s-domain where derivatives become simple polynomial expressions in s. Once you have Y(s), you use partial fractions (a college algebra technique for breaking rational expressions into simpler pieces) and a table of known transforms to convert back. This "detour" is almost always faster than attacking the original equation head-on.

Mathematical Framework

Let's formalize the definition and then look at the most common transform rules. Each rule is built from the same integral, so once you understand the definition, the rules follow naturally. Some of the derivations below use techniques — such as improper integrals and integration by parts — that you will study in college calculus. For now, focus on understanding what each rule means and how it is used.

DEFINITION OF THE LAPLACE TRANSFORM
ℒ{f(t)} = F(s) = ∫₀∞ e⁻ˢᵗ f(t) dt
Here, f(t) is a function defined for t ≥ 0, s is a variable (in advanced study it is treated as a complex number, but here we treat it as a positive real number), and the integral runs from 0 to infinity. The result F(s) is the transformed function.
LINEARITY PROPERTY
ℒ{a·f(t) + b·g(t)} = a·F(s) + b·G(s)
Constants a and b can be pulled out of the transform. This means you can transform each term in a sum separately and combine results — exactly like distributing multiplication over addition.
TRANSFORM OF A DERIVATIVE
ℒ{f′(t)} = s·F(s) − f(0)
Taking a derivative in the time domain corresponds to multiplying by s and subtracting the initial value f(0). For the second derivative: ℒ{f″(t)} = s²·F(s) − s·f(0) − f′(0). This is why the Laplace transform turns differential equations into algebraic ones — derivatives become multiplication by s.
FIRST SHIFTING THEOREM
ℒ{eᵃᵗ·f(t)} = F(s − a)
Multiplying by an exponential eᵃᵗ in the time domain simply shifts the argument of F by a in the s-domain. This is extremely useful for handling exponential growth or decay factors.
💡 Why Does the Derivative Rule Work?
When you compute ℒ{f′(t)}, you integrate ∫₀∞ e⁻ˢᵗ f′(t) dt. Using integration by parts — a college calculus technique — with u = e⁻ˢᵗ and dv = f′(t) dt, the boundary term gives −f(0) and the remaining integral gives s·F(s). You don't need to know integration by parts yet; the key insight is that the rule converts a derivative (a calculus operation) into multiplication by s (an algebra operation). This algebraic simplicity is the entire reason the Laplace transform is so powerful.

Essential Transform Pairs

You don't recompute the integral from scratch every time. Instead, you build up a table of known transform pairs — each pair matches a time-domain function f(t) with its s-domain counterpart F(s). Combined with linearity, these pairs let you transform most expressions by inspection.

Common Laplace Transform Pairs
f(t)F(s) = ℒ{f(t)}Condition on s
11/ss > 0
t1/s²s > 0
tⁿn!/sn+1s > 0, n = 0, 1, 2, …
eᵃᵗ1/(s − a)s > a
sin(bt)b/(s² + b²)s > 0
cos(bt)s/(s² + b²)s > 0
eᵃᵗ sin(bt)b/((s − a)² + b²)s > a
eᵃᵗ cos(bt)(s − a)/((s − a)² + b²)s > a
Two transform pairs visualized side by side. The exponential decay e⁻²ᵗ maps to the rational function 1/(s + 2), while sin(3t) maps to 3/(s² + 9). Notice how oscillating time-domain functions produce s-domain expressions with s² terms.

The table and diagram above form your essential toolkit. When you encounter a Laplace transform problem, your first move is to decompose the expression into pieces that match entries in this table. The linearity property guarantees you can handle sums and constant multiples term by term, and the first shifting theorem handles exponential factors.

Worked Example

Let's apply the definition and basic rules to compute the Laplace transform of a function step by step. The process relies entirely on matching pieces of the expression to entries in the transform table and using linearity — no calculus required beyond reading the table.

Find ℒ{3t² + 5e⁻⁴ᵗ − 2sin(6t)}
1
Step 1 — Apply LinearityBecause the Laplace transform is linear, we can split the expression into three separate transforms: ℒ{3t²} + ℒ{5e⁻⁴ᵗ} − ℒ{2sin(6t)}. We'll handle each piece independently.
2
Step 2 — Transform 3t²Using the table entry ℒ{tⁿ} = n!/sn+1 with n = 2, we get ℒ{t²} = 2!/s³ = 2/s³. Multiplying by the constant 3 gives 3 × (2/s³) = 6/s³.
ℒ{3t²} = 6/s³
3
Step 3 — Transform 5e⁻⁴ᵗFrom the table, ℒ{eᵃᵗ} = 1/(s − a). Here a = −4, so ℒ{e⁻⁴ᵗ} = 1/(s − (−4)) = 1/(s + 4). Multiplying by the constant 5 gives 5/(s + 4).
ℒ{5e⁻⁴ᵗ} = 5/(s + 4)
4
Step 4 — Transform 2sin(6t)Using ℒ{sin(bt)} = b/(s² + b²) with b = 6, we get ℒ{sin(6t)} = 6/(s² + 36). Multiplying by 2 gives 12/(s² + 36).
ℒ{2sin(6t)} = 12/(s² + 36)
5
Step 5 — Combine ResultsAdding and subtracting according to the original expression, the full Laplace transform is:
F(s) = 6/s³ + 5/(s + 4) − 12/(s² + 36), valid for s > 0.
⚠️ Common Mistake Alert
When using ℒ{eᵃᵗ} = 1/(s − a), be very careful with the sign of a. If the exponent is −4t, then a = −4 and s − a = s − (−4) = s + 4. Forgetting the double negative is one of the most frequent errors students make.

Strengths, Limitations & Comparisons

The Laplace transform is incredibly useful, but it isn't a magic wand for every problem. Understanding when it shines and when it doesn't will help you choose the right tool for each situation.

Strengths vs. Limitations of the Laplace Transform
StrengthsLimitations
Converts derivatives into polynomial multiplication — turning differential equations into algebraic ones.Only works for linear differential equations with constant coefficients (in the standard form).
Automatically incorporates initial conditions into the transformed equation — no need to solve for constants separately.Requires the function to be of exponential order. Functions that grow faster than any exponential (like e^(t²)) cannot be transformed.
Handles discontinuous forcing functions (like step inputs or impulses) elegantly using special functions.Finding the inverse transform can be challenging for complicated F(s) expressions, often requiring partial fractions.
Widely used in engineering — control theory, circuit analysis, signal processing — making it a practical skill.For nonlinear equations or variable-coefficient equations, other methods (numerical, power series) are generally needed.
KEY TAKEAWAY
Think of the Laplace transform like a power tool — say, a table saw in a woodshop. It's perfect for making straight, precise cuts in standard lumber (linear, constant-coefficient differential equations). But if you need to carve a curved sculpture (nonlinear equations), you'll need different tools. Knowing which tool fits which job is just as important as knowing how to use each one.

Connection to Advanced Theory

The definition and basic transform rules you've learned here are the foundation for a much larger toolkit that you will encounter in college mathematics and engineering courses. As you progress, you'll encounter more advanced properties that extend the power of the Laplace transform significantly.

From Basics to Advanced Applications
What You Learned TodayWhat Comes Next (in College)
Definition: ℒ{f(t)} = ∫₀∞ e⁻ˢᵗ f(t) dtInverse transform: recovering f(t) from F(s) using tables, partial fractions, and the Bromwich integral
Linearity and basic pairs (1, t, tⁿ, eᵃᵗ, sin, cos)Convolution theorem: ℒ{f * g} = F(s)·G(s), linking multiplication in the s-domain to a special integral in time
First shifting: ℒ{eᵃᵗ f(t)} = F(s − a)Second shifting: ℒ{u(t−a)·f(t−a)} = e⁻ᵃˢ F(s), for functions that "turn on" at t = a
Derivative rule for solving simple DEsTransfer functions and system analysis in control theory, stability analysis using poles and zeros

The Laplace transform is closely related to the Fourier transform, which you may encounter in physics or signal processing courses in college. While the Fourier transform uses purely imaginary exponents (e−iωt), the Laplace transform uses the more general e−st where s can have a real part, making it applicable to a broader class of functions including those that grow exponentially. Mastering the basics you've learned today sets you up for all of these powerful extensions.

Practice Problems

PROBLEM 1CONCEPTUAL
In your own words, explain why multiplying by e⁻ˢᵗ in the definition of the Laplace transform is necessary. What would happen if we just integrated f(t) from 0 to ∞ without the e⁻ˢᵗ factor?
PROBLEM 2BASIC CALCULATION
Compute ℒ{7e³ᵗ + 4t}.
PROBLEM 3INTERMEDIATE
Find ℒ{e⁻²ᵗ cos(5t)} using the first shifting theorem.
PROBLEM 4APPLIED
A spring-mass system is modeled by y″ + 9y = 0 with initial conditions y(0) = 2 and y′(0) = 0. This is a college-level differential equation, but using the derivative rule from this lesson as a given tool, find Y(s).
PROBLEM 5CRITICAL THINKING
Challenge (college-level preview): Prove, directly from the definition integral, that ℒ{eᵃᵗ} = 1/(s − a) for s > a. Then explain why the condition s > a is necessary.

Lesson Summary

The Laplace transform is a college-level tool (typically first encountered in a university differential equations or engineering mathematics course) that converts a function of time f(t) into a function of the variable s via the integral ℒ{f(t)} = ∫₀∞ e⁻ˢᵗ f(t) dt. Its power comes from three fundamental properties: linearity (transforms distribute over sums and pull out constants), the derivative rule (ℒ{f′(t)} = sF(s) − f(0), which converts derivatives to algebra), and the first shifting theorem (ℒ{eᵃᵗ f(t)} = F(s − a), which handles exponential factors by shifting in the s-domain).

The essential transform pairs — for constants, powers of t, exponentials, sines, and cosines — form a lookup table that, combined with linearity, lets you transform most expressions by inspection. The overall strategy is a four-step loop: take the Laplace transform of a differential equation, solve the resulting algebra for Y(s), then apply the inverse transform to get back to the time-domain solution y(t). This lesson is a preview of powerful mathematics you will study more fully in college. Mastering these basics now opens the door to advanced applications in control theory, circuit analysis, and signal processing.

Varsity Tutors • Differential Equations • Definition and Basic Transform Rules