- #1
Maniac_XOX
- 86
- 5
- Homework Statement
- Non-linear DE to state space
- Relevant Equations
- $$$$
Summary:: This is similar to the examples of electrical circuit state space analysis, I have been trying to find the state space equations from the following non linear first order differentials but I keep getting stuck. Any help?
A) Started off from non linear equations:
$$y' = \frac{\frac{40}{11}x - \frac{4}{11} xy + \frac{250}{2299}}{z}$$
$$z′=\frac{4}{11}u−\frac{3}{110}\sqrt{z}$$
B) Taylor series (although I've read that state space can be applied to non-linear systems, an advantage to PID, so do I really need to?)
\begin{align}y′\approx −\frac{80}{11}y+0.10874z+9.33884 \\
z′\approx −0.061z+0.3636u+0.0549 \end{align}
C) How to represent this system in state space form?
where:
\begin{align}
x' = Ax + Bu \\
y = Cx + Du
\end{align}
I have tried reversing the process in example 2, page 7 of http://web.mit.edu/2.14/www/Handouts/StateSpace.pdf where the author finds the differentials from the state equations.
Laplace transform of the linear differential z'
##z′=−az+bx−c## turns into $$Z_s=\frac{sbX_s−c}{s(s+a)}$$
Solved that for Zs, giving the output equation for state space.
Now i have: $$
Z_s=\frac{CX_s+DU_s}{s}=\frac{sbU_s−c}{s(s+a)}$$
To avoid confusion i have changed the input x from previous steps to U to keep the state space equation on the LHS conventional.
Is this a reasonable approach?
A) Started off from non linear equations:
$$y' = \frac{\frac{40}{11}x - \frac{4}{11} xy + \frac{250}{2299}}{z}$$
$$z′=\frac{4}{11}u−\frac{3}{110}\sqrt{z}$$
B) Taylor series (although I've read that state space can be applied to non-linear systems, an advantage to PID, so do I really need to?)
\begin{align}y′\approx −\frac{80}{11}y+0.10874z+9.33884 \\
z′\approx −0.061z+0.3636u+0.0549 \end{align}
C) How to represent this system in state space form?
where:
\begin{align}
x' = Ax + Bu \\
y = Cx + Du
\end{align}
I have tried reversing the process in example 2, page 7 of http://web.mit.edu/2.14/www/Handouts/StateSpace.pdf where the author finds the differentials from the state equations.
Laplace transform of the linear differential z'
##z′=−az+bx−c## turns into $$Z_s=\frac{sbX_s−c}{s(s+a)}$$
Solved that for Zs, giving the output equation for state space.
Now i have: $$
Z_s=\frac{CX_s+DU_s}{s}=\frac{sbU_s−c}{s(s+a)}$$
To avoid confusion i have changed the input x from previous steps to U to keep the state space equation on the LHS conventional.
Is this a reasonable approach?
Last edited: