We use cookies.This website uses essential cookies to operate core features. With your consent, we also use analytics cookies to understand traffic and improve the service. For more details, see our .
If this tool helped you, you can buy us a coffee ☕
Quickly calculate the linear interpolation result of an intermediate point based on two known coordinates.
If the target x is between the two known points, it's interpolation. If it's outside this range, it's extrapolation (results may have larger errors).
Linear Interpolation Formula
y = y₁ + (x − x₁) · (y₂ − y₁) / (x₂ − x₁)
Alternative Form: y = y₁ + t · (y₂ − y₁)
Ratio: t = (x − x₁) / (x₂ − x₁)
Linear interpolation assumes a linear relationship between two points, best suited for data with gradual changes or within small intervals.
y = y₁ + (x − x₁) · (y₂ − y₁) / (x₂ − x₁)y = 10 + (3 − 1) · (30 − 10) / (5 − 1)y = 20y = 10 + 5 · (x - 1)In data analysis, engineering estimation, or missing value imputation, it is often necessary to estimate the value of an unknown intermediate point based on the numerical relationship between two known points. Manual calculation is not only tedious but also prone to errors. The Linear Interpolation Calculator is designed to solve this exact pain point. Simply enter the coordinates of two known data points (x₁, y₁) and (x₂, y₂), along with the x-value of the target point. The tool will automatically calculate the corresponding y-value based on the linear interpolation formula y = y₁ + (y₂ - y₁)·(x - x₁)/(x₂ - x₁). It also displays the step-by-step calculation with the substituted values, making the results clear and easy to verify.
Please ensure all inputs are valid numbers; decimals and negative numbers are supported. Interpolation calculations are generally used for interpolating an x-value located between the x-coordinates of two known points. If x falls outside this range, it is considered extrapolation. The result will still be provided, but extrapolation accuracy may decrease as the distance increases. Calculation results are for reference only; for high-precision scenarios, please verify against the original data. This tool performs pure front-end calculations and will not upload or save any of your data, so you can use it with confidence.
Linear interpolation is widely used in signal processing, numerical analysis, data cleaning, and table lookups in engineering design. To ensure interpolation accuracy, it is recommended that the interval between the two known points be as small as possible and that the function be approximately linear within that interval. Typical application example: If a material has a length of 10.0mm at 20°C and 10.4mm at 40°C, you can use this tool to quickly estimate its length at 30°C. Enter (20, 10.0), (40, 10.4), and x=30 to get the result 10.2mm. For non-linear relationships, consider combining piecewise linear interpolation or higher-order interpolation methods to improve accuracy.

Least Common Multiple (LCM) Calculator
Quickly calculate the least common multiple (LCM) of two or more integers. Supports space-separated number list input.

Circle Area Calculator
Quickly calculate the area of a circle by entering the radius, diameter, or circumference. Supports custom units and precision settings.

Prime and Composite Number Calculator
Instantly identify prime, composite, or special numbers. Supports batch checking and mathematical property analysis.

Inverse Trigonometric Function Calculator
Accurately calculate radian values for inverse trig functions like arcsin and arccos. Supports 6 function types and custom decimal precision.

Least Common Multiple (LCM) Calculator
Quickly calculate the least common multiple (LCM) of two or more integers. Supports space-separated number list input.

Circle Area Calculator
Quickly calculate the area of a circle by entering the radius, diameter, or circumference. Supports custom units and precision settings.

Prime and Composite Number Calculator
Instantly identify prime, composite, or special numbers. Supports batch checking and mathematical property analysis.

Inverse Trigonometric Function Calculator
Accurately calculate radian values for inverse trig functions like arcsin and arccos. Supports 6 function types and custom decimal precision.

Trigonometry Calculator
Calculate six trigonometric functions from radian values with custom decimal precision.