Thread Closed

A system of two second order differential equations

 
Share Thread Thread Tools
May9-06, 09:50 AM   #1
 

A system of two second order differential equations


I was wondering what the best method is to solve two second order differential equations that are coupled. I need to solve it by hand and write my own code so I cannot use built in functions in matlab, etc. At time (0), displacement and velocity are 0 with an initial acceleration which is dependent on pressure as a function of time.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
May11-06, 02:12 AM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Perhaps a little more detail would be helpful. Are these ordinary DEs? Linear? Homogeneous?
May11-06, 02:31 AM   #3
J77
 
...and...

Is it a computational project?

What language do you use?

fwiw, if it is, just write a simple Euler integration code (after putting the equations into first order form), see if it works and then compare with results from an RK4 code...
May11-06, 01:10 PM   #4
 

A system of two second order differential equations


I didn't know that I could put them into 4 first order equations, but I did it and it worked fine. Thank you.
Thread Closed
Thread Tools


Similar Threads for: A system of two second order differential equations
Thread Forum Replies
System of Second Order, Nonhomogeneous Differential Equations Differential Equations 3
differential equations-system of equations, cleaning up the great lakes... Calculus & Beyond Homework 1
second order system of differential equations in Matlab Math & Science Software 11
First Order Differential Equations Calculus & Beyond Homework 1
First Order Differential Equations Calculus & Beyond Homework 19