
E12 Linear Physical Systems Analysis
2026-01-22
The input of a certain system is \(x\) and the output is \(f(x)\), and the inputs and outputs are related as
\[f(x) = x^2 - 3 x + 1\]
Quickly plotting functions
You should be familiar with at least one technique for quickly plotting a function using a calculator or computer. I like Mathematica for this purpose. You are recommended to use a program that can easily export plots as images.
We are looking for a linear approximation to \(f(x)\), i.e., \(f^*(x) \approx f(x)\) where \(f^*(x)\) is linear in \(x\).
Task 1: Write down a linear model \(f^*(x)\) for this system that is applicable everywhere
Task 2: Write down a linear model \(f^*(x)\) for this system that is applicable:

\[\text{ Let } z_1 = x_1 + i y_1, \quad z_2 = x_2 + i y_2\]
Complex numbers can be added by separately adding their real and imaginary parts \[z_1 + z_2 = (x_1 + x_2) + i (y_1 + y_2)\]
Complex numbers can be multiplied by distributing out the terms in Cartesian form: \[z_1 z_2 = (x_1 + i y_1)(x_2 + i y_2) = x_1 x_2 + i x_2 y_1 + i x_1 y_2 + i^2 y_1 y_2\]
or by using their polar form and multiplication laws for exponentials \[z_1 z_2 = r_1 r_2 e^{i(\theta_1+\theta_2)}\]
the ‘Complex Conjugate’ \(\bar{z}\) of a complex number \(z = x+ i y\) is defined as \[\bar{z} \equiv x - i y\]
For these tasks, remember that any complex number \(z = x+ i y\) can be thought of as a vector pointing from the origin to \([x,y]\).
The result is a real number equal to \(2^2+3^2\). 
\[\frac{2+3i}{3-7i} = \frac{2+3i}{3-7i} \frac{3+7i}{3+7i} = \frac{27-5i}{9+49} = \frac{27}{58} - i \frac{5}{58} \]
Their arguments get added to each other and their magnitudes get multiplied to each other. 
It rotates the number by 90 degrees. 
It stretches the number by a factor.
To ‘prove’ (not in the mathematical sense) Euler’s identity, we have to notice that \(e^{i\pi} = -1.\) Why would this be the case? The answer is that, on the unit circle in the complex plane, the number \(z=-1+0i\) is located on the negative real axis and has ‘angle’ 180 degrees.
Using the convention that the overdot represents a time-rate of change, we can write a first-order differential equation for a system that changes with time: \[\frac{d\boldsymbol{x}}{dt} \equiv \dot{\boldsymbol{x}} = f(\boldsymbol{x},t)\]
\(\boldsymbol{x}\): What system is like right now. Scalar or vector.
\(\dot{\boldsymbol{x}}\): Rate of change of \(x\) with respect to time.
An alternative approach:

In this class, we are primarily interested in first- and second- order systems. \[ \begin{aligned} \frac{d\boldsymbol{x}}{dt} \equiv \dot{\boldsymbol{x}} &= f(\boldsymbol{x},t) \\ \frac{d^2\boldsymbol{x}}{dt^2} \equiv \ddot{\boldsymbol{x}} &= f(\boldsymbol{x},\dot{\boldsymbol{x}},t) \end{aligned} \]
Additionally, in our class:
Equations are linear in \(\boldsymbol{x}\) → Can be written in matrix-vector form.
\[ \begin{aligned} \frac{d}{dt} \begin{bmatrix} x_1 \\ x_2 \end{bmatrix} &= \begin{bmatrix} a & b \\ c & d \end{bmatrix} \begin{bmatrix} x_1 \\ x_2 \end{bmatrix} \\ \frac{d \boldsymbol{x}}{dt} &= \boldsymbol{A} \boldsymbol{x} \end{aligned} \]
From Close, Frederick and Newell Chapter 1.4:
| Criterion | Classification |
|---|---|
| Spatial characteristics | Lumped parameters |
| Distributed parameters | |
| Continuity of time variable | Continuous |
| Discrete | |
| Parameter variation | Fixed |
| Time-varying | |
| Superposition property | Linear |
| Nonlinear |
E12 is concerned with continous, time-invariant, linear, lumped-parameter systems

The order of a differential equation is the highest derivative that appears in it.
All first-order differential equations can be written in the following form: \[\dot{x} = f(t,x) \tag{1}\]
All second-order differential equations can be written in the following form: \[\ddot{x} = f(t,x,\dot{x}) \tag{2}\]
An \(n^{\text{th}}\) order differential equation can be written in the form \[\frac{d^n x}{dt^n} = f(t,x,\dot{x}, \ddot{x}, \dddot{x}, x^{(4)}, ..., x^{(n-1)} ) \tag{3}\] where \(x^{(n)}\) is shorthand for \({d^n x}/{dt^n}\)
Later, we will learn that all \(n^{\text{th}}\) order differential equations can be re-arranged as a set of \(n\) first-order equations.
The following set of equations is uncoupled because the two equations are not ‘tied together’ in any way. \[ \begin{aligned} \dot{x} &= 2x + t \\ \dot{y} &= 3y + t \end{aligned} \]
The following set of equations is coupled because the two equations are ‘tied together’. \[ \begin{aligned} \dot{x} &= 2x + t \\ \dot{y} &= 3x + t \end{aligned} \]


Instead of Mass, we have Moment of Inertia \[M\frac{dv}{dt} = F \quad \rightarrow \quad J \frac{d \omega}{dt} = T\]
\(T\) is ‘torque’
\(\omega\) is the angular velocity in radians per second
\(J \omega\) is the angular momentum
\(J\) is the ‘Mass moment of inertia’ \(\displaystyle \int r^2 dm\)

\[M\Delta v = F \quad \rightarrow \quad B \Delta \omega = T\]
\[K (x_2-x_1)) = F \quad \rightarrow \quad K \Delta \theta = T\]

\(\displaystyle i_1 = \frac{1}{R} V\)

\(\displaystyle i_1 = C \frac{dV}{dt}\)

\(\displaystyle V = L \frac{d i_1}{dt}\)

\[M \frac{dv}{dt} + b v = 0\]
\[\frac{dV}{dt} + \frac{1}{RC}V = 0\]
Let’s develop (not solve yet!) the equations for such a system.
E12 • Spring 2026 • Lecture 2 • Thu January 22, 2026