The average value of a function

The mean of finitely many numbers is their sum divided by their count; the mean of a function is its integral divided by the length of the interval. We find the average value of f(x)=x2f(x) = x^2 on 0x20 \leq x \leq 2.

12002x2dx=12×83=43\frac{1}{2 - 0} \int_0^2 x^2 \, dx = \frac{1}{2} \times \frac{8}{3} = \frac{4}{3}

The average value is 431.333\dfrac{4}{3} \approx 1.333. The values of ff run from 00 to 44, but levelled out they come to this height.

Replacing it with a rectangle

The operation replaces the region by a rectangle of the same area.

FigureDimensionsArea
Under the parabolathe interval [0,2][0, 2]83\dfrac{8}{3}
Rectanglewidth 22, height 43\dfrac{4}{3}83\dfrac{8}{3}

The crests and troughs of the curve balance out exactly at that height.

The point where the average is attained

Solving c2=43c^2 = \dfrac{4}{3} gives c=231.1547c = \dfrac{2}{\sqrt{3}} \approx 1.1547, inside the interval. That such a cc always exists is the mean value theorem for integrals1.

f(c)=1baabf(x)dxf(c) = \frac{1}{b - a} \int_a^b f(x) \, dx

For a continuous function the average lies between the minimum and the maximum, and every intermediate value is attained, so the average itself is reached somewhere.

It changes with the interval

IntervalAverage value
0x10 \leq x \leq 113\dfrac{1}{3}
1x21 \leq x \leq 273\dfrac{7}{3}
0x20 \leq x \leq 243\dfrac{4}{3}

Averaging the first two returns 43\dfrac{4}{3}. When an interval is split into pieces of equal length, the average of the averages is the original average.

Applications

  • Integrating a velocity over time and dividing by the time gives the average speed
  • The root mean square of a current comes from the average of its square
  • A representative value obtained by levelling out measurements

The parabola on the graph is y=x2y = x^2, the horizontal line is the average value y=43y = \dfrac{4}{3}, and the large dots are the two ends of the interval together with the point where the average is attained.

  1. Mean value theorem, Wikipedia