———— EDIT / PARTIAL ANSWER after comments with @aconcernedcitizen:
- how do I obtain quasi-statics from dynamics formulation in state space?
I assert that the State Space Formulation uses dynamical information, so my system state variables: x, dx/dt, and d2x/dt2 become x_dynamic, dx/dt_dynamic, d2x/dt2_dynamic.
Written out in the first vector state space equations it would be:
[dx/dt_dynamic;d2x/dt2_dynamic]=A•[x_dynamic;dx/dt_dynamic]+B•[u;du/dt]
Inputs u, du/dt, and matrices A and B
B=[b11, b12; b21, b22] which is still satisfies the LTI condition, BUT is still able to switched OFF so in that sense is a function of which-process time, i.e. if dynamics are turned off then B=[0,0;0,0].
But that does NOT mean that u nor du/dt are turned off (zero) necessarily.
I assert that x=x_dynamic + x_static.
-If fully still-static (dead) then x=x_static, and x_dynamic ARE zero and that includes x_dynamic’s time derivatives. (Also probably for this case du/dt and dy/dt should be zero. The input/output would not be zero/zero 0/0 as because input=u,output=y=x_static)
-if QAUSI-STATIC then x=x_quasistatic, and x_dynamic and it’s time derivatives are zero. But dy/dt is not necessarily zero, nor is du/dt necessarily zero.
I assign the OUTPUT process variables y and dy/dt to be equal to the x_quasistatic, and dx/dt_quasistatic respectively.
So the second “state space formulation” for the OUTPUTS is:
[y;dy/dt]=C•[x_dynamic;dx/dt_dynamic]+D•[u;du/dt]
[y;dy/dt]->[x_quasistatic;dx/dt_quasistatic]
[x_dynamic;dx/dt_dynamic]->[0;0]