| State-Space Representation |
|---|
x = C x + D u |
(Sample 1):

(Ref: Modern Control Systems, by Dorf & Bishop, chapter 3, 8th ed 1998)
Let state variables be: v1, v2 & i
The following nodal equations apply to the circuit,
Denote state column vector: x = transpose of the row vector [ v1, v2, i] and let output column vector y = x, It is now possible to rewrite the above equations into the following form,
If we let column vector u to represent inputs, vi and is, then the State-Space Representation,
x' = A x + B u
y = C x + D u
where:
A = [-1,0,-4000; 0,-2,2000; 0.5,-0.5,0]
B = [1,0; 0,2000; 0,0]
C = [1,0,0; 0,1,0; 0,0,1]
D = [0,0; 0,0; 0,0]
Photo of a commercial suspension system.

Mountain bike front suspension that permit multiple settings that are adjustable while the bike is in motion. One air and coil spring with an oil damper, which allow adjustment of the damping constant to the terrain as well as to the rider weight.
DERIVATION:
Althought the required system of equations can be derive directly off the model, we elect to first create an equivalent mechanical diagram as follow. We will use Laplace Transform with no initial conditions.

| node Y: | [ m s2 + (k1+k2) ] Y - k1 Q - F = 0 | |
| node Q: | [ b s + k1 ] Q - k1 Y = 0 | |
Introduce state variables:
The equations may now be rewritten as,
Better yet as,
Form the column state vector z = [x1, x2, x3]', the corresponding state space representation is,