Template:Short description Template:For

File:Parametic Cubic Spline.svg
Single knots at 1/3 and 2/3 establish a spline of three cubic polynomials meeting with Template:Math parametric continuity. Triple knots at both ends of the interval ensure that the curve interpolates the end points

In mathematics, a spline is a function defined piecewise by polynomials. In interpolating problems, spline interpolation is often preferred to polynomial interpolation because it yields similar results, even when using low degree polynomials, while avoiding Runge's phenomenon for higher degrees.

In the computer science subfields of computer-aided design and computer graphics, the term spline more frequently refers to a piecewise polynomial (parametric) curve. Splines are popular curves in these subfields because of the simplicity of their construction, their ease and accuracy of evaluation, and their capacity to approximate complex shapes through curve fitting and interactive curve design.

The term spline comes from the flexible spline devices used by shipbuilders and draftsmen to draw smooth shapes.

IntroductionEdit

The term "spline" is used to refer to a wide class of functions that are used in applications requiring data interpolation and/or smoothing. The data may be either one-dimensional or multi-dimensional. Spline functions for interpolation are normally determined as the minimizers of suitable measures of roughness (for example integral squared curvature) subject to the interpolation constraints. Smoothing splines may be viewed as generalizations of interpolation splines where the functions are determined to minimize a weighted combination of the average squared approximation error over observed data and the roughness measure. For a number of meaningful definitions of the roughness measure, the spline functions are found to be finite dimensional in nature, which is the primary reason for their utility in computations and representation. For the rest of this section, we focus entirely on one-dimensional, polynomial splines and use the term "spline" in this restricted sense.

HistoryEdit

According to Gerald Farin, B-splines were explored as early as the nineteenth century by Nikolai Lobachevsky at Kazan University in Russia.<ref>Farin, G. E. (2002). Curves and surfaces for CAGD: a practical guide. Morgan Kaufmann. p. 119.</ref>

Before computers were used, numerical calculations were done by hand. Although piecewise-defined functions like the sign function or step function were used, polynomials were generally preferred because they were easier to work with. Through the advent of computers, splines have gained importance. They were first used as a replacement for polynomials in interpolation, then as a tool to construct smooth and flexible shapes in computer graphics.

It is commonly accepted that the first mathematical reference to splines is the 1946 paper by Schoenberg, which is probably the first place that the word "spline" is used in connection with smooth, piecewise polynomial approximation. However, the ideas have their roots in the aircraft and shipbuilding industries. In the foreword to (Bartels et al., 1987), Robin Forrest describes "lofting", a technique used in the British aircraft industry during World War II to construct templates for airplanes by passing thin wooden strips (called "splines") through points laid out on the floor of a large design loft, a technique borrowed from ship-hull design. For years the practice of ship design had employed models to design in the small. The successful design was then plotted on graph paper and the key points of the plot were re-plotted on larger graph paper to full size. The thin wooden strips provided an interpolation of the key points into smooth curves. The strips would be held in place at discrete points (called "ducks" by Forrest; Schoenberg used "dogs" or "rats") and between these points would assume shapes of minimum strain energy. According to Forrest, one possible impetus for a mathematical model for this process was the potential loss of the critical design components for an entire aircraft should the loft be hit by an enemy bomb. This gave rise to "conic lofting", which used conic sections to model the position of the curve between the ducks. Conic lofting was replaced by what we would call splines in the early 1960s based on work by J. C. Ferguson at Boeing and (somewhat later) by M.A. Sabin at British Aircraft Corporation.

The word "spline" was originally an East Anglian dialect word.

The use of splines for modeling automobile bodies seems to have several independent beginnings. Credit is claimed on behalf of de Casteljau at Citroën, Pierre Bézier at Renault, and Birkhoff, Garabedian, and de Boor at General Motors (see Birkhoff and de Boor, 1965), all for work occurring in the very early 1960s or late 1950s. At least one of de Casteljau's papers was published, but not widely, in 1959. De Boor's work at General Motors resulted in a number of papers being published in the early 1960s, including some of the fundamental work on B-splines.

Work was also being done at Pratt & Whitney Aircraft, where two of the authors of (Ahlberg et al., 1967) — the first book-length treatment of splines — were employed, and the David Taylor Model Basin, by Feodor Theilheimer. The work at General Motors is detailed nicely in (Birkhoff, 1990) and (Young, 1997). Davis (1997) summarizes some of this material.

DefinitionEdit

{{ safesubst:#invoke:Unsubst||date=__DATE__|$B= Template:Ambox }} We begin by limiting our discussion to polynomials in one variable. In this case, a spline is a piecewise polynomial function. This function, call it Template:Mvar, takes values from an interval Template:Math and maps them to <math>\R,</math> the set of real numbers, <math display=block>S: [a,b] \to \R.</math> We want Template:Mvar to be piecewise defined. To accomplish this, let the interval Template:Math be covered by Template:Mvar ordered, disjoint subintervals,

<math display=block>\begin{align}

 &[t_i, t_{i+1}], \quad i = 0,\ldots, k-1 \\[4pt]
 &[a,b] = [t_0,t_1) \cup [t_1,t_2) \cup \cdots \cup [t_{k-2},t_{k-1}) \cup [t_{k-1},t_k) \cup [t_k] \\[4pt]
 &a = t_0 \le t_1 \le \cdots \le t_{k-1} \le t_k = b

\end{align}</math>

On each of these Template:Mvar "pieces" of Template:Math, we want to define a polynomial, call it Template:Mvar. <math display=block>P_i: [t_i, t_{i+1}]\to \R.</math> On the Template:Mvarth subinterval of Template:Math, Template:Mvar is defined by Template:Mvar,

<math display=block>\begin{align}

 S(t) &= P_0 (t), && t_0 \le t < t_1, \\[2pt]
 S(t) &= P_1 (t), && t_1 \le t < t_2, \\
 &\vdots \\
 S(t) &= P_{k-1} (t), && t_{k-1} \le t \le t_k.

\end{align}</math>

The given Template:Math points Template:Mvar are called knots. The vector Template:Math is called a knot vector for the spline. If the knots are equidistantly distributed in the interval Template:Math we say the spline is uniform, otherwise we say it is non-uniform.

If the polynomial pieces Template:Mvar each have degree at most Template:Mvar, then the spline is said to be of degree Template:Math (or of order Template:Math).

If <math>S\in C^{r_i}</math> in a neighborhood of Template:Mvar, then the spline is said to be of smoothness (at least) <math>C^{r_i}</math> at Template:Mvar. That is, at Template:Mvar the two polynomial pieces Template:Math and Template:Mvar share common derivative values from the derivative of order 0 (the function value) up through the derivative of order Template:Mvar (in other words, the two adjacent polynomial pieces connect with loss of smoothness of at most Template:Math)

<math display=block>\begin{align}

 P_{i-1}^{(0)}(t_i) &= P_i^{(0)} (t_i), \\[2pt]
 P_{i-1}^{(1)}(t_i) &= P_i^{(1)} (t_i), \\
 \vdots& \\
 P_{i-1}^{(r_i)}(t_i) &= P_i^{(r_i)} (t_i).

\end{align}</math>

A vector Template:Math such that the spline has smoothness <math>C^{r_i}</math> at Template:Mvar for Template:Math is called a smoothness vector for the spline.

Given a knot vector Template:Math, a degree Template:Mvar, and a smoothness vector Template:Math for Template:Math, one can consider the set of all splines of degree Template:Math having knot vector Template:Math and smoothness vector Template:Math. Equipped with the operation of adding two functions (pointwise addition) and taking real multiples of functions, this set becomes a real vector space. This spline space is commonly denoted by <math>S^{\mathbf r}_n(\mathbf t).</math>

In the mathematical study of polynomial splines the question of what happens when two knots, say Template:Mvar and Template:Math, are taken to approach one another and become coincident has an easy answer. The polynomial piece Template:Math disappears, and the pieces Template:Math and Template:Math join with the sum of the smoothness losses for Template:Mvar and Template:Math. That is, <math display=block> S(t) \in C^{n-j_i-j_{i+1}} [t_i = t_{i+1}],</math> where Template:Math. This leads to a more general understanding of a knot vector. The continuity loss at any point can be considered to be the result of multiple knots located at that point, and a spline type can be completely characterized by its degree Template:Mvar and its extended knot vector

<math display=block> (t_0 , t_1 , \cdots , t_1 , t_2, \cdots , t_2 , t_3 , \cdots , t_{k-2} , t_{k-1} , \cdots , t_{k-1} , t_k) </math>

where Template:Mvar is repeated Template:Mvar times for Template:Math.

A parametric curve on the interval Template:Math <math display=block>G(t) = \bigl( X(t), Y(t) \bigr), \quad t \in [ a , b ]</math> is a spline curve if both Template:Mvar and Template:Mvar are spline functions of the same degree with the same extended knot vectors on that interval.

ExamplesEdit

Suppose the interval Template:Math is Template:Math and the subintervals are Template:Math. Suppose the polynomial pieces are to be of degree 2, and the pieces on Template:Math and Template:Math must join in value and first derivative (at Template:Math) while the pieces on Template:Math and Template:Math join simply in value (at Template:Math). This would define a type of spline Template:Math for which

<math display=block>\begin{align}

 S(t) &= P_0 (t) = -1+4t-t^2, && 0 \le t < 1 \\[2pt]
 S(t) &= P_1 (t) = 2t, && 1 \le t < 2 \\[2pt]
 S(t) &= P_2 (t) = 2-t+t^2, && 2 \le t \le 3

\end{align}</math>

would be a member of that type, and also

<math display=block>\begin{align}

 S(t) &= P_0 (t) = -2-2t^2, && 0 \le t < 1 \\[2pt]
 S(t) &= P_1 (t) = 1-6t+t^2, && 1 \le t < 2 \\[2pt]
 S(t) &= P_2 (t) = -1+t-2t^2, && 2 \le t \le 3

\end{align}</math>

would be a member of that type. (Note: while the polynomial piece Template:Math is not quadratic, the result is still called a quadratic spline. This demonstrates that the degree of a spline is the maximum degree of its polynomial parts.) The extended knot vector for this type of spline would be Template:Math.

The simplest spline has degree 0. It is also called a step function. The next most simple spline has degree 1. It is also called a linear spline. A closed linear spline (i.e, the first knot and the last are the same) in the plane is just a polygon.

A common spline is the natural cubic spline. A cubic spline has degree 3 with continuity Template:Math, i.e. the values and first and second derivatives are continuous. Natural means that the second derivatives of the spline polynomials are zero at the endpoints of the interval of interpolation.

<math display=block>S(a) \, = S(b) = 0.</math>

Thus, the graph of the spline is a straight line outside of the interval, but still smooth.

NotesEdit

It might be asked what meaning more than Template:Mvar multiple knots in a knot vector have, since this would lead to continuities like <math display=block>S(t) \in C^{-m}, \quad m > 0</math> at the location of this high multiplicity. By convention, any such situation indicates a simple discontinuity between the two adjacent polynomial pieces. This means that if a knot Template:Mvar appears more than Template:Math times in an extended knot vector, all instances of it in excess of the Template:Mathth can be removed without changing the character of the spline, since all multiplicities Template:Math, Template:Math, Template:Math, etc. have the same meaning. It is commonly assumed that any knot vector defining any type of spline has been culled in this fashion.

The classical spline type of degree Template:Mvar used in numerical analysis has continuity <math display=block>S(t) \in \mathrm{C}^{n-1} [a,b],</math> which means that every two adjacent polynomial pieces meet in their value and first Template:Math derivatives at each knot. The mathematical spline that most closely models the flat spline is a cubic (Template:Math), twice continuously differentiable (Template:Math), natural spline, which is a spline of this classical type with additional conditions imposed at endpoints Template:Mvar and Template:Mvar.

Another type of spline that is much used in graphics, for example in drawing programs such as Adobe Illustrator from Adobe Systems, has pieces that are cubic but has continuity only at most <math display=block>S(t) \in C^1 [a,b].</math> This spline type is also used in PostScript as well as in the definition of some computer typographic fonts.

Many computer-aided design systems that are designed for high-end graphics and animation use extended knot vectors, for example Autodesk Maya. Computer-aided design systems often use an extended concept of a spline known as a Nonuniform rational B-spline (NURBS).

If sampled data from a function or a physical object is available, spline interpolation is an approach to creating a spline that approximates that data.

General expression for a C2 interpolating cubic splineEdit

The general expression for the Template:Mvarth Template:Math interpolating cubic spline at a point x with the natural condition can be found using the formula

<math display=block>S_i(x) = \frac{z_i(x - t_{i-1})^3}{6h_i} + \frac{z_{i-1}(t_i - x)^3}{6h_i} + \left[\frac{f(t_i)}{h_i} - \frac{z_ih_i}{6}\right](x - t_{i-1}) + \left[\frac{f(t_{i-1})}{h_i} - \frac{z_{i-1}h_i}{6}\right](t_i - x)</math>

where

  • <math>z_i = S_i(t_i)</math> are the values of the second derivative at the Template:Mvarth knot.
  • <math> h_i = t_i-t_{i-1} </math>
  • <math> f(t_i^{}) </math> are the values of the function at the Template:Mvarth knot.

Representations and namesEdit

For a given interval Template:Math and a given extended knot vector on that interval, the splines of degree Template:Mvar form a vector space. Briefly this means that adding any two splines of a given type produces spline of that given type, and multiplying a spline of a given type by any constant produces a spline of that given type. The dimension of the space containing all splines of a certain type can be counted from the extended knot vector:

<math display=block>\begin{align}

 a &= t_0 < \underbrace{t_1 = \cdots = t_1}_{j_1} < \cdots < \underbrace{t_{k-2} = \cdots = t_{k-2}}_{j_{k-2}} < t_{k-1} = b \\[4pt]
 j_i &\le n+1, \qquad i=1,\ldots,k-2.

\end{align}</math> The dimension is equal to the sum of the degree plus the multiplicities

<math>d = n + \sum_{i=1}^{k-2} j_i.</math>

If a type of spline has additional linear conditions imposed upon it, then the resulting spline will lie in a subspace. The space of all natural cubic splines, for instance, is a subspace of the space of all cubic C2 splines.

The literature of splines is replete with names for special types of splines. These names have been associated with:

  • The choices made for representing the spline, for example:
  • The choices made in forming the extended knot vector, for example:
    • using single knots for Template:Math continuity and spacing these knots evenly on Template:Math (giving us uniform splines)
    • using knots with no restriction on spacing (giving us nonuniform splines)
  • Any special conditions imposed on the spline, for example:
    • enforcing zero second derivatives at Template:Mvar and Template:Mvar (giving us natural splines)
    • requiring that given data values be on the spline (giving us interpolating splines)

Often a special name was chosen for a type of spline satisfying two or more of the main items above. For example, the Hermite spline is a spline that is expressed using Hermite polynomials to represent each of the individual polynomial pieces. These are most often used with Template:Math; that is, as Cubic Hermite splines. In this degree they may additionally be chosen to be only tangent-continuous (Template:Math); which implies that all interior knots are double. Several methods have been invented to fit such splines to given data points; that is, to make them into interpolating splines, and to do so by estimating plausible tangent values where each two polynomial pieces meet (giving us Cardinal splines, Catmull-Rom splines, and Kochanek-Bartels splines, depending on the method used).

For each of the representations, some means of evaluation must be found so that values of the spline can be produced on demand. For those representations that express each individual polynomial piece Template:Math in terms of some basis for the degree Template:Mvar polynomials, this is conceptually straightforward:

  • For a given value of the argument Template:Mvar, find the interval in which it lies <math>t \in [t_i,t_{i+1}]</math>
  • Look up the polynomial basis chosen for that interval <math>P_0, \ldots, P_{k-2}</math>
  • Find the value of each basis polynomial at Template:Mvar: <math>P_0(t), \ldots, P_{k-2}(t)</math>
  • Look up the coefficients of the linear combination of those basis polynomials that give the spline on that interval Template:Math
  • Add up that linear combination of basis polynomial values to get the value of the spline at Template:Mvar:

<math display=block>\sum_{j=0}^{k-2} c_j P_j(t).</math> However, the evaluation and summation steps are often combined in clever ways. For example, Bernstein polynomials are a basis for polynomials that can be evaluated in linear combinations efficiently using special recurrence relations. This is the essence of De Casteljau's algorithm, which features in Bézier curves and Bézier splines).

For a representation that defines a spline as a linear combination of basis splines, however, something more sophisticated is needed. The de Boor algorithm is an efficient method for evaluating B-splines.


ReferencesEdit

Template:Reflist

  • Ferguson, James C, Multi-variable curve interpolation, J. ACM, vol. 11, no. 2, pp. 221-228, Apr. 1964.
  • Ahlberg, Nielson, and Walsh, The Theory of Splines and Their Applications, 1967.
  • Birkhoff, Fluid dynamics, reactor computations, and surface representation, in: Steve Nash (ed.), A History of Scientific Computation, 1990.
  • Bartels, Beatty, and Barsky, An Introduction to Splines for Use in Computer Graphics and Geometric Modeling, 1987.
  • Birkhoff and de Boor, Piecewise polynomial interpolation and approximation, in: H. L. Garabedian (ed.), Proc. General Motors Symposium of 1964, pp. 164–190. Elsevier, New York and Amsterdam, 1965.
  • Charles K. Chui, Multivariate Splines, SIAM, ISBN 978-0-898712261 (1987).
  • Davis, B-splines and Geometric design, SIAM News, vol. 29, no. 5, 1996.
  • Epperson, History of Splines, NA Digest, vol. 98, no. 26, 1998.
  • Ming-Jun Lai , and Larry L. Schumaker, Spline Functions on Triangulations, Cambridge Univ. Press, ISBN 978-0-521-87592-9 (2007).
  • Stoer & Bulirsch, Introduction to Numerical Analysis. Springer-Verlag. p. 93-106. ISBN 0387904204
  • Schoenberg, Contributions to the problem of approximation of equidistant data by analytic functions, Quart. Appl. Math., vol. 4, pp. 45–99 and 112–141, 1946.
  • Young, Garrett Birkhoff and applied mathematics, Notices of the AMS, vol. 44, no. 11, pp. 1446–1449, 1997.
  • Chapra, Canale, Numerical Methods for Engineers 5th edition.
  • Schumaker, Larry L., Spline Functions: Basic Theory, John Wiley, ISBN 0-47176475-2 (1981).
  • Schumaker, Larry, Spline Functions: Computational Methods, SIAM, ISBN 978-1-61197-389-1 (2015).
  • Schumaker, Larry, Spline Functions: More Computational Models, SIAM, ISBN 978-1-61197-817-9 (2024).

External linksEdit

Online utilities

Computer Code