Average Value of Functions on Intervals

Help Questions

AP Calculus BC › Average Value of Functions on Intervals

Questions 1 - 10
1

A population changes at rate $p(t)=\sqrt{t}$ thousand/year for $0\le t\le 4$; find the average rate of change.

$\dfrac{4}{3}$

$4$

$2$

$\dfrac{2}{3}$

$\dfrac{8}{3}$

Explanation

The skill here involves calculating the average value of a function over an interval, which for a rate of change gives the constant rate that would produce the same total change. For the population rate p(t) = √t thousand per year from t = 0 to t = 4, the average is (1/(4 - 0)) ∫_$0^4$ √t dt, where the integral computes total population change and dividing averages it. Conceptually, this smooths the concave-up square root function over the interval. To apply it, integrate $(2/3)t^{3/2}$ from 0 to 4, yielding 16/3, then divide by 4 to get 4/3 thousand per year. A tempting distractor like 8/3 might come from mistakenly doubling the integral or confusing with net change, but the correct process divides the integral by the length. For any average value problem, checklist: identify the interval [a, b], compute the definite integral of the function, divide by (b - a), and interpret as the mean level over that span.

2

A runner’s velocity is $v(t)=5+2\cos t$ (m/s) for $0\le t\le \pi$; what is the average velocity?

$v!\left(\dfrac{\pi}{2}\right)$

$\int_{0}^{\pi}(5+2\cos t),dt$

$5+\dfrac{4}{\pi}$

$\dfrac{1}{\pi}\int_{0}^{\pi}(5+2\cos t),dt$

$5$

Explanation

The skill here is calculating the average value of a function over an interval, used to find the average velocity from a velocity function. The average is (1/(b-a)) ∫_$a^b$ f(t) dt, giving the constant velocity for the same displacement. For v(t) = 5 + 2 cos t on [0,π], this is (1/π) ∫0^π (5 + 2 cos t) dt, equaling 5 m/s since the cosine term integrates to zero over the interval. This shows how periodic variations average out. A tempting distractor is choice E, 5 + 4/π, which might result from incorrectly integrating 2 cos t as 4 sin t or mishandling limits. To find the average value, always: identify the interval [a,b], compute ∫$a^b$ f(t) dt accurately, divide by (b-a), and simplify the result.

3

A particle’s speed is $s(t)=t^2$ (m/s) for $1\le t\le 3$; what is the average speed on $1,3$?

$\dfrac{1}{2}\int_{1}^{3} t^2,dt$

$\dfrac{26}{3}$

$\dfrac{13}{3}$

$\int_{1}^{3} t^2,dt$

$s(2)$

Explanation

The skill here is calculating the average value of a function over an interval, applied to finding the average speed from a speed function. The formula (1/(b-a)) ∫$a^b$ f(t) dt gives the average speed, equivalent to total distance divided by time if speed is non-negative. For s(t) = $t^2$ on [1,3], we use (1/2) ∫$1^3$ $t^2$ dt, evaluating to 13/3 m/s. This reflects the increasing nature of $t^2$, so the average is between s(1) = 1 and s(3) = 9, specifically weighted by the integral. A tempting distractor is choice E, 26/3, which is the integral without dividing by the interval length of 2. To find the average value, always: identify the interval [a,b], compute ∫_$a^b$ f(t) dt accurately, divide by (b-a), and simplify the result.

4

A heater’s power output is $P(t)=6-2t$ kW for $0\le t\le 2$; what is the average power output?

$10$

$4$

$8$

$6$

$2$

Explanation

The skill here involves calculating the average value of a function over an interval, representing the constant power that would deliver the same total energy as the varying output. For the heater's power P(t) = 6 - 2t kW from t = 0 to t = 2, the average is (1/(2 - 0)) ∫_$0^2$ P(t) dt, with the integral giving total energy in kWh if time is hours, but here it's the accumulation for averaging. Conceptually, this captures the linear decrease in power, finding the equivalent steady level. To apply it, integrate 6t - t² from 0 to 2, getting 8, then divide by 2 to yield 4 kW. A tempting distractor like 8 could result from computing the integral but forgetting to divide by the interval length, representing total instead of average. For any average value problem, checklist: identify the interval [a, b], compute the definite integral of the function, divide by (b - a), and interpret as the mean level over that span.

5

A student defines $f(x)=2x-1$ for $-2\le x\le 4$; what does the average value of $f$ represent?

The total signed area $\int_{-2}^{4} f(x),dx$

The slope of the secant line from $x=-2$ to $x=4$

A constant $c$ such that $\int_{-2}^{4} f(x),dx=c(4-(-2))$

The value $f(1)$, the midpoint input

The maximum value of $f$ on $[-2,4]$

Explanation

The skill here involves understanding the average value of a function over an interval, which geometrically is the height of a rectangle with width (b - a) and area equal to the integral. For f(x) = 2x - 1 from x = -2 to x = 4, the average value is a constant c such that ∫_${-2}^4$ f(x) dx = c(4 - (-2)), directly from the definition. Conceptually, this c represents the mean output level over the linear function's span. While computing gives c = 1, the representation is about equating the integral to c times the length. A tempting distractor like the total signed area might confuse the integral itself with the average, but the average scales it by the interval. For any average value problem, checklist: identify the interval [a, b], compute the definite integral of the function, divide by (b - a), and interpret as the mean level over that span.

6

For $f(x)=\dfrac{1}{x}$ on $1,e$, what is the average value of $f$ on this interval?

$\dfrac{1}{e-1}$

$\dfrac{1}{e-1}\int_1^e \dfrac{1}{x},dx$

$\dfrac{1}{e+1}\int_1^e \dfrac{1}{x},dx$

$\int_1^e \dfrac{1}{x},dx$

$\dfrac{1}{\frac{1+e}{2}}$

Explanation

This problem tests finding the average value of $f(x) = \dfrac{1}{x}$ on $[1,e]$. The average value formula gives $\dfrac{1}{e-1} \int_1^e \dfrac{1}{x} , dx$. The integral of $\dfrac{1}{x}$ is $\ln|x|$, so we evaluate $\ln|e| - \ln|1| = 1 - 0 = 1$. Therefore, the average value is $\dfrac{1}{e-1}$, which matches the expression in choice A. Choice B (just the integral) gives the area under the curve, not the average height. For average value calculations: identify the interval length $(b-a)$, set up the integral with the $\dfrac{1}{b-a}$ factor, integrate using standard formulas, and simplify the final expression.

7

Temperature is modeled by $T(t)=10+4\cos t$ (°C) for $0\le t\le\pi$. What is the average temperature?

$10+4\cos!\left(\dfrac{\pi}{2}\right)$

$\dfrac{1}{\pi}\int_0^{\pi} (10+4\cos t),dt$

$\dfrac{1}{2}\int_0^{\pi} (10+4\cos t),dt$

$\int_0^{\pi} (10+4\cos t),dt$

$10+4\cos(\pi)$

Explanation

This temperature problem requires finding the average value of T(t) = 10 + 4cos t on [0,π]. The average value formula gives us (1/(π-0))∫[0 to π](10+4cos t)dt = (1/π)∫[0 to π](10+4cos t)dt. Integrating: ∫(10+4cos t)dt = 10t + 4sin t, evaluated from 0 to π gives (10π + 4sin π) - (0 + 4sin 0) = 10π + 0 - 0 = 10π. Therefore, the average temperature is 10π/π = 10°C. Choice C (the integral without 1/π) represents the total accumulated temperature-time, not the average. The average value process requires: setting up (1/(b-a))∫f(x)dx, integrating term by term, evaluating at endpoints, and dividing by the interval length.

8

For $g(x)=x^2+1$ on $-1,2$, which expression equals the average value of $g$ on the interval?

$\int_{-1}^{2} (x^2+1),dx$

$\dfrac{1}{1}\int_{-1}^{2} (x^2+1),dx$

$\dfrac{1}{2}\int_{-1}^{2} (x^2+1),dx$

$g!\left(\dfrac{-1+2}{2}\right)$

$\dfrac{1}{3}\int_{-1}^{2} (x^2+1),dx$

Explanation

This problem tests recognizing the correct average value expression for g(x) = x² + 1 on [-1,2]. The average value formula requires dividing by the interval length: (2-(-1)) = 3, giving (1/3)∫-1 to 2dx. This matches choice A exactly. Choice C (evaluating at the midpoint) only works for linear functions, not for x² + 1 which is quadratic. Choice B (the integral alone) gives the area, not the average height. The average value checklist: compute interval length b-a carefully (especially with negative endpoints), multiply the integral by 1/(b-a), and never confuse total area with average value.

9

A population changes at rate $P'(t)=6t-2$ for $0 \le t \le 3$. What is the average rate of change on $0,3$?

$P'(1.5)$

$\dfrac{1}{2}\int_0^3 (6t-2),dt$

$\dfrac{1}{3}\int_0^3 (6t-2),dt$

$\int_0^3 (6t-2),dt$

$\dfrac{P(3)-P(0)}{9}$

Explanation

This problem asks for the average rate of change given $P'(t) = 6t - 2$ on $[0,3]$. The average value of the derivative $P'(t)$ equals the average rate of change of $P(t)$, calculated as $\frac{1}{3-0} \int_0^3 (6t-2) , dt = \frac{1}{3} \int_0^3 (6t-2) , dt$. Integrating: $\int(6t-2) , dt = 3t^2 - 2t$, evaluated from 0 to 3 gives $(27-6) - 0 = 21$. The average is $21/3 = 7$. Choice B (the integral alone) represents the total change $P(3) - P(0)$, not the average rate. When finding average rates: use the average value formula on the derivative, integrate carefully, and divide by the interval length to get the average rate per unit time.

10

A cyclist’s speed is $s(t)=3+\cos t$ m/s for $0\le t\le \pi$; what is the average speed?

$3\pi$

$\dfrac{6}{\pi}$

$3$

$4$

$3+\cos!\left(\dfrac{\pi}{2}\right)$

Explanation

The skill here involves calculating the average value of a function over an interval, which for speed gives the constant velocity matching the total distance traveled. For the cyclist's speed s(t) = 3 + cos t m/s from t = 0 to t = π, the average is (1/π) ∫_0^π s(t) dt, integrating the oscillatory addition to the base speed. Conceptually, the cosine averages to zero over a half-period, leaving the constant term dominant. To apply it, integrate 3t + sin t from 0 to π, getting 3π, then divide by π to obtain 3 m/s. A tempting distractor like 3π might result from confusing total distance with average speed, forgetting to divide by time. For any average value problem, checklist: identify the interval [a, b], compute the definite integral of the function, divide by (b - a), and interpret as the mean level over that span.

Page 1 of 7