Backward differentiation formula
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 times, thereby increasing the accuracy of the approximation. These methods are especially used for the solution of stiff differential equations.
Contents |
[edit] General formula
A BDF is used to solve the initial value problem
BDFs are a kind of linear multistep method that are particularly useful for stiff equations. The general formula for a linear mulitistep method can be written as [1]
where h denotes the step size,
denotes
, and the coefficients,
and
, determine the particular linear multistep method. The family of BDFs consist of the methods arising from the case
for
.[1] The general formula for a BDF can be written as [1]
BDF methods are implicit and, as such, require the solution of non-linear equations at each step. Typically, a modified Newton's method is used to solve these non-linear equations. [1]
[edit] References
Further Help: http://sundials.wikidot.com/bdf-method
[edit] Citations
[edit] Referred work
- Ascher, U. M.; Petzold, L. R. (1998), Computer Methods for Ordinary Differential Equations and Differential-Algebraic Equations, SIAM, Philadelphia, ISBN 0-89871-412-5.
| This applied mathematics-related article is a stub. You can help Wikipedia by expanding it. |


