Problem
Given the IVP
y(t0) = y0
y(1)(t0) = y0(1)
y(2)(t0) = y0(2)
⋅
⋅
⋅
y(n − 1)(t0) = y0(n − 1)
approximate y(t1).
Assumptions
The function f(t, y, y(t), y(1)(t), y(2)(t), ..., y(n − 1)(t)) should be continuous in all variables.
Tools
We will convert the nth-order IVP into a system of 1st-order IVPs and then use the techniques we have seen for IVPs.
Process
Define:
y1(t) = y(1)(t)
y2(t) = y(2)(t)
⋅
⋅
yn − 1(t) = y(n − 1)(t)
and
y1(t0) = y0(1)
y2(t0) = y0(2)
⋅
⋅
yn − 1(t0) = y0(n − 1)
Next, define the vector-valued function
the vector-valued function
and the initial vector
we may now write the nth-order IVP as the 1st-order IVP
y(t0) = y0
We may now use all the techniques we have used for 1st-order IVPs, only now, to vectors instead of scalars.
Copyright ©2005 by Douglas Wilhelm Harder. All rights reserved.