E12 Linear Physical Systems Analysis
February 12, 2026
Consider the system \[m \dot{v} + b v = f_a(t)\] where \(v(t)\) is the output and \(f_a(t)\) the input.
\[ \begin{aligned} m s V(s) + b V(s) = F_a(s)& \\ V(s) = \frac{1}{ms + b} F_a(s)& \\ \implies \frac{V(s)}{F_a(s)} = \underbrace{\boxed{\frac{1}{m s + b}}}_{\text{Transfer Function}}& \end{aligned} \]
\[ \begin{aligned} m s V(s) + b V(s) &= \mathcal{L} \left[ \delta (t) \right] \\ m s V + b V &= 1 \\ \implies V(s) = \underbrace{\boxed{\frac{1}{ms+b}}}_{\text{Impulse Response}} \end{aligned} \]
A block diagram is a visual representation of a system, its inputs & outputs, and the relations between the different components.
For example, the block diagram below
corresponds to the second-order system \[\ddot{x} + 7 \dot{x} + 10x = f(t)\]
There are 4 building blocks.


This corresponds to the system \(x(t) = K f(t)\)

This corresponds to the system \(x(t) = f(t) + g(t)\)

This corresponds to the system \[ \begin{aligned} \dot{x}(t) &= f(t) \\ \implies sX(s) &= F(s) \\ \implies X(s) &= \frac{1}{s} \times F(s) \end{aligned} \]

In-class task: Consider the system \(\dot{x} + 7x = f(t)\). Make a block diagram for this system using the shape shown below.


\(\displaystyle X(s) = \frac{1}{s} \left( F(s) - 7 X(s) \right)\)
\(\displaystyle X(s) = \frac{1}{s+7} F(s)\)
The following are equivalent


In-class task: Consider the system below. Express \(X(s)\) as a function of \(G(s)\), \(H(s)\) and \(F(s)\). Then put these equations into a simple block diagram where \(X(s)\) and \(F(s)\) are related by a single transfer function.
Hint: Eliminate \(A\) and \(B\).


The same underlying (linear physical) system can be represented as multiple block diagrams
Some are more helpful than others.

Recall that a system of two coupled (differential) equations is:
\[ \begin{aligned} \dot{x}_1 &= f_1(x_1,x_2,t) \\ \dot{x}_2 &= f_2(x_1,x_2,t) \end{aligned} \]
\[ \begin{aligned} \dot{x}_1 &= a x_1 + b x_2 + g_1(t) \\ \dot{x}_2 &= a x_1 + b x_2 + g_2(t) \end{aligned} \]
Consider the coupled system of equations \[ \begin{aligned} \dot{x} + 7x &= y \\ \dot{y} + 5y &= g(t) \end{aligned} \tag{1}\]

\[ \begin{aligned} \dot{x} + 7x &= y \\ \dot{y} + 5y &= g(t) \end{aligned} \]



\[ \begin{aligned} \dot{x} &= -3y + f(t) \\ \dot{y} &= -5y + 4x + g(t) \end{aligned} \]

E12 • Spring 2026 • Lecture 8 • February 12, 2026