Introduction to Laplace Transforms
From Time Domain to Frequency Domain
Engineering Mathematics
December 8, 2025
Engineering Mathematics Introduction to Laplace Transforms December 8, 2025 1 / 10
What is the Laplace Transform?
An integral transform that converts a function of a real variable t
(time) to a function of a complex variable s (frequency).
The Definition:
Z ∞
F (s) = L{f (t)} = e −st f (t) dt
0
Key Concept: It transforms difficult calculus problems (Differential
Equations) into simpler algebraic problems.
Engineering Mathematics Introduction to Laplace Transforms December 8, 2025 2 / 10
Why Use Laplace Transforms?
Simplification: Converts linear ordinary differential equations
(ODEs) into algebraic equations.
Discontinuous Inputs: Easily handles inputs like impulse or step
functions (common in circuits/mechanics).
Analysis: Critical for analyzing system stability and frequency
response.
Workflow:
Time Domain → Frequency Domain → Solve Algebra → Time Domain
Engineering Mathematics Introduction to Laplace Transforms December 8, 2025 3 / 10
Conditions for Existence
Not all functions have a Laplace Transform. A function f (t) must
generally satisfy:
1 Piecewise Continuity: The function is continuous over finite
intervals.
2 Exponential Order: The function does not grow faster than an
exponential function as t → ∞.
|f (t)| ≤ Me αt
Engineering Mathematics Introduction to Laplace Transforms December 8, 2025 4 / 10
Standard Transforms Table
Time Domain f (t) s-Domain F (s)
1
1 s, s>0
1
e at s−a , s>a
k
sin(kt) s 2 +k 2
s
cos(kt) s 2 +k 2
n!
tn s n+1
Engineering Mathematics Introduction to Laplace Transforms December 8, 2025 5 / 10
Key Properties
Linearity
L{af (t) + bg (t)} = aF (s) + bG (s)
First Shifting Theorem (Frequency Shifting)
If L{f (t)} = F (s), then:
L{e at f (t)} = F (s − a)
Useful for damped vibrations.
Engineering Mathematics Introduction to Laplace Transforms December 8, 2025 6 / 10
Transforms of Derivatives
This is the core property for solving Differential Equations.
First Derivative:
L{f ′ (t)} = sF (s) − f (0)
Second Derivative:
L{f ′′ (t)} = s 2 F (s) − sf (0) − f ′ (0)
General Derivative: Turns differentiation (d/dt) into multiplication
by s.
Engineering Mathematics Introduction to Laplace Transforms December 8, 2025 7 / 10
The Inverse Laplace Transform
Goal: Converting the solution back from s-domain to t-domain.
Notation: f (t) = L−1 {F (s)}
Method: We rarely use the complex inversion integral. Instead, we
use Partial Fraction Decomposition.
Strategy: Break complex algebraic expressions into simpler forms
found in the Standard Table.
Engineering Mathematics Introduction to Laplace Transforms December 8, 2025 8 / 10
Applications in Engineering
Control Systems: Analyzing transfer functions, stability, and PID
controllers.
Electrical Circuits: Solving RLC circuits without writing differential
equations.
Resistors → R
Inductors → Ls
1
Capacitors → Cs
Signal Processing: Filtering and system analysis.
Engineering Mathematics Introduction to Laplace Transforms December 8, 2025 9 / 10
Summary
Laplace Transforms bridge the Time and Frequency domains.
They turn Calculus (Differentiation/Integration) into Algebra.
Key Workflow:
1 Transform the ODE.
2 Solve for F (s) algebraically.
3 Inverse Transform to find f (t).
Engineering Mathematics Introduction to Laplace Transforms December 8, 2025 10 / 10