Frequency Shift Property of The Laplace Transform

Facebook
Whatsapp
Twitter
LinkedIn

Introduction

In electrical engineering, especially in signals and systems, control systems, and circuit analysis, the Laplace Transform is a powerful mathematical tool. It converts time-domain signals (functions of time t) into the s-domain (complex frequency domain), making analysis of complex systems much easier.
One very important and commonly used property of the Laplace Transform is the Frequency Shift Property (also called the s-domain shift property).
This article explains this property step by step, using simple language, clear formulas, and practical engineering examples.

Why Do We Need the Frequency Shift Property?

In real electrical systems, signals often involve:
  • Exponential growth or decay
  • Damping in RLC circuits
  • System responses multiplied by $e^{-at}$
Instead of calculating the Laplace Transform again from scratch, the frequency shift property allows us to quickly find the transform using known results.
This saves time and reduces calculation errors.

Laplace Transform Definition

The Laplace Transform of a time-domain function f(t) is defined as:
$$\mathcal{L}\left[f(t)\right] =F(s) = \int_{0}^{\infty} e^{-s t} f(t) dt $$
Where:
  • t = time (seconds)
  • s = σ + jω = complex frequency

Mathematical Statement

If
$$\mathcal{L}\left[f(t)\right] =F(s) $$ then $$\int_{0}^{\infty} e^{-a t} f(t) e^{-s t} dt = F(s+a) $$

What This Means (In Simple Words)

  • Multiplying a time function by e^{-at}
  • Shifts the Laplace Transform to the right by a in the s-domain
This shift is called a frequency (s-domain) shift.
If $ F(s) $ is the Laplace transform of $ f(t) $, then
$$\begin{aligned}\mathcal{L}\left[e^{-a t} f(t)\right] &=\int_{0}^{\infty} e^{-a t} f(t) e^{-s t} d t \\&=\int_{0}^{\infty} f(t) e^{-(s+a) t} d t=F(s+a)\end{aligned}$$
or
$$\bbox[10px,border:1px solid grey]{\mathcal{L}\left[e^{-a t} f(t)\right]=F(s+a) }\tag{1}$$
That is, the Laplace transform of $ e^{-a t} f(t) $ can be obtained from the Laplace transform of $ f(t) $ by replacing every $ s $ with $ s+a $. This is known as frequency shift or frequency translation. As an example, we know that and
$$\cos \omega t \quad \Longleftrightarrow \quad \frac{s}{s^{2}+\omega^{2}}$$
$$\sin \omega t \quad \Longleftrightarrow \quad \frac{\omega}{s^{2}+\omega^{2}}$$
$$ 1 \quad \Longleftrightarrow \quad \frac{1}{s}$$
Using the shift property in Eq. (1), we obtain the Laplace transform of the damped sine and damped cosine functions as
$$\begin{aligned}\mathcal{L}\left[e^{-a t} \cos \omega t\right] &=\frac{s+a}{(s+a)^{2}+\omega^{2}} \\\mathcal{L}\left[e^{-a t} \sin \omega t\right] &=\frac{\omega}{(s+a)^{2}+\omega^{2}}\end{aligned}$$

Worked Examples


Example 1:
Exponential Decay Signal Find the Laplace Transform of: $$ f(t) = e^{-3t} $$ Solution: We know: $$ \mathcal{L}\left[1\right] = \frac{1}{s} $$ Using frequency shift property (a = 3`): $$ \mathcal{L}\left[e^{-3t}(1)\right] = \frac{1}{s + 3} $$

Example 2:
Damped Sine Wave (Very Important in EE) Find the Laplace Transform of: $$ f(t) = e^{-2t} \sin(5t) $$ Step 1: Known Transform $$ \mathcal{L}\left[\sin(5t)\right] = \frac{5}{s^2 + 25} $$ Step 2: Apply Frequency Shift (`a = 2`) $$ \mathcal{L}\left[e^{-2t}\sin(5t)\right] = \frac{5}{(s + 2)^2 + 25} $$
Example 3:
Damped Cosine Wave $$ f(t) = e^{-4t}\cos(3t) $$ Known: $$ \mathcal{L}\left[\cos(3t)\right] = \frac{s}{s^2 + 9} $$ Apply shift: $$\mathcal{L}\left[e^{-4t}\cos(3t)\right] = \frac{s + 4}{(s + 4)^2 + 9} $$

Engineering Applications - RLC Circuits

In RLC circuits, natural responses include exponential decay: $$i(t) = e^{-\alpha t} \sin(\omega_d t) $$ Using frequency shift makes solving circuit equations much faster.

Do you have any questions?

250
Be the first to comment here!
Terms and Condition
Copyright © 2011 - 2026 realnfo.com
Privacy Policy