*** Welcome to piglix ***

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.

A BDF is used to solve the initial value problem

The general formula for a BDF can be written as

where denotes the step size and . Since is evaluated for the unknown , BDF methods are implicit and possibly require the solution of nonlinear equations at each step. The coefficients and are chosen so that the method achieves order , which is the maximum possible.


...
Wikipedia

...