Definition 1684
A polynomial interpolates a given function if it takes the same values as the function at a number of points, called the interpolation points.
We can draw a straight line through two given interpolation points, a parabola through three and an nth degree polynomial through n+1 points. We prove that this is always possible provided that the points are distinct.
Theorem 1694
Given n+1 distinct points
and
corresponding values
there exists a unique
polynomial p of degree n in x for which
.
Note that we have only specified values here; these might be the values
of a given function at the interpolation points, but they need not be
for the theorem to be valid.
This result is not specific to polynomials; for example, we can use the
interpolating function
. Here we
have 2n+1 parameters (
), so that we should expect to be
able to interpolate at 2n+1 points,
, say. The
interpolation conditions now give the determinant

Both this and the polynomial case are special cases of a general result for interpolating functions which form a Chebyshev set, but this is a subject for study in Approximation Theory.