21.04.2015 Views

The Computable Differential Equation Lecture ... - Bruce E. Shapiro

The Computable Differential Equation Lecture ... - Bruce E. Shapiro

The Computable Differential Equation Lecture ... - Bruce E. Shapiro

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CHAPTER 6. LINEAR MULTISTEP METHODS 127<br />

Method<br />

AM1<br />

AM2<br />

AM3<br />

AM4<br />

AM5<br />

AM6<br />

Table 6.2: Implicit Adams-Moulton Methods.<br />

Formula for y n − y n−1<br />

hf n (Backward Euler’s Method)<br />

h<br />

2 (f n + f n−1 ) (Trapezoidal Rule)<br />

h<br />

12 (5f n + 8f n−1 − f n−2 )<br />

h<br />

24 (9f n + 19f n−1 − 5f n−2 + f n−3 )<br />

h<br />

720 (251f n + 646f n−1 − 264f n−2 + 106f n−3 − 19f n−4 )<br />

h<br />

1440 (475f n + 1427f n−1 − 798f n−2 + 482f n−3 − 173f n−4 + 27f n−5 )<br />

Since s = 0 corresponds to t = t n ,<br />

d<br />

dt<br />

Hence<br />

( )∣<br />

−s ∣∣∣t=tn<br />

= 1 k h<br />

d<br />

ds<br />

= 1<br />

hk!<br />

( )∣<br />

−s ∣∣∣s=0<br />

⇐= (6.100)<br />

k<br />

d<br />

ds [(−s)(−s − 1)(−s − 2) · · · (−s − k + 1)] ∣<br />

∣∣∣s=0<br />

(6.101)<br />

k (k − 1)!<br />

= (−1) = (−1) k 1<br />

hk!<br />

hk<br />

y ′ (t n ) =<br />

ν∑<br />

k=0<br />

(6.102)<br />

1<br />

hk ∇k y n (6.103)<br />

Substituting this in the equation y ′ = f gives us the BDF formula or Gear’s<br />

Method is given by<br />

ν∑ 1<br />

k ∇k y n = hf(t n , y n ) (6.104)<br />

k=0<br />

Thus there are constants a 0 , a 1 , a 2 , . . . , a ν and b 0 , with a 0 = 1, such that<br />

ν∑<br />

a k y ν−k = hb 0 f(t n , y n ) (6.105)<br />

k=0<br />

<strong>The</strong> first several BDF methods using this formula are shown in Table 6.3, BDF<br />

methods are more stable than Adam’s-Moulton methods and have the advantage of<br />

being explicit like Adams-Bashforth. Unfortunately they are unstable for all values<br />

of ν ≥ 7.<br />

Example 6.4. Derive the BDF formula for ν = 2.<br />

c○2007, B.E.<strong>Shapiro</strong><br />

Last revised: May 23, 2007<br />

Math 582B, Spring 2007<br />

California State University Northridge

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!