monty37
- 225
- 1
why is the 4th order Runge -Kutta method widely used than the 2nd or 3rd,for
solving ordinary differential equations?
solving ordinary differential equations?
arildno said:Cost-effectiveness.
Although 2. and 3.order Runge-Kutta are quicker than 4th order, they are much less exact.
For orders higher than 4, those take too long time to compute.
On another note:
Although I won't vouch for at which order this will become significant, the upper limit of an approximate scheme in terms of exactness will be when the finite arithmetic of the computer starts messing with the answers we want.
matematikawan said:I agree with you. Just that I never see RK3 formula in the literatures. Why is that so?