Integration and Accumulation- Application Problems

What Are Integration and Accumulation Problems?

Accumulation problems ask you to find the total amount of something built up over time using integration. Instead of finding a rate of change, you're working backwards to figure out the whole picture from rates.

The core relationship is simple: if F'(x) is a rate, then the accumulation from a to b is ∫ F'(x) dx. That's it. Everything else is just context.

Why Students Struggle With These Problems

Most mistakes come from one source: misidentifying what the problem is actually asking. You might integrate when you should differentiate, or set up the wrong bounds entirely.

The second biggest issue is units. If the rate is given in "dollars per month," your answer needs to be in dollars, not months. Check your work at the end.

The Framework for Solving Any Accumulation Problem

Follow these steps in order every single time:

Common Types of Accumulation Problems

Area Under a Curve Problems

These give you a rate function like "f(t) = 20t - t²" and ask for total area from t = 2 to t = 5. You're just finding the definite integral between those bounds.

Example: Water flows into a tank at rate r(t) = 50 + 10t gallons per minute. How much water enters from t = 0 to t = 6?

∫₀⁶ (50 + 10t) dt = [50t + 5t²]₀⁶ = 50(6) + 5(36) = 300 + 180 = 480 gallons

Distance vs. Displacement

This trips people up constantly. Velocity tells you speed and direction. The integral of velocity gives displacement (net change in position). To get total distance traveled, you must integrate the absolute value of velocity.

If velocity crosses zero, split the integral at those points.

Population and Resource Problems

Birth rate minus death rate gives net population change. Integrate the net rate to find total change over a time period. Add or subtract from the initial population depending on what the problem asks.

Profit and Cost Problems

Marginal cost is the derivative of cost. Integrate marginal cost to find total cost change over a production interval. Watch for whether the problem asks for total cost or marginal cost.

Problem Type Given Find Method
Area accumulation Rate function, bounds Total accumulated amount ∫ f(x) dx
Distance traveled Velocity function, bounds Total path length ∫ |v(t)| dt
Displacement Velocity function, bounds Net position change ∫ v(t) dt
Population change Birth/death rates, initial pop Final population Initial + ∫ net rate
Cost accumulation Marginal cost, fixed cost Total cost Fixed + ∫ marginal

How to Set Up the Integral: A Step-by-Step Process

Step 1: Define your variable. Usually it's time (t) or the independent variable in the rate function.

Step 2: Write down what the rate function equals. If it's given as a formula, copy it exactly. If it's a graph, identify the function shape.

Step 3: Identify your bounds. Sometimes they're given as "from t = 2 to t = 7." Other times you need to find where two rates intersect or where a rate equals zero.

Step 4: Determine if you need the full integral or a partial one. For distance, you'll need absolute value sections.

Step 5: Evaluate. Use the Fundamental Theorem of Calculus: F(b) - F(a) where F is any antiderivative of your rate function.

Example: The Complete Solution

Problem: A factory produces widgets at a rate of r(t) = 100 + 3t² widgets per hour, where t is hours after opening. How many widgets are produced from hour 2 to hour 6?

Solution:

∫₂⁶ (100 + 3t²) dt

= [100t + t³]₂⁶

= (100 × 6 + 6³) - (100 × 2 + 2³)

= (600 + 216) - (200 + 8)

= 816 - 208

= 608 widgets

Common Mistakes to Avoid

Quick Reference: When to Integrate vs. Differentiate

If the problem gives you a rate and asks for total, integrate.

If the problem gives you a total and asks for a rate, differentiate.

This distinction alone will fix most of your errors on tests.

Practice Problems to Try

  1. A car's velocity is v(t) = 60 - 4t ft/s for 0 ≤ t ≤ 10. Find total distance traveled and displacement.
  2. A population grows at rate P'(t) = 500e^(0.02t). If current population is 10,000, what will it be in 10 years?
  3. Water leaks from a tank at rate L(t) = 2t + 1 gallons per minute. How much water is lost from t = 3 to t = 8?

The answers are straightforward once you apply the framework. Set up the integral, evaluate, and interpret. No guessing, no fluff.