Laplace Transform Fundamentals
The Laplace transform converts time-domain signals into a complex frequency domain, turning differential equations into algebraic ones that are much easier to solve. For an intro EE course, this is one of the most important tools you'll encounter for analyzing circuits and LTI systems.
Definition and Properties
The Laplace transform takes a time-domain signal and produces a complex frequency-domain representation :
Here, is a complex variable. The real part controls exponential growth or decay, and the imaginary part controls oscillation frequency.
The inverse Laplace transform recovers the original signal: . In practice, you'll almost always find inverse transforms using partial fraction expansion and a table of common transform pairs rather than doing the complex integral directly.
The region of convergence (ROC) specifies which values of make the integral converge. The ROC matters because different time-domain signals can produce the same algebraic expression for but with different ROCs.
- For a causal, stable system, the ROC is a right half-plane that extends to the right of the rightmost pole
- Example: If a causal system has poles at and , the ROC is
S-Plane Representation
The s-plane is the complex plane where you plot the poles and zeros of . The horizontal axis is the real part of (damping), and the vertical axis is the imaginary part (oscillation frequency).
- Poles are values of where . Each pole corresponds to a natural mode of the system (e.g., a decaying exponential or a sinusoidal oscillation).
- Zeros are values of where . Zeros shape how the system responds at different frequencies, creating cancellations or notches.
A pole's position tells you a lot: how far left it sits determines how fast that mode decays, and how far up or down from the real axis determines its oscillation frequency. A pole at , for instance, corresponds to a mode that decays with time constant seconds and oscillates at rad/s.

System Characterization
Transfer Function
The transfer function captures the entire input-output behavior of an LTI system in one expression:
where is the Laplace transform of the output and is the Laplace transform of the input. This only works when initial conditions are zero (or have been accounted for separately).
The pole and zero locations of determine everything about the system's dynamics:
- Poles in the left half-plane (LHP): stable modes that decay over time
- Poles in the right half-plane (RHP): unstable modes that grow over time
- Poles on the imaginary axis: marginally stable modes that neither grow nor decay (pure oscillation)
Example: A simple low-pass filter with has a single pole at . That pole is in the LHP, so the system is stable. The cutoff frequency is rad/s, meaning signals below that frequency pass through with little attenuation.

Initial and Final Value Theorems
These two theorems let you find the starting and ending values of a signal without computing the full inverse transform.
Initial Value Theorem:
This gives you the value of the signal right at .
Final Value Theorem:
This gives the steady-state value, but only if all poles of are in the LHP. If any pole is on the imaginary axis or in the RHP, the final value theorem does not apply (the signal doesn't settle to a constant).
Example: Suppose you apply a unit step to a system with transfer function . The steady-state output is:
So you just evaluate to find where the output settles.
Applications of Laplace Transform
Solving Differential Equations
The Laplace transform turns calculus into algebra. Here's the process:
- Take the Laplace transform of both sides of the differential equation. Derivatives become powers of , and initial conditions appear as extra terms.
- Solve algebraically for the output .
- Apply the inverse Laplace transform (usually via partial fractions and a table) to get .
Worked example: Solve with and .
Step 1: Take the Laplace transform. With zero initial conditions, becomes , becomes , and the unit step becomes :
Step 2: Factor and solve for :
Step 3: Use partial fraction expansion:
Step 4: Inverse transform each term using a table:
Note: The original guide listed the answer as involving and , but the characteristic roots are and (both real), so the solution contains only real exponentials.
System Analysis using Laplace Transform
Once you have , you can extract several types of information without going back to the time domain:
- Stability analysis: Check pole locations. All poles in the LHP means the system is stable.
- Frequency response: Substitute into to get , which tells you the gain and phase shift at each frequency .
- Transient response: Use the inverse Laplace transform to see how the system responds to specific inputs (step, impulse, ramp, etc.).
The Laplace framework also supports control system design. By adding feedback or compensation, you can move pole and zero locations to achieve desired stability margins, settling times, or frequency characteristics.
Example: Consider a unity feedback system with open-loop transfer function .
The closed-loop transfer function is:
For stability, both coefficients in the denominator must be positive (by the Routh criterion for a second-order system), which requires . The poles are at:
When , the poles become complex conjugates with negative real parts, producing an underdamped but stable response.
For the steady-state error to a unit step input, use the final value theorem on the error signal :
Because has a pole at the origin (a "type 1" system), the steady-state error to a step input is actually zero. The gain affects the transient behavior (overshoot, settling time) but not the final value for a step input.