how to numerically solve a coupled ode?
Mostrar comentarios más antiguos
Hi,
Please help to solve the following ODE or numerically solve it (get theta(t) and phi(t)):
ODE 1 :
thetaDoubleDot = ((36297*cos(theta))/2 + (80*sin(phi)*(- CA*cos(phi - theta)*phiDot^2 + 4*cos(theta)*thetaDot^2 + CA*phiDoubleDot*sin(phi - theta)))/cos(phi - theta))/((320*sin(phi)*sin(theta))/cos(phi - theta) - 1300/3)
ODE 2:
phiDoulbeDot = (sin(phi - theta)*((1300*thetaDoubleDot)/3 + (36297*cos(theta))/2 + (80*sin(phi)*(- CA*sin(phi - theta)*phiDot^2 + 4*sin(theta)*thetaDot^2 + 4*thetaDoubleDot*cos(theta) + 981/100))/sin(phi - theta)))/(80*CA*cos(phi - theta)*sin(phi))
The thing is that they are coupled. As in the first ODE contain phiDoubleDot and the second ODE contain thetaDoubleDot.
Regards,
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!