Average Value of a Function

Author: John J Weber III, PhD Corresponding Textbook Sections:

Expected Educational Results

Bloom’s Taxonomy

A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Average Value of a Function

Definition: Average Value of a Function

The average value of f(x) on [a,b] is faverage=1baabf(x)dx

Example 01: Find the average value of f(x)=x2+3x+6 on [2,2].

Solution 01:

fave=12(2)22(x2+3x+6)dx=14(13x3+32x2+6x)22=14(883)=223

Check Your Work

Use Technology to Verify Average Value

NOTE: The use of technology in this activity is to verify, i.e., check, your computation of average value. You must show work on assessments to receive credit for all Calculus II work.

Mathematica

To check the answer in Example 01:

Warnings:

  1. Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.

  2. Integrate[ ] has two arguments:

    1. The function in the integrand of the average value integral;

    2. {x,a,b}, where

      1. x is the independent variable
      2. a is the lower limit of integration, i.e., the left-hand endpoint of the interval;
      3. b is the upper limit of integration, i.e., the right-hand endpoint of the interval.
  3. For help on using the Integrate[ ] function:

    1. In Mathematica, execute the code: ?Integrate
    2. Click on near the bottom-left of output
    3. Click on local
    4. Read how to use the Integrate[ ] function – you will be able to copy-paste code.
  4. You may need parens, ( and ), to group multiple terms in the numerator and denominator.

  5. Remember, correct Mathematica code will be all black except for variables.

  6. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

 

Investigation 01

  1. Find the average value of y=1x on [1,4].
  2. Find the average value of y=sin(2x) on [0,π4].
  3. Find the average value of y=2x on [0,2].
  4. Find the average value of y=(x3)2 on [2,5].
  5. Find the average value of y=xcos(3x) on [0,2π].
  6. Find the average value of y=ln(x) on [1,10].
  7. Find the average value of y=11+x2 on [1,1].
  8. Find the average value of y=tan1(x) on [0,5].

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].

Last Modified: Thursday, 8 October 2020 7:40 EDT