Laplace Transforms | Engineering Mathematics

Laplace Transforms

The Laplace transform is a powerful mathematical tool that converts a function of time into a function of complex frequency. It is widely used in engineering, particularly in solving differential equations, analyzing control systems, and studying electrical circuits. This page provides a comprehensive overview of Laplace transforms and their applications.

1. Introduction to Laplace Transforms

The Laplace transform is named after Pierre-Simon Laplace, who introduced this integral transform in his work on probability theory. It transforms a function from the time domain to the complex frequency domain, simplifying many mathematical operations.

Key advantages of using Laplace transforms include:

  • Converting differential equations into algebraic equations
  • Transforming complex convolution operations into simple multiplications
  • Simplifying the analysis of complex systems
  • Providing a framework for studying transient and steady-state behavior
  • Enabling the solution of initial value problems efficiently

In the context of electrical engineering, Laplace transforms are essential for:

  • Circuit analysis with various inputs (step, impulse, sinusoidal)
  • Transfer function development and system characterization
  • Control system design and stability analysis
  • Signal processing and filter design
  • Transient response analysis in complex networks

2. Definition of the Laplace Transform

2.1 Formal Definition

For a function \(f(t)\) defined for all real numbers \(t \geq 0\), the Laplace transform \(\mathcal{L}\{f(t)\} = F(s)\) is defined as:

\[ \mathcal{L}\{f(t)\} = F(s) = \int_{0^-}^{\infty} f(t)e^{-st} dt \]

where \(s\) is a complex number frequency parameter \(s = \sigma + j\omega\) with \(\sigma\) and \(\omega\) real numbers, and \(j\) is the imaginary unit.

2.2 Region of Convergence

The Laplace transform \(F(s)\) exists if the integral converges. For most practical functions in engineering, this requires:

\[ \int_{0}^{\infty} |f(t)e^{-\sigma t}| dt < \infty \]

This means that \(f(t)\) must not grow faster than an exponential function as \(t\) approaches infinity. The set of values \(s\) for which the Laplace transform exists is called the region of convergence (ROC).

Example:

For the function \(f(t) = e^{at}\), the Laplace transform is:

\[ \mathcal{L}\{e^{at}\} = \int_{0}^{\infty} e^{at}e^{-st} dt = \int_{0}^{\infty} e^{-(s-a)t} dt = \left[ \frac{-e^{-(s-a)t}}{s-a} \right]_{0}^{\infty} = \frac{1}{s-a} \]

provided that \(s > a\) (the region of convergence)

2.3 The s-Domain

The Laplace transform moves functions from the time domain to the complex frequency domain, often called the s-domain. In this domain:

  • The real part \(\sigma\) of \(s = \sigma + j\omega\) represents damping or attenuation
  • The imaginary part \(\omega\) represents oscillation frequency
  • The \(s\)-plane provides a geometric interpretation of system behavior
  • Poles and zeros in the \(s\)-plane determine stability and dynamic characteristics
Laplace Transform Visualization
Laplace transform of a unit step function

3. Basic Properties of Laplace Transforms

3.1 Linearity

The Laplace transform is a linear operator:

\[ \mathcal{L}\{af(t) + bg(t)\} = a\mathcal{L}\{f(t)\} + b\mathcal{L}\{g(t)\} = aF(s) + bG(s) \]

Example:

\(\mathcal{L}\{3e^{-2t} + 4\sin(5t)\} = 3\mathcal{L}\{e^{-2t}\} + 4\mathcal{L}\{\sin(5t)\}\)

\(= 3 \cdot \frac{1}{s+2} + 4 \cdot \frac{5}{s^2 + 25} = \frac{3}{s+2} + \frac{20}{s^2 + 25}\)

3.2 First Shifting (e-Rule)

Multiplying by an exponential in the time domain shifts in the s-domain:

\[ \mathcal{L}\{e^{at}f(t)\} = F(s-a) \]

Example:

If \(\mathcal{L}\{f(t)\} = F(s)\), then:

\(\mathcal{L}\{e^{3t}f(t)\} = F(s-3)\)

Specifically, if \(f(t) = \cos(2t)\) and \(\mathcal{L}\{\cos(2t)\} = \frac{s}{s^2 + 4}\), then:

\(\mathcal{L}\{e^{3t}\cos(2t)\} = \frac{s-3}{(s-3)^2 + 4} = \frac{s-3}{s^2 - 6s + 13}\)

3.3 Time Differentiation

The Laplace transform of a derivative is:

\[ \mathcal{L}\{f'(t)\} = sF(s) - f(0^-) \] \[ \mathcal{L}\{f''(t)\} = s^2F(s) - sf(0^-) - f'(0^-) \] \[ \mathcal{L}\{f^{(n)}(t)\} = s^nF(s) - s^{n-1}f(0^-) - s^{n-2}f'(0^-) - \cdots - f^{(n-1)}(0^-) \]

This property is particularly useful for solving differential equations.

Example:

For the differential equation \(y''(t) + 3y'(t) + 2y(t) = 0\) with initial conditions \(y(0) = 1\) and \(y'(0) = 0\):

\(\mathcal{L}\{y''(t)\} + 3\mathcal{L}\{y'(t)\} + 2\mathcal{L}\{y(t)\} = 0\)

\(s^2Y(s) - sy(0) - y'(0) + 3(sY(s) - y(0)) + 2Y(s) = 0\)

\(s^2Y(s) - s \cdot 1 - 0 + 3sY(s) - 3 \cdot 1 + 2Y(s) = 0\)

\((s^2 + 3s + 2)Y(s) = s + 3\)

\(Y(s) = \frac{s + 3}{s^2 + 3s + 2}\)

3.4 Time Integration

The Laplace transform of an integral is:

\[ \mathcal{L}\left\{\int_{0}^{t} f(\tau) d\tau \right\} = \frac{F(s)}{s} \]

Example:

If \(f(t) = \sin(at)\), then:

\(\mathcal{L}\left\{\int_{0}^{t} \sin(a\tau) d\tau\right\} = \frac{1}{s} \cdot \mathcal{L}\{\sin(at)\} = \frac{1}{s} \cdot \frac{a}{s^2 + a^2} = \frac{a}{s(s^2 + a^2)}\)

3.5 Time Delay (Second Shift Theorem)

A delay in the time domain results in multiplication by an exponential in the s-domain:

\[ \mathcal{L}\{f(t-a)u(t-a)\} = e^{-as}F(s) \]

where \(u(t-a)\) is the unit step function shifted by \(a\).

Example:

If \(\mathcal{L}\{f(t)\} = \frac{1}{s^2 + 4}\) and \(a = 2\), then:

\(\mathcal{L}\{f(t-2)u(t-2)\} = e^{-2s} \cdot \frac{1}{s^2 + 4}\)

3.6 Multiplication by t (t-Rule)

Multiplication by \(t\) in the time domain corresponds to differentiation in the s-domain:

\[ \mathcal{L}\{t^n f(t)\} = (-1)^n \frac{d^n}{ds^n}F(s) \]

Example:

If \(\mathcal{L}\{e^{-at}\} = \frac{1}{s+a}\), then:

\(\mathcal{L}\{te^{-at}\} = -\frac{d}{ds}\left(\frac{1}{s+a}\right) = -\frac{-1}{(s+a)^2} = \frac{1}{(s+a)^2}\)

3.7 Convolution

The Laplace transform of a convolution is the product of the individual Laplace transforms:

\[ \mathcal{L}\{(f * g)(t)\} = \mathcal{L}\left\{\int_{0}^{t} f(\tau)g(t-\tau)d\tau \right\} = F(s) \cdot G(s) \]

Example:

For \(f(t) = e^{-at}\) and \(g(t) = e^{-bt}\) with \(a \neq b\):

\(\mathcal{L}\{(f * g)(t)\} = \mathcal{L}\{e^{-at}\} \cdot \mathcal{L}\{e^{-bt}\} = \frac{1}{s+a} \cdot \frac{1}{s+b} = \frac{1}{(s+a)(s+b)}\)

\(= \frac{1}{a-b}\left(\frac{1}{s+b} - \frac{1}{s+a}\right)\)

This corresponds to \((f * g)(t) = \frac{1}{a-b}(e^{-bt} - e^{-at})\)

4. Laplace Transforms of Common Functions

4.1 Basic Time Functions

Here are the Laplace transforms of some common time-domain functions:

Time Domain Function \(f(t)\) Laplace Transform \(F(s)\) Region of Convergence
\(\delta(t)\) (Impulse function) \(1\) All \(s\)
\(u(t)\) (Unit step function) \(\frac{1}{s}\) \(s > 0\)
\(t^n\) (Power function) \(\frac{n!}{s^{n+1}}\) \(s > 0\)
\(e^{at}\) \(\frac{1}{s-a}\) \(s > a\)
\(t^n e^{at}\) \(\frac{n!}{(s-a)^{n+1}}\) \(s > a\)
\(\sin(at)\) \(\frac{a}{s^2 + a^2}\) \(s > 0\)
\(\cos(at)\) \(\frac{s}{s^2 + a^2}\) \(s > 0\)
\(e^{-at}\sin(bt)\) \(\frac{b}{(s+a)^2 + b^2}\) \(s > -a\)
\(e^{-at}\cos(bt)\) \(\frac{s+a}{(s+a)^2 + b^2}\) \(s > -a\)

4.2 Special Functions

Unit Step Function

The unit step function \(u(t)\) is defined as:

\[ u(t) = \begin{cases} 0, & t < 0 \\ 1, & t \geq 0 \end{cases} \]

Its Laplace transform is:

\[ \mathcal{L}\{u(t)\} = \frac{1}{s}, \quad s > 0 \]

Step functions are useful for modeling switched inputs in circuits and control systems.

Dirac Delta (Impulse) Function

The Dirac delta function \(\delta(t)\) has these properties:

    \(e^{-at}\cos(bt)\) \(\frac{s+a}{(s+a)^2 + b^2}\) \(s > -a\)
  • \(\delta(t) = 0\) for \(t \neq 0\)
  • \(\int_{-\infty}^{\infty} \delta(t) dt = 1\)
  • \(\int_{-\infty}^{\infty} f(t)\delta(t-a) dt = f(a)\)

Its Laplace transform is:

\[ \mathcal{L}\{\delta(t)\} = 1 \]

Impulse functions model instantaneous events like switching or impacts.

Example: Multiple Functions

Find the Laplace transform of \(f(t) = t^2e^{-3t} + 5\sin(2t)\).

Using linearity and the table of transforms:

\begin{align} \mathcal{L}\{f(t)\} &= \mathcal{L}\{t^2e^{-3t}\} + 5\mathcal{L}\{\sin(2t)\} \\ &= \frac{2!}{(s+3)^{2+1}} + 5 \cdot \frac{2}{s^2 + 4} \\ &= \frac{2}{(s+3)^3} + \frac{10}{s^2 + 4} \end{align}

5. Operations with Laplace Transforms

5.1 Algebraic Manipulations

When working with Laplace transforms, several algebraic techniques are frequently used:

Partial Fraction Decomposition

This technique breaks down complex rational expressions into simpler terms that are easier to inverse transform.

\[ \frac{P(s)}{Q(s)} = \sum_{i} \frac{A_i}{(s-a_i)^{n_i}} \]

Example:

Decompose \(F(s) = \frac{3s + 7}{(s+1)(s+2)}\)

\(F(s) = \frac{A}{s+1} + \frac{B}{s+2}\)

For \(s = -1\): \(F(-1) = \frac{3(-1) + 7}{0 \cdot (-1+2)} = \frac{4}{0 \cdot 1} = \frac{4}{0} = \infty = B \cdot \infty\) implies \(A = 4\)

For \(s = -2\): \(F(-2) = \frac{3(-2) + 7}{(-2+1) \cdot 0} = \frac{1}{-1 \cdot 0} = \frac{1}{0} = \infty = A \cdot \infty\) implies \(B = -1\)

Therefore, \(F(s) = \frac{4}{s+1} - \frac{1}{s+2}\)

Completing the Square

For quadratic denominators that don't factor easily, completing the square helps identify the form:

\[ s^2 + bs + c = (s + \frac{b}{2})^2 + (c - \frac{b^2}{4}) \]

Example:

Rewrite \(s^2 + 4s + 13\) by completing the square:

\(s^2 + 4s + 13 = (s^2 + 4s + 4) + (13 - 4) = (s + 2)^2 + 9\)

This helps recognize that \(\frac{1}{s^2 + 4s + 13} = \frac{1}{(s+2)^2 + 9}\), which corresponds to \(\frac{1}{3}e^{-2t}\sin(3t)\) in the time domain.

5.2 Complex Poles and Residues

For functions with complex poles, the residue method can be particularly useful:

When \(F(s)\) has complex poles, its partial fraction decomposition will have terms of the form:

\[ \frac{As + B}{s^2 + bs + c} \]

Which corresponds to a term in the time domain of the form:

\[ e^{-\frac{b}{2}t}(A\cos(\omega t) + D\sin(\omega t)) \]

where \(\omega = \sqrt{c - \frac{b^2}{4}}\)

Example:

Find the inverse Laplace transform of \(F(s) = \frac{2s + 5}{s^2 + 4s + 13}\)

First, rewrite the denominator: \(s^2 + 4s + 13 = (s+2)^2 + 9\)

Then, rearrange: \(F(s) = \frac{2s + 5}{(s+2)^2 + 9} = \frac{2(s+2) + (5-4)}{(s+2)^2 + 9} = \frac{2(s+2)}{(s+2)^2 + 9} + \frac{1}{(s+2)^2 + 9}\)

Using standard forms: \(f(t) = 2e^{-2t}\cos(3t) + \frac{1}{3}e^{-2t}\sin(3t)\)

6. Inverse Laplace Transforms

6.1 Definition

The inverse Laplace transform \(\mathcal{L}^{-1}\{F(s)\} = f(t)\) is formally defined as:

\[ f(t) = \mathcal{L}^{-1}\{F(s)\} = \frac{1}{2\pi j}\int_{\gamma-j\infty}^{\gamma+j\infty} F(s)e^{st}ds \]

where \(\gamma\) is chosen such that all singularities of \(F(s)\) lie to the left of the vertical line \(\text{Re}(s) = \gamma\) in the complex plane.

6.2 Practical Methods

In practice, the inverse transform is usually found using these methods:

Method 1: Table Lookup

Using a table of Laplace transform pairs and the linearity property.

Example:

Find \(\mathcal{L}^{-1}\left\{\frac{3}{s^2 + 16}\right\}\)

From the table: \(\mathcal{L}^{-1}\left\{\frac{a}{s^2 + a^2}\right\} = \sin(at)\)

Therefore: \(\mathcal{L}^{-1}\left\{\frac{3}{s^2 + 16}\right\} = \mathcal{L}^{-1}\left\{\frac{3}{s^2 + 4^2}\right\} = \frac{3}{4}\sin(4t)\)

Method 2: Partial Fraction Decomposition

Decomposing complex fractions into simpler terms that can be found in a transform table.

Example:

Find \(\mathcal{L}^{-1}\left\{\frac{s+3}{s^2 + 4s + 3}\right\}\)

First factor the denominator: \(s^2 + 4s + 3 = (s+1)(s+3)\)

Using partial fractions: \(\frac{s+3}{(s+1)(s+3)} = \frac{A}{s+1} + \frac{B}{s+3}\)

Solving for coefficients: \(A = 2\) and \(B = -1\)

Therefore: \(\mathcal{L}^{-1}\left\{\frac{s+3}{s^2 + 4s + 3}\right\} = \mathcal{L}^{-1}\left\{\frac{2}{s+1} - \frac{1}{s+3}\right\} = 2e^{-t} - e^{-3t}\)

Method 3: Convolution Theorem

Using the convolution theorem when \(F(s) = F_1(s) \cdot F_2(s)\):

\[ \mathcal{L}^{-1}\{F_1(s) \cdot F_2(s)\} = (f_1 * f_2)(t) = \int_0^t f_1(\tau)f_2(t-\tau)d\tau \]

Example:

Find \(\mathcal{L}^{-1}\left\{\frac{1}{s(s+2)}\right\}\)

This is the product of \(\frac{1}{s}\) and \(\frac{1}{s+2}\), which correspond to \(1\) and \(e^{-2t}\) in the time domain.

Using the convolution theorem:

\(f(t) = \int_0^t 1 \cdot e^{-2(t-\tau)}d\tau = \int_0^t e^{-2t}e^{2\tau}d\tau = e^{-2t}\int_0^t e^{2\tau}d\tau = e^{-2t} \cdot \frac{e^{2t}-1}{2} = \frac{1-e^{-2t}}{2}\)

6.3 Complex Inversion Formula

For more advanced applications, the complex inversion formula (Bromwich integral) can be used:

\[ f(t) = \frac{1}{2\pi j}\int_{\gamma-j\infty}^{\gamma+j\infty} F(s)e^{st}ds \]

This approach uses complex analysis techniques like contour integration and residue theory.

7. Solving Differential Equations

7.1 Initial Value Problems

The Laplace transform is particularly effective for solving initial value problems in ordinary differential equations.

General Approach:

  1. Apply the Laplace transform to both sides of the differential equation
  2. Use the differentiation property to transform derivative terms
  3. Substitute initial conditions
  4. Solve for the Laplace transform of the unknown function
  5. Apply the inverse Laplace transform to find the solution

Example:

Solve \(\frac{d^2y}{dt^2} + 4\frac{dy}{dt} + 4y = 0\) with \(y(0) = 1\) and \(y'(0) = -2\)

Apply the Laplace transform:

\(\mathcal{L}\{y''(t) + 4y'(t) + 4y(t)\} = \mathcal{L}\{0\}\)

\(s^2Y(s) - sy(0) - y'(0) + 4(sY(s) - y(0)) + 4Y(s) = 0\)

\(s^2Y(s) - s + 2 + 4sY(s) - 4 + 4Y(s) = 0\)

\((s^2 + 4s + 4)Y(s) = s + 2\)

\(Y(s) = \frac{s + 2}{(s+2)^2}\)

Applying the inverse transform:

\(y(t) = (1 + t)e^{-2t}\)

7.2 Non-Homogeneous Equations

For differential equations with forcing functions or input terms, the Laplace transform simplifies finding the particular solution.

Example: Step Response

Solve \(\frac{d^2y}{dt^2} + 3\frac{dy}{dt} + 2y = 5u(t)\) with \(y(0) = 0\) and \(y'(0) = 0\)

Applying the Laplace transform:

\(s^2Y(s) + 3sY(s) + 2Y(s) = \frac{5}{s}\)

\((s^2 + 3s + 2)Y(s) = \frac{5}{s}\)

\(Y(s) = \frac{5}{s(s^2 + 3s + 2)} = \frac{5}{s(s+1)(s+2)}\)

Using partial fractions:

\(Y(s) = \frac{A}{s} + \frac{B}{s+1} + \frac{C}{s+2}\)

Solving for the coefficients: \(A = \frac{5}{2}\), \(B = -5\), \(C = \frac{5}{2}\)

\(Y(s) = \frac{5/2}{s} - \frac{5}{s+1} + \frac{5/2}{s+2}\)

The solution is:

\(y(t) = \frac{5}{2} - 5e^{-t} + \frac{5}{2}e^{-2t}\)

7.3 Systems of Differential Equations

Laplace transforms can also handle systems of coupled differential equations.

Example: Coupled System

Solve the system:

\begin{align} \frac{dx}{dt} + 2y &= 0 \\ \frac{dy}{dt} + x &= e^{-t} \end{align}

with initial conditions \(x(0) = 1\) and \(y(0) = 0\)

Taking the Laplace transform of both equations:

\begin{align} sX(s) - x(0) + 2Y(s) &= 0 \\ sY(s) - y(0) + X(s) &= \frac{1}{s+1} \end{align}

Substituting the initial conditions:

\begin{align} sX(s) - 1 + 2Y(s) &= 0 \\ sY(s) + X(s) &= \frac{1}{s+1} \end{align}

Solving this system of algebraic equations to find \(X(s)\) and \(Y(s)\), then applying the inverse transform to get \(x(t)\) and \(y(t)\).

8. Step Functions and Impulse Functions

8.1 Step Functions

The unit step function (Heaviside function) is defined as:

\[ u(t) = \begin{cases} 0, & t < 0 \\ 1, & t \geq 0 \end{cases} \]
Unit Step and Delta Functions
Unit step function (blue) and delta function (red)

Step functions are useful for representing signals that turn on at a specific time. A delayed step function is defined as:

\[ u(t-a) = \begin{cases} 0, & t < a \\ 1, & t \geq a \end{cases} \]

Properties of Step Functions

  • \(\mathcal{L}\{u(t-a)\} = \frac{e^{-as}}{s}\) for \(a > 0\)
  • \(u(t-a)f(t-a) = f(t-a)u(t-a)\) represents \(f(t-a)\) starting at \(t=a\)
  • \(\frac{d}{dt}u(t-a) = \delta(t-a)\)

Example: Piecewise Function

Express \(f(t) = \begin{cases} 0, & t < 1 \\ t^2, & 1 \leq t < 3 \\ e^{-t}, & t \geq 3 \end{cases}\) using step functions

\(f(t) = t^2 \cdot [u(t-1) - u(t-3)] + e^{-t} \cdot u(t-3)\)

Taking the Laplace transform:

\(F(s) = \mathcal{L}\{t^2 \cdot [u(t-1) - u(t-3)]\} + \mathcal{L}\{e^{-t} \cdot u(t-3)\}\)

\(F(s) = \mathcal{L}\{(t^2)u(t-1)\} - \mathcal{L}\{(t^2)u(t-3)\} + \mathcal{L}\{e^{-t}u(t-3)\}\)

Using the time-shift property:

\(F(s) = e^{-s} \cdot \mathcal{L}\{(t+1)^2u(t)\} - e^{-3s} \cdot \mathcal{L}\{(t+3)^2u(t)\} + e^{-3s} \cdot \mathcal{L}\{e^{-(t+3)}u(t)\}\)

8.2 Impulse Functions

The Dirac delta function \(\delta(t)\) represents an instantaneous impulse with these properties:

  • \(\delta(t) = 0\) for \(t \neq 0\)
  • \(\int_{-\infty}^{\infty} \delta(t) dt = 1\)
  • \(\int_{-\infty}^{\infty} f(t)\delta(t-a) dt = f(a)\) (sampling property)

Example: Response to an Impulse

Find the response of a system described by \(\frac{d^2y}{dt^2} + 4\frac{dy}{dt} + 3y = \delta(t)\) with \(y(0) = 0\) and \(y'(0) = 0\)

Taking the Laplace transform:

\(s^2Y(s) + 4sY(s) + 3Y(s) = 1\)

\((s^2 + 4s + 3)Y(s) = 1\)

\(Y(s) = \frac{1}{s^2 + 4s + 3} = \frac{1}{(s+1)(s+3)}\)

Using partial fractions:

\(Y(s) = \frac{1/2}{s+1} - \frac{1/2}{s+3}\)

Taking the inverse Laplace transform:

\(y(t) = \frac{1}{2}e^{-t} - \frac{1}{2}e^{-3t}\)

This is the impulse response of the system.

9. Linear Time-Invariant (LTI) Systems

9.1 Transfer Functions

For a linear time-invariant system, the transfer function \(H(s)\) is defined as the ratio of the Laplace transform of the output to the Laplace transform of the input, with zero initial conditions:

\[ H(s) = \frac{Y(s)}{X(s)} \]

For a system described by a linear differential equation:

\[ a_n\frac{d^ny}{dt^n} + a_{n-1}\frac{d^{n-1}y}{dt^{n-1}} + \cdots + a_1\frac{dy}{dt} + a_0y = b_m\frac{d^mx}{dt^m} + b_{m-1}\frac{d^{m-1}x}{dt^{m-1}} + \cdots + b_1\frac{dx}{dt} + b_0x \]

The transfer function is:

\[ H(s) = \frac{b_ms^m + b_{m-1}s^{m-1} + \cdots + b_1s + b_0}{a_ns^n + a_{n-1}s^{n-1} + \cdots + a_1s + a_0} \]

Example: RLC Circuit

For a series RLC circuit described by \(L\frac{d^2i}{dt^2} + R\frac{di}{dt} + \frac{1}{C}i = v_s(t)\), find the transfer function from input voltage to current.

Taking the Laplace transform with zero initial conditions:

\(Ls^2I(s) + RsI(s) + \frac{1}{C}I(s) = V_s(s)\)

\(I(s)(Ls^2 + Rs + \frac{1}{C}) = V_s(s)\)

The transfer function is:

\(H(s) = \frac{I(s)}{V_s(s)} = \frac{1}{Ls^2 + Rs + \frac{1}{C}}\)

9.2 Poles and Zeros

The transfer function can be written in factored form:

\[ H(s) = K \frac{(s-z_1)(s-z_2)\cdots(s-z_m)}{(s-p_1)(s-p_2)\cdots(s-p_n)} \]

where:

  • \(K\) is a constant gain factor
  • \(z_1, z_2, \ldots, z_m\) are the zeros (values of \(s\) that make \(H(s) = 0\))
  • \(p_1, p_2, \ldots, p_n\) are the poles (values of \(s\) that make \(H(s) = \infty\))
Pole-Zero Plot
Example of a pole-zero plot in the complex plane

System Stability

A continuous-time LTI system is:

  • Stable if all poles have negative real parts (left half of s-plane)
  • Marginally stable if any pole is on the imaginary axis with no poles in the right half-plane
  • Unstable if any pole has a positive real part (right half of s-plane)

Example:

Determine the stability of a system with transfer function \(H(s) = \frac{s+3}{s^2 + 2s + 10}\)

The poles are the roots of \(s^2 + 2s + 10 = 0\)

Using the quadratic formula: \(s = \frac{-2 \pm \sqrt{4-40}}{2} = \frac{-2 \pm \sqrt{-36}}{2} = -1 \pm 3j\)

Since both poles have negative real parts (\(-1\)), the system is stable.

9.3 Impulse and Step Responses

Two important system responses are:

  • Impulse response \(h(t)\): The output when the input is a unit impulse \(\delta(t)\). In the s-domain, \(H(s) = Y(s)\) when \(X(s) = 1\).
  • Step response \(g(t)\): The output when the input is a unit step \(u(t)\). In the s-domain, \(G(s) = Y(s)\) when \(X(s) = \frac{1}{s}\).

Relationship Between Responses

The following relationships hold:

  • \(H(s) = sG(s)\) or \(G(s) = \frac{H(s)}{s}\)
  • \(h(t) = \frac{dg(t)}{dt}\) or \(g(t) = \int_0^t h(\tau)d\tau\)

Example:

Find the impulse and step responses for a system with transfer function \(H(s) = \frac{2}{s+3}\)

Impulse response: \(h(t) = \mathcal{L}^{-1}\{H(s)\} = \mathcal{L}^{-1}\{\frac{2}{s+3}\} = 2e^{-3t}\)

Step response: \(G(s) = \frac{H(s)}{s} = \frac{2}{s(s+3)} = \frac{2/3}{s} - \frac{2/3}{s+3}\)

\(g(t) = \mathcal{L}^{-1}\{G(s)\} = \frac{2}{3} - \frac{2}{3}e^{-3t}\)

10. Applications in Electrical Engineering

10.1 Circuit Analysis

The Laplace transform is extensively used in analyzing electrical circuits, especially those with energy storage elements (capacitors and inductors) and various input signals.

Circuit elements in the s-domain:

  • Resistor (R): \(V(s) = RI(s)\)
  • Capacitor (C): \(V(s) = \frac{1}{Cs}I(s) + \frac{v_C(0)}{s}\)
  • Inductor (L): \(V(s) = LsI(s) - Li(0)\)

Example: RC Circuit Step Response

For a series RC circuit with input voltage \(v_s(t) = V_0 u(t)\) and initial condition \(v_C(0) = 0\):

The differential equation is: \(RC\frac{dv_C}{dt} + v_C = v_s\)

Taking the Laplace transform:

\(RCs V_C(s) + V_C(s) = \frac{V_0}{s}\)

\(V_C(s)(RCs + 1) = \frac{V_0}{s}\)

\(V_C(s) = \frac{V_0}{s(RCs + 1)} = \frac{V_0}{RC} \cdot \frac{1}{s(s + \frac{1}{RC})}\)

Using partial fractions:

\(V_C(s) = V_0\left(\frac{1}{s} - \frac{1}{s + \frac{1}{RC}}\right)\)

Taking the inverse Laplace transform:

\(v_C(t) = V_0(1 - e^{-t/RC})\)

10.2 Filter Design

Laplace transforms are fundamental in the design and analysis of filters. The transfer function of a filter determines its frequency response characteristics.

Common Filter Types:

  • Low-pass filter: \(H(s) = \frac{\omega_c}{s + \omega_c}\) (first-order)
  • High-pass filter: \(H(s) = \frac{s}{s + \omega_c}\) (first-order)
  • Band-pass filter: \(H(s) = \frac{Ks}{s^2 + Bs + \omega_0^2}\)
  • Band-stop filter: \(H(s) = \frac{s^2 + \omega_0^2}{s^2 + Bs + \omega_0^2}\)

Example: Frequency Response

For a low-pass filter with transfer function \(H(s) = \frac{10}{s + 10}\):

The frequency response is obtained by substituting \(s = j\omega\):

\(H(j\omega) = \frac{10}{j\omega + 10} = \frac{10(10 - j\omega)}{(10)^2 + \omega^2} = \frac{100}{100 + \omega^2} - j\frac{10\omega}{100 + \omega^2}\)

The magnitude response is:

\(|H(j\omega)| = \frac{10}{\sqrt{100 + \omega^2}}\)

When \(\omega = 10\) rad/s (the cutoff frequency), \(|H(j10)| = \frac{10}{\sqrt{200}} = \frac{10}{10\sqrt{2}} = \frac{1}{\sqrt{2}} \approx 0.707\)

This confirms that the magnitude is -3 dB at the cutoff frequency.

10.3 Control Systems

Laplace transforms are fundamental to control system analysis and design, providing insights into system stability, response characteristics, and controller design.

Key Applications:

  • System stability analysis using pole locations
  • PID controller design using transfer functions
  • Root locus analysis for tracking pole movements
  • State-space representation and conversion to transfer functions

Example: Feedback Control

For a feedback control system with plant transfer function \(G(s) = \frac{1}{s(s+2)}\) and proportional controller \(K\):

The closed-loop transfer function is:

\(T(s) = \frac{KG(s)}{1 + KG(s)} = \frac{K}{s(s+2) + K}\)

For stability, all poles of \(T(s)\) must have negative real parts.

The characteristic equation is \(s(s+2) + K = 0\) or \(s^2 + 2s + K = 0\).

Using the Routh-Hurwitz criterion, the system is stable when \(K > 0\).

10.4 Transient Analysis

Laplace transforms excel at analyzing transient responses in electrical systems, especially in power systems, switching circuits, and signal processing.

Applications:

  • Power system fault analysis for studying voltage and current transients
  • Switching circuit behavior during turn-on and turn-off events
  • Motor starting current analysis for sizing protection equipment
  • Transmission line transients for insulation coordination

Example: RLC Circuit Transient

For a series RLC circuit with \(R = 4\Omega\), \(L = 1\text{ H}\), and \(C = 0.25\text{ F}\), find the current transient when a step voltage of 10V is applied.

The differential equation is:

\(L\frac{d^2i}{dt^2} + R\frac{di}{dt} + \frac{1}{C}i = v_s(t)\)

With \(v_s(t) = 10u(t)\), and \(i(0) = 0\), \(\frac{di}{dt}(0) = 0\)

Taking the Laplace transform:

\(s^2I(s) + 4sI(s) + 4I(s) = \frac{10}{s}\)

\(I(s) = \frac{10}{s(s^2 + 4s + 4)} = \frac{10}{s(s+2)^2}\)

Using partial fractions and taking the inverse transform:

\(i(t) = 2.5(1 - e^{-2t} - 2te^{-2t})\)

Conclusion

The Laplace transform is a powerful mathematical tool that transforms complex differential equations into algebraic equations, making them easier to solve. It is especially useful in electrical engineering for analyzing circuits, control systems, and signal processing applications.

Key benefits of using Laplace transforms include:

  • Solving initial value problems efficiently
  • Analyzing system responses to various inputs
  • Determining stability criteria for dynamic systems
  • Simplifying convolution operations into multiplication
  • Providing a framework for understanding transient and steady-state behavior

While the mathematics may seem challenging at first, mastering Laplace transforms provides electrical engineers with an indispensable tool for analyzing and designing complex systems. With practice, the patterns and applications become more intuitive, allowing for deeper insights into system behavior and more efficient problem-solving approaches.

Glossary of Terms

Laplace transform
An integral transform that converts a function of time into a function of complex frequency
s-domain
The complex frequency domain where Laplace-transformed functions exist
Transfer function
The ratio of the Laplace transform of the output to the Laplace transform of the input of a system
Pole
A value of \(s\) that makes the denominator of a transfer function zero
Zero
A value of \(s\) that makes the numerator of a transfer function zero
Unit step function
A function \(u(t)\) that is 0 for \(t < 0\) and 1 for \(t \geq 0\)
Dirac delta function
An impulse function \(\delta(t)\) that is 0 everywhere except at \(t = 0\) where it is infinite, with an area of 1
Convolution
An operation that combines two functions to produce a third function expressing how the shape of one is modified by the other
Partial fraction decomposition
A technique for breaking down complex rational expressions into simpler terms for easier inverse transformation
Region of convergence
The set of values \(s\) for which the Laplace transform of a function exists
Impulse response
The output of a system when the input is a Dirac delta function
Step response
The output of a system when the input is a unit step function
Linear time-invariant system
A system that satisfies the principles of linearity and time invariance