how to numerically solve a coupled ode?
显示 更早的评论
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,
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!