Laplace Transform
Laplace Transform - Definition
Region of Convergence (ROC)
The set of values of \(s\) for which the Laplace transform converges.
-
ROC is a vertical strip in the s-plane
-
ROC cannot contain poles
-
For right-sided signals: \(\Re(s) > \sigma_0\)
-
For left-sided signals: \(\Re(s) < \sigma_0\)
-
For two-sided signals: \(\sigma_1 < \Re(s) < \sigma_2\)
-
For finite-duration signals: entire s-plane (except possibly \(s = 0\) or \(s = \infty\))
A system is stable if and only if the ROC includes the imaginary axis (\(\sigma = 0\)).
Common Laplace Transform Pairs
| Signal | Laplace Transform | ROC |
|---|---|---|
| \(\delta(t)\) | \(1\) | All \(s\) |
| \(u(t)\) | \(\frac{1}{s}\) | \(\Re(s) > 0\) |
| \(t^n u(t)\) | \(\frac{n!}{s^{n+1}}\) | \(\Re(s) > 0\) |
| \(e^{-at}u(t)\) | \(\frac{1}{s+a}\) | \(\Re(s) > -a\) |
| \(t e^{-at}u(t)\) | \(\frac{1}{(s+a)^2}\) | \(\Re(s) > -a\) |
| \(\sin(\omega_0 t)u(t)\) | \(\frac{\omega_0}{s^2 + \omega_0^2}\) | \(\Re(s) > 0\) |
| \(\cos(\omega_0 t)u(t)\) | \(\frac{s}{s^2 + \omega_0^2}\) | \(\Re(s) > 0\) |
| \(e^{-at}\sin(\omega_0 t)u(t)\) | \(\frac{\omega_0}{(s+a)^2 + \omega_0^2}\) | \(\Re(s) > -a\) |
| \(e^{-at}\cos(\omega_0 t)u(t)\) | \(\frac{s+a}{(s+a)^2 + \omega_0^2}\) | \(\Re(s) > -a\) |
Properties of Laplace Transform
Differentiation and Integration Properties
Convolution and Final Value Theorems
System Analysis Using Laplace Transform
Transfer Function
For a linear time-invariant system:
Poles, Zeros, and Stability
-
Zeros: Values of \(s\) where \(H(s) = 0\)
-
Poles: Values of \(s\) where \(H(s) = \infty\)
-
Order: \(n\) = number of poles, \(m\) = number of zeros
-
BIBO Stable: All poles in left half-plane (\(\Re(p_i) < 0\))
-
Marginally Stable: Simple poles on imaginary axis, rest in LHP
-
Unstable: At least one pole in right half-plane or repeated poles on imaginary axis
Partial Fraction Expansion
For a pole \(p_1\) of multiplicity \(r\):
Combine conjugate terms to get real coefficients in time domain.
Z-Transform
Z-Transform - Definition
Z-Transform ROC
-
ROC is an annular region in the z-plane
-
ROC cannot contain poles
-
For right-sided sequences: \(|z| > R_1\)
-
For left-sided sequences: \(|z| < R_2\)
-
For two-sided sequences: \(R_1 < |z| < R_2\)
-
For finite-duration sequences: entire z-plane (except possibly \(z = 0\) or \(z = \infty\))
A discrete-time system is stable if and only if the ROC includes the unit circle (\(|z| = 1\)).
Common Z-Transform Pairs
| Sequence | Z-Transform | ROC |
|---|---|---|
| \(\delta[n]\) | \(1\) | All \(z\) |
| \(u[n]\) | \(\frac{z}{z-1}\) | \(|z| > 1\) |
| \(n u[n]\) | \(\frac{z}{(z-1)^2}\) | \(|z| > 1\) |
| \(a^n u[n]\) | \(\frac{z}{z-a}\) | \(|z| > |a|\) |
| \(n a^n u[n]\) | \(\frac{az}{(z-a)^2}\) | \(|z| > |a|\) |
| \(-a^n u[-n-1]\) | \(\frac{z}{z-a}\) | \(|z| < |a|\) |
| \(\cos(\omega_0 n)u[n]\) | \(\frac{z(z-\cos\omega_0)}{z^2-2z\cos\omega_0+1}\) | \(|z| > 1\) |
| \(\sin(\omega_0 n)u[n]\) | \(\frac{z\sin\omega_0}{z^2-2z\cos\omega_0+1}\) | \(|z| > 1\) |
| \(a^n\cos(\omega_0 n)u[n]\) | \(\frac{z(z-a\cos\omega_0)}{z^2-2az\cos\omega_0+a^2}\) | \(|z| > |a|\) |
Properties of Z-Transform
More Z-Transform Properties
Discrete-Time System Analysis
Discrete-Time Transfer Function
Stability Analysis
A discrete-time LTI system is BIBO stable if and only if:
-
Stable: All poles inside unit circle (\(|p_i| < 1\))
-
Marginally Stable: Simple poles on unit circle, rest inside
-
Unstable: At least one pole outside unit circle or repeated poles on unit circle
-
Causal: Right-sided ROC (\(|z| > R\))
-
Anti-causal: Left-sided ROC (\(|z| < R\))
-
Two-sided: Annular ROC (\(R_1 < |z| < R_2\))
Inverse Transform Methods
Inverse Laplace Transform Methods
Most common method for rational functions.
If \(X(s) = X_1(s)X_2(s)\), then:
For improper rational functions (numerator degree \(\geq\) denominator degree).
Inverse Z-Transform Methods
Convert to partial fractions and use known pairs.
Direct division of numerator by denominator.
Relationship Between Transforms
Laplace to Fourier Transform
The imaginary axis (\(s = j\omega\)) must be in the ROC of \(X(s)\).
Z-Transform to DTFT
The unit circle (\(|z| = 1\)) must be in the ROC of \(X(z)\).
Laplace to Z-Transform
For a sampled signal \(x_s(t) = \sum_{n=-\infty}^{\infty} x(nT)\delta(t-nT)\):
-
Left half s-plane → Inside unit circle in z-plane
-
Right half s-plane → Outside unit circle in z-plane
-
Imaginary axis → Unit circle
Applications and Examples
Circuit Analysis Example
For an RC circuit with transfer function:
Digital Filter Example
Important Formulas Summary
Key Formulas - Laplace Transform
Key Formulas - Z-Transform
Common GATE Problems
-
Finding transfer functions from difference/differential equations
-
Partial fraction expansion and inverse transforms
-
Stability analysis using pole locations
-
System response to standard inputs
-
ROC determination and significance
-
Initial and final value theorem applications
-
Always identify the ROC for uniqueness
-
Check stability using pole locations
-
Use properties to simplify complex transforms
-
Remember initial conditions in differentiation property
-
Verify final value theorem applicability