how to solve ODE that contains integration over time?

13 ビュー (過去 30 日間)
Gefen Baranes
Gefen Baranes 2021 年 11 月 12 日
回答済み: Bjorn Gustavsson 2021 年 11 月 12 日
Hi,
I need to solve the attached ODE. I known how to handle with X as a matrix. My problem is the integral. How can I plug it inside the ODE45 solver? Is it possible on Matlab?
Thank you!

回答 (1 件)

Bjorn Gustavsson
Bjorn Gustavsson 2021 年 11 月 12 日
For this type of integro-differential equations the standard "first-stab" trick is to differentiate it one step, which should give you the second-derivative of X on the LHS and something you can work out analytically for the RHS such that the integral will vanish when taking the limit of the RHS derivative. Then you'll have a system of second-order ODEs.
HTH

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by