8.3 Average Value of a Function & The Mean Value Theorem for Integrals
Key Takeaways
- The Average Value of a continuous function f(x) on an interval [a, b] is defined as f_avg = (1 / (b - a)) * int_a^b f(x) dx, representing the continuous analog of the arithmetic mean.
- Geometrically, f_avg is the exact height of a rectangle of base width (b - a) whose area equals the definite integral: Area = f_avg * (b - a) = int_a^b f(x) dx.
- The Mean Value Theorem for Definite Integrals guarantees that if f is continuous on [a, b], there exists at least one value c in [a, b] such that f(c) = f_avg.
- To find the guaranteed value c, compute f_avg via integration, set f(c) = f_avg, solve algebraically for c, and filter out any extraneous solutions lying outside [a, b].
- Average value connects core calculus to real-world applications including average velocity, mean temperature cycles, average inventory holding costs, and root-mean-square calculations.
8.3 Average Value of a Function & The Mean Value Theorem for Integrals
Core CLEP Concept: While finding the average of a finite collection of numbers requires dividing their sum by $n$, computing the average value of a continuously varying function $f(x)$ over an interval $[a, b]$ requires definite integration. The Mean Value Theorem for Definite Integrals guarantees that every continuous function achieves its exact average value at least once on the interval. On the CLEP Calculus exam, you must calculate $f_{\text{avg}}$, find the specific coordinate $c$ where $f(c) = f_{\text{avg}}$, and interpret the theorem geometrically and physically.
1. Discrete Average vs. Continuous Average
The Arithmetic Mean of Discrete Numbers
For a finite set of $n$ numbers ${y_1, y_2, \dots, y_n}$, the standard average (arithmetic mean) is:
Transition to a Continuous Function
To find the average value of a continuous function $f(x)$ on $[a, b]$, sample the function at $n$ equally spaced points $x_1^, x_2^, \dots, x_n^*$ with subinterval width $\Delta x = \frac{b - a}{n}$.
Solving for $n$ gives $n = \frac{b - a}{\Delta x}$. Substituting this into the discrete average formula yields:
Taking the limit as $n \to \infty$ (so $\Delta x \to 0$), the Riemann sum becomes the definite integral:
2. Definition & Geometric Interpretation
Definition: Average Value of a Continuous Function
If $f$ is integrable on the closed interval $[a, b]$, then the average value of $f$ on $[a, b]$ is:
The Equal-Area Rectangle Principle
Multiplying both sides of the definition by $(b - a)$ reveals its profound geometric meaning:
y ^
| .---. y = f(x)
| .' '.
| +--------/---------\--------+ y = f_avg
| | Area / \ Area |
| | Void / Area Equal \ Void |
| | / to Integral \ |
| | / \ |
| +---.-------------------.---+
--+-------+-------------------+-----------> x
0 a c b
|<----- (b - a) --->|
- The horizontal line $y = f_{\text{avg}}$ defines a rectangle with base width $(b - a)$ and height $f_{\text{avg}}$.
- The area of this rectangle is identical to the net area under the curve $y = f(x)$ from $x = a$ to $x = b$.
- Conceptually, $f_{\text{avg}}$ "levels out" the peaks and valleys: the area of the curve rising above $y = f_{\text{avg}}$ exactly fills the vacant spaces below $y = f_{\text{avg}}$.
3. The Mean Value Theorem for Definite Integrals
Formal Theorem Statement
If $f$ is continuous on the closed interval $[a, b]$, then there exists at least one number $c \in [a, b]$ such that:
Rigorous Mathematical Connection to Differential MVT
The Mean Value Theorem for Integrals is the integral counterpart of the differential MVT. Consider the accumulation function:
- By the Fundamental Theorem of Calculus Part 1, $F(x)$ is continuous on $[a, b]$ and differentiable on $(a, b)$, with $F'(x) = f(x)$.
- By the Mean Value Theorem for Derivatives, there exists a number $c \in (a, b)$ such that:
- Substituting $F'(c) = f(c)$, $F(b) = \int_a^b f(t) , dt$, and $F(a) = \int_a^a f(t) , dt = 0$ yields:
Geometric Interpretation of $c$
The graph of $y = f(x)$ must physically intersect the horizontal average value line $y = f_{\text{avg}}$ at the coordinate point $(c, f(c))$ at least once inside the interval $[a, b]$.
4. Step-by-Step Protocol for Finding $f_{\text{avg}}$ and Solving for $c$
- Compute the Definite Integral: Evaluate $I = \int_a^b f(x) , dx$ using antiderivatives.
- Calculate the Average Value: Divide the integral by the interval length: $f_{\text{avg}} = \frac{I}{b - a}$.
- Set Up the Algebraic Equation: Equate the function to its average: $f(c) = f_{\text{avg}}$.
- Solve for $c$: Find all algebraic solutions for $c$.
- Validate Boundaries: Discard any roots of $c$ that do not lie within the closed interval $[a, b]$.
5. Step-by-Step Worked Examples
Worked Example 1: Quadratic Polynomial
Problem: For the function $f(x) = 3x^2 - 2x + 1$ on the interval $[0, 3]$:
- (a) Compute the average value $f_{\text{avg}}$.
- (b) Find all values of $c \in [0, 3]$ that satisfy the Mean Value Theorem for Integrals.
Step 1: Compute the definite integral.
Step 2: Calculate $f_{\text{avg}}$.
Step 3: Set $f(c) = 7$ and solve for $c$.
Apply the quadratic formula:
Step 4: Check domain constraints $c \in [0, 3]$.
- $c_1 = \frac{1 + \sqrt{19}}{3} \approx \frac{1 + 4.3589}{3} \approx 1.786 \in [0, 3]$ (Valid)
- $c_2 = \frac{1 - \sqrt{19}}{3} \approx \frac{1 - 4.3589}{3} \approx -1.120 \notin [0, 3]$ (Discard)
Worked Example 2: Trigonometric Function
Problem: Find the average value of $f(x) = \sin x$ on $[0, \pi]$ and determine the values of $c$ where $f(c) = f_{\text{avg}}$.
Step 1: Compute the integral.
Step 2: Compute $f_{\text{avg}}$.
Step 3: Solve for $c$.
Both $c_1, c_2 \in [0, \pi]$, demonstrating that continuous functions can achieve their average value at multiple points on an interval.
6. Real-World Applications: Kinematics, Thermodynamics & Economics
1. Average Velocity in Kinematics
If $v(t) = s'(t)$ represents the instantaneous velocity of an object moving along a line, its average velocity over $[t_1, t_2]$ is:
This unifies the integral definition of average value with the algebra difference quotient $\frac{\Delta s}{\Delta t}$.
2. Daily Temperature Cycles
If ambient temperature in degrees Fahrenheit follows $T(t) = 50 + 15\sin\left(\frac{\pi t}{12}\right)$ over a 24-hour cycle $t \in [0, 24]$:
3. Economic Inventory Holding
If inventory level at time $t$ is $I(t) = 1000 - 50t$ over a 20-day cycle, the average inventory held is:
7. Comparison: Mean Value Theorems in Calculus
| Property | Differential MVT (Derivatives) | Integral MVT (Definite Integrals) |
|---|---|---|
| Primary Hypothesis | $f$ continuous on $[a, b]$, differentiable on $(a, b)$ | $f$ continuous on $[a, b]$ |
| Core Formula | $f'(c) = \frac{f(b) - f(a)}{b - a}$ | $f(c) = \frac{1}{b - a}\int_a^b f(x) , dx$ |
| Geometric Concept | Tangent slope equals secant line slope | Curve height equals average rectangle height |
| Guaranteed Location | At least one $c \in (a, b)$ (open interval) | At least one $c \in [a, b]$ (closed interval) |
8. Common CLEP Pitfalls & Traps
- Forgetting the Normalizing Factor $\frac{1}{b - a}$: Computing only $\int_a^b f(x) , dx$ gives the total accumulated area, not the average value. Always divide by the interval length $(b - a)$.
- Confusing Function Average with Arithmetic Average of Endpoints: Writing $f_{\text{avg}} = \frac{f(a) + f(b)}{2}$ is ONLY valid for linear functions ($f(x) = mx + k$). For non-linear curves (quadratics, exponentials, trig), it produces severe errors.
- Failing to Filter Extraneous $c$ Values: Always check that your algebraic solution for $c$ satisfies $a \le c \le b$. Selecting a root outside the interval is a common multiple-choice trap.
- Discontinuous Functions: The MVT for Integrals requires continuity on $[a, b]$. If $f(x)$ has a jump or vertical asymptote, the existence of $c$ where $f(c) = f_{\text{avg}}$ is not guaranteed.
What is the average value of the function f(x) = 4 - x^2 on the interval [-2, 2]?
For the function f(x) = 2x + 3 on [1, 5], what value of c in [1, 5] satisfies the Mean Value Theorem for Definite Integrals?
The velocity of a particle moving along a coordinate line is given by v(t) = 3t^2 - 12t + 9 for t in [0, 3]. What is the average velocity of the particle over this time interval?
What is the average value of f(x) = e^(2x) on the interval [0, ln(2)]?