|
|
|
|
linear interpolation
|
(Definition)
|
|
|
Among the many interpolation techniques that are available, linear interpolation is one of the easiest to understand and implement, as the interpolating function is pieced together by a series of line segments connecting the breakpoints.
Suppose we have a finite set of ordered pairs
of real numbers such that
. The linear interpolation function of is a real-valued function defined on such that, for
,
In other words, is a piecewise linear function such that is linear in each of the interval
for
. When the points (in ) belong to the graph of a function defined on a subset of , we say that interpolates . We also say that interpolates , as can be viewed as the graph of the function defined on
such that
.
Visually, the interpolation function can be constructed by line segments whose end points are pairs of points and
for each
. The follow graph shows the linear interpolation function (in blue) of a set consisting of seven points (in dark green). Note that interpolates any function defined on a subset of such that
.
Example. Interpolate
using linear interpolation.
Arrange the points so the -coordinates are in the ascending order. There are two line segments associated with these three points: with end points
and with end points
. Next, calculate the slopes with respect to each line segments:
 and 
Therefore, the linear interpolation function is given by
|
"linear interpolation" is owned by CWoo.
|
|
(view preamble)
Cross-references: slopes, calculate, ascending order, end points, subset, graph, points, interval, piecewise, function, real numbers, ordered pairs, finite set, breakpoints, line segments, series, interpolating function, interpolation
There are 3 references to this entry.
This is version 10 of linear interpolation, born on 2007-08-13, modified 2007-09-27.
Object id is 9861, canonical name is LinearInterpolation.
Accessed 2693 times total.
Classification:
| AMS MSC: | 41A05 (Approximations and expansions :: Interpolation) | | | 65D05 (Numerical analysis :: Numerical approximation and computational geometry :: Interpolation) |
|
|
|
|
|
|
Pending Errata and Addenda
|
|
|
|
|
|
|
|
|
|
|