
Lagrange Interpolating Polynomial
The Lagrange interpolating polynomial is thepolynomial of degree
that passes through the
points
,
, ...,
, and is given by
(1) |
where
(2) |
Written explicitly,
(3) |
The formula was first published by Waring (1779), rediscovered by Euler in 1783, and published by Lagrange in 1795 (Jeffreys and Jeffreys 1988).
Lagrange interpolating polynomials are implemented in theWolfram Language asInterpolatingPolynomial[data,var]. They are used, for example, in the construction ofNewton-Cotes formulas.
When constructing interpolating polynomials, there is a tradeoff between having a better fit and having a smooth well-behaved fitting function. The more data points that are used in the interpolation, the higher the degree of the resulting polynomial, and therefore the greater oscillation it will exhibit between the data points. Therefore, a high-degree interpolation may be a poor predictor of the function between points, although the accuracy at the data points will be "perfect."
For points,
(4) | |||
(5) |
Note that the function passes through the points
, as can be seen for the case
,
(6) | |||
(7) | |||
(8) |
Generalizing to arbitrary,
(9) |
The Lagrange interpolating polynomials can also be written using what Szegö (1975) called Lagrange's fundamental interpolating polynomials. Let
(10) | |||
(11) | |||
(12) | |||
(13) |
so that is an
th degreepolynomial with zeros at
, ...,
. Then define the fundamental polynomials by
(14) |
which satisfy
(15) |
where is theKronecker delta. Now let
, ...,
, then the expansion
(16) |
gives the unique Lagrange interpolating polynomial assuming the values at
. More generally, let
be an arbitrary distribution on the interval
,
the associatedorthogonal polynomials, and
, ...,
the fundamentalpolynomials corresponding to the set of zeros of a polynomial
. Then
(17) |
for, 2, ...,
, where
areChristoffel numbers.
Lagrange interpolating polynomials give no error estimate. A more conceptually straightforwardmethod for calculating them isNeville's algorithm.
See also
Aitken Interpolation,Hermite's Interpolating Polynomial,Lebesgue Constants,Magata's Constant,Neville's Algorithm,Newton's Divided Difference Interpolation FormulaPortions of this entry contributed byBrandenArcher
Explore with Wolfram|Alpha

References
Abramowitz, M. and Stegun, I. A. (Eds.).Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, pp. 878-879 and 883, 1972.Beyer, W. H. (Ed.).CRC Standard Mathematical Tables, 28th ed. Boca Raton, FL: CRC Press, p. 439, 1987.Jeffreys, H. and Jeffreys, B. S. "Lagrange's Interpolation Formula." §9.011 inMethods of Mathematical Physics, 3rd ed. Cambridge, England: Cambridge University Press, p. 260, 1988.Pearson, K.Tracts for Computers2, 1920.Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. "Polynomial Interpolation and Extrapolation" and "Coefficients of the Interpolating Polynomial." §3.1 and 3.5 inNumerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, pp. 102-104 and 113-116, 1992.Séroul, R. "Lagrange Interpolation." §10.9 inProgramming for Mathematicians. Berlin: Springer-Verlag, pp. 269-273, 2000.Szegö, G.Orthogonal Polynomials, 4th ed. Providence, RI: Amer. Math. Soc., pp. 329 and 332, 1975.Waring, E.Philos. Trans.69, 59-67, 1779.Whittaker, E. T. and Robinson, G. "Lagrange's Formula of Interpolation." §17 inThe Calculus of Observations: A Treatise on Numerical Mathematics, 4th ed. New York: Dover, pp. 28-30, 1967.Referenced on Wolfram|Alpha
Lagrange Interpolating PolynomialCite this as:
Archer, Branden andWeisstein, Eric W. "Lagrange Interpolating Polynomial." FromMathWorld--A Wolfram Resource.https://mathworld.wolfram.com/LagrangeInterpolatingPolynomial.html