6.9 Laplace Transforms & Transfer-Function Methods

Key Takeaways

  • The Laplace transform converts a differential equation in time into an algebraic equation in s, so initial conditions are absorbed automatically rather than fitted afterwards.
  • The transform of the nth derivative is s^n F(s) minus a chain of initial-condition terms, which is the property that makes the method work for initial-value problems.
  • The first shifting theorem states that multiplying a time function by e^(-at) replaces s by s + a in the transform, and the second shifting theorem handles delayed functions.
  • The initial and final value theorems read the response at t = 0 and t = infinity directly from s F(s) without inverting the transform at all.
Last updated: August 2026

Definition and Purpose

The Laplace transform of a function $f(t)$ defined for $t \geq 0$ is

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

provided the integral converges. The point of the transform is structural: differentiation in the time domain becomes multiplication by $s$ in the transform domain. A differential equation therefore becomes an algebraic equation, which is solved by ordinary algebra and then inverted.

This is why the transform dominates control and vibration analysis — and why it is listed in the same syllabus bullet as differential equations.

Standard Transform Pairs

$f(t)$$F(s)$Region
$1$$\dfrac{1}{s}$$s > 0$
$t^{n}$$\dfrac{n!}{s^{n+1}}$$s > 0$
$e^{at}$$\dfrac{1}{s-a}$$s > a$
$\sin \omega t$$\dfrac{\omega}{s^2 + \omega^2}$$s > 0$
$\cos \omega t$$\dfrac{s}{s^2 + \omega^2}$$s > 0$
$\sinh at$$\dfrac{a}{s^2 - a^2}$$s > \lvert a\rvert$
$\cosh at$$\dfrac{s}{s^2 - a^2}$$s > \lvert a\rvert$
$\delta(t)$ (unit impulse)$1$all $s$
$u(t)$ (unit step)$\dfrac{1}{s}$$s > 0$

Note the sign distinction between the circular and hyperbolic pairs — $s^2 + \omega^2$ versus $s^2 - a^2$ — which is a favourite objective-item discriminator.

The Derivative Property

Integrating the definition by parts gives

L{f(t)}=sF(s)f(0)\mathcal{L}\{f'(t)\} = sF(s) - f(0)

L{f(t)}=s2F(s)sf(0)f(0)\mathcal{L}\{f''(t)\} = s^2F(s) - sf(0) - f'(0)

and in general

L{f(n)(t)}=snF(s)sn1f(0)f(n1)(0)\mathcal{L}\{f^{(n)}(t)\} = s^{n}F(s) - s^{n-1}f(0) - \cdots - f^{(n-1)}(0)

The initial conditions enter the algebra directly. This is the decisive practical advantage over the complementary-function method, where constants must be fitted to boundary conditions at the very end.

Shifting Theorems

First shifting (frequency shift). Multiplying by a decaying exponential shifts the transform:

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

So $\mathcal{L}{e^{-at}\sin\omega t} = \dfrac{\omega}{(s+a)^2 + \omega^2}$ — precisely the transform of a damped oscillation.

Second shifting (time delay). For a function switched on at $t = a$:

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

A pure time delay multiplies the transform by $e^{-as}$, which is how transport lag in a conveyor or a pipeline is modelled.

Further Operational Theorems

Multiplication by $t$:

L{tf(t)}=dF(s)ds\mathcal{L}\{t\,f(t)\} = -\frac{dF(s)}{ds}

Division by $t$:

L{f(t)t}=sF(u)du\mathcal{L}\left\{\frac{f(t)}{t}\right\} = \int_{s}^{\infty}F(u)\,du

Transform of an integral:

L{0tf(τ)dτ}=F(s)s\mathcal{L}\left\{\int_0^t f(\tau)\,d\tau\right\} = \frac{F(s)}{s}

Convolution theorem. The inverse transform of a product is the convolution of the individual inverses:

L1{F(s)G(s)}=0tf(τ)g(tτ)dτ\mathcal{L}^{-1}\{F(s)G(s)\} = \int_0^t f(\tau)g(t-\tau)\,d\tau

This is the formal statement that a system's output equals its impulse response convolved with the input.

Initial and Final Value Theorems

These two results extract the endpoints of the response without any inversion at all:

f(0+)=limssF(s),f()=lims0sF(s)f(0^+) = \lim_{s\to\infty} sF(s), \qquad f(\infty) = \lim_{s\to 0} sF(s)

The final value theorem is valid only if the system is stable, that is, if all poles of $sF(s)$ lie in the left half-plane. Applying it to an oscillatory or growing response gives a meaningless answer, and objective items exploit exactly that.

Inverse Transforms by Partial Fractions

Inversion in practice means splitting $F(s)$ into standard pairs. For

F(s)=s+5(s+1)(s+3)F(s) = \frac{s + 5}{(s+1)(s+3)}

write $\dfrac{A}{s+1} + \dfrac{B}{s+3}$. Multiplying out gives $s + 5 = A(s+3) + B(s+1)$. Setting $s = -1$ gives $4 = 2A$, so $A = 2$; setting $s = -3$ gives $2 = -2B$, so $B = -1$. Hence

f(t)=2ete3tf(t) = 2e^{-t} - e^{-3t}

Worked Example: Damped Free Vibration

Solve $x'' + 3x' + 2x = 0$ with $x(0) = 1$ and $x'(0) = 0$.

Transforming and inserting the initial conditions:

[s2Xs(1)0]+3[sX1]+2X=0\left[s^2X - s(1) - 0\right] + 3\left[sX - 1\right] + 2X = 0

X(s2+3s+2)=s+3X=s+3(s+1)(s+2)X(s^2 + 3s + 2) = s + 3 \quad \Longrightarrow \quad X = \frac{s+3}{(s+1)(s+2)}

Partial fractions give $X = \dfrac{2}{s+1} - \dfrac{1}{s+2}$, so

x(t)=2ete2tx(t) = 2e^{-t} - e^{-2t}

Both exponents are negative, confirming a stable, over-damped return to equilibrium — consistent with $c^2 = 9 > 4mk = 8$. Checking the initial value theorem: $\lim_{s\to\infty} sX = \lim s(s+3)/(s^2+3s+2) = 1$, which matches $x(0) = 1$.

Transfer Functions and System Response

For a system at rest initially, the ratio of the transform of the output to the transform of the input is the transfer function:

G(s)=Y(s)X(s)G(s) = \frac{Y(s)}{X(s)}

For the mass-spring-damper driven by a force $F(t)$, transforming $m\ddot x + c\dot x + kx = F$ with zero initial conditions gives

G(s)=X(s)F(s)=1ms2+cs+kG(s) = \frac{X(s)}{F(s)} = \frac{1}{ms^2 + cs + k}

Writing this in the standard second-order form,

G(s)=1/ks2ωn2+2ζsωn+1,ωn=km,ζ=c2mkG(s) = \frac{1/k}{\dfrac{s^2}{\omega_n^2} + \dfrac{2\zeta s}{\omega_n} + 1}, \qquad \omega_n = \sqrt{\frac{k}{m}}, \quad \zeta = \frac{c}{2\sqrt{mk}}

exposes the two parameters that govern every second-order system: the undamped natural frequency and the damping ratio.

Poles and stability

The poles are the roots of the denominator, and they determine the character of the response entirely:

Pole locationResponse
Both real and negativeOver-damped decay
Repeated real negativeCritically damped
Complex pair with negative real partDecaying oscillation
Purely imaginary pairSustained oscillation; marginally stable
Any pole with positive real partUnstable; response grows without bound

The rule is compact and worth memorising: a system is stable if and only if all poles lie in the left half of the s-plane. The real part sets the rate of decay and the imaginary part sets the frequency of oscillation.

Standard Test Inputs

Input$x(t)$$X(s)$
Impulse$\delta(t)$$1$
Step of height $A$$A,u(t)$$A/s$
Ramp of slope $A$$A,t$$A/s^2$
Sinusoid$A\sin\omega t$$A\omega/(s^2+\omega^2)$

Because the impulse transform is simply 1, the transform of the impulse response is the transfer function itself — which is why the impulse response characterises a linear system completely.

Worked example. Find the steady-state deflection of the mass-spring-damper under a step force of magnitude $F_0$.

X(s)=G(s)F0s=F0s(ms2+cs+k)X(s) = G(s)\frac{F_0}{s} = \frac{F_0}{s\left(ms^2+cs+k\right)}

Applying the final value theorem, valid here because the system is stable:

x()=lims0sX(s)=F0kx(\infty) = \lim_{s\to0} s\,X(s) = \frac{F_0}{k}

The steady-state deflection is simply the static deflection $F_0/k$, entirely independent of the mass and the damping. Those two parameters govern how the system reaches that value — overshoot, oscillation and settling time — but not the final value itself. This separation between transient behaviour and steady-state value is one of the most useful ideas the transform provides, and it carries directly into the vibration and control content of Paper-II.

Test Your Knowledge

The Laplace transform of the second derivative of f(t) is:

A
B
C
D
Test Your Knowledge

The Laplace transform of e^(-at) sin(omega t) is:

A
B
C
D
Test Your Knowledge

The final value theorem gives f(t) as t tends to infinity as the limit of s F(s) as s tends to zero, but only when:

A
B
C
D
Test Your Knowledge

A pure time delay of a seconds applied to a signal multiplies its Laplace transform by:

A
B
C
D