What is the Linear Interpolation Formula?

The formula of linear interpolation is given by

Linear Interpolation (y) = y1 + [(x-x1) × (y2-y1)]/ (x2-x1)

Where,

(x1,y1) & (x2,y2) are coordinates. 

x is the point to perform interpolation.

y is the interpolated value.

Linear Interpolation Formula

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.

Similar Reads

What is the Linear Interpolation Formula?

The formula of linear interpolation is given by...

Applications of Linear Interpolation Formula

Data Prediction.Data Forecasting.Mathematical applications in the marketing field.Scientific applications in the research field....

Sample Questions on Linear Interpolation Formula

To get more understanding about the linear interpolation method let’s look into a few examples....

FAQs on Linear Interpolation Formula

What is the linear interpolation formula?...