PDA

View Full Version : Runge-Kutta problem


maxtor101
Nov30-10, 09:01 AM
Hey all!

I'm trying to use the Runge-Kutta method on this differential equation but I am getting nowhere and it's starting to confuse me :S

Any help would be greatly appreciated!


\frac{dx_{1}}{dt} = g_{2} \frac{y_{2} - y_{1}}{{|r_{2} - r_{1}|}^2}

AlephZero
Nov30-10, 11:41 AM
Give us a clue: tell us how {y}_{1}, y_2, r_1, r_2, and g_2 depend on x_1 and t.

(If they were all constants, the solution is rather trivial!)

EnumaElish
Nov30-10, 02:31 PM
In addition to AlephZero's question, is there a simultaneous equation for dx2/dt ? (If not, why is there subscript on x?)