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

  • Context: Graduate 
  • Thread starter Thread starter hoomanya
  • Start date Start date
  • Tags Tags
    Runge kutta
Click For Summary
SUMMARY

The Runge-Kutta method is applicable only for problems with a single independent variable, specifically time (t). In the discussed scenario, the equation dy/dt = f(u, v, r) requires that all variables (u, v, r, L) be expressed as functions of t for the method to be valid. The necessity of uncoupling r and L is highlighted, as L can potentially be expressed in terms of u and v, complicating the implementation. Therefore, for successful application of Runge-Kutta, all variables must be appropriately defined in relation to the independent variable.

PREREQUISITES
  • Understanding of the Runge-Kutta method
  • Familiarity with ordinary differential equations (ODEs)
  • Knowledge of variable dependency in mathematical modeling
  • Basic skills in expressing functions of multiple variables
NEXT STEPS
  • Research the application of the Runge-Kutta method in solving ordinary differential equations
  • Explore techniques for variable uncoupling in mathematical models
  • Learn about expressing multiple variables as functions of a single independent variable
  • Investigate alternative numerical methods for systems with multiple independent variables
USEFUL FOR

Mathematicians, engineers, and researchers dealing with differential equations, particularly those exploring numerical methods for complex systems with multiple variables.

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.
 

Similar threads

  • · Replies 65 ·
3
Replies
65
Views
9K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
8K
  • · Replies 6 ·
Replies
6
Views
5K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K