This linear interpolation calculator helps when x1, y1, x2, y2, target x are already known and you want the interpolated y quickly.
Informational calculator only. Verify important outputs independently before legal, tax, medical, engineering, safety-critical, contractual, employment, or compliance use.
Enter job values, review the estimate, then use the decision hints before ordering or quoting.
y = y1 + (x - x1)(y2 - y1) / (x2 - x1)Use the slope between two known points to estimate the value at a target x.
This assumes the change is linear between the two points.
Keep more decimal places when the result will be reused in another formula, drawing, or comparison rather than read once and rounded.
Yes. The formula is stable and this tool only covers straightforward calculation.