What do slope and intercept mean in a linear model?
The intercept is the modeled output at input zero; the slope is the predicted change in output per unit of input. Context decides whether either interpretation is sensible.
LaTeX article Updated July 13, 2026
Slope carries two units
If x is measured in hours and y in dollars, the slope is dollars per hour. A positive value predicts growth; a negative value predicts decline.
A model's slope describes its average linear pattern, not necessarily the exact change in every individual observation.
The intercept may be meaningful—or merely algebraic
The y-intercept predicts the output at x = 0. In a cost model it may be a fixed starting fee; in a model of adult height versus age, age zero may be outside the data's useful range.
Do not force a story onto b when the input zero is impossible or far beyond the observed data.
Prediction needs a domain
Interpolation predicts within the observed input range and is usually safer than extrapolation beyond it. Real relationships may curve or change after the data ends.
State units, input range, and practical constraints alongside the equation so the model is not mistaken for a universal law.
Worked example
Common mistakes
- Giving the slope without units.
- Calling the intercept meaningful without checking x = 0.
- Extrapolating far beyond the data without a warning.
Keep these ideas
- Slope is a contextual rate.
- The intercept is the output at zero.
- A model needs a sensible domain.