- Hermite interpolation
Hermite interpolation is a method closely related to the Newton divided difference method of
interpolation innumerical analysis , that allows us to consider givenderivative s atdata point s, as well as the data points themselves. The interpolation will give a polynomial that has a degree less than or equal to the number of both data points and their derivatives, minus 1.Usage
The derivatives are treated as extra points, and in the divided difference table, the points are repeated. To avoid division by zero, the values where the division by zero would take place are replaced with the derivatives, multiplied by a constant, depending on the position in the table. For example, using the notation on the
Newton polynomial article, if point is repeated times, , e.g.:
:
etc.
The table is calculated in the exact same fashion as before.
Example
The example used here will be the polynomial . The values, first, and second derivatives at the points , , and will be used. This means that 9 pieces of data will be used, and so the polynomial discovered will be of degree 8.
:
:
Error
The error of the function when used to approximate the value at a point is always going to be for some point between the furthest -value used and the -value approximated: where is the number of pieces of data, is the number of -values minus 1, and is the number of pieces of data used at . This is because the function cannot change more quickly from the estimated Hermite interpolation polynomial than its -th derivative divided by multiplied by the distance of the point of evaluation from the known points.
ee also
*
Cubic Hermite spline
*Newton series
*Neville's schema
*Polynomial interpolation
*Lagrange form of the interpolation polynomial
*Bernstein form of the interpolation polynomialExternal links
* [http://mathworld.wolfram.com/HermitesInterpolatingPolynomial.html Hermites Interpolating Polynomial] at Mathworld
Wikimedia Foundation. 2010.