Solving a system of ODE with BCs

조회 수: 5 (최근 30일)
Elia Paini
Elia Paini 2021년 4월 20일
댓글: Elia Paini 2021년 4월 24일
Hi, I'm trying to solve a system of 2 ODE with boundary conditions.
The integration variable is r, which is the sferical coordinate (radius of a sphere). At the end of the simulation I should get the values of A and B as a functions of r, where the maximum value of r is 1.
k,c,a,b are constants.
The system is as follows:
Equations:
BCs:
I converted the system to first order one, as follows:
Equations:
BCs:
Y3(0)=Y4(0)=0
Y1(1)=a
Y2(1)=b
How can I solve it?
Thank you!

채택된 답변

Divija Aleti
Divija Aleti 2021년 4월 23일
Hi Elia,
The following link gives an example of how to solve a system of two first-order differential equations with boundary conditions. Similarly, you can solve for your converted system of four first order differential equations.
Hope this helps!
Regards,
Divija
  댓글 수: 5
Elia Paini
Elia Paini 2021년 4월 23일
Ok, thank you!!
Elia Paini
Elia Paini 2021년 4월 24일
I tried to use the way you suggested me, but Matlab can't find a solution. The message is as follows:
Warning: Unable to find symbolic solution.
I think that, because the complexity of the system, bvp4c must be used. In this way, results are correct.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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