Axecutioner
- 31
- 0
I need to find the equation of motion of a double pendulum, as shown here:
I've gotten as far as the two euler-lagrange differential equations, simplified to this:
K1\ddot{θ}1 + K2\ddot{θ}2cos(θ1 - θ2) + K3\dot{θ}22sin(θ1 - θ2) + K4sin(θ1) = 0
K5\ddot{θ}2 + K6\ddot{θ}1cos(θ1 - θ2) + K7\dot{θ}12sin(θ1 - θ2) + K8sin(θ2) = 0
Assuming initial conditions \ddot{θ}1o, \dot{θ}1o, θ1o, \ddot{θ}2o, \dot{θ}2o, θ2o
What would these equations of motion be?
θ1(t) =
θ2(t) =
I was told it could be done in MATLAB but I don't have the software or know how to use it yet so any help would be appreciated. Step-by-step solution would be even better. Thanks in advance.
I've gotten as far as the two euler-lagrange differential equations, simplified to this:
K1\ddot{θ}1 + K2\ddot{θ}2cos(θ1 - θ2) + K3\dot{θ}22sin(θ1 - θ2) + K4sin(θ1) = 0
K5\ddot{θ}2 + K6\ddot{θ}1cos(θ1 - θ2) + K7\dot{θ}12sin(θ1 - θ2) + K8sin(θ2) = 0
Assuming initial conditions \ddot{θ}1o, \dot{θ}1o, θ1o, \ddot{θ}2o, \dot{θ}2o, θ2o
What would these equations of motion be?
θ1(t) =
θ2(t) =
I was told it could be done in MATLAB but I don't have the software or know how to use it yet so any help would be appreciated. Step-by-step solution would be even better. Thanks in advance.