Study Guide

Exploring accumulations of change

AP Calculus BCΒ· AP Calculus BC CED β€” Integration and Accumulation of ChangeΒ· 14 min read

1. The Net Change Theoremβ˜…β˜…β˜†β˜†β˜†β± 4 min

Exploring accumulations of change connects the abstract definite integral (as a limit of Riemann sums) to real-world problems involving changing quantities. The core idea is: integrating a rate of change of a quantity over an interval gives the total net change in that quantity over the interval. This topic contributes ~5-6% of your total AP Calculus BC exam score, appearing in both multiple-choice and free-response questions.

πŸ“˜ Definition

Net Change Theorem

F(b)βˆ’F(a)=∫abf(t)dtF(b) - F(a) = \int_a^b f(t) dt

If is a differentiable quantity, and is its instantaneous rate of change, the total net change in over equals the definite integral of over that interval. Net change can be positive, negative, or zero, unlike total change which is always non-negative.

Example:

Velocity is the rate of change of position, so integrating velocity gives net displacement (net change in position).

πŸ“ Worked Example

The velocity of a particle moving along the -axis is given by m/s for . What is the net displacement of the particle from to ?

  1. 1

    Recognize velocity is the rate of change of position , so net displacement equals net change in position, which is by the Net Change Theorem.

  2. 2

    Find the general antiderivative of :

    ∫(t2βˆ’4t+3)dt=t33βˆ’2t2+3t+C\int (t^2 - 4t + 3) dt = \frac{t^3}{3} - 2t^2 + 3t + C
  3. 3

    Evaluate the definite integral using the Fundamental Theorem of Calculus:

    (433βˆ’2(42)+3(4))βˆ’(033βˆ’2(02)+3(0))=643βˆ’32+12=43\left(\frac{4^3}{3} - 2(4^2) + 3(4)\right) - \left(\frac{0^3}{3} - 2(0^2) + 3(0)\right) = \frac{64}{3} - 32 + 12 = \frac{4}{3}
  4. 4

    The net displacement is meters.

Exam tip:

Always confirm if the question asks for net change (displacement, net position change) or total change (total distance traveled): net change uses the integral of velocity directly, while total change requires the integral of the absolute value of velocity.

2. Variable Upper-Bound Accumulation Functionsβ˜…β˜…β˜…β˜†β˜†β± 4 min

An accumulation function is a function defined by a definite integral with a variable upper bound, where the input to the function is the upper limit of integration. It represents a running total of net signed area (net accumulated change) starting from a constant lower bound. This is a core concept for the Fundamental Theorem of Calculus, commonly tested in graph-based problems.

πŸ“˜ Definition

Accumulation Function

A(x)=∫axf(t)dtA(x) = \int_a^x f(t) dt

A function whose value is the net accumulated change of from the constant lower bound to the variable upper bound . is a dummy integration variable, unrelated to the input .

πŸ“ Worked Example

A piecewise linear function has vertices at , , , . Let . Find .

  1. 1

    is the net signed area under from to , with area below the -axis counted as negative.

  2. 2

    Split the interval into two regions: where , and where .

  3. 3

    Calculate the area of the triangle on :

    12Γ—4Γ—4=8\frac{1}{2} \times 4 \times 4 = 8
  4. 4

    Calculate the signed area of the triangle on (negative because the region is below the axis):

    βˆ’(12Γ—2Γ—2)=βˆ’2- \left(\frac{1}{2} \times 2 \times 2\right) = -2
  5. 5

    Sum the signed areas to get the final result:

    A(6)=8βˆ’2=6A(6) = 8 - 2 = 6

Exam tip:

When finding the value of an accumulation function from a graph, always mark regions below the -axis with a negative sign before summing. AP exam graders consistently deduct points for missing this sign.

3. Contextual Rate-Integral-Quantity Relationshipsβ˜…β˜…β˜…β˜†β˜†β± 4 min

The most common AP exam application of accumulated change is translating real-world contexts into an integral. The core rule is: if you are given a rate function (the derivative of the quantity you care about), integrating that rate over an interval gives the net change in the quantity over that interval.

πŸ“ Worked Example

Water flows into a tank at a rate of gallons per minute, for . If the tank has 20 gallons of water at , how much water is in the tank at ?

  1. 1

    Final volume = initial volume + net accumulated inflow from to . Net inflow = .

  2. 2

    Find the antiderivative:

    ∫10sin⁑(Ο€t12)dt=βˆ’120Ο€cos⁑(Ο€t12)+C\int 10 \sin\left(\frac{\pi t}{12}\right) dt = -\frac{120}{\pi} \cos\left(\frac{\pi t}{12}\right) + C
  3. 3

    Evaluate the definite integral:

    (βˆ’120Ο€cos⁑(Ο€2))βˆ’(βˆ’120Ο€cos⁑(0))=0+120Ο€(1)β‰ˆ38.20\left(-\frac{120}{\pi} \cos\left(\frac{\pi}{2}\right)\right) - \left(-\frac{120}{\pi} \cos(0)\right) = 0 + \frac{120}{\pi}(1) \approx 38.20
  4. 4

    Add the initial volume to get the final amount:

    20+38.20β‰ˆ58.220 + 38.20 \approx 58.2
  5. 5

    The tank has approximately 58.2 gallons of water at .

Exam tip:

Always remember to add the initial quantity to the accumulated change when asked for the total amount of the quantity at the end of the interval, not just the net change. This is the most commonly missed point on AP FRQ for this topic.

4. Concept Checkβ˜…β˜…β˜†β˜†β˜†β± 2 min

βœ“ Quick check

Test your understanding of key concepts with these AP-style multiple choice questions:

  1. Let . What is the value of ?

    • A) 8

    • B) 10

    • C) 12

    • D) 15

    Reveal answer
    B) 10 β€”

    Correct. Using the Fundamental Theorem: .

  2. A population of bacteria has growth rate thousand bacteria per hour. At , there are 2 thousand bacteria. What is the total population at ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    B) $2 + \int_0^5 r(t) dt$ β€”

    Correct. Total population equals initial population plus accumulated growth from to .

5. Common Pitfalls

Wrong move:

When asked for change in population between and , compute instead of .

Why:

Students default to starting integrals at because many problems start at 0, so they miss the specified starting time.

Correct move:

Underline the start and end time of the requested change before setting up the integral, and match your integral bounds to the underlined values.

Wrong move:

When calculating from a graph, treat all area as positive even when is below the -axis.

Why:

Students confuse geometric area (always positive) with net accumulated change (signed area).

Correct move:

Before adding areas, mark all regions below the -axis with a negative sign, then sum signed areas.

Wrong move:

When asked for the total number of bacteria at , only report the value of and do not add the initial population.

Why:

Students confuse net change in a quantity with the total value of the quantity.

Correct move:

Check the question: "net change" = output the integral; "total amount at time " = initial + integral.

Wrong move:

When asked for net displacement, you compute .

Why:

Students mix up net displacement and total distance traveled.

Correct move:

Memorize the pair: net displacement = , total distance = , and confirm which the question asks for before integrating.

Wrong move:

You write an accumulation function as , reusing as the variable of integration and the upper bound.

Why:

Students forget the variable of integration is a dummy variable.

Correct move:

Always use a different dummy variable (e.g., ) for the integrand when the upper bound is .

6. Quick Reference Cheatsheet

Category

Formula/Relationship

Key Notes

Net Change Theorem

Gives net change in quantity over , where is the rate of change of .

Total Quantity at End of Interval

Use for total amount, not just change; is the initial quantity at .

Accumulation Function Notation

Use a dummy variable like for the integrand; never reuse for the integrand.

Net Displacement (Velocity)

Accounts for forward/backward movement; can be positive, negative, or zero.

Total Distance Traveled (Velocity)

Always positive; counts all movement regardless of direction.

Net Volume Change (Flow Rate)

Enter outflow as a negative rate to get the correct net change.

Accumulation from Graph

Area above the -axis = positive, area below = negative for net accumulation.

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

    Accumulation from given graph

  • 2022 Β· FRQ

    Contextual volume accumulation

  • 2021 Β· MCQ

    Net vs total displacement

What's Next

This topic is the conceptual foundation for all of integral calculus. All subsequent applied integral problems rely on the core understanding that integrating a rate of change gives net accumulated change. Without this foundation, you will struggle to interpret questions involving differential equations, area, volume, and other applied integral topics. Mastering accumulation of change prepares you to differentiate accumulation functions via the Fundamental Theorem of Calculus, evaluate definite integrals with substitution, and build solutions to differential equations from initial conditions. Ensure you are comfortable with net vs total change before moving on.