Interpolation Calculator
Linear Interpolation
Formula
y = y₁ + (x - x₁) × (y₂ - y₁) / (x₂ - x₁)
Frequently Asked Questions
What is linear interpolation?
Linear interpolation estimates a value between two known data points by assuming a straight line between them. Given points (x₁, y₁) and (x₂, y₂), the value at x is: y = y₁ + (x - x₁)(y₂ - y₁)/(x₂ - x₁). When x falls outside the known range, it becomes extrapolation.
You may also need
+
Regression Calculator
Free linear regression calculator. Calculate the slope, intercept, and R² for a simple linear regression model.
Math+
Polynomial Calculator
Free polynomial calculator. Evaluate quadratic and cubic polynomials at any value of x.
Math+
Correlation Calculator
Free Pearson correlation coefficient calculator. Calculate the linear correlation between two data sets.
Math