Study Guide

Average value of a function on an interval

AP Calculus BCΒ· AP Calculus BC CED β€” Applications of IntegrationΒ· 14 min read

1. Core Definition & Average Value Formulaβ˜…β˜…β˜†β˜†β˜†β± 4 min

Unlike the average of a finite set of discrete values, the average value of a continuous function describes the typical output of the function over an entire interval, accounting for infinitely many values between endpoints. This core integration application makes up ~2-3% of total AP Calculus BC exam points, appearing in both MCQ and FRQ, often paired with particle motion, parametric curves, or rate problems.

πŸ”¬ Derivation
Goal:

Derive the average value formula for continuous functions

Starting from:

Discrete average of equally spaced samples on

  1. 1

    Start with the standard discrete average formula:

  2. 2
    1nβˆ‘i=1nf(xi)\frac{1}{n}\sum_{i=1}^n f(x_i)
  3. 3

    The spacing between consecutive points is , so rearrange to get . Substitute back into the average:

  4. 4
    1bβˆ’aβˆ‘i=1nf(xi)Ξ”x\frac{1}{b-a}\sum_{i=1}^n f(x_i)\Delta x
  5. 5

    As , the Riemann sum converges to the definite integral of over .

Result:

[object Object]

πŸ“ Worked Example

Find the average value of over the interval .

  1. 1

    Identify interval endpoints: , , so .

  2. 2

    Substitute into the average value formula:

  3. 3
    favg=1Ο€βˆ«0Ο€(3x2+2sin⁑x)dxf_{\text{avg}} = \frac{1}{\pi} \int_0^\pi (3x^2 + 2\sin x) dx
  4. 4

    Find the antiderivative of the integrand:

  5. 5
    ∫(3x2+2sin⁑x)dx=x3βˆ’2cos⁑x+C\int (3x^2 + 2\sin x) dx = x^3 - 2\cos x + C
  6. 6

    Apply the Fundamental Theorem of Calculus:

  7. 7
    [Ο€3βˆ’2cos⁑π]βˆ’[03βˆ’2cos⁑0]=Ο€3βˆ’2(βˆ’1)βˆ’(βˆ’2(1))=Ο€3+4\left[\pi^3 - 2\cos \pi\right] - \left[0^3 - 2\cos 0\right] = \pi^3 - 2(-1) - (-2(1)) = \pi^3 + 4
  8. 8

    Divide by to get the final average value:

  9. 9
    favg=Ο€3+4Ο€=Ο€2+4Ο€β‰ˆ10.16f_{\text{avg}} = \frac{\pi^3 + 4}{\pi} = \pi^2 + \frac{4}{\pi} \approx 10.16

Exam tip:

Always compute explicitly before dividing, even for simple intervals. A common exam distraction is when one endpoint is 0, leading students to mistakenly divide by instead of .

2. Mean Value Theorem for Integralsβ˜…β˜…β˜…β˜†β˜†β± 3 min

The Mean Value Theorem (MVT) for Integrals is a direct consequence of the Intermediate Value Theorem and the average value formula, and it is frequently tested alongside average value calculations on AP exams.

πŸ“˜ Definition

Mean Value Theorem for Integrals

If is continuous on the closed interval , then there exists at least one point in the open interval such that , where is the average value of over .

πŸ“ Worked Example

For on , find all such that (use from the previous example).

  1. 1

    Set up the equation per the MVT for Integrals:

  2. 2
    3c2+2sin⁑c=10.163c^2 + 2\sin c = 10.16
  3. 3

    Confirm is continuous on (it is, as a sum of a polynomial and sine function), so the MVT guarantees at least one solution.

  4. 4

    Check endpoint values to narrow the solution range: and , so the solution lies strictly between 0 and .

  5. 5

    This is a transcendental equation, so AP Calculus BC expects a numerical solution. Testing values gives , which satisfies the equation.

  6. 6

    Confirm the solution is in the required open interval: , so it meets the theorem's requirements.

Exam tip:

If asked for , always confirm your solution is strictly inside the open interval . Solutions at the endpoints do not satisfy the MVT for Integrals and will not receive credit.

3. Average Value for BC-Specific Parametric Functionsβ˜…β˜…β˜…β˜…β˜†BC only⏱ 4 min

On AP Calculus BC, you may be asked to find the average value of with respect to for a parametric curve, which requires adjusting the standard average value formula for change of variable. This is not tested on AP Calculus AB, so it is a common target for BC-exclusive exam questions.

πŸ“˜ Definition

Average Value of $y$ (Parametric Curve)

For a continuous, monotonic (so is a function of ), substitute into the standard average value formula to get:

Example:

y_{\text{avg}} = \frac{1}{x(\beta) - x(\alpha)} \int_\alpha^\beta y(t) x'(t) dt

πŸ“ Worked Example

A parametric curve is defined by , for . Find the average value of with respect to over this interval.

  1. 1

    Find the endpoints for : , , so the total change in is .

  2. 2

    Compute the derivative of : .

  3. 3

    Substitute into the parametric average value formula:

  4. 4
    yavg=14∫02(2t)(2t)dt=14∫024t2dt=∫02t2dty_{\text{avg}} = \frac{1}{4} \int_0^2 (2t)(2t) dt = \frac{1}{4} \int_0^2 4t^2 dt = \int_0^2 t^2 dt
  5. 5

    Evaluate the integral via the Fundamental Theorem of Calculus:

  6. 6
    [t33]02=83βˆ’0=83β‰ˆ2.67\left[\frac{t^3}{3}\right]_0^2 = \frac{8}{3} - 0 = \frac{8}{3} \approx 2.67
  7. 7

    Confirm by converting to a single-variable function: , so , which matches our result.

Exam tip:

You are almost always asked to average with respect to , not for these problems. Never just average over ; always include the term from the change of variable.

4. AP-Style Additional Worked Examplesβ˜…β˜…β˜…β˜†β˜†β± 3 min

πŸ“ Worked Example

Multiple Choice: What is the average value of over the interval ?
Options: A) , B) , C) , D)

  1. 1

    Start with the average value formula: , , so :

  2. 2
    favg=12∫02xex2dxf_{\text{avg}} = \frac{1}{2}\int_0^2 x e^{x^2} dx
  3. 3

    Use u-substitution: let , , so . Bounds change from (at ) to (at ).

  4. 4

    Rewrite and evaluate the integral:

  5. 5
    12β‹…12∫04eudu=14(e4βˆ’e0)=e4βˆ’14\frac{1}{2} \cdot \frac{1}{2}\int_0^4 e^u du = \frac{1}{4}(e^4 - e^0) = \frac{e^4 - 1}{4}
  6. 6

    The correct answer is option B.

πŸ“ Worked Example

Contextual Application: The temperature (in degrees Celsius) in a greenhouse over a 24-hour period is modeled by for , where is hours after midnight. Find the average temperature over 24 hours and interpret the result.

  1. 1

    Apply the average value formula, with , , so :

  2. 2
    Tavg=124∫024(18+6sin⁑(Ο€12(hβˆ’6)))dhT_{\text{avg}} = \frac{1}{24} \int_0^{24} \left(18 + 6\sin\left(\frac{\pi}{12}(h - 6)\right)\right) dh
  3. 3

    Split the integral: the first term . For the sine term, use substitution with resulting bounds from to :

  4. 4
    6β‹…12Ο€βˆ«βˆ’Ο€/23Ο€/2sin⁑udu=72Ο€[βˆ’cos⁑u]βˆ’Ο€/23Ο€/2=06 \cdot \frac{12}{\pi} \int_{-\pi/2}^{3\pi/2} \sin u du = \frac{72}{\pi}\left[-\cos u\right]_{-\pi/2}^{3\pi/2} = 0
  5. 5

    Combine terms to get the final average:

  6. 6
    Tavg=124(432+0)=18∘CT_{\text{avg}} = \frac{1}{24}(432 + 0) = 18^\circ C
  7. 7

    Interpretation: Over a full 24-hour period, the average temperature in the greenhouse is 18Β°C. A constant temperature of 18Β°C would result in the same total temperature exposure as the modeled varying temperature.

5. Common Pitfalls

Wrong move:

When calculating average value over , dividing the integral by instead of .

Why:

Students confuse the upper bound of the interval with the length of the interval, a common distraction when one endpoint is 0.

Correct move:

Always compute explicitly in your first step, and write it as the denominator before integrating.

Wrong move:

For a parametric curve on , calculating average value as .

Why:

Students confuse averaging with respect to versus averaging with respect to , which is what almost all questions ask for.

Correct move:

Read the question carefully; if asked for the average value of as a function of , use the substituted formula with and divide by the total change in .

Wrong move:

When finding for the MVT for Integrals, reporting or (the endpoints) as the solution.

Why:

Students forget the MVT guarantees a point in the open interval, and often stop at endpoint solutions when solving incorrectly.

Correct move:

After solving for , check that ; if all solutions are at endpoints, double-check your average value calculation for errors.

Wrong move:

When finding , after finding multiple valid roots in the open interval, only report one root as the solution.

Why:

Students forget that multiple points can satisfy the MVT for Integrals, and the question asks for all in .

Correct move:

Solve the equation fully, check all roots, and report every root that lies within the open interval.

Wrong move:

When finding the average value of a rate function gallons per minute over 0 to 10 minutes, reporting the final answer as 15.5 gallons.

Why:

Students confuse the average value of a rate with total change, and carry over the wrong units.

Correct move:

The average value of a rate function has the same units as the original rate, so the answer would be 15.5 gallons per minute.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Average Value (single-variable continuous function)

,

A

p

p

l

i

e

s

f

o

r

$

f

$

c

o

n

t

i

n

u

o

u

s

o

n

$

[

a

,

b

]

$

;

$

f

_

{

\

t

e

x

t

{

a

v

g

}

}

$

h

a

s

t

h

e

s

a

m

e

u

n

i

t

s

a

s

$

f

(

x

)

$

.

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Average value of parametric function

  • 2022 Β· FRQ

    Average value of temperature model