Interpolation Calculator

Find the interpolated y value between two known data points using linear interpolation.

Point 1 (x1, y1)

Point 2 (x2, y2)

Interpolated y
0
Slope (m)
0
Y-Intercept (b)
0

Formula Step

Line Equation

Linear Interpolation Formula

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

When to Use

  • Estimating values between known data points
  • Filling gaps in tables or charts
  • Animation tweening and smooth transitions

Related Calculators