Transform differential equations into state space form

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
irishetalon00
Messages
20
Reaction score
2

Homework Statement


I have derived the differential equations of a system. They are like the following:
[tex] a\ddot{\theta} - b\ddot{x} + c \theta = 0 \\<br /> d\ddot{\theta} + e\ddot{x} = F(t)[/tex]
where a,b,c,d,e are constants.

I'm having trouble putting it into state space form, since I have the highest derivative in both equations. Can anyone show me how this is done?

Homework Equations

The Attempt at a Solution

 
Physics news on Phys.org
You have: ##\ddot{\theta}(ae+db)+(ec)\theta = cF(t)##, from this you can pick ##u=\theta , v =\dot{\theta}##, another equation is:
##(ea+bd)\ddot{x}-cd\theta=aF(t)##, I don't see how to use this equation; do you have other constraints?
 
Thank you for looking into this. How did you transform into the equations you have listed?

No, I don't have any other constraints, unfortunately.
 
The RHS of the first equation should be: ##bF(t)##, I just multiplied ##b## the second equation and multiplied the first equation by ##e## and added the two equations.Similar operations have been done to make my second equation.