Bilinear Interpolation Calculator
Enter the four corner coordinates (x₁, x₂, y₁, y₂) and their corresponding known values (Q₁₁, Q₁₂, Q₂₁, Q₂₂), then specify your target point (x, y) to get the bilinearly interpolated value P. This Bilinear Interpolation Calculator performs two-dimensional grid interpolation across a rectangular region — useful in engineering, image processing, and numerical analysis.
Results
Interpolated Value P
--
Intermediate R₁ (interpolated along x at y₁)
--
Intermediate R₂ (interpolated along x at y₂)
--
Weight for x₁ side
--
Weight for x₂ side
--