![]()
MATH566 Lesson 24: Numerical ODE - IVP
|
Runge-Kutta methods
Analysis of linear multistep methods
Boundary locus method
![]()
Runge-Kutta methods
|
An ODE is an equality between two operators acting on
Numerical methods have been introduced to approximate:
(Euler, leapfrog)
, after integration over a time step , , Adams methods
Yet another alternative technique to obtain a numerical method is to seek a weighted average of the slopes over a time step
The parameters (weights), and (evaluation points) are found by Taylor series expansions
![]()
Runge-Kutta method example RK4
|
A very widely used method is RK4
As suggested by the name, RK4 is fourth order of accuracy over a finite interval , and has a one-step error of fifth order
![]()
Analysis of Adams-Bashforth, Adams-Moulton
|
A-B, A-M schemes are examples of linear multistep methods (LMMs)
Applied to an LMM leads to
The above is a finite difference equation. Guess solutions of form , and obtain a characteristic equation of form
with the polynomials
Consistency requires
Stability requires roots of to satisfy .