Study Guide

Accumulation functions and definite integrals in applied contexts

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

1. What is an Accumulation Function?β˜…β˜…β˜†β˜†β˜†β± 3 min

An accumulation function is a function defined by a definite integral with a variable upper bound, written as , where is the known rate of change of an underlying quantity. In applied contexts, integrating a rate of change over an interval gives the total accumulated net change in the original quantity from the lower bound to the upper bound. This topic makes up 10–15% of the AP Calculus BC exam score, appearing in both multiple-choice and free-response questions, often as the backbone of multi-part contextual problems.

πŸ“˜ Definition

Accumulation Function

, where is continuous

A function defined by a definite integral with a variable upper bound, giving the total net change of a quantity from a fixed starting point to the input . Unlike indefinite integrals, it returns a specific numerical value for any input .

Example:

If is the rate of water flow into a tank, is the total water added over 10 minutes.

2. The Net Change Theoremβ˜…β˜…β˜†β˜†β˜†β± 3 min

The Net Change Theorem is the core theoretical result underpinning all applied accumulation problems. It follows directly from the Fundamental Theorem of Calculus Part 2, formalizing the link between rates of change and total change.

πŸ“˜ Definition

Net Change Theorem

If is a differentiable quantity with derivative , the net change in over is given by:

Q(b)βˆ’Q(a)=∫abr(t)dtQ(b) - Q(a) = \int_a^b r(t) dt

To find the final value of at , rearrange the formula to the most commonly used applied form: . Positive means is increasing, negative means is decreasing. Net change counts decreases as negative, unlike total change which sums all magnitudes.

πŸ“ Worked Example

The rate of change of the temperature of a soda can taken out of a cooler is degrees Fahrenheit per minute, minutes after being removed from the cooler. If the initial temperature of the soda at is 40Β°F, what is the temperature after 20 minutes, rounded to the nearest degree?

  1. 1

    Apply the Net Change Theorem for final temperature: . We need , with .

  2. 2

    Substitute the rate function into the formula:

    T(20)=40+∫0200.8e0.05sdsT(20) = 40 + \int_0^{20} 0.8 e^{0.05s} ds
  3. 3

    Compute the antiderivative of the integrand:

    ∫0.8e0.05sds=0.8β‹…10.05e0.05s=16e0.05s\int 0.8 e^{0.05s} ds = 0.8 \cdot \frac{1}{0.05} e^{0.05s} = 16 e^{0.05s}
  4. 4

    Evaluate the definite integral from 0 to 20:

    16e0.05(20)βˆ’16e0=16(eβˆ’1)β‰ˆ27.4916 e^{0.05(20)} - 16 e^0 = 16(e - 1) \approx 27.49
  5. 5

    Add the net change to the initial temperature to get the final value:

    40+27.49β‰ˆ6740 + 27.49 \approx 67

Exam tip:

Always explicitly check if the question asks for net change or final value. If given an initial value, add the net change (the integral result) to the initial value to get the final answer, do not leave your answer as just the integral.

3. Rate-In Rate-Out Problemsβ˜…β˜…β˜…β˜†β˜†β± 3 min

Rate-in rate-out problems are one of the most common applied accumulation contexts on the AP exam. These problems model a quantity that enters and leaves a system at two separate rates: an input rate and output rate .

The net rate of change of the quantity is . To find the total amount of the quantity in the system at time , starting from an initial amount , the accumulation formula is:

Q(T)=Q0+∫0T(rin(t)βˆ’rout(t))dtQ(T) = Q_0 + \int_0^T \left(r_{in}(t) - r_{out}(t)\right) dt

To find the maximum or minimum amount of the quantity, find critical points where , then apply the First Derivative Test to confirm extrema.

πŸ“ Worked Example

A community swimming pool holds 12,000 gallons of water at 8:00 AM on opening day. Water is added to the pool at a rate of gallons per hour, and water evaporates and drains out at a rate of gallons per hour, for hours after 8 AM. How much water is in the pool at 8 PM ()?

  1. 1

    Initial volume , so the formula for volume at is:

    V(12)=12000+∫012(rin(t)βˆ’rout(t))dtV(12) = 12000 + \int_0^{12} (r_{in}(t) - r_{out}(t)) dt
  2. 2

    Simplify the integrand:

    200tβˆ’5t2βˆ’10t1/2200t - 5t^2 - 10t^{1/2}
  3. 3

    Find the antiderivative:

    100t2βˆ’53t3βˆ’203t3/2100t^2 - \frac{5}{3}t^3 - \frac{20}{3}t^{3/2}
  4. 4

    Evaluate from 0 to 12 (antiderivative at 0 is 0):

    100(144)βˆ’53(1728)βˆ’203(1212)β‰ˆ11242.87100(144) - \frac{5}{3}(1728) - \frac{20}{3}(12\sqrt{12}) \approx 11242.87
  5. 5

    Add to initial volume to get final volume:

    V(12)β‰ˆ12000+11242.87=23243 gallonsV(12) \approx 12000 + 11242.87 = 23243 \text{ gallons}

Exam tip:

When asked for the time when the volume (or quantity) is maximized, do not integrate first. Set to find critical points, then test them with the First Derivative Test to save time on FRQs.

4. Kinematic Accumulation for Motionβ˜…β˜…β˜…β˜†β˜†β± 3 min

Kinematic (linear motion) problems are another frequent AP exam context for accumulation. For motion along a line, velocity is the rate of change of position, and acceleration is the rate of change of velocity. Accumulation lets you find position from velocity and velocity from acceleration for non-constant acceleration. On the BC exam, this extends directly to parametric and vector-valued motion.

  1. Net change in position (displacement):

  2. Change in velocity:

  3. Total distance traveled over :

A critical distinction: net displacement can be negative if the object moves backwards overall, while total distance is always positive, as it counts all movement regardless of direction.

πŸ“ Worked Example

A particle moves along the x-axis with acceleration m/sΒ² for . The initial velocity at is m/s, and initial position is m. Find the net displacement and total distance traveled by the particle from to .

  1. 1

    Find velocity by accumulating acceleration from 0 to :

    v(t)=v(0)+∫0t(6sβˆ’12)ds=4+3t2βˆ’12t=3t2βˆ’12t+4v(t) = v(0) + \int_0^t (6s - 12) ds = 4 + 3t^2 - 12t = 3t^2 - 12t + 4
  2. 2

    Find where velocity changes sign: solve . The only positive solution in is . Velocity is positive on and negative on .

  3. 3

    Calculate net displacement:

    ∫03v(t)dt=[t3βˆ’6t2+4t]03=27βˆ’54+12=βˆ’15 m\int_0^3 v(t) dt = [t^3 - 6t^2 + 4t]_0^3 = 27 - 54 + 12 = -15 \text{ m}
  4. 4

    Calculate total distance by splitting the integral at the sign change:

    ∫00.367v(t)dt+∫0.3673(βˆ’v(t))dtβ‰ˆ0.68+15.69=16.37 m\int_0^{0.367} v(t) dt + \int_{0.367}^3 (-v(t)) dt \approx 0.68 + 15.69 = 16.37 \text{ m}

Exam tip:

On BC motion problems, always read the question carefully to confirm if it asks for net displacement or total distance. Forgetting the absolute value for total distance is one of the most common sources of lost points on the exam.

5. AP-Style Practice Worked Examplesβ˜…β˜…β˜…β˜…β˜†β± 2 min

πŸ“ Worked Example

The rate of change of a population of deer in a forest, measured in deer per year, years after 2000, is given by . If the population in 2005 was 8000 deer, what is the population in 2010? Options: A) 6875 B) 7375 C) 8625 D) 8875

  1. 1

    Apply the Net Change Theorem: , with .

  2. 2

    Find the antiderivative of :

    ∫(120βˆ’0.2t2)dt=120tβˆ’0.23t3+C\int (120 - 0.2t^2) dt = 120t - \frac{0.2}{3}t^3 + C
  3. 3

    Evaluate the definite integral from 5 to 10:

    (120(10)βˆ’0.23(10)3)βˆ’(120(5)βˆ’0.23(5)3)β‰ˆ625\left(120(10) - \frac{0.2}{3}(10)^3\right) - \left(120(5) - \frac{0.2}{3}(5)^3\right) \approx 625
  4. 4

    Add to the initial population: . The correct answer is C.

πŸ“ Worked Example

A pump moves water into a holding tank that initially contains 500 liters of water at time minutes. Water flows into the tank at liters per minute, and flows out at liters per minute, for . (a) Find the total amount of water that flows into the tank over the interval . Round your answer to the nearest liter. (b) Write an expression for the total amount of water in the tank at time . How much water is in the tank at ? Round to the nearest liter. (c) At what time , , is the amount of water in the tank maximized? Justify your answer.

  1. 1

    (a) Total inflow is the integral of over :

    Total Inflow=∫01010teβˆ’t/2dt\text{Total Inflow} = \int_0^{10} 10t e^{-t/2} dt
  2. 2

    Use integration by parts to find the antiderivative, then evaluate: liters.

  3. 3

    (b) Use the rate-in rate-out accumulation formula to get the expression for :

    V(t)=500+∫0t(10seβˆ’s/2βˆ’0.5s2)dsV(t) = 500 + \int_0^t \left(10s e^{-s/2} - 0.5s^2\right) ds
  4. 4

    Evaluate at : the integral from 0 to 4 is approximately 13.1, so liters.

  5. 5

    (c) To find maximum volume, find critical points by setting :

    10teβˆ’t/2βˆ’0.5t2=t(10eβˆ’t/2βˆ’0.5t)=010t e^{-t/2} - 0.5t^2 = t\left(10e^{-t/2} - 0.5t\right) = 0
  6. 6

    Solutions are and . For , , and for , , so by the First Derivative Test, volume is maximized at minutes.

πŸ“ Worked Example

A small retail business models its monthly profit rate months after the start of the year as dollars per month, where the sine term accounts for seasonal fluctuations in holiday sales. What is the total profit the business earns over the entire first year ()? Interpret your result in context.

  1. 1

    Total profit is the integral of the profit rate over 0 to 12:

    P=∫012(1500sin⁑(Ο€t6)+200t)dtP = \int_0^{12} \left(1500 \sin\left(\frac{\pi t}{6}\right) + 200t\right) dt
  2. 2

    Find the antiderivative:

    βˆ’9000Ο€cos⁑(Ο€t6)+100t2- \frac{9000}{\pi}\cos\left(\frac{\pi t}{6}\right) + 100t^2
  3. 3

    Evaluate from 0 to 12:

    (βˆ’9000Ο€cos⁑(2Ο€)+100(122))βˆ’(βˆ’9000Ο€cos⁑(0))=14400\left(-\frac{9000}{\pi}\cos(2\pi) + 100(12^2)\right) - \left(-\frac{9000}{\pi}\cos(0)\right) = 14400
  4. 4

    The total profit over the first year is $14,400. The seasonal sine term integrates to zero over the full 12-month period, meaning the net effect of seasonal sales fluctuations cancels out over the year.

6. Common Pitfalls

Wrong move:

When asked for the final amount of a quantity, you write down just the value of the definite integral of the rate, ignoring the given initial amount.

Why:

Students confuse net change with final value, forgetting that the integral only gives the change over the interval, not the total amount starting from the initial value.

Correct move:

Always ask: Is this question asking for change or final value? If it asks for final value, add the net change (the integral result) to the given initial value.

Wrong move:

In rate-in rate-out problems, you write the integrand as instead of , flipping the sign of the net rate.

Why:

Students mix up which rate increases vs decreases the quantity, or mis-copy the rates from the problem statement.

Correct move:

Before integrating, explicitly write net rate = rate in minus rate out next to your work to confirm the sign of the integrand.

Wrong move:

When asked for total distance traveled, you compute instead of .

Why:

Students confuse total distance with net displacement, forgetting that moving backwards contributes positively to total distance but negatively to net change.

Correct move:

Whenever the question asks for total distance or total change (not net change), integrate the absolute value of the rate function, splitting the integral at sign changes of the rate.

Wrong move:

When evaluating at , you write without flipping the sign.

Why:

Students forget that swapping the limits of integration changes the sign of the definite integral, especially when the upper limit of an accumulation function is smaller than the lower limit.

Correct move:

Remember that for any , and apply this rule every time you evaluate an accumulation at an input less than the lower limit.

Wrong move:

When finding the maximum amount of a quantity in a rate-in rate-out problem, you integrate the entire interval first before finding critical points.

Why:

Students default to integrating as soon as they see a rate problem, wasting significant time on FRQs.

Correct move:

When asked for maximum/minimum amount, first find critical points by setting , then evaluate the quantity at critical points and endpoints to find the maximum.

7. Quick Reference Cheatsheet

Category

Formula

Notes

General Accumulation Function

= rate of change of , = initial value, = total at

Net Change Theorem

Gives net change, not total change; negative values indicate a net decrease

Rate-In Rate-Out Total Quantity

Applies to systems with input/output rates; max/min occurs when

Kinematic: Net Displacement

Net change in position, can be negative for backward motion

Kinematic: Total Distance

Split the integral at points where to evaluate absolute value

Kinematic: Velocity from Acceleration

Extends directly to parametric/vector-valued motion on BC exam

Reversed Limit Rule

Required for evaluating accumulation functions at

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 Β· BC

    FRQ rate-in rate-out problem

  • 2022 Β· BC

    MCQ kinematic accumulation

What's Next

This topic is the foundation for all further applied integration topics on the AP Calculus BC syllabus. You will apply the same accumulation principle to finding the area between two curves, volumes of revolution, and volumes with known cross-sections, all of which rely on the core idea of integrating small incremental quantities to get a total. Without mastering accumulation in applied contexts, you will struggle to correctly set up integrals for area and volume problems, which make up a large portion of the exam's FRQ section. Accumulation functions also form the basis for solving separable differential equations with initial conditions, and for calculating arc length of parametric curves later in Unit 8.