The backward differentiation formula (BDF) is a family of implicit methods for the numerical integration of ordinary differential equations. They are linear multistep methods that, for a given function and time, approximate the derivative of that function using information from already computed time points, thereby increasing the accuracy of the approximation. These methods are especially used for the solution of stiff differential equations. The methods were first introduced by Charles F. Curtiss and Joseph O. Hirschfelder in 1952.[1] In 1967 the field was formalized by C. William Gear in a seminal paper based on his earlier unpublished work.[2]
A BDF is used to solve the initial value problem
y'=f(t,y), y(t0)=y0.
The general formula for a BDF can be written as
s | |
\sum | |
k=0 |
akyn+k=h\betaf(tn+s,yn+s),
where
h
tn=t0+nh
f
yn+s
ak
\beta
s
Starting from the formula one approximates
y(tn+s) ≈ yn+s
y'(tn+s) ≈ pn,'(tn+s)
pn,(t)
(tn,yn),\ldots,(tn+s,yn+s)
tn=t0+nh
h
s
The s-step BDFs with s < 7 are:[3]
Methods with s > 6 are not zero-stable so they cannot be used.
The stability of numerical methods for solving stiff equations is indicated by their region of absolute stability. For the BDF methods, these regions are shown in the plots below.
Ideally, the region contains the left half of the complex plane, in which case the method is said to be A-stable. However, linear multistep methods with an order greater than 2 cannot be A-stable. The stability region of the higher-order BDF methods contain a large part of the left half-plane and in particular the whole of the negative real axis. The BDF methods are the most efficient linear multistep methods of this kind.