The same idea as State Variable Models (literally the same thing).
Example
If you are viewing this online this is an embedded excalidraw frame that I use that sync up drawing on my iPad to my obsidian vault. This will probably render like shit, sorry :)
Drawing 2025-10-20 11.41.57.excalidraw
⚠Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠You can decompress Drawing data with the command palette: ‘Decompress current Excalidraw file’. For more info check in plugin settings under ‘Saving’
Excalidraw Data
Text Elements
Link to original
Here, we want to derive equations of motion using Newtons 2nd Law
- We can put this in a standard form which requires only 1st order derivatives of our variables
- This standard form has many advantages for stability analysis and control design called state space models or representations To re-write this 2nd order ODE as a first oder ODE, we need 2 states (State Variable Models).
- More compactly…
- ⇒
- Also,
-
- Where here the 1, 0 matrix is C, and the 0 is D Overall, we have:
-
and which is the standard state space representation for LTI systems where A, B, C, D are constant matrices
Uniqueness
These representations are not unique!
Summary
Note that you can infinitely add redundant states making a new state space model that is the same as the last.
Definition
An LTI state space model of a system is a model of the form:
- Such that for any initial condition and any input signal , the system output is equal to the output of our standard state space model form.
To Frequency Domain
Using becomes…
and…
where
Definition
Let be real, rational, and proper.
Then a state-space realization of is an LTI state space model such that or such that you can recoveryNote that state space realizations are not unique.
Here, I is the identity matrix.
Related