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

y=mx+by=mx+b

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.

m=12.5 dollarshourm=12.5\ \frac{\text{dollars}}{\text{hour}}

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.

C(h)=25+18hC(0)=25C(h)=25+18h\Rightarrow C(0)=25

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.

2x102\le x\le10

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.
Vocab
Linear function
Math glossaryLinear function
f(x)=mx+bf(x)=mx+b

A function with constant rate of change.

Learn more
Slope
Math glossarySlope
m=ΔyΔxm=\frac{\Delta y}{\Delta x}

The vertical change divided by horizontal change on a nonvertical line.

Learn more
Rate of change
Math glossaryRate of change
ΔyΔx\frac{\Delta y}{\Delta x}

How much one quantity changes per unit change in another.

Learn more
Slope-intercept form
Math glossarySlope-intercept form
y=mx+by=mx+b

Displays a line's slope and vertical intercept directly.

Learn more
x-intercept
Math glossaryx-intercept
f(x)=0f(x)=0

A point where a graph meets the x-axis.

Learn more
Math glossary