20025
20025
Introduction
Interpolation methods(formulae,diagram,example)
Applications in engineering field
Acknowledgement
References/Bibliography
INTRODUCTION
Interpolation is the process of calculating a value
between two points on the curve of a function from
the given points which also lie on the same curve.
In other words, interpolation involves the
calculation of new values from the already
available set of values. Using interpolation, the
diverse data can be converted into a concise
function, such that each point in the data passes
through the curve of such function. It is generally
used in geography to predict data points such as
noise level, rainfall, elevation, and so on.
INTERPOLATION METHODS
Interpolation Formula
The unknown value on the data points can be found using the linear interpolation and Lagrange’s interpolation formula.
1. Linear Interpolation Method Linear Interpolation Formula is a method that constructs the new data points from the given set of data
points. Linear interpolation is used for fitting curves using linear polynomials. It finds the unknown values in
the table.
2. Newton’s divided difference Newton’s divided difference interpolation formula is an interpolation technique used when the interval
method difference is not same for all sequence of values. Suppose f(x 0), f(x1), f(x2)………f(xn) be the (n+1) values of
the function y=f(x) corresponding to the arguments x=x 0, x1, x2…xn, where interval differences are not same
3. Spline Interpolation Method This method fits a different polynomial between each pair of zero for the given data points for
the curves between sets of three points for the surfaces.
4. Lagrangian method Lagrange Interpolation is a way of finding the value of any function at any given point when the function is
not given. We use other points on the function to get the value of the function at any required point.
Spline interpolation
Diagrams
Lagrange’s Quadratic
interpolation interpolation
Applications in engineering field