Where Can I Find Ralston's Fourth Order RK Coefficients?

  • Thread starter maistral
  • Start date
In summary, the conversation discusses the search for the coefficients of Ralston's Fourth-order Runge Kutta method, with the original poster mentioning seeing it before in a book and requesting help in finding it. Another participant suggests checking out an article and a link is shared with the desired method. The conversation ends with the original poster thanking the participants for their help.
  • #1
maistral
240
17
Does someone know the coefficients, or a source where I can get the coefficients of Ralston's Fourth-order RK? I swear I saw it before, lol. I just forgot where I saw it, as far as I remember it was a book and the coefficients were in decimal form.

Help will be greatly appreciated. Thanks guys. :D
 
Physics news on Phys.org
  • #2
Check out this article: https://controls.engin.umich.edu/wiki/index.php/ExcelModelingODE#Ralston.27s_Method

The Ralston method is a ways down from the top.
 
  • #4
Found it. Thanks :D
 
  • #5


Hello there,

I am familiar with Ralston's Fourth order RK method and I can provide you with the coefficients. However, I would suggest checking the original paper by Ralston (1957) for the exact coefficients as they may vary depending on the publication or source.

The coefficients for Ralston's Fourth order RK method are as follows:

k1 = h*f(xn, yn)
k2 = h*f(xn + h/2, yn + k1/2)
k3 = h*f(xn + h/2, yn + k2/2)
k4 = h*f(xn + h, yn + k3)

yn+1 = yn + (k1 + 2k2 + 2k3 + k4)/6

I hope this helps. Good luck with your research!
 

Related to Where Can I Find Ralston's Fourth Order RK Coefficients?

1. What is Ralston's Fourth order RK?

Ralston's Fourth order RK (Runge-Kutta) is a numerical method used to approximate the solution of ordinary differential equations (ODEs). It is a variation of the classic fourth order RK method, developed by William Ralston in 1962.

2. How does Ralston's Fourth order RK differ from other RK methods?

Ralston's Fourth order RK method uses a different set of coefficients compared to other fourth order RK methods, resulting in a slightly different formula for the approximation of the solution. It is generally considered to be more accurate and efficient compared to other fourth order RK methods.

3. What are some advantages of using Ralston's Fourth order RK?

Some advantages of using Ralston's Fourth order RK method include its high accuracy and efficiency in approximating the solution of ODEs. It also has a relatively simple formula and is easy to implement in computer programs.

4. Are there any limitations to using Ralston's Fourth order RK?

Like any numerical method, Ralston's Fourth order RK has its limitations. It may not be suitable for stiff ODEs or those with discontinuities or singularities. It also requires a certain level of mathematical understanding to properly implement and interpret the results.

5. How is Ralston's Fourth order RK used in scientific research?

Ralston's Fourth order RK is commonly used in various scientific fields, including physics, engineering, and biology, to solve ODEs that arise in mathematical models. It is particularly useful for simulating and analyzing complex systems that cannot be solved analytically.

Similar threads

Replies
1
Views
2K
  • Differential Equations
Replies
12
Views
1K
  • Introductory Physics Homework Help
Replies
1
Views
769
Replies
2
Views
2K
Replies
4
Views
3K
Replies
5
Views
1K
Replies
1
Views
3K
  • Differential Equations
Replies
1
Views
2K
  • High Energy, Nuclear, Particle Physics
Replies
13
Views
3K
Replies
131
Views
4K
Back
Top