The Frequency Shifting Property (also called s-shifting or translation property) of the Laplace Transform states that multiplying a time-domain function, f(t), by an exponential term, e-at, corresponds to a shift or translation of its Laplace Transform, F(s), in the complex frequency domain (s-domain). Specifically, the new transform becomes F(s+a). This property is fundamental for analyzing systems with exponential decay or growth, such as damped oscillations in electrical circuits and mechanical systems.
| Symbol | Description |
|---|---|
| \[ f(t) \] | Original Function - Base time-domain function before exponential multiplication |
| \[ F(s) \] | Original Transform - Laplace transform of f(t) |
| \[ e^{-at} \] | Exponential Factor - Time-domain multiplication factor |
| \[ F(s+a) \] | Shifted Transform - s-domain function shifted by 'a' |
| \[ a \] | Shift Parameter - Amount of s-domain translation (real constant) |
| \[ s \] | Complex Variable - s = σ + jω in Laplace domain |
This property is visualized on the complex s-plane. If the original transform F(s) has poles and zeros at certain locations, the new transform F(s+a) will have the exact same pattern of poles and zeros, but every point will be shifted to the left by 'a' units (for a positive 'a' in e-at). This shift is crucial for stability analysis, as moving poles further into the left-half of the s-plane increases system stability.
| Property | Description |
|---|---|
| Universal Shifting | All poles and zeros of the original transform F(s) shift by the same amount 'a' in the s-plane. |
| Stability Modification | Multiplying by e<sup>-at</sup> with a > 0 shifts poles to the left, generally increasing system stability. A negative 'a' shifts poles to the right, reducing stability. |
| Damping Correspondence | The exponential factor e<sup>-at</sup> in the time domain directly introduces damping (if a > 0) or growth (if a < 0) to the system's behavior. |
| Inverse Transform Utility | Recognizing a shifted pattern in the s-domain, such as (s+a), allows for the direct application of the inverse property to find the time-domain function. |
The proof begins with the fundamental definition of the Laplace Transform.
We want to find the transform of \(e^{-at}f(t)\). Let's substitute \(g(t) = e^{-at}f(t)\) into the definition:
Next, we combine the exponential terms using the property \(e^x e^y = e^{x+y}\):
Now, compare this integral to the original definition of the Laplace Transform of \(f(t)\), which is \(F(s) = \int_0^\infty f(t)e^{-st} dt\). The integral we derived is identical in form, but with \(s\) replaced by \((s+a)\). Therefore, the result is \(F(s+a)\).
Control System Stability: Used in pole placement design. By introducing exponential factors, engineers can shift the poles of a system's transfer function to desired locations in the s-plane to ensure stability and achieve a specific transient response (e.g., faster settling time, less overshoot).
Circuit Analysis with Damping: Essential for analyzing RLC circuits. The resistance (R) in the circuit introduces an exponential decay term (damping). The frequency shifting property allows for straightforward analysis of the circuit's transient and steady-state response to inputs.
Mechanical System Damping: Models damped spring-mass systems, such as shock absorbers in a car. The damping component introduces an exponential decay to the oscillations, which is perfectly described by the frequency shifting property when transforming the equations of motion.
Signal Processing: In analyzing modulated signals, such as in AM radio, the carrier wave is a sinusoid multiplied by the information signal. While this is more directly related to the Fourier Transform, the underlying principle is analogous. It is also used in applying exponential windowing functions to signals to analyze specific portions of their frequency content.
Bungee Jumping: The motion of a bungee jumper after the initial fall is a classic example of a damped oscillation. The jumper oscillates up and down, but the elasticity of the cord and air resistance cause the amplitude of each bounce to decrease exponentially over time. This motion is precisely modeled by a sine or cosine function multiplied by a decaying exponential.
Musical Instrument Decay: When a guitar string is plucked or a piano key is struck, the note produced does not last forever. The sound's amplitude decays over time due to energy dissipation. This decay is often exponential, meaning the sound wave can be modeled as a sinusoidal function (the note's pitch) multiplied by a term like e-at, where 'a' determines how quickly the sound fades out.
The frequency shifting property can be applied to any function with a known Laplace transform. The table below shows its effect on several common transform pairs.
| Original Function, f(t) | Original Transform, F(s) | Shifted Function, e<sup>-at</sup>f(t) | Shifted Transform, F(s+a) |
|---|---|---|---|
| \[ u(t) \] (unit step) | \[ \frac{1}{s} \] | \[ e^{-at}u(t) \] | \[ \frac{1}{s+a} \] |
| \[ t^n \] | \[ \frac{n!}{s^{n+1}} \] | \[ e^{-at}t^n \] | \[ \frac{n!}{(s+a)^{n+1}} \] |
| \[ \sin(\omega t) \] | \[ \frac{\omega}{s^2 + \omega^2} \] | \[ e^{-at}\sin(\omega t) \] | \[ \frac{\omega}{(s+a)^2 + \omega^2} \] |
| \[ \cos(\omega t) \] | \[ \frac{s}{s^2 + \omega^2} \] | \[ e^{-at}\cos(\omega t) \] | \[ \frac{s+a}{(s+a)^2 + \omega^2} \] |
Sign Errors: A common mistake is mixing up the signs. Remember that multiplication by e-at in the time domain leads to a shift of (s+a) in the frequency domain. Conversely, e+at leads to a shift of (s-a).
Incomplete Substitution: When applying the shift, you must replace *every* instance of 's' in the original transform F(s) with '(s+a)'. Forgetting to substitute one of the 's' terms is a frequent error, especially in more complex fractions like the transform of cosine.
Forgetting the Inverse: The property is just as useful for inverse transforms. When you see a term like (s+a) consistently appearing where 's' normally would be, recognize it as a frequency shift. First, perform the inverse transform as if the variable were just 's', then multiply the resulting time-domain function by e-at.