State Space Form of Projectile EOM with Air Resistance

stdtoast
Messages
2
Reaction score
0
I have equations of motion for a projectile with air resistance: where q = [x; y]

m \ddot{q_1} = -k \dot{q_1}
m \ddot{q_2} = -k \dot{q_2} - mg

I need to convert it into state space form, with the state X = [q; \dot{q}]. I'm told state-space form is a first order vector ODE: \dot{X} = [\dot{q}; \ddot{q}] = f(X)

Now I'm confused. I can write my equations of motions in matrix form like: m\ddot{q} = -k \dot{q} - [0; mg]. Is writing this in state-space form like vectorizing it again? Also, is f(X) a matrix? It's hard for me to figure out the problem without understanding the notation...
 
Physics news on Phys.org
Nevermind, got it. Was a lot easier than I thought.
 
To solve this, I first used the units to work out that a= m* a/m, i.e. t=z/λ. This would allow you to determine the time duration within an interval section by section and then add this to the previous ones to obtain the age of the respective layer. However, this would require a constant thickness per year for each interval. However, since this is most likely not the case, my next consideration was that the age must be the integral of a 1/λ(z) function, which I cannot model.
Back
Top