Author: John J Weber III, PhDCorresponding Textbook Sections:
Section 6.5 – Average Value of a Function
Expected Educational Results
Objective 13–1: I can compute the average value of a function on .
Objective 13–2: I can use the Mean Value Theorem for Integrals to find a value such that .
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.
Figure 1.1: Bloom's Taxonomy
Mean Value Theorem [MVT] for Integrals
Theorem: Mean Value Theorem for Integrals
If is continuous on , then there exists a number in such that
that is,
Procedure: How to Use MVT for Integrals
Verify is continuous on ;
Find ;
Set ;
Solve for ;
Identify which value(s) of are in the interval .
Example 02: Find an exact value such that is equal to average value of on .
Solution 02:
The polynomial, , is continuous on . So, is continuous on .
From Example 01 in CPT_13a_Average_Value.html, we calculated .
By MVT for Integrals,
By algebra,
So,
Use algebra (or Mathematica [see below]) to solve for :
. So, .
Check Your Work
Use Technology to Use Technology to Solve for c in MVT
NOTE: The use of technology in this activity is to algebraically solve for a variable. On all Assessments, you may solve for without showing any work.
Mathematica
1
(* Example 02: Solve for c in f(c)=f_{avg} *)
2
Solve[c^2+3c+6==22/3,c,Reals]
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.
Mathematicarequires two for the equals sign in an equation.
You may need parens, and , to group multiple terms in the numerator and denominator.
Solve[ ] has at least two arguments:
The equation to be solved;
The variable, i.e., , to be solved for;
The argument to force Mathematica to return only real-valued results.
Mathematicamay return complex solutions; thus, either
Identify a complex solution (the result includes the imaginary unit, ), or
Use the argument Reals.
For help on using the Solve[ ] function:
In Mathematica, execute the code:
Click on near the bottom-left of output
Click on local
Read how to use the Solve[ ] function – you will be able to copy-paste code.
Mathematicamay return a solution to that is not in ; .these solutions should not be included in your answer.
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.
Consider the embedded DESMOS graph below which diagrams the use of the Mean Value Theorem in Example 02:
The key aspects of the embedded DESMOS graph are:
The area under on is shown in red.
, represented by green vertical line is between and .
The green vertical line [] and the blue horizontal line [] intersect on the red curve []. In other words, .
The horizontal side of the blue rectangle is from to .
The width of the blue rectangle is .
The height of the blue rectangle is shown by the blue horizontal line.
The area of the blue rectangle is .
The red shaded area [under , i.e., ] is equal to blue shaded area [];In other words, .
Example 03: Find an approximate value [to 4 decimal places] such that is equal to average value of on .
Solution 03:
The trigonometric function, , is continuous on . So, is continuous on .
By MVT for Integrals,
By algebra,
So,
Use algebra and trigonometry (and Mathematica or DESMOS) to solve for :
. So, .
Investigation 02
Use the MVT for Integrals to find an exact value such that .
on
on
on
on
on
on
on
on
Homework
At this time, you should be able to complete the following assignments: