4.2.18 · D3Calculus II — Integration

Worked examples — Average value of a function

2,637 words12 min readBack to topic

The scenario matrix

Every "average value" problem falls into one of these cells. We will hit all of them.

# Case class What's tricky about it Example that covers it
C1 everywhere the baseline, area is honest area Ex 1
C2 everywhere integral is negative → average negative Ex 2
C3 changes sign, symmetric positive & negative bits cancel → average Ex 3
C4 changes sign, not symmetric partial cancellation → small nonzero average Ex 4
C5 interval in negative limits like , watch the width Ex 5
C6 degenerate: formula becomes → limiting value Ex 6
C7 real-world word problem you must find yourself Ex 7
C8 exam twist: find the (MVT) solve , keep the root in range Ex 8

The last cell uses the Mean Value Theorem for Integrals (abbreviated MVT from here on — it is the theorem that guarantees a special interior point where the function equals its own average).

Before we start, one thing to burn in: an integral is a signed area. Bits of the curve above the -axis count as positive area; bits below count as negative area. The average value is that signed area divided by the width. The figure below shows exactly this.

Figure — Average value of a function
Figure 1 — A wiggly crossing the -axis. The green shading is the piece of area above the axis (it counts as ); the red shading is the piece below the axis (it counts as ). The integral is green-area minus red-area, and the average is that signed total spread across the width. This one picture is the engine behind every case on this page.


C1 — everywhere (the honest baseline)


C2 — everywhere (negative average)


C3 — sign change with symmetry (average exactly zero)


C4 — sign change without symmetry (small nonzero average)


C5 — interval sitting in negative -territory


C6 — the degenerate case


C7 — real-world word problem (you build )


C8 — exam twist: find the guaranteed point (MVT)


Recall

Recall When is the average value negative?

When the signed area is negative — i.e. the region below the axis outweighs the region above. ::: The sign of is the sign of , since always.

Recall Why can the average be exactly zero even when

is never zero on the interval? Positive and negative signed areas cancel. ::: Example: on — the two humps are mirror images, so they sum to .

Recall As the interval collapses (

around a point ), what does the average approach? The value . ::: The resolves by a limit; the tiny-window average reads off the point value.


Connections