Interpolation Calculator

Calculate missing data points using linear or polynomial interpolation methods. Enter your known data points below and get instant results.

Interpolation Method

Data Points

Enter your known (x, y) coordinate pairs:

Calculate Value At

Results

Enter data points and click Calculate to see results

Linear Interpolation

Connects data points with straight lines. Best for simple datasets where you expect a linear relationship between points.

y = y1 + y2-y1 x2-x1 (x-x1)

Polynomial Interpolation

Uses Newton's divided differences to create a polynomial that passes through all data points. Better for curved relationships.

P(x) = f0 + i=1 n f0,1,...,i j=0 i-1 (x-xj)