To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Five-point stencil

From Wikipedia, the free encyclopedia

An illustration of the five-point stencil in one and two dimensions (top, and bottom, respectively).

In numerical analysis, given a square grid in one or two dimensions, the five-point stencil of a point in the grid is a stencil made up of the point itself together with its four "neighbors". It is used to write finite difference approximations to derivatives at grid points. It is an example for numerical differentiation.

YouTube Encyclopedic

  • 1/5
    Views:
    5 421
    1 136
    803
    531
    108 516
  • ECE6340 Lecture 7.6: Five-Point Stencial for the FDM
  • PRACE Video Tutorial - PETSc Tutorial: Matrices (4/5)
  • Numerical Differentiation in MATLAB
  • The Hierarchical Poincare-Steklov scheme - Adrianna Gillman
  • MIT Numerical Methods for PDE Lecture 3: Finite Difference for 2D Poisson's equation

Transcription

In 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

1D 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:[1]

The center point f(x) itself is not involved, only the four neighboring points.

Derivation

This formula can be obtained by writing out the four Taylor series of f(x ± h) and f(x ± 2h) 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 gives us

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(xh). But for this calculation, it is left like that since the order of error estimation is not treated here (cf below).

Similarly, we have

and gives us

In order to eliminate the terms of ƒ(3)(x), calculate 8 × (E1) − (E2)

thus giving the formula as above. Note: the coefficients of f in this formula, (8, -8,-1,1), represent a specific example of the more general Savitzky–Golay filter.

Error estimate

The error in this approximation is of order h 4. That can be seen from the expansion[2]

which can be obtained by expanding the left-hand side in a Taylor series. Alternatively, apply Richardson extrapolation to the central difference approximation to on grids with spacing 2h and h.

1D higher-order derivatives

The centered difference formulas for five-point stencils approximating second, third, and fourth derivatives are

The errors in these approximations are O(h4), O(h2) and O(h2) respectively.[2]

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 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.

In 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 (xy) in the grid is

forming a pattern that is also called a quincunx. This stencil is often used to approximate the Laplacian of a function of two variables:

The error in this approximation is O(h 2),[3] which may be explained as follows:

From the 3 point stencils for the second derivative of a function with respect to x and y:

If we assume :

See also

References

  1. ^ Sauer, Timothy (2012). Numerical Analysis. Pearson. p. 250. ISBN 978-0-321-78367-7.
  2. ^ a b Abramowitz & Stegun, Table 25.2
  3. ^ Abramowitz & Stegun, 25.3.30
This page was last edited on 15 May 2024, at 07:20
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.