What is the average value of the function #1/x# between x=2/3 and x=8/3?
1 Answer
The average value of a continuous function
For this example, the average value is therefore
One interpretation of this fact is geometric. The average height of
Note that this is smaller than the average of the maximum and minimum values of
Another way to interpret average value is statistically. If you enter =1/(2*RAND()+2/3) into a spreadsheet cell, and then copy and paste this over, for instance,
I did it myself a few times. Here is a list of the averages (means) I got when I did this process: 0.677, 0.631, 0.699, 0.687, 0.650, 0.665, 0.694, 0.735.
Of course, you could also consider "averaging the averages" to get even closer to 0.693 (on average...i.e., with less variability). The average (mean) of the 8 numbers above is 0.680.
Side note: =RAND() generates random numbers between 0 and 1. By multiplying it by 2 and then adding 2/3, a random number between 2/3 and 8/3 is generated. By taking the reciprocal of this number, we obtain a random output of