Average Value of a FunctionExpected Educational ResultsBloom’s TaxonomyAverage Value of a FunctionDefinition: Average Value of a FunctionCheck Your WorkUse Technology to Verify Average ValueInvestigation 01CC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
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.

The average value of
Example 01: Find the average value of
Solution 01:
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:
1(* Find the average value of x^2+3x+6 from x=-2 to x=2 *)2Integrate[x^2 + 3x + 6,{x, -2, 2}]/(2-(-2))Warnings:
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.
Integrate[ ] has two arguments:
The function in the integrand of the average value integral;
For help on using the Integrate[ ] function:
You may need parens,
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
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