E12 Linear Physical Systems Analysis
February 5, 2026

A step function applied with a delay of 0.5 seconds

An impulse function applied with a delay of 0.5 seconds

A ramp function applied with a delay of 0.5 seconds
If \[ f(t) = \begin{cases} 0 & t < D \\ g(t-D) & t > D \end{cases} \]



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

\[\dot{x} + a x = f(t)\]
\[ \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)}}\]
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} \]
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)}\]



\[ \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} \]
The RC circuit shown here has governing equation \[RC \dot{v} + v = v_s, \quad v(0) = v_0\]

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}\)

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




E12 • Spring 2026 • Lecture 6 • February 5, 2026