Problem
Given the IVP
y(t0) = y0
approximate y(t1).
Assumptions
The function f(t, y) should be continuous in both variables.
Tools
We will use Taylor series.
Initial Conditions
Set h = t1 − t0. Let y1 be the approximation of y(t1).
Process
Define
K0 = f( t0, y0 ) and
K1 = f( t0 + h, y0 + h K0 )
Then let
Note that for K1, t0 + h = t1, however we use the above notation to provide similarity with the next topic.
Copyright ©2005 by Douglas Wilhelm Harder. All rights reserved.