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!