Can Runge-Kutta be used for problems with more than 2 independent variables?

  • Thread starter Thread starter hoomanya
  • Start date Start date
  • Tags Tags
    Runge kutta
hoomanya
Messages
86
Reaction score
0
Hi,

I am trying to use the Runge-Kutta method for a problem that looks like this:

dy/dt= f(u,v,r)
where y= r*L


I was wondering if dy/dt can be a function of more than 2 independent variables?

Also do I need to do some kind of uncoupling of r and L? (I think L can be in a way expressed in terms of u and v but that would make things even more complicated I guess. )

Thanks,

H
 
Physics news on Phys.org
Runge-Kutta works for only 1 independent variable, i.e t in this problem. Ultimately, u, v, r, L must all be expressed as functions of t for Runge-Kutta to work.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top