Lecture 6

E12 Linear Physical Systems Analysis

Prof. Emad Masroor

February 5, 2026

Functions shifted in time: step function

A step function applied with a delay of 0.5 seconds

Functions shifted in time: impulse function

An impulse function applied with a delay of 0.5 seconds

Functions shifted in time: ramp function

A ramp function applied with a delay of 0.5 seconds

Laplace Transform of a time-shifted function

If \[ f(t) = \begin{cases} 0 & t < D \\ g(t-D) & t > D \end{cases} \]

  • Then the Laplace Transform of \(f(t)\) is \[\mathcal{L}[f(t)] = F(s) = e^{-sD} \mathcal{L}[g(t)] = e^{-sD} G(s)\]

Linear relation between input and output

in the time domain

In E12, inputs are linearly related to outputs \[\dot{x} + a x = f(t)\]

  • If \(f(t)\) is the input and \(x(t)\) the output,
  • express \(x(t)\) as a function of \(f(t)\) for any given \(f(t)\)
  • In the time domain, this is difficult to do.

Linear relation between input and output

in the frequency domain

\[\dot{x} + a x = f(t)\]

  • Apply Laplace Transform \[\mathcal{L}[\dot{x}] + \mathcal{L}[a x] = \mathcal{L}[f(t)]\]
  • Differential equation becomes algebraic equation \[sX(s) - x(0) + aX(s) = F(s)\]
  • Bringing (unknown) output to the left \[X(s) = \frac{F(s)}{s+a} + \frac{x(0)}{s+a}\]
  • In-class task: Sketch graph of \(X\) against \(F\)
  • Resembles \(Y = m X + Y_{X=0}\)

The Transfer Function

for the following first-order system

\[\dot{x} + a x = f(t)\]

  • The Transfer Function is defined as the ratio between an output and an input of a system, when the initial conditions are set to zero.
  • The Transfer Function is defined in the frequency domain.

\[ \begin{aligned} \mathcal{L}[\dot{x}] + \mathcal{L}[a x] &= \mathcal{L}[f(t)] \\ sX(s) - x(0) + aX(s) &= F(s) \\ X(s) &= \frac{F(s)}{s+a} \end{aligned} \]

  • The Transfer Function \(T(s)\) is the coefficient of \(F(s)\) above: \[ X(s) = \underbrace{\frac{1}{s+a}}_{T(s)} F(s) \]

  • The Transfer Function \(T(s)\) is the ratio between an output and an input: \[\boxed{T(s) = \frac{X(s)}{F(s)}}\]

Determining the Transfer Function for a system

In-class task Calculate the transfer function for the following system in terms of \(m\) and \(b\) (without values).

\[ \begin{aligned} m \dot{v} + b v = f(t) \implies m s V(s) + b V(s) &= F(s) \\ \implies V(s) \cdot (ms+b) = F(s) \implies \frac{V(s)}{F(s)} &= \frac{1}{ms+b} \end{aligned} \]

Transfer Functions for electrical components

In-class task If the voltage across the component is the output and the current through the component is the input, what is the Transfer Function for the following components? \[T(s) = \frac{V(s)}{I(s)}\]

\(v = i R\)

\(\displaystyle i_C = C \frac{dv_C}{dt}\)

\(\displaystyle v_L = L \frac{di_L}{dt}\)

Impedance and Transfer Functions

Free Response and Forced Response

\[ \begin{aligned} \dot{x} + a x &= f(t) \\ \mathcal{L}[\dot{x}] + \mathcal{L}[a x] &= \mathcal{L}[f(t)] \\ sX(s) - x(0) + aX(s) &= F(s) \\ X(s) &= \underbrace{\frac{F(s)}{s+a}}_{\text{Forced}} + \underbrace{\frac{x(0)}{s+a}}_{\text{Free}} \end{aligned} \]

  • ‘Forced Response’: How the output responds to a forcing function (i.e., input)
  • ‘Free Response’: How the output behaves anyway, in the absence of any forcing function.

Calculating the free and forced response

The RC circuit shown here has governing equation \[RC \dot{v} + v = v_s, \quad v(0) = v_0\]

  • In-class task Determine mathematical expressions for both the free and forced responses in frequency domain.
  • Integrating in the time domain, we find \(v(t) =e^{-t/RC} \left( v_0 - v_s\right) + v_s\)
  • Using the Laplace Transform, we find \[ \begin{aligned} RC s V(s) - RC v(0) + V(s) &= \frac{v_s}{s} \\ RC s V(s) + V(s) &= \frac{v_s}{s} + RC v(0) \\ (RC s +1 )V(s) &= \frac{v_s}{s} + RC v_0 \\ V(s) &= \underbrace{\frac{v_s}{s} \times \overbrace{\frac{1}{RC s + 1}}^{\text{Transfer Function}}}_{\text{Forced Response}} + \underbrace{\frac{RC v_0}{RC s + 1}}_{\text{Free Response}} \end{aligned} \]

  • The forced response is \(v_s \left( 1-e^{-t/RC}\right)\) and the free response is \(v_0 e^{-t/RC}\)

Calculating the free and forced response using Laplace and inverse Laplace

Illustrating the forced and free response of an RC circuit to a constant input

\[v(t) = \left(v_s - v_s e^{-t/RC} \right) + \left( v_0 e^{-t/RC} \right)\]

Response of a 1st-order system to periodic input (system 1)

Response of a 1st-order system to periodic input (system 2)

Response of a 1st-order system to periodic input (system 3)

Effect of system parameters on response