How do you find the average value of a function #f(x)=(x-1)^2# on the interval from x=1 to x=5?

1 Answer
Jun 17, 2015

The average value is #16/3#
(The average rate of change is #4#.)

Explanation:

The question asks for the average value:

The average value of a function over an interval is the height a rectangle on that interval would need to have, if we want the area of the rectangle to be equal to the area under the graph of the function.

To find that height, find the area under the graph, then divide by the length of the interval. (Or multiply by 1 over the length of the interval.)

Average value = # 1/(5-1) int_1^5 (x-1)^2 dx = 1/4 int_1^5 (x-1)^2 dx#.

We could evaluate the integral by expanding and evaluating the resulting quadratic expression, but I think this one is cleaner is we just substitute #u=x-1#

#1/4 (x-1)^3/3]_1^5 = 1/4[4^3/3 - 0/3] = 16/3#

Note Although the question asks for average value, it was posted under "Average rate of change" which would be:

#(Deltay)/(Deltax) = (f(5)-f(1))/(5-1) = (16 - 0)/4 = 4#