Problem Sheet 4 - Multistep Methods#
Question 1#
a) Apply the 3-step Adams-Bashforth to approximate the solution of the given initial value problems using the indicated number of time steps. Compare the approximate solution with the given exact solution:
with the initial condition \(y(0)=1,\) Let \(N=4\), with the exact solution
b) Apply the 3-step Adams-Bashforth to approximate the solution of the given initial value problems using the indicated number of time steps. Compare the approximate solution with the given exact solution:
with the initial condition \(y(0)=2,\) Let \(N=4\), with the exact solution
Question 2#
a) Apply the 2-step Adams-Moulton Method to approximate the solution of the given initial value problems using the indicated number of time steps. Compare the approximate solution with the given exact solution:
with the initial condition \(y(0)=1,\) Let \(N=4\), with the exact solution
b) Apply the 2-step Adams-Moulton Method to approximate the solution of the given initial value problems using the indicated number of time steps. Compare the approximate solution with the given exact solution:
with the initial condition \(y(0)=2,\) Let \(N=4\), with the exact solution
Question 3#
Derive the difference equation for the 1-step Adams-Bashforth method:
with the local truncation error
where \(\mu_n \in (t_{n},t_{n+1})\).
Question 4#
Derive the difference equation for the 2-step Adams-Bashforth method:
with the local truncation error
where \(\mu_n \in (t_{n-1},t_{n+1})\).
Question 5#
Derive the difference equation for the 3-step Adams-Bashforth method:
with the local truncation error
where \(\mu_n \in (t_{n-2},t_{n+1})\).
Question 6#
Derive the difference equation for the 0-step Adams-Moulton method:
with the local truncation error
where \(\mu_n \in (t_{n-2},t_{n+1})\).
Question 7#
Derive the difference equation for the 1-step Adams-Moulton method:
with the local truncation error
where \(\mu_n \in (t_{n},t_{n+1})\).
Question 8#
Derive the difference equation for the 2-step Adams-Moulton method:
with the local truncation error
where \(\mu_n \in (t_{n-1},t_{n+1})\).
Question 9#
Derive the difference equation for the 3-step Adams-Moulton method:\
with the local truncation error
where \(\mu_n \in (t_{n-2},t_{n+1})\).