As in the previous chapter, we seek numerical methods for boundary value problems (BVPs) based on our knowledge of methods for initial value problems (IVPs). But unlike the previous chapter, here we will not integrate IVPs. Rather, we consider the suitability of the discretizations studied in Chapters 3, 4, and 5 for BVPs. Consider a system of ordinary differential equations (ODEs) of order m,
y′ = f (t, y), 0 < t < b, (8.1)
subject to m two-point boundary conditions
g(y(0), y(b)) = 0. (8.2)
Define a mesh (or a sequence of steps; we refer to the entire mesh as π)
π = {0 = t0 < t1 < … < tN-1 < tN = b}
with hn = tn — tn-1 the nth step size, and consider solving for
y0, y1, …, yN-1, yN
with yn the intended approximation of y(tn). The following observations are straightforward.