Scroll back to top

    Laplace Transform

    What Are Laplace Transformations?

    This is another frequency mapping technique that can be easier to use than the Fourier Transforms as these use a table and map certain identities to known transforms. Laplace transforms are used to describe transfer functions since laplace domain makes transfer function maths a lot easier. When a signal is affected by a transfer function, the input is simply multiplied by the transfer function to produce the output which is a much simpler operation to complete than convolution in the time domain.

    Quick Facts About Laplace Transforms

    Laplace Transforms:

    • Are linear.
    • Uses "s" as its variable, a complex numnber.
    • Require initial conditions.
    • Can be done forwards and backwards (or in inverse) without losing information
    Time Domain: f(t)Laplace Domain: F(s)
    Impulse
    \( \delta(t) \)
    \( 1 \)
    Step
    \( 1(t) \)
    \( \frac{1}{s} \)
    Ramp
    \( t \)
    \( \frac{1}{s^{2}} \)
    \( t^{n} \)\( \frac{n!}{s^{n+1}} \)
    \( e^{-at} \)\( \frac{1}{s+a} \)
    \( te^{-at} \)\( \frac{1}{(s+a)^2} \)
    \( \sin(\omega t) \)\( \frac{\omega}{s^2+\omega^2} \)
    \( \cos(\omega t) \)\( \frac{s}{s^2+\omega^2} \)
    \( e^{-at}\sin(\omega t) \)\( \frac{\omega}{(s+a)^2+\omega^2} \)
    \( e^{-at}\cos(\omega t) \)\( \frac{s+a}{(s+a)^2+\omega^2} \)

    Where \( t \geq 0 \) for all time domain functions.

    Common Signals In Laplace Domain

    FunctionPlotTime Domain: f(t)Laplace Domain: F(s)
    StepThere is a graph showing the shape of a step function. The plot begins at 0 until shoots up vertically to a constant value K where it remains at that value.\( x(t) \begin{cases} &0\ \ \ \ t\leq 0\\ &K\ \ \ t>0\\ \end{cases} \)\( \frac{K}{s} \)
    Rampthere are two graphs showing two versions of ramp plots. In the first graph, the plot begins at 0 until it starts to increase at a constant rate, creating a ramp shape. The second graph is similar, except that instead of continuous values, it has discrete values.\( r(t) \begin{cases} &0\ \ \ \ \ \ t\leq 0\\ &Kt\ \ \ t>0\\ \end{cases} \)\( \frac{K}{s^2} \)
    Impulsethere is one graph showing an impulse function. The plot has all 0 values, except for one spot along the x-axis at constant a. At this value, the plot shoots up to infinity\( \delta(t) \)\( 1 \)
    Pulse/Rectanglethere is a graph showing the space of a pulse or rectangular function. The plot begins at 0 until time t0 where it shoots vertically up to a value of 1. The plot remains at this value until t1 where it shoots vertically down back to 0, where it remains for the rest of the graph.\( rect(t) = \begin{cases} &1\ \ \ t_0<t<t_1\\ &0\ \ \ else\\ \end{cases} \)\( \frac{1}{s}-\frac{e^{-t_{1}s}}{s} \)

    Laplace Transform With Other Domains

    Time ==> LaplaceLaplace Transform
    Laplace ==> TimeInverse Laplace Transform
    Laplace ==> FrequencySteady State \( s = j\omega \)
    Frequency ==> LaplaceNo Initial Conditions \( j\omega = s \)