Linear Interpolation Calculator

Calculate values along a straight line between two points.

1 First Point (x₀, y₀)

2 Second Point (x₁, y₁)

The point for which you want to find the corresponding y.

Calculated Result (y)
50.00
Linear Interpolation Formula
y = y₀ + (x - x₀) * ((y₁ - y₀) / (x₁ - x₀))
y
CALCZEN.COM