|
In mathematics divided differences is a recursive division process. Euclid, Greek mathematician, 3rd century BC, known today as the father of geometry; shown here in a detail of The School of Athens by Raphael. ...
A Sierpinski triangle âa confined recursion of triangles to form a geometric lattice. ...
In mathematics, especially in elementary arithmetic, division is an arithmetic operation which is the inverse of multiplication. ...
The method can be used to calculate the coefficients in the interpolation polynomial in the Newton form. In the mathematical subfield of numerical analysis, polynomial interpolation is the interpolation of a given data set by a polynomial. ...
In the mathematical subfield of numerical analysis, a Newton polynomial, named after its inventor Isaac Newton, is the interpolation polynomial for a given set of data points in the Newton form. ...
Definition
Given n data points  the divided differences are defined as ![[y_{nu}] := y_{nu} qquad mbox{ , } nu = 0,ldots,n-1](http://upload.wikimedia.org/math/7/e/2/7e259a30c728c3a3a5d9be60a9adaa67.png) ![[y_{nu},ldots,y_{nu+j}] := frac{[y_{nu+1},ldots y_{nu+j}] - [y_{nu},ldots y_{nu+j-1}]}{x_{nu+j}-x_{nu}} qquad mbox{ , } nu = 0,ldots,n-j,j=1,ldots,n-1.](http://upload.wikimedia.org/math/9/c/b/9cb0fc27a0cd83970652cb35bdde6ab5.png) Notes If the data points are given as a function f(x)  we sometimes write ![f[x_{nu}] := f(x_{nu}) qquad mbox{ , } nu = 0,ldots,n-1](http://upload.wikimedia.org/math/2/0/2/202caee0efb35876a1210b6470570559.png) ![f[x_{nu},ldots,x_{nu+j}] := frac{f[x_{nu+1},ldots x_{nu+j}] - f[x_{nu},ldots x_{nu+j-1}]}{x_{nu+j}-x_{nu}} qquad mbox{ , } nu = 0,ldots,n-j,j=1,ldots,n-1.](http://upload.wikimedia.org/math/a/0/3/a03a70e7a745ee3d2bcff68ed9140b89.png) Example For the first few [yν] this yields - [y0] = y0
![[y_0,y_1] = frac{y_1-y_0}{x_1-x_0}](http://upload.wikimedia.org/math/8/e/2/8e22437cf714b7f746e56ecf702834a2.png) ![[y_0,y_1,y_2] = frac{frac{y_2-y_1}{x_2-x_1}-frac{y_1-y_0}{x_1-x_0}}{x_2-x_0}.](http://upload.wikimedia.org/math/6/d/1/6d19cd2cc249b5d9ac4592ae2a684cfe.png) To make the recursive process more clear the divided differences can be put in a tabular form ![begin{matrix} x_0 & y_0 = [y_0] & & & & & [y_0,y_1] & & x_1 & y_1 = [y_1] & & [y_0,y_1,y_2] & & & [y_1,y_2] & & [y_0,y_1,y_2,y_3] x_2 & y_2 = [y_2] & & [y_1,y_2,y_3] & & & [y_2,y_3] & & x_3 & y_3 = [y_3] & & & end{matrix}](http://upload.wikimedia.org/math/3/6/9/36962f47338444c859795fffde59efb4.png) Peano form The divided differences can be expressed as ![f[x_0,ldots,x_n] = frac{1}{n!} int_{x_0}^{x_n} f^{(n)}(t)B_{n-1}(t) , dt](http://upload.wikimedia.org/math/d/8/d/d8d253d490142fed289507e92cbd1270.png) where Bn-1 is a B-spline of degree n-1 for the data points x0,...,xn and f(n)(x) is the n derivative of the function f(x). In the mathematical subfield of numerical analysis a B-spline is a spline function which has minimal support with respect to a given degree, smoothness, and domain partition. ...
In mathematics, a derivative is the rate of change of a quantity. ...
This is called the Peano form of the divided differences and Bn-1 is called the Peano kernel for the divided differences, both named after Giuseppe Peano. Giuseppe Peano Giuseppe Peano (August 27, 1858 â April 20, 1932) was an Italian mathematician and philosopher best known for his contributions to set theory. ...
Forward differences When the data points are equidistantly distributed we get the special case called forward differences. They are easier to calculate than the more general divided differences. In mathematics, a finite difference is like a differential quotient, except that it uses finite quantities instead of infinitesimal ones. ...
Definition Given n data points  with  the divided differences can be calculated via forward differences defined as   Example  See also |