- #1
Maniac_XOX
- 86
- 5
- Homework Statement
- I keep seeing examples using second order where the x1 replaces the y' and x2 replaces y'' giving two differentials x2 = x1' and x2' = f(x,u) where u is the input. What if have two non-linear first order differentials?
- Relevant Equations
- Started off from non linear equations:
1) $$y' = \frac{c_1 u - c_2uy + c_3}{z}$$
2)$$z' = c_4u - c_5 \sqrt{z}$$
After linearizing (although i've read that state space can use non-linear systems)
1) $$y' = -k_1y-k_2z+k_3$$
2) $$ z' = -k_4 z +k_5 u - k_6$$
where c and k are constants
How to represent this system in state space form?
where:
$$ x' = Ax + Bu \text{ and
}y = Cx + Du$$
I am trying to create a state space model based on these equations on simulink, need to find A, B, C and D but like I mentioned, i cannot find the solution when the differentials are not of second order.
where:
$$ x' = Ax + Bu \text{ and
}y = Cx + Du$$
I am trying to create a state space model based on these equations on simulink, need to find A, B, C and D but like I mentioned, i cannot find the solution when the differentials are not of second order.