Explain 4th Order Runge Kutta Method in Layman's Terms

  • Thread starter Thread starter big_lebowski
  • Start date Start date
  • Tags Tags
    Method Runge kutta
Click For Summary
The fourth order Runge-Kutta method is a numerical technique used to solve ordinary differential equations more accurately than simpler methods like Euler's method. It improves accuracy by calculating four slope estimates: one at the start, two at the midpoint, and one at the end of the interval. These slopes are averaged to create a "mean" slope, which is then used to determine the next point in the solution. This approach minimizes errors that can accumulate when using only tangent lines for projections. Overall, the method provides a reliable way to approximate solutions while reducing the impact of initial inaccuracies.
big_lebowski
Messages
1
Reaction score
0
can anyone please explain the fourth order runge kutta method in laymans terms. I've to describe in detail for a report.
 
Physics news on Phys.org
In layman's terms? That is, you understand, considerably more complicated than using the correct mathematical terms.

I'll try! The problem with the simple "Euler's method", use the derivative to project a tangent line and follow that to the next point, is that any error in using a tangent line instead of the curve itself is magnified: not only is the next tangent line, in the next step, starting from a slightly wrong point, but we are using the wrong values in calculating the slope there.

Runge-Kutta, in general, is a "predictor-corrector" method. In a fourth-order Runge-Kutta, in particular, we use the slope at the initial point to "predict" the value at half the step we are using. We calculate the slope at that new point, then go back and average the two slopes. We use that to calculate a new point at the half way value and again calculate the slope there. Using those three slope values, calculate a value at the end of the step and find the slope there. Now we have 4 slope values to use: one at the left end of the step, two in the middle, and one at the right end. Average those 4 values to get a "mean" slope to use for the entire step. Moving forward from our initial point using that "mean" slope gives the next point.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 65 ·
3
Replies
65
Views
7K
  • · Replies 16 ·
Replies
16
Views
3K
Replies
3
Views
2K
Replies
5
Views
2K