Consider the multistep method for numerical solution of the differential equation y′=f(t,y) :
l=0∑sρlyn+l=hl=0∑sσlf(tn+l,yn+l),n=0,1,…
What does it mean to say that the method is of order p, and that the method is convergent?
Show that the method is of order p if
l=0∑sρl=0,l=0∑slkρl=kl=0∑slk−1σl,k=1,2,…,p
and give the conditions on ρ(w)=∑l=0sρlwl that ensure convergence.
Hence determine for what values of θ and the σi the two-step method
yn+2−(1−θ)yn+1−θyn=h[σ0f(tn,yn)+σ1f(tn+1,yn+1)+σ2f(tn+2,yn+2)]
is (a) convergent, and (b) of order 3 .