Interpolation for parametric curves means finding
a curve that goes through given data points at
given times, as in Figure
.
In other words, data consists of points
and times
. The problem is
to find a parametric curve
such that
for each
. As always, let's assume we're
working in
R
, although everything works similarly
in
R
for any
.
But what kind of curve? There are actually several
good possibilities, but one of the simplest is to have be a polynomial curve. What degree should we hope
for? Because two points determine a line and three a
parabola, it seems reasonable to ask that for
data
points
, the degree of the curve should be
at most
. This is always possible:
Theorem. 2.1 (Lagrange). For data points
and times
, there is a unique
polynomial curve
, of degree at most
, such
that
, provided only that
are distinct.
A problem fitting this theorem can be called a Lagrange interpolation problem.