Homework
1. Show that all the roots of the first characteristic polynomial of a LMM(k) method with αj=−αk−j, for all j, are simple and lie on the unit circle.
2. Show that yn+2+4yn+1−5yn=h(4fn+1+3fn) is the explicit 2-step LMM method with highest order. Write a matlab function that implements this method to integrate the ODE y′=y, y(0)=1 on x∈[0,1]. Plot the resulting approximate solution for different choices of the step length h={1/10, 1/25, 1/50, …} and observe that the method is not stable.
3. Show that
- there is no LMM(k) of order 2k+1;
- there is a unique implicit LMM(k) of order 2k;
- there is a unique explicit LMM(k) of order 2k−1.