System of DEs with different denominators

  • Thread starter Thread starter sebasbri
  • Start date Start date
  • Tags Tags
    System
sebasbri
Messages
5
Reaction score
0
system of DEs with different "denominators"

Hi,

Sorry in advance for the lack of knowledge of the techincal terms.

I am trying to solve a system of differential equations numerically, and I am not sure how to go about it. I've got 7 equations total; 5 of the form dT/dt = f(T1,T2,T3...) and 2 of the form dT/dx = f(T1,T2,T3...) .

***Note*** dT could be dT1, dT2, dT3...

How can I solve this numerically? I was looking at Runge-Kutta, but I'm not sure that I can since some equations have different "denominators".

Does anybody understand what I'm trying to ask? If you need more info, let me know.

I attached a pdf of the equations if that can help... Those equations will actually change (I just wrote them up really quickly, and I know that there are lots of mistakes in them) but it should give you a good idea of the problem. Some of the h coefficient are functions of T, m1 and m2 are functions of x.

Thanks for any kind of help
 

Attachments

Last edited:
Physics news on Phys.org
So these are partial differential equations? That is your functions depend upon the two independent variables x and t?
 
Yes. I wasn't sure if you could call them partial because each equation only depends on dT/dx or dT/dt, not both at the same time.

As you probably suspect, math is NOT my forte. I am just starting a Masters in mech. eng. and my differential equations course was 3 years ago. I forgot everything I learned in that class as soon as I wrote the final ;) I do remember most of my numerical classes though (although I don't believe we spent much time on systems of differential equations).
HallsofIvy said:
So these are partial differential equations? That is your functions depend upon the two independent variables x and t?
 
Last edited:
Back
Top