Solving a system of ODE with BCs
    17 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Elia Paini
 il 20 Apr 2021
  
    
    
    
    
    Commentato: Elia Paini
 il 24 Apr 2021
            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!
0 Commenti
Risposta accettata
  Divija Aleti
    
 il 23 Apr 2021
        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 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Ordinary Differential Equations in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

