Linear Interpolation Calculator
Results:
Interpolated Value (Y):
Interpolation Factor (t):
Formula Used:
Linear Interpolation:
Y = Y₁ + (X - X₁) × (Y₂ - Y₁) / (X₂ - X₁)
where (X₁,Y₁) and (X₂,Y₂) are the known points