Average value of a function on an interval

Total accumulated output divided by interval length—the continuous counterpart of an arithmetic mean.

LaTeX article Updated July 11, 2026

favg=1baabf(x)dxf_{\mathrm{avg}}=\frac1{b-a}\int_a^bf(x)\,dx

Why divide by interval length

A longer interval naturally accumulates more area even when the function’s typical height is unchanged. Dividing by b − a removes that duration or width effect.

Units confirm the formula: output-units times input-units, divided by input-units, returns output-units.

Geometric interpretation

The average value is the height of a rectangle with the same signed area as the region under the function over the interval.

If the function is continuous, the Integral Mean Value Theorem guarantees at least one point where the function actually equals its average.

Signed versus physical averages

For velocity, the average value gives average velocity, not average speed. If direction changes and speed is requested, average the absolute value of velocity instead.

Worked example

Common mistakes

  • Forgetting the factor 1/(b−a).
  • Using endpoint average instead of function average.
  • Confusing average velocity with average speed.

Keep these ideas

  • Average equals accumulation divided by interval length.
  • The result has the same units as the function.
  • Interpret signs according to the modeled quantity.
Vocab
Definite integral
Math glossaryDefinite integral
abf(x)dx\int_a^b f(x)\,dx

A signed accumulation over an interval.

Learn more
Area between curves
Math glossaryArea between curves
A=ab(f(x)g(x))dxA=\int_a^b(f(x)-g(x))\,dx

Accumulated top-minus-bottom or right-minus-left distance.

Learn more
Volume of revolution
Math glossaryVolume of revolution
V=πab(R2r2)dxV=\pi\int_a^b(R^2-r^2)\,dx

Volume formed by rotating a region around an axis.

Learn more
Arc length
Math glossaryArc length
L=ab1+[f(x)]2dxL=\int_a^b\sqrt{1+[f'(x)]^2}\,dx

The accumulated length along a smooth curve.

Learn more
Work
Math glossaryWork
W=abF(x)dxW=\int_a^b F(x)\,dx

Accumulated force through displacement.

Learn more
Math glossary