Average Value of a Function

Learning Outcomes

  • Calculate the average value of a function

We often need to find the average of a set of numbers, such as an average test grade. Suppose you received the following test scores in your algebra class: 89, 90, 56, 78, 100, and 69. Your semester grade is your average of test scores and you want to know what grade to expect. We can find the average by adding all the scores and dividing by the number of scores. In this case, there are six test scores. Thus,

[latex]\dfrac{89+90+56+78+100+69}{6}=\dfrac{482}{6}\approx 80.33[/latex]

 

Therefore, your average test grade is approximately 80.33, which translates to a B− at most schools.

Suppose, however, that we have a function [latex]v(t)[/latex] that gives us the speed of an object at any time [latex]t[/latex], and we want to find the object’s average speed. The function [latex]v(t)[/latex] takes on an infinite number of values, so we can’t use the process just described. Fortunately, we can use a definite integral to find the average value of a function such as this.

Let [latex]f(x)[/latex] be continuous over the interval [latex][a,b][/latex] and let [latex][a,b][/latex] be divided into [latex]n[/latex] subintervals of width [latex]\Delta x=\frac{(b-a)}{n}[/latex]. Choose a representative [latex]x_i^*[/latex] in each subinterval and calculate [latex]f(x_i^*)[/latex] for [latex]i=1,2, \cdots , n[/latex]. In other words, consider each [latex]f(x_i^*)[/latex] as a sampling of the function over each subinterval. The average value of the function may then be approximated as

[latex]\dfrac{f(x_1^*)+f(x_2^*)+ \cdots +f(x_n^*)}{n}[/latex],

 

which is basically the same expression used to calculate the average of discrete values.

But we know [latex]\Delta x=\frac{b-a}{n}[/latex], so [latex]n=\frac{b-a}{\Delta x}[/latex], and we get

[latex]\dfrac{f(x_1^*)+f(x_2^*)+ \cdots +f(x_n^*)}{n}=\dfrac{f(x_1^*)+f(x_2^*)+ \cdots +f(x_n^*)}{\dfrac{(b-a)}{\Delta x}}[/latex].

 

Following through with the algebra, the numerator is a sum that is represented as [latex]\displaystyle\sum_{i=1}^{n} f(x_i^*)[/latex], and we are dividing by a fraction. To divide by a fraction, invert the denominator and multiply. Thus, an approximate value for the average value of the function is given by

[latex]\begin{array}{ll}\frac{\displaystyle\sum_{i=1}^{n} f(x_i^*)}{\dfrac{\left(b-a\right)}{\Delta x}} & =\left(\dfrac{\Delta x}{b-a}\right)\displaystyle\sum_{i=1}^{n} f(x_i^*) \\ & =\left(\dfrac{1}{b-a}\right)\displaystyle\sum_{i=1}^{n} f(x_i^*) \Delta x \end{array}[/latex]

 

This is a Riemann sum. Then, to get the exact average value, take the limit as [latex]n[/latex] goes to infinity. Thus, the average value of a function is given by

[latex]\dfrac{1}{b-a}\underset{n\to \infty }{\lim}\displaystyle\sum_{i=1}^{n} f(x_i) \Delta x=\dfrac{1}{b-a} \displaystyle\int_a^b f(x) dx[/latex].

 

Definition


Let [latex]f(x)[/latex] be continuous over the interval [latex][a,b][/latex]. Then, the average value of the function [latex]f(x)[/latex] (or [latex]f_{\text{ave}}[/latex]) on [latex][a,b][/latex] is given by

[latex]f_{\text{ave}}=\dfrac{1}{b-a} \displaystyle\int_a^b f(x) dx[/latex].

Example: Finding the Average Value of a Linear Function

Find the average value of [latex]f(x)=x+1[/latex] over the interval [latex][0,5][/latex].

Watch the following video to see the worked solution to Example: Finding the Average Value of a Linear Function.

Try It

Find the average value of [latex]f(x)=6-2x[/latex] over the interval [latex][0,3][/latex].

Try It