Just as you can average a set of numbers, you can average a continuous function over an interval. The average value of a function tells you the constant value that would give the same total area over the interval. This is also known as the Mean Value Theorem for Integrals.

🎯 In this section you will learn

📌 The Average Value Formula

$$ f_{\text{avg}} = \frac{1}{b-a} \int_a^b f(x) \, dx $$
The average value of $f$ on $[a, b]$
💡 Geometric Interpretation

The average value is the height of a rectangle on $[a, b]$ whose area equals $\int_a^b f(x) dx$. In other words, the area under the curve equals the area of a rectangle of height $f_{\text{avg}}$ and width $b-a$.

Example 1Average Value of a Linear Function

Find the average value of $f(x) = 2x$ on $[0, 4]$.

Set up the formula
$f_{\text{avg}} = \frac{1}{4-0} \int_0^4 2x dx$
Evaluate the integral
$\int_0^4 2x dx = [x^2]_0^4 = 16$
Divide by length
$f_{\text{avg}} = \frac{16}{4} = 4$
Example 2Average Value of a Quadratic

Find the average value of $f(x) = x^2$ on $[0, 3]$.

Example 3Average Value of Sine

Find the average value of $f(x) = \sin x$ on $[0, \pi]$.

📌 Mean Value Theorem for Integrals

$$ \text{If } f \text{ is continuous on } [a, b], \text{ then there exists } c \in [a, b] \text{ such that } f(c) = \frac{1}{b-a} \int_a^b f(x) dx $$
The function attains its average value at some point $c$
💡 Intuition

If you drive a car and your average speed over a trip is 60 mph, the Mean Value Theorem guarantees that at some moment during the trip, your speed was exactly 60 mph (assuming continuous speed).

Example 4Finding $c$

For $f(x) = x^2$ on $[0, 3]$, the average value is $3$. Find the value(s) of $c$ where $f(c) = 3$.

Example 5Real-World Application: Temperature

The temperature during a 24-hour day is given by $T(t) = 70 + 10\sin\left(\frac{\pi t}{12}\right)$ where $t$ is in hours from midnight. Find the average temperature.

Set up the formula
$T_{\text{avg}} = \frac{1}{24-0} \int_0^{24} \left[70 + 10\sin\left(\frac{\pi t}{12}\right)\right] dt$
Integrate
$\int_0^{24} 70 dt = 70 \cdot 24 = 1680$
$\int_0^{24} 10\sin\left(\frac{\pi t}{12}\right) dt = 10 \left[-\frac{12}{\pi}\cos\left(\frac{\pi t}{12}\right)\right]_0^{24} = -\frac{120}{\pi}(\cos(2\pi) - \cos 0) = -\frac{120}{\pi}(1 - 1) = 0$
Divide by 24
$T_{\text{avg}} = \frac{1680}{24} = 70$°
⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page