Exploring Accumulations of Change
Help Questions
AP Calculus AB › Exploring Accumulations of Change
A tank’s volume changes at rate $V'(t)=4-2t$ liters/min for $0\le t\le 4$. What is the net change in volume?
$16$ liters
$0$ liters
$-16$ liters
$8$ liters
$4$ liters
Explanation
This problem requires using accumulation reasoning to find the net change in volume from a given rate of change. The net change in volume equals the integral of V'(t) = 4 - 2t from t = 0 to t = 4. Computing this integral: ∫(4 - 2t)dt = 4t - t² evaluated from 0 to 4 gives (16 - 16) - (0 - 0) = 0. A common error would be to evaluate V'(4) = -4 and conclude the volume decreased by 4 liters, but this only gives the instantaneous rate at the endpoint, not the total accumulation. When finding net change from a rate function, always integrate the rate over the entire interval to capture the complete accumulation.
The rate of change satisfies $f'(x)=-4x$ on $0 \le x \le 3$. What is $f(3)-f(0)$?
$-12$
$-4$
$18$
$12$
$-18$
Explanation
This problem uses accumulation reasoning to find function change from its derivative. The rate $f'(x) = -4x$ is negative and increases in magnitude over $[0,3]$, so we integrate $∫_0^3 (-4x) , dx$. This equals $[-2x^2]_0^3 = -2(9) - 0 = -18$, so $f(3) - f(0) = -18$. The quadratic rate creates increasingly rapid decrease as x increases. Students might choose 12 by computing $4 \times 3$ and ignoring the negative sign and integration, but this misses the quadratic nature of accumulation. When rates are linear in the variable, integration produces quadratic accumulation terms.
A car’s velocity is $v(t)=-2$ m/s for $1\le t\le 5$. What is the displacement on this interval?
$8$ meters
$-8$ meters
$4$ meters
$-2$ meters
$-10$ meters
Explanation
This problem requires accumulation reasoning to find displacement from constant velocity over an interval. The car maintains a constant velocity of v(t) = -2 m/s over the 4-second interval [1,5], so we accumulate this velocity over time. The displacement equals -2 m/s × (5-1) s = -2 × 4 = -8 meters, with the negative indicating movement in the negative direction. A student might incorrectly choose -2 by confusing the velocity value with the displacement, but this ignores the 4-second duration. For constant velocity problems, multiply velocity by the time interval to find total displacement.
A function satisfies $f'(x)=4-4x$ for $0\le x\le 2$. What is $f(2)-f(0)$?
$-8$
$4$
$8$
$0$
$-4$
Explanation
This problem uses accumulation reasoning to find function change from a linear derivative with specific symmetry. The rate f'(x) = 4 - 4x = 4(1-x) decreases linearly from 4 to -4 over [0,2], crossing zero at x = 1. We integrate ∫₀² (4-4x) dx = [4x - 2x²]₀² = (8 - 8) - 0 = 0. The equal positive and negative areas on either side of x = 1 cancel exactly. Students might choose 4 by evaluating the initial rate, or -4 by evaluating the final rate, but the symmetric accumulation yields zero net change. When linear rates cross zero at the midpoint of the interval, the positive and negative contributions cancel completely.
A tank’s net flow rate is $r(t)=t$ L/min for $0\le t\le 4$. How much volume is added?
$8$ liters
$2$ liters
$4$ liters
$16$ liters
$12$ liters
Explanation
This problem uses accumulation reasoning to find volume added from a linear flow rate. The rate r(t) = t L/min increases linearly from 0 to 4 over [0,4], so we integrate ∫₀⁴ t dt. This equals [t²/2]₀⁴ = 16/2 - 0 = 8 liters. The quadratic accumulation results from the linear rate, with more volume added in later time periods when the rate is higher. Students might choose 4 by evaluating the rate at the endpoint, but this ignores the integration needed to accumulate the changing rate over time. For linear rates starting from zero, the accumulated quantity equals half the maximum rate times the time interval.
A particle’s velocity is $v(t)=t^2$ on $0\le t\le 2$. What is its displacement?
$4$ units
$2$ units
$\tfrac{4}{3}$ units
$8$ units
$\tfrac{8}{3}$ units
Explanation
This problem uses accumulation reasoning to find displacement from a quadratic velocity function. The velocity v(t) = t² represents an accelerating motion, so we accumulate by integrating ∫₀² t² dt. This equals [t³/3]₀² = 8/3 - 0 = 8/3 units. The particle's displacement increases as the cube of time divided by 3. Students might incorrectly choose 8 by computing t³ at t = 2, but this omits the division by 3 from the antiderivative. When velocity is a polynomial, integrate term by term to find the accumulated displacement.
A function satisfies $f'(x)=\frac{1}{x}$ for $2\le x\le 4$. What is $f(4)-f(2)$?
$1$
$\ln 2$
$\tfrac{1}{2}$
$2$
$\ln 4$
Explanation
This problem applies accumulation reasoning to find function change from the logarithmic derivative. The rate f'(x) = 1/x over [2,4] integrates to ∫₂⁴ (1/x) dx = [ln x]₂⁴ = ln 4 - ln 2 = ln(4/2) = ln 2. The natural logarithm properties allow simplification using ln(a) - ln(b) = ln(a/b). Students might choose 2 by evaluating 4/2 directly, but the integral of 1/x involves logarithms, not simple division. When integrating 1/x, the result involves natural logarithms and their properties.
A tank drains at rate $r(t)=-3$ L/min for $2\le t\le 6$. What is the net change in volume?
$-18$ liters
$-3$ liters
$12$ liters
$-12$ liters
$6$ liters
Explanation
This problem applies accumulation reasoning to find volume change from a constant draining rate. The tank drains at r(t) = -3 L/min over the 4-minute interval [2,6], so we accumulate this negative rate over time. The net change equals -3 L/min × (6-2) min = -3 × 4 = -12 liters, indicating the tank loses 12 liters. A student might choose -3 by confusing the rate with the total change, ignoring the 4-minute duration. When dealing with constant negative rates (outflow/draining), multiply the rate by the time interval to find total volume lost.
A function satisfies $f'(x)=2x$ for $-1 \le x \le 2$. What is $f(2)-f(-1)$?
$2$
$3$
$4$
$-3$
$1$
Explanation
This problem uses accumulation reasoning to find function change from a simple quadratic derivative. The rate $f'(x) = 2x$ over $[-1,2]$ integrates to $ \int_{-1}^2 2x , dx = [x^2]_{-1}^2 = 4 - 1 = 3 $. The quadratic accumulation results from the linear rate, with the definite integral evaluating at both positive and negative endpoints. Students might choose 2 by evaluating the rate at x = 1, but this ignores both the integration process and the full interval extent. When integrating linear functions over intervals that include negative values, evaluate the antiderivative at both endpoints.
A particle’s velocity is $v(t)=2\sin t$ for $0\le t\le \pi$. What is its displacement?
$2$
$0$
$-4$
$4$
$\pi$
Explanation
This problem uses accumulation reasoning to find displacement from scaled sinusoidal velocity. The velocity $v(t) = 2 \sin t$ over $[0, \pi]$ scales the standard sine function by factor 2, so we integrate $ \int_0^\pi 2 \sin t , dt = 2 \int_0^\pi \sin t , dt = 2 [-\cos t]_0^\pi = 2 (-\cos(\pi) + \cos(0)) = 2(1 + 1) = 4 $. The scaling factor multiplies the entire accumulated displacement. Students might choose $\pi$ by confusing the upper limit with the result, but integration of sine over $[0, \pi]$ gives 2, which becomes 4 when scaled. When velocity functions are scaled versions of standard functions, scale the integral result by the same factor.