Five-point stencil
From Wikipedia, the free encyclopedia
In numerical analysis, given a square grid in one or two dimensions, the five-point stencil of a point in the grid is made up of the point itself together with its four "neighbors". It is used to write finite difference approximations to derivatives at grid points.
Contents |
[edit] One dimension
In one dimension, if the spacing between points in the grid is h, then the five-point stencil of a point x in the grid is
- .
[edit] First derivative
The first derivative of a function f of a real variable at a point x can be approximated using a five-point stencil as
[edit] Obtaining the formula
This formula can be obtained by writing out the four Taylor series of and up to terms of h3 (or up to terms of h5 to get an error estimation as well) and solving this system of four equations to get f'(x). Actually, we have at points (x + h) and (x − h)
Evaluating (E1 + ) − (E1 − ) gives us
Note that the residual term O1(h4) should be of the order of h5 instead of h4 because if the terms of h4 had been written out in (E1 + ) and (E1 − ), it can be seen that they would have canceled each other out by f(x + h) − f(x − h). But for this calculation, it is left like that since the order of error estimation is not treated here (cf below).
Similarly, we have
(E2 + ) − (E2 − ) gives us
In order to eliminate the terms of f(3)(x), calculate
thus giving the formula as above.
[edit] Estimated error
The error in this approximation is of order h4. That can be seen from the expansion
which can be obtained by expanding the left-hand side in a Taylor series. Alternatively, apply Richardson extrapolation to the central difference approximation to f'(x) on grids with spacing 2h and h.
[edit] Higher derivatives
The centered difference formulas for five-point stencils approximating second, third, and fourth derivatives are
[edit] Estimated errors
The errors in these approximations are O(h4), O(h2) and O(h2) respectively.[1]
[edit] Relationship to Lagrange interpolating polynomials
As an alternative to deriving the finite difference weights from the Taylor series, they may be obtained by differentiating the Lagrange polynomials
where the interpolation points are
Then, the quartic polynomial p4(x) interpolating f(x) at these five points is
and its derivative is
So, the finite difference approximation of f'(x) at the middle point x = x2 is
Evaluating the derivatives of the five Lagrange polynomials at x = x2 gives the same weights as above. This method can be more flexible as the extension to a non-uniform grid is quite straightforward.
[edit] Two dimensions
In two dimensions, if for example the size of the squares in the grid is h by h, the five point stencil of a point (x,y) in the grid is
This stencil is often used to approximate the Laplacian of a function of two variables:
The error in this approximation is O(h2).[2]
[edit] Notes
[edit] References
- Abramowitz, Milton & Stegun, Irene A. (1970), Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, Dover. Ninth printing. Table 25.2.