Extrapolation means using a pattern found in one range of data to make predictions outside that range. It is tempting because a fitted line or curve can make the future look predictable, even when the evidence stops at the edge of the data. In statistics, this is dangerous because trends often change when conditions change.
Good predictions depend not only on the equation, but also on whether the same relationship still applies beyond the observed range.
Interpolation estimates values between measured data points, where the model is supported by nearby observations. Extrapolation reaches beyond the known range, where small errors in slope, curvature, or assumptions can grow quickly. A line that fits today’s data well may fail if there is a limit, threshold, feedback effect, or new variable outside the measured range.
Scientists reduce this risk by stating the valid range of a model, showing uncertainty, and checking predictions against new data.
Key Facts
- Interpolation predicts inside the observed data range, while extrapolation predicts outside it.
- A linear model has the form y = mx + b, but the line may not stay linear beyond the measured range.
- Prediction error often increases as the prediction point moves farther from the observed data.
- A strong correlation inside the data range does not prove the same relationship continues outside it.
- Residual = observed value - predicted value, and residual patterns can reveal that a model is unsafe to extend.
- A model should include a stated domain, such as 0 <= x <= 10, where its predictions are supported by data.
Vocabulary
- Extrapolation
- Extrapolation is the use of a data pattern or model to predict values outside the range of observed data.
- Interpolation
- Interpolation is the estimation of values within the range covered by observed data.
- Observed range
- The observed range is the interval of input values for which data were actually collected.
- Trend line
- A trend line is a line or curve fitted to data to represent the general relationship between variables.
- Uncertainty
- Uncertainty is the amount of doubt in a measurement or prediction, often growing when predictions move away from data.
Common Mistakes to Avoid
- Extending a line far beyond the data without checking the situation, because the original trend may stop, curve, or reverse outside the measured range.
- Treating a high R squared value as proof of safe extrapolation, because R squared only describes fit within the data used to build the model.
- Ignoring the domain of a model, because formulas often work only under specific conditions such as a temperature range, age range, or time period.
- Assuming correlation means a cause will keep operating in the same way, because hidden variables or changing conditions can break the relationship outside the observed data.
Practice Questions
- 1 A scientist measures plant height for days 1 through 6 and fits h = 2.5d + 4, where h is height in cm and d is days. What height does the model predict on day 10, and is this interpolation or extrapolation?
- 2 A car’s fuel use is modeled from speeds 30 to 70 mph by F = 0.04s + 1.2, where F is gallons per hour and s is speed in mph. Find the predicted fuel use at 50 mph and at 90 mph, then identify which prediction is riskier.
- 3 A city population grew almost linearly from 2000 to 2020, and a student uses the same line to predict the population in 2100. Explain two real-world reasons this extrapolation could fail.