Welcome to Motion and Accumulation!

In previous units, you learned how to find the rate of change using derivatives. Now, we are going to flip that logic on its head! In this chapter, we explore how to use integration to "accumulate" change. Whether it’s a car driving down a highway or water flowing into a tank, integration allows us to calculate the total amount of "stuff" that has built up over time. Don't worry if this seems a bit abstract at first—once you see the patterns, it becomes one of the most logical parts of Calculus!

1. Motion: Connecting Position, Velocity, and Acceleration

In Unit 4, you learned that the derivative of position is velocity, and the derivative of velocity is acceleration. Now, we use the Fundamental Theorem of Calculus (FTC) to go in the opposite direction. If you have the rate of change (velocity), you can find the total change in position.

The "Current Position" Formula

To find where an object is at a specific time \(t\), you must know two things: where it started and how much its position changed. We express this as:

\(s(t_2) = s(t_1) + \int_{t_1}^{t_2} v(t) dt\)

Think of it this way: Final Position = Initial Position + Displacement. This is a very common task on the AP Exam, especially in Free-Response Questions!

Displacement vs. Total Distance Traveled

This is a classic "gotcha" on the AP exam. It is vital to understand the difference between these two terms:

  • Displacement: This is the "net change" in position. It only cares about where you started and where you ended. If you walk 10 feet forward and 10 feet backward, your displacement is 0.
    Formula: \(\int_a^b v(t) dt\)
  • Total Distance Traveled: This is the total "odometer" reading. It counts every step you took, regardless of direction. In the example above, your total distance would be 20 feet.
    Formula: \(\int_a^b |v(t)| dt\)

Quick Tip: If you are using a graphing calculator (required for Section I Part B and Section II Part A), you can find Total Distance by putting the absolute value symbol inside the integral: \(\text{fnInt}(|v(t)|, t, a, b)\).

Key Takeaway

To find the net change (displacement), integrate velocity. To find the total distance, integrate the absolute value of velocity.

2. Accumulation Functions in Applied Contexts

Not every problem involves a moving particle. Sometimes, we are accumulating "stuff" like rainwater, people in a line, or even money. These are often called Rate In / Rate Out problems.

The General Accumulation Formula

If \(R(t)\) is the rate at which something is being added and \(L(t)\) is the rate at which something is being removed (the "Loss" rate), the total amount \(A(t)\) at time \(t\) is:

\(A(t) = A(0) + \int_{0}^{t} [R(x) - L(x)] dx\)

In plain English: Total Amount = What you started with + (What came in - What went out).

Interpreting the Meaning

The AP Exam frequently asks you to "Interpret the meaning of the definite integral in the context of the problem." When you see this, always include three things:

  1. The "What": What is being measured? (e.g., "The total amount of water...")
  2. The Units: (e.g., "...in gallons...")
  3. The Time Interval: (e.g., "...from \(t = 0\) to \(t = 5\) minutes.")

Example: If \(r(t)\) is the rate of fuel consumption in gallons per hour, then \(\int_{1}^{3} r(t) dt\) represents the total number of gallons of fuel consumed between hour 1 and hour 3.

Key Takeaway

The integral of a rate gives you the total amount of change. Always check your units! If your rate is in \(\frac{\text{units}}{\text{time}}\), your integral will be in \(\text{units}\).

3. Common Pitfalls and Tips for Success

Don't Forget the Initial Value!

A very common mistake is calculating the integral \(\int_a^b f(t) dt\) but forgetting to add the initial amount \(f(a)\). If a tank already has 50 gallons of water at \(t=0\), you must add that 50 to your integral result to find the total at time \(t\).

Using the Calculator

On calculator-active sections, do not try to integrate complex functions by hand. The AP Exam expects you to use the numerical integration tool.
Standard AP Rounding: Always round your final answer to at least three decimal places unless the problem tells you otherwise. For example, \(10.4567\) should be written as \(10.457\) or \(10.456\).

"Is the Speed Increasing or Decreasing?"

This is a Unit 4 concept that often reappears here.

  • Speed is increasing if velocity and acceleration have the same sign (both positive or both negative).
  • Speed is decreasing if velocity and acceleration have different signs.

Since you are now using integrals, you might find velocity by using \(v(t) = v(a) + \int_a^t a(x) dx\).

4. Summary of Key Formulas

Displacement: \(\Delta s = \int_{t_1}^{t_2} v(t) dt\)

Final Position: \(s(t_2) = s(t_1) + \int_{t_1}^{t_2} v(t) dt\)

Total Distance: \(\text{Dist} = \int_{t_1}^{t_2} |v(t)| dt\)

Accumulated Amount: \(\text{Total} = \text{Initial} + \int_{a}^{b} (\text{Rate In} - \text{Rate Out}) dt\)

Note: For related concepts like the average value of a function, area between curves, or volumes of solids, please refer to the other chapters in Unit 8.

Final Encouragement

Mastering these types of problems is all about the setup. Before you start calculating, identify your initial value, your rate function, and your time interval. Once the setup is on paper, the rest is just following the rules of integration!