Set of ODEs with an additional condition

조회 수: 3 (최근 30일)
Ghazwan
Ghazwan 2016년 10월 23일
답변: Torsten 2016년 10월 28일
Hello, Let's say we have the following system of equations: x'=x+sin(y) y'=y+x And we know the boundary conditions. Also, we have the following condition that must be met in the solution of the two equations: log(x)+exp(x)-2*sin(y^2)=0 Is there an official title for this kind of problems? How to solve this system? Thank you!

채택된 답변

J. Alex Lee
J. Alex Lee 2016년 10월 26일
I think this is a differential algebraic equation (DAE)?
Documentation for ode15s might help.

추가 답변 (1개)

Torsten
Torsten 2016년 10월 28일
The two differential equations uniquely determine x and y. So you can't expect the algebraic relationship
log(x)+exp(x)-2*sin(y^2)=0
to be satisfied for the solution of the two differential equations
x'=x+sin(y) , y'=y+x.
Best wishes
Torsten.

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by