(a) An s-step method for solving the ordinary differential equation
dtdy=f(t,y)
is given by
l=0∑sρlyn+l=hl=0∑sσlf(tn+l,yn+l),n=0,1,…
where ρl and σl(l=0,1,…,s) are constant coefficients, with ρs=1, and h is the time-step. Prove that the method is of order p⩾1 if and only if
ρ(ez)−zσ(ez)=O(zp+1)
as z→0, where
ρ(w)=l=0∑sρlwl,σ(w)=l=0∑sσlwl
(b) Show that the Adams-Moulton method
yn+2=yn+1+12h(5f(tn+2,yn+2)+8f(tn+1,yn+1)−f(tn,yn))
is of third order and convergent.
[You may assume the Dahlquist equivalence theorem if you state it clearly.]