FACTOID # 116: More than a third of the world's airports are in the United States of America.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Hermite interpolation

Hermite interpolation is a method closely related to the Newton divided difference method of interpolation in numerical analysis, that allows us to consider given derivatives at data points, 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 pieces of data given minus 1. 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. ... In the mathematical subfield of numerical analysis, interpolation is a method of constructing new data points from a discrete set of known data points. ... Numerical analysis is the study of algorithms for the problems of continuous mathematics (as distinguished from discrete mathematics). ... In mathematics, the derivative is defined to be the instantaneous rate of change of a function. ... In statistics, a data point is a single typed measurement. ...


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 xi is repeated n times, [xi,xi,...,xi] = f(n − 1)(xi) / (n − 1)!, e.g. [xi,xi,xi,xi] = f(3)(xi) / 3!, [xi,xi,xi] = f(2)(xi) / 2!, etc. The table is calculated in the exact same fashion as before. 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. ...


Example

The example used here will be the polynomial x^8 + 1. The values, first, and second derivatives at the points x = -1, x = 0, and x = 1 will be used. This means that 9 pieces of data will be used, and so the polynomial discovered will be of degree 8.

 -1 2 -1 2 -8 -1 2 -8 28 0 1 -1 7 -21 0 1 0 1 -6 15 0 1 0 0 -1 5 -10 1 2 1 1 1 1 -2 4 1 2 8 7 6 5 2 2 -1 1 2 8 28 21 15 10 4 1 1 

P(x) = 2 − 8(x + 1) + 28(x + 1)2 − 21(x + 1)3 + 15x(x + 1)3 − 10x2(x + 1)3 + 4x3(x + 1)3 − 1x3(x + 1)3(x − 1) + x3(x + 1)3(x − 1)2 = 2 − 8 + 18 − 21 − 8x + 56x − 63x + 15x + 28x2 − 63x3 + 45x2 − 10x2 − 21x3 + 45x3 − 30x3 + 4x3 + x3 + x3 + 15x4 − 30x4 + 12x4 + 2x4 + x4 − 10x5 + 12x5 − 2x5 + 4x5 − 2x5 − 2x5x6 + x6x7 + x7 + x8 = x8 + 1.


Error

The error of the function when used to approximate the value at a point is always going to be for some point c between the furthest x-value used and the x-value approximated: where a is the number of pieces of data, n is the number of x-values minus 1, and Ni is the number of pieces of data used at xi. This is because the function cannot change more quickly from the estimated Hermite interpolation polynomial than its a-th derivative divided by a! multiplied by the distance of the point of evaluation from the known points.


  Results from FactBites:
 
Interpolation - Wikipedia, the free encyclopedia (1045 words)
In the mathematical subfield of numerical analysis, interpolation is a method of constructing new data points from a discrete set of known data points.
Interpolation is a specific case of curve fitting, in which the function must go exactly through the data points.
For instance, rational interpolation is interpolation by rational functions, and trigonometric interpolation is interpolation by trigonometric polynomials.
Hermite interpolation - Wikipedia, the free encyclopedia (401 words)
Hermite interpolation is a method closely related to the Newton divided difference method of interpolation in numerical analysis, that allows us to consider given derivatives at data points, 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 pieces of data given minus 1.
This is because the function cannot change more quickly from the estimated Hermite interpolation polynomial than its a-th derivative divided by a!
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.