Lesson 2 Numerical Solutions of IVP
Lesson 2 Numerical Solutions of IVP
(2.1)
ti+1 = ti + h, i = 0, 1, . . . , N 1;
where h is called the step size.
tN = b
2-1
We shall use the following notation for the the approximation of solution of IVPs
un y (tn ) =: yn .
Single or Multi Step Methods: If the method advances the solution from
one grid point to the next grid point using only data at the single grid point, that is, un+1 depends only on un , it is called one-step or single step method otherwise it is called multistep method.
un+1 = un + h(tn , un , fn , h)
2-2
2-3