AP Calculus BC Quiz: Exploring Accumulations Of Change
Practice Exploring Accumulations Of Change in AP Calculus BC with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
What this quiz covers
This quiz focuses on Exploring Accumulations Of Change, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Calculus BC.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
A runner's speed is v(t)=2+cost m/s for 0≤t≤2π; what distance is traveled?
0 meters
2π meters
4π meters (correct answer)
6π meters
2 meters
Explanation: This problem assesses the skill of exploring accumulations of change by calculating the total distance traveled from a speed function. The speed is v(t)=2+cost meters per second over 0 to 2π seconds. Since speed is always positive, the distance is the integral of v(t) from 0 to 2π, accumulating the rate of distance over time. This gives [2t+sint] from 0 to 2π = 4π+0=4π meters. A tempting distractor is 2π meters, from integrating only the constant 2 and ignoring cost, but the full function must be included. In general, to find the net accumulation of a quantity from its rate of change, compute the definite integral of the rate function over the specified interval.
Question 2
A leak changes oil amount at rate A′(t)=−5t liters/hour for 0≤t≤4; what is net change in oil?
−380 liters (correct answer)
380 liters
−20 liters/hour
−40 liters
340 liters
Explanation: This problem uses accumulation reasoning to find net change in oil from the leak rate. The net change equals ∫A'(t)dt = ∫(-5√t)dt from t = 0 to t = 4. Computing: ∫(-5t^(1/2))dt = -5(2t^(3/2)/3) = -10t^(3/2)/3 evaluated from 0 to 4 gives -10(8)/3 - 0 = -80/3 liters. Choice C incorrectly gives a rate (liters/hour) rather than the accumulated volume change. When integrating power functions with fractional exponents, apply the power rule carefully and track negative signs.
Question 3
For 0≤t≤3, a population changes at rate P′(t)=2e−t thousand/day; what is total population increase?
2e−3 thousand
2(1−e−3) thousand (correct answer)
6e−3 thousand/day
2(1+e−3) thousand
6 thousand
Explanation: This problem requires accumulation reasoning to find total population increase from the rate of change. The total increase equals ∫P'(t)dt = ∫2e^(-t)dt from t = 0 to t = 3. Computing the integral: ∫2e^(-t)dt = -2e^(-t) evaluated from 0 to 3 gives -2e^(-3) - (−2e0) = -2e^(-3) + 2 = 2(1 - e^(-3)) thousand. Choice C incorrectly gives a rate (thousand/day) rather than the accumulated population change. To find total change from an exponential rate, integrate carefully and evaluate at the bounds.
Question 4
For 2≤t≤5, temperature changes at rate T′(t)=t1−2 °C/min; what is net temperature change?
ln(25)−6 °C (correct answer)
ln(25)+6 °C
ln(25) °C/min
−6 °C/min
6−ln(25) °C
Explanation: This problem requires accumulation reasoning to find net temperature change from the rate. The net change equals ∫T′(t)dt=∫(t1−2)dt from t = 2 to t = 5. Computing: ∫(t1−2)dt=ln∣t∣−2t evaluated from 2 to 5 gives (ln5−10)−(ln2−4)=ln5−ln2−6=ln(25)−6 °C. Choice C incorrectly gives units of rate (°C/min) rather than accumulated temperature change. To find net change, integrate each term separately and combine the results at the bounds.
Question 5
Water flows with rate r(t)=t+16 L/min for 0≤t≤3; how many liters enter total?
ln4
6ln4 (correct answer)
18ln4
46
418
Explanation: This problem tests the skill of exploring accumulations of change by using integration to find the total water volume from a flow rate. The total liters entering is the definite integral of r(t) = 6/(t+1) from t=0 to t=3, accumulating the flow over the interval. The antiderivative 6 ln|t+1| evaluated gives 6(ln4 - ln1) = 6 ln4 liters. This reflects the decreasing flow rate still yielding a positive accumulation. A tempting distractor like ln4 might arise from omitting the coefficient 6, but it fails as the integral requires multiplying by that factor. In general, to find the net accumulation over an interval, compute the definite integral of the rate function from the lower to upper limit.
Question 6
The rate of change of profit is R′(t)=t2−4t thousand dollars/month for 0≤t≤4; find net change in profit.
−332 (correct answer)
−8
0
8
332
Explanation: This problem tests the skill of exploring accumulations of change by using integration to find the net change in profit from a rate of change. The net change is the definite integral of R′(t)=t2−4t from t=0 to t=4, accumulating the monthly profit variations. The antiderivative 31t3−2t2 evaluated gives (364−32)−0=−332 thousand dollars. This negative accumulation results from the rate being negative initially and not fully compensated later. A tempting distractor like 0 might stem from finding where the rate is zero instead of integrating, but it fails as the integral captures the overall deficit. In general, to find the net accumulation over an interval, compute the definite integral of the rate function from the lower to upper limit.
Question 7
A runner's velocity is v(t)=sint m/s for 0≤t≤π; what is total distance traveled?
0 meters
2 meters (correct answer)
π meters
1 meter
−2 meters
Explanation: This problem asks for total distance, not displacement, which requires accumulation reasoning with absolute values. Since v(t) = sin(t) ≥ 0 for 0≤t≤π, the runner always moves forward, so distance = ∫₀ᵖ|sin(t)|dt = ∫₀ᵖsin(t)dt = [-cos(t)]₀ᵖ = -cos(π)-(-cos(0)) = -(-1)-(-1) = 2 meters. Choice A (0 meters) would be the displacement if velocity changed sign symmetrically, but sin(t) stays positive on [0,π]. For distance traveled, integrate the absolute value of velocity; for displacement, integrate velocity directly.
Question 8
For 0≤t≤6, a machine's production rate is p(t)={2t,12−2t,0≤t≤33≤t≤6; how many items are produced?
18 items (correct answer)
36 items
9 items
12 items
6 items
Explanation: This problem evaluates the skill of exploring accumulations of change by determining total production from a piecewise rate function. The production rate is 2t for 0 to 3 and 12 - 2t for 3 to 6. Total items produced is the integral over each piece, accumulating the rate over time. This gives [t²] from 0 to 3 = 9, plus [12t - t²] from 3 to 6 = 36 - 27 = 9, totaling 18 items. A tempting distractor is 36 items, from doubling the first integral without computing the second properly, but both pieces must be integrated separately. In general, to find the net accumulation of a quantity from its rate of change, compute the definite integral of the rate function over the specified interval.
Question 9
A battery's charge changes at Q′(t)=−t+13 coulombs/min for 0≤t≤3; what is Q(3)−Q(0)?
−3ln4 coulombs (correct answer)
3ln4 coulombs
−49 coulombs
−9 coulombs
ln4 coulombs
Explanation: This problem assesses the skill of exploring accumulations of change by finding the net change in charge from a rate function. The rate is Q'(t) = -3/(t+1) coulombs per minute over 0 to 3 minutes. The net change Q(3) - Q(0) is the integral of Q'(t) from 0 to 3, accumulating the rate over time. This gives -3 [ln(t+1)] from 0 to 3 = -3(ln4 - ln1) = -3 ln4 coulombs. A tempting distractor is 3 ln4, from omitting the negative sign in the rate, but the sign indicates discharge. In general, to find the net accumulation of a quantity from its rate of change, compute the definite integral of the rate function over the specified interval.
Question 10
A function satisfies f′(x)=1+x2x for 0≤x≤2; what is f(2)−f(0)?
ln5
52
21ln5 (correct answer)
ln2
2
Explanation: This problem assesses the skill of exploring accumulations of change by finding the net change in a function from its derivative. The derivative is f′(x)=1+x2x over 0 to 2. The change f(2)−f(0) is the integral of f′(x) from 0 to 2, accumulating the rate over the interval. Using substitution u=1+x2, this yields 21[lnu] from 1 to 5 = 21ln5. A tempting distractor is ln5, from forgetting the 1/2 factor in the substitution, but the du=2xdx requires it. In general, to find the net accumulation of a quantity from its rate of change, compute the definite integral of the rate function over the specified interval.
Question 11
A cyclist's velocity is v(t)=sint m/s for 0≤t≤π; what is the cyclist's displacement?
0
1
2 (correct answer)
π
2π
Explanation: This problem tests the skill of exploring accumulations of change by using integration to find the displacement from a velocity function. The cyclist's displacement is the definite integral of v(t)=sint from t=0 to t=π, which accumulates the position changes over the interval. The antiderivative −cost evaluated at the limits gives −cos(π)−(−cos(0))=−(−1)−(−1)=1+1=2 meters. This positive accumulation reflects the velocity being non-negative throughout the interval, leading to forward movement. A tempting distractor like 0 might come from confusing displacement with total distance or misapplying the fundamental theorem, but it fails as the integral clearly yields 2. In general, to find the net accumulation over an interval, compute the definite integral of the rate function from the lower to upper limit.
Question 12
A battery's charge changes at rate Q′(t)=t+16 coulombs/hour for 0≤t≤2; find net charge change.
12 coulombs
6ln3 coulombs (correct answer)
6ln2 coulombs/hour
3ln3 coulombs
6ln3 coulombs/hour
Explanation: This problem requires accumulation reasoning to find net charge change from the charging rate. The net change equals ∫Q'(t)dt = ∫6/(t+1)dt from t = 0 to t = 2. Computing: ∫6/(t+1)dt = 6ln|t+1| evaluated from 0 to 2 gives 6ln(3) - 6ln(1) = 6ln(3) - 0 = 6ln(3) coulombs. Choice E incorrectly includes units of rate (coulombs/hour) rather than accumulated charge (coulombs). To find accumulated change from a rational function rate, integrate using logarithms and evaluate at the bounds.
Question 13
A reservoir's outflow rate is q(t)=2+e−t m3$/hrfor0\le t\le2$; how much water leaves in total?
2+e−2
4+e−2
4+(1−e−2) (correct answer)
2(1−e−2)
4−(1−e−2)
Explanation: This problem tests the skill of exploring accumulations of change by using integration to find the total water outflow from a rate. The total water leaving is the definite integral of q(t) = 2 + e^{-t} from t=0 to t=2, accumulating the volume over the interval. The antiderivative 2t - e^{-t} evaluated gives (4 - e−2) - (0 - 1) = 4 - e^{-2} + 1 = 5 - e^{-2}, or equivalently 4 + (1 - e−2) m³. This accumulation reflects the decreasing but positive outflow rate. A tempting distractor like 4 + e^{-2} might result from signing the exponential integral incorrectly, but it fails as the proper antiderivative yields the subtraction. In general, to find the net accumulation over an interval, compute the definite integral of the rate function from the lower to upper limit.
Question 14
A population changes at rate P′(t)=3sint thousand/year for 0≤t≤π; what is the total population change?
0 thousand
6 thousand (correct answer)
3π thousand
−6 thousand
2 thousand
Explanation: This problem evaluates the skill of exploring accumulations of change by determining the total population change from a rate function. The rate of change is P'(t) = 3 sin t thousand per year over 0 to π years. The total change is the definite integral of P'(t) from 0 to π, accumulating the rate over the interval. This yields 3 [-cos t] from 0 to π = 3(1 + 1) = 6 thousand. A tempting distractor is 3π thousand, from multiplying the maximum rate by the interval length instead of integrating, but integration accounts for the varying rate. In general, to find the net accumulation of a quantity from its rate of change, compute the definite integral of the rate function over the specified interval.
Question 15
Water flows into a tank at rate r(t)=6−2t liters/min for 0≤t≤4; what is the net change in volume?
8 liters (correct answer)
4 liters
16 liters
24 liters
0 liters
Explanation: This problem assesses the skill of exploring accumulations of change by calculating the net change in volume from a given flow rate. The flow rate is r(t) = 6 - 2t liters per minute over the interval from t=0 to t=4. The net change in volume is the definite integral of r(t) from 0 to 4, which accumulates the rate over time. Computing this integral yields [6t - t²] from 0 to 4 = 24 - 16 = 8 liters. A tempting distractor is 24 liters, which comes from integrating only the constant term 6 and ignoring the -2t term, but the full rate function must be integrated. In general, to find the net accumulation of a quantity from its rate of change, compute the definite integral of the rate function over the specified interval.
Question 16
The rate of change of profit is P′(t)=t+210−3 thousand dollars/week for 0≤t≤4; find net profit change.
10ln3−12 thousand dollars (correct answer)
10ln6−12 thousand dollars
10ln3 thousand dollars
610−3 thousand dollars/week
12−10ln3 thousand dollars
Explanation: This problem uses accumulation reasoning to find net profit change from a rate function. The net change equals the integral of P'(t) = 10/(t+2) - 3 from t = 0 to t = 4. Computing ∫[10/(t+2) - 3]dt = 10ln|t+2| - 3t, and evaluating from 0 to 4 gives [10ln(6) - 12] - [10ln(2) - 0] = 10ln(6) - 12 - 10ln(2) = 10ln(6/2) - 12 = 10ln(3) - 12 thousand dollars. The answer 10ln(6) - 12 (choice B) forgets to subtract the initial value 10ln(2) when evaluating the definite integral. When computing definite integrals, always evaluate at both limits and subtract: F(b) - F(a).
Question 17
A lake's depth changes at h′(t)=t−2 cm/day for 0≤t≤5; what is the net change in depth?
25 cm (correct answer)
0 cm
5 cm
−25 cm
3 cm/day
Explanation: This problem tests the skill of exploring accumulations of change by calculating the net change in depth from a rate function. The rate is h'(t) = t - 2 cm per day over 0 to 5 days. The net change is the integral of h'(t) from 0 to 5, accumulating the rate over the interval. This yields [t²/2 - 2t] from 0 to 5 = 12.5 - 10 = 2.5 cm, or 5/2 cm. A tempting distractor is 0 cm, from evaluating h'(5) = 3 instead of integrating, but integration captures the full accumulation. In general, to find the net accumulation of a quantity from its rate of change, compute the definite integral of the rate function over the specified interval.
Question 18
An object's temperature changes at rate T′(t)=−3cost °C/hr for 0≤t≤2π; find T(2π)−T(0).
−3 (correct answer)
-rac{3\pi}{2}
0
3
23π
Explanation: This problem tests the skill of exploring accumulations of change by using integration to find the net temperature change from a rate. The change T(π/2)−T(0) is the definite integral of T′(t)=−3cost from t=0 to t=π/2, accumulating temperature shifts. The antiderivative −3sint evaluated gives −3(1−0)=−3 °C. This negative accumulation reflects the consistently negative rate causing cooling. A tempting distractor like 0 might arise from ignoring the negative sign or misintegrating, but it fails as the evaluation confirms the decrease. In general, to find the net accumulation over an interval, compute the definite integral of the rate function from the lower to upper limit.
Question 19
A population changes at rate P′(t)=100e−0.2t people/day for 0≤t≤10; what is total increase?
100e−2
100(1−e−2)
500(1−e−2) (correct answer)
500e−2
1000(1−e−2)
Explanation: This problem tests the skill of exploring accumulations of change by using integration to find the total population increase from a growth rate. The total increase is the definite integral of P'(t) = 100e^{-0.2t} from t=0 to t=10, accumulating the daily additions over the interval. The antiderivative -500e^{-0.2t} evaluated gives -500e^{-2} - (−500e0) = 500(1 - e−2) people. This accumulation shows the decelerating growth rate leading to a finite total increase. A tempting distractor like 100(1 - e−2) might result from forgetting the factor in the antiderivative, but it fails because the correct scalar is 500. In general, to find the net accumulation over an interval, compute the definite integral of the rate function from the lower to upper limit.
Question 20
A car's velocity is v(t)=t−2 m/s for 0≤t≤5; what is net displacement over the interval?
−10
2.5 (correct answer)
5
10
15
Explanation: This problem tests the skill of exploring accumulations of change by using integration to find the net displacement from a velocity function. The net displacement is the definite integral of v(t)=t−2 from t=0 to t=5, accumulating position changes over the interval. The antiderivative 21t2−2t evaluated gives (225−10)−0=2.5 meters. This positive net results despite initial backward movement, as later forward motion dominates. A tempting distractor like −10 might come from evaluating at a point instead of integrating, but it fails because the full integral accounts for the entire interval. In general, to find the net accumulation over an interval, compute the definite integral of the rate function from the lower to upper limit.