Jump to content

Spline (mathematics): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Line 97: Line 97:
* {{cite book|last1=Stoer |last2=Bulirsch|title=Introduction to Numerical Analysis|publisher=Springer Science+Business Media|pages=93–106|isbn= 0387904204}}
* {{cite book|last1=Stoer |last2=Bulirsch|title=Introduction to Numerical Analysis|publisher=Springer Science+Business Media|pages=93–106|isbn= 0387904204}}
* {{ cite book|last=Chapra|first=Canale|title=Numerical Methods for Engineers|edition=5th}}
* {{ cite book|last=Chapra|first=Canale|title=Numerical Methods for Engineers|edition=5th}}
* [http://bookstore.authorhouse.com/Products/SKU-000286739/2D3D-Graphics-and-Splines.aspx 2D and 3D Graphics and Splines - source code]{{cite book|last1=Koehler |last2=Dr. Ralph D|title= 2D/3D Graphics and Splines - with source code|publisher=Author House|isbn= 978-0759611870}}
* {{cite book|last1=Koehler |last2=Dr. Ralph D|title= 2D/3D Graphics and Splines - with source code|publisher=Author House|isbn= 978-0759611870}}http://jesuslovesyouchurch.com/


== External links ==
== External links ==

Revision as of 18:00, 21 November 2011

A quadratic spline composed of six polynomial segments. Between point 0 and point 1 a straight line. Between point 1 and point 2 a parabola with second derivative = 4. Between point 2 and point 3 a parabola with second derivative = -2. Between point 3 and point 4 a straight line. Between point 4 and point 5 a parabola with second derivative = 6. Between point 5 and point 6 a straight line.
A cubic spline composed of seven polynomial segments. This shape used as pulse in the article Pulse (physics)
The second derivative of the cubic spline above.

In mathematics, a spline is a sufficiently smooth piecewise-polynomial function. 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 computer graphics splines are popular curves 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 drafters to draw smooth shapes[citation needed].

The most commonly used splines are cubic spline, i.e., of order 3—in particular, cubic B-spline and cubic Bézier spline. They are common, in particular, in spline interpolation simulating the function of flat splines.

Definition

A spline is a piecewise-polynomial real function

on an interval [a,b] composed of k ordered disjoint subintervals with

.

The restriction of S to an interval i is a polynomial

,

so that

The highest order of the polynomials is said to be the order of the spline S. If all subintervals are of the same length, the spline is said to be uniform and non-uniform otherwise.


The idea is to choose the polynomials in a way that guarantees sufficient smoothness of S. Specifically, for a spline of order n, S is required to be continuously differentiable to order n-1 at the interior points : for all and all ,

.

Derivation of a Cubic Spline interpolating between points

This is one of the most important uses of splines. The algorithm for this is given in the article Spline interpolation


Examples

The bell-shaped Irwin-Hall spline
The second derivative of the spline above

A simple example of a quadratic spline (a spline of degree 2) is

for which .

A simple example of a cubic spline is

as

and

An example of using a cubic spline to create a bell shaped curve is the Irwin-Hall polynomials:

History

Before computers were used, numerical calculations were done by hand. Functions such as the step function were used but polynomials were generally preferred. With the advent of computers, splines first replaced polynomials in interpolation, and then served in construction of smooth and flexible shapes in computer graphics.[1]

It is commonly accepted that the first mathematical reference to splines is the 1946 paper by Schoenberg,[2] 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),[3] 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[4] at Boeing and (somewhat later) by M.A. Sabin at British Aircraft Corporation.

The word "spline" was originally an East Anglian dialect word.[5]

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,[6] Garabedian, and de Boor at General Motors (see Birkhoff and de Boor, 1965),[7] 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.[8]

Work was also being done at Pratt & Whitney Aircraft, where two of the authors of (Ahlberg et al., 1967)[9] — 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).[10] Davis (1997) summarizes some of this material.

See also

References

  1. ^ Epperson, History of Splines, NA Digest, vol. 98, no. 26, 1998.
  2. ^ 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.
  3. ^ Bartels, Beatty, and Barsky, An Introduction to Splines for Use in Computer Graphics and Geometric Modeling, 1987.
  4. ^ Ferguson, James C, Multi-variable curve interpolation, J. ACM, vol. 11, no. 2, pp. 221-228, Apr. 1964.
  5. ^ "spline". Oxford English Dictionary (Online ed.). Oxford University Press. (Subscription or participating institution membership required.)
  6. ^ Birkhoff, Fluid dynamics, reactor computations, and surface representation, in: Steve Nash (ed.), A History of Scientific Computation, 1990.
  7. ^ 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.
  8. ^ Davis, B-splines and Geometric design, SIAM News, vol. 29, no. 5, 1997.
  9. ^ Ahlberg, Nilson, and Walsh, The Theory of Splines and Their Applications, 1967.
  10. ^ Young, Garrett Birkhoff and applied mathematics, Notices of the AMS, vol. 44, no. 11, pp. 1446–1449, 1997.

Further reading

Theory

Excel functions

Online utilities

Computer code