The following sections of this BookRags Literature Study Guide is offprint from Gale's For Students Series: Presenting Analysis, Context, and Criticism on Commonly Studied Works: Introduction, Author Biography, Plot Summary, Characters, Themes, Style, Historical Context, Critical Overview, Criticism and Critical Essays, Media Adaptations, Topics for Further Study, Compare & Contrast, What Do I Read Next?, For Further Study, and Sources.
(c)1998-2002; (c)2002 by Gale. Gale is an imprint of The Gale Group, Inc., a division of Thomson Learning, Inc. Gale and Design and Thomson Learning are trademarks used herein under license.
The following sections, if they exist, are offprint from Beacham's Encyclopedia of Popular Fiction: "Social Concerns", "Thematic Overview", "Techniques", "Literary Precedents", "Key Questions", "Related Titles", "Adaptations", "Related Web Sites". (c)1994-2005, by Walton Beacham.
The following sections, if they exist, are offprint from Beacham's Guide to Literature for Young Adults: "About the Author", "Overview", "Setting", "Literary Qualities", "Social Sensitivity", "Topics for Discussion", "Ideas for Reports and Papers". (c)1994-2005, by Walton Beacham.
All other sections in this Literature Study Guide are owned and copyrighted by BookRags, Inc.
Interpolation involves defining a curve that passes through a set of defined points in a plane. The curve that passes through those points is said to interpolate those points, and the curve is called an interpolating curve for those particular points. In order to define a curve passing through a defined set of points an estimation of a value of a function or series between two known values must be made. These estimated points must conform to the law of the series of known points. The word interpolate is derived from the Latin interpolat meaning to touch up or refurbish and is extracted from interpolis.
Several different methods are available in order to accomplish estimating values of a function at positions between given values. Some of the most common methods include linear, spline, and cubic spline interpolation methods. Linear interpolation is the simplest form of interpolation where a function is estimated by drawing a straight line between the nearest neighboring given points on either side of a required position. It assumes a constant rate of change between two points. Spline interpolation uses a polynomial that incorporates information from neighboring points to obtain a degree of overall smoothness. It is a bit more complex than simple linear interpolation but yields a smooth fit to the given data points. The last mentioned method of interpolation, the cubic spline interpolation, employs piecewise third-order polynomials which pass through the set of given values to obtain the unknown values in between. The second derivative of each polynomial is usually set equal to zero at the endpoints. This provides a boundary condition that completes the system of polynomial equations so that they can then be solved to give the coefficients of the polynomials and yield an interpolating curve for the given data points. This method is more complex than both the linear and spline interpolation methods but it yields a superior curve fitting the given set of values. There are many other interpolation methods but they are generally more complex than the ones mentioned here but in some cases may yield better fits to the data.