9.1 The Laplace Transform
Unlocking System Dynamics in ECE
The Laplace Transform extends the Fourier Transform to analyze a broader class of signals and systems, particularly those that are unstable or non-causal.
It transforms a time-domain signal \(x(t)\) into a complex frequency-domain function \(X(s)\), where \(s\) is a complex variable.
For an LTI system with impulse response \(h(t)\), the response to \(e^{st}\) is:
\[ y(t) = H(s) e^{st} \quad \text{(9.1)} \]
where \(H(s)\) is the Laplace Transform of \(h(t)\):
\[ H(s) = \int_{-\infty}^{\infty} h(t) e^{-st} dt \quad \text{(9.2)} \]
The Laplace Transform of a general signal \(x(t)\) is defined as:
\[ X(s) \triangleq \int_{-\infty}^{+\infty} x(t) e^{-st} dt \quad \text{(9.3)} \]
We denote this relationship as \(x(t) \stackrel{\mathfrak{L}}{\longleftrightarrow} X(s)\).
The complex variable \(s\) can be written as \(s = \sigma + j\omega\), where \(\sigma\) is the real part and \(\omega\) is the imaginary part.
Substituting \(s = \sigma + j\omega\) into the Laplace Transform definition:
\[ X(\sigma+j\omega) = \int_{-\infty}^{+\infty} x(t) e^{-(\sigma+j\omega)t} dt \quad \text{(9.7)} \]
This can be rewritten as:
\[ X(\sigma+j\omega) = \int_{-\infty}^{+\infty} [x(t) e^{-\sigma t}] e^{-j\omega t} dt \quad \text{(9.8)} \]
Note
The Laplace Transform \(X(s)\) is essentially the Fourier Transform of \(x(t)e^{-\sigma t}\)! When \(s=j\omega\) (i.e., \(\sigma=0\)), the Laplace Transform becomes the Fourier Transform: \(X(j\omega) = \int_{-\infty}^{+\infty} x(t) e^{-j\omega t} dt = \mathfrak{F}\{x(t)\}\)
The Laplace Transform integral (Eq 9.3) does not always converge for all values of \(s\).
The Region of Convergence (ROC) is the set of all \(s\) values for which the integral converges.
The complex variable \(s = \sigma + j\omega\) is visualized on the s-plane, with \(\operatorname{Re}\{s\}\) (the \(\sigma\)-axis) as the horizontal axis and \(\operatorname{Im}\{s\}\) (the \(j\omega\)-axis) as the vertical axis.
Important
The ROC is always a strip or a half-plane in the s-plane.
Consider the signal \(x(t)=e^{-at}u(t)\).
The Laplace Transform is:
\[ X(s) = \int_{0}^{\infty} e^{-at} e^{-st} dt = \int_{0}^{\infty} e^{-(s+a)t} dt \quad \text{(9.10)} \]
For convergence, we require \(\operatorname{Re}\{s+a\} > 0\), or \(\operatorname{Re}\{s\} > -a\).
Thus,
\[ X(s) = \frac{1}{s+a}, \quad \operatorname{Re}\{s\} > -a \quad \text{(9.13)} \]
Tip
For a causal signal \(x(t)u(t)\), the ROC is always a right-half plane.
Adjust ‘a’ and ‘sigma’ (\(\operatorname{Re}\{s\}\)) to observe how \(x(t)e^{-\sigma t}\) changes and whether it converges.
Consider the signal \(x(t)=-e^{-at}u(-t)\).
The Laplace Transform is:
\[ X(s) = -\int_{-\infty}^{0} e^{-at} e^{-st} dt = -\int_{-\infty}^{0} e^{-(s+a)t} dt \quad \text{(9.17)} \]
For convergence, we require \(\operatorname{Re}\{s+a\} < 0\), or \(\operatorname{Re}\{s\} < -a\).
Thus,
\[ X(s) = \frac{1}{s+a}, \quad \operatorname{Re}\{s\} < -a \quad \text{(9.19)} \]
Tip
For an anti-causal signal \(x(t)u(-t)\), the ROC is always a left-half plane.
Example 9.1: \(e^{-at}u(t)\) \(X(s) = \frac{1}{s+a}\), \(\operatorname{Re}\{s\} > -a\)
The ROC is to the right of the pole.
Example 9.2: \(-e^{-at}u(-t)\) \(X(s) = \frac{1}{s+a}\), \(\operatorname{Re}\{s\} < -a\)
The ROC is to the left of the pole.
For many practical signals, especially those from LTI systems described by differential equations, the Laplace Transform \(X(s)\) is a rational function:
\[ X(s) = \frac{N(s)}{D(s)} \quad \text{(9.31)} \]
where \(N(s)\) and \(D(s)\) are polynomials in \(s\).
The roots of the numerator polynomial \(N(s)\) are called the zeros of \(X(s)\). At these values of \(s\), \(X(s)=0\).
The roots of the denominator polynomial \(D(s)\) are called the poles of \(X(s)\). At these values of \(s\), \(X(s)\) becomes infinite.
Important
The ROC is always bounded by poles and never contains any poles.
Consider \(x(t)=3e^{-2t}u(t) - 2e^{-t}u(t)\).
Using linearity and results from Example 9.1:
\[ \mathcal{L}\{3e^{-2t}u(t)\} = \frac{3}{s+2}, \quad \operatorname{Re}\{s\} > -2 \]
\[ \mathcal{L}\{-2e^{-t}u(t)\} = \frac{-2}{s+1}, \quad \operatorname{Re}\{s\} > -1 \]
For \(X(s)\) to converge, both individual transforms must converge. The intersection of their ROCs is \(\operatorname{Re}\{s\} > -1\).
Combining terms:
\[ X(s) = \frac{3}{s+2} - \frac{2}{s+1} = \frac{3(s+1) - 2(s+2)}{(s+2)(s+1)} = \frac{s-1}{s^2+3s+2} \]
Thus,
\[ X(s) = \frac{s-1}{(s+2)(s+1)}, \quad \operatorname{Re}\{s\} > -1 \quad \text{(9.23)} \]
graph TD
S_Plane_Ex3("s-Plane for Example 9.3")
subgraph Locations
Pole_1("X: s = -1")
Pole_2("X: s = -2")
Zero_1("O: s = 1")
end
S_Plane_Ex3 --> Pole_1
S_Plane_Ex3 --> Pole_2
S_Plane_Ex3 --> Zero_1
ROC_Ex3("ROC: Re{s} > -1 (Right of the rightmost pole)")
S_Plane_Ex3 -- is bounded by --> ROC_Ex3
Consider \(x(t)=e^{-2t}u(t) + e^{-t}(\cos 3t)u(t)\).
Using Euler’s relation, \(\cos 3t = \frac{1}{2}(e^{j3t} + e^{-j3t})\), so:
\[ x(t) = \left[e^{-2t} + \frac{1}{2}e^{-(1-j3)t} + \frac{1}{2}e^{-(1+j3)t}\right]u(t) \]
The individual Laplace Transforms are:
The common ROC is \(\operatorname{Re}\{s\} > -1\).
Combining these over a common denominator yields:
\[ X(s)=\frac{2s^2+5s+12}{(s^2+2s+10)(s+2)}, \quad \operatorname{Re}\{s\}>-1 \quad \text{(9.30)} \]
graph TD
S_Plane_Ex4("s-Plane for Example 9.4")
subgraph Locations
Pole_1("X: s = -2")
Pole_2("X: s = -1 + j3")
Pole_3("X: s = -1 - j3")
Zero_1("O: s = complex (conjugate pair)")
end
S_Plane_Ex4 --> Pole_1
S_Plane_Ex4 --> Pole_2
S_Plane_Ex4 --> Pole_3
S_Plane_Ex4 --> Zero_1
ROC_Ex4("ROC: Re{s} > -1 (Right of the rightmost poles)")
S_Plane_Ex4 -- is bounded by --> ROC_Ex4
Consider \(x(t)=\delta(t) - \frac{4}{3}e^{-t}u(t) + \frac{1}{3}e^{2t}u(t)\).
The overall ROC is the intersection of all three, which is \(\operatorname{Re}\{s\} > 2\).
Combining terms:
\[ X(s) = 1 - \frac{4/3}{s+1} + \frac{1/3}{s-2} = \frac{(s+1)(s-2) - \frac{4}{3}(s-2) + \frac{1}{3}(s+1)}{(s+1)(s-2)} \]
\[ X(s) = \frac{s^2-s-2 - \frac{4}{3}s + \frac{8}{3} + \frac{1}{3}s + \frac{1}{3}}{(s+1)(s-2)} = \frac{s^2 - \frac{6}{3}s + \frac{3}{3}}{(s+1)(s-2)} = \frac{s^2-2s+1}{(s+1)(s-2)} \]
\[ X(s) = \frac{(s-1)^2}{(s+1)(s-2)}, \quad \operatorname{Re}\{s\} > 2 \quad \text{(9.35)} \]
graph TD
S_Plane_Ex5("s-Plane for Example 9.5")
subgraph Locations
Pole_1("X: s = -1")
Pole_2("X: s = 2")
Zero_1("O: s = 1 (2nd order)")
end
S_Plane_Ex5 --> Pole_1
S_Plane_Ex5 --> Pole_2
S_Plane_Ex5 --> Zero_1
ROC_Ex5("ROC: Re{s} > 2 (Right of the rightmost pole)")
S_Plane_Ex5 -- is bounded by --> ROC_Ex5
Warning
Since the ROC does not include the \(j\omega\)-axis (\(\operatorname{Re}\{s\}=0\)), the Fourier Transform for this signal does not converge. This is due to the growing exponential term \(e^{2t}u(t)\).
The Laplace Transform is a cornerstone in ECE for analyzing Linear Time-Invariant (LTI) systems.
flowchart LR
A["Input Signal x(t)"] --> B{"LTI System <br> h(t)"}
B --> C["Output Signal y(t)"]
A_LT["X(s)"] --> B_LT{"System Function <br> H(s)"}
B_LT --> C_LT["Y(s)"]
subgraph "Time Domain"
A
B
C
end
subgraph "Laplace Domain"
A_LT
B_LT
C_LT
end
A -- "Laplace Transform" --> A_LT
C_LT -- "Inverse Laplace Transform" --> C
B_LT -- "$$H(s)=Y(s)/X(s)$$" --> B
Note
Practical Impact: The Laplace Transform simplifies the analysis of LTI systems by converting differential equations into algebraic ones, making it indispensable for circuit analysis, control systems, and signal processing.