State Space: time dependent states but time-independent output

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 1K views
phys_student1
Messages
104
Reaction score
0
Let:
$$x_1=A\sin{\omega t}$$ $$x_2=\dot{x}_1=A\omega \cos{\omega t}$$ $$y=A\omega$$
We want to represent this system in a state space model. The state transition matrix read:
$$A=\begin{bmatrix} 0 & 1 &\\ -\omega^2 & 0 \\ \end{bmatrix}$$ I am not sure what the output matrix will be like. Can we say
$$y=A\omega=\frac{-x_2}{\cos{\omega t}}$$
So that:
$$C=\begin{bmatrix} 0 & \frac{-1}{\cos{\omega t}} \end{bmatrix}$$
 
Engineering news on Phys.org
But this blows up if cos(x)=0, although the original output would not!
 
So one point that I overlooked, state space representation is really only valid for linear systems.
sinusoidal functions are not linear.
the state space representation also should not contain time as a variable, as it demonstrates how the system responds over time.

I was incorrect to say it looked fine :(
 
you need to modify your system, or representation of the system, such that it is linear and time independent