CALCULUS 1 • INTEGRATION: ACCUMULATION & FTC

Accumulations of Change — Exploring Accumulations of Change

Discover how adding up tiny changes reveals the total effect — the foundational idea behind integration.

Historical Context & Motivation

Long before calculus had a name, people faced a practical question: if you know how fast something is changing at every moment, can you figure out how much it has changed altogether? Ancient astronomers tracked the varying speed of planets to predict their total displacement across the sky. Medieval scholars estimated the area under speed-versus-time curves to find distances. These thinkers were all grappling with the same core idea: accumulation of change — the process of adding up many small pieces of change to find a total quantity.

~250 BCE
Archimedes & the Method of Exhaustion
Archimedes approximated the area under a parabola by filling it with an infinite sequence of triangles, effectively summing tiny pieces of area — an early form of accumulation.
~1350
Oresme's Velocity-Time Graphs
Nicole Oresme represented changing velocity as a graph and realized the area beneath the curve equals total distance — a groundbreaking link between rate and accumulation.
1665–1676
Newton & Leibniz Formalize Calculus
Isaac Newton and Gottfried Leibniz independently developed the formal machinery of integration, giving the world a systematic way to compute accumulations of change.
1823
Cauchy Defines the Definite Integral
Augustin-Louis Cauchy rigorously defined the definite integral as a limit of sums, putting the concept of accumulation on firm mathematical ground.

The central question that drove all of this work is surprisingly simple: if a rate of change varies over time, how do we calculate the total accumulated effect? This lesson will build your intuition for answering that question, starting with everyday examples and leading to the mathematical tools that make it precise.

Core Principles of Accumulation

Before diving into formulas, let's establish the foundational ideas. Every accumulation problem starts with a rate of change — how quickly some quantity is increasing or decreasing — and asks for the net change over an interval. Understanding these principles will help you recognize accumulation problems in many different contexts, from physics to economics.

1

Rate × Time = Amount

When a rate is constant, the total change equals rate multiplied by time. For example, driving at 60 mph for 3 hours gives 180 miles.
2

Variable Rates Need Summation

When a rate changes over time, you must break the interval into small pieces, approximate each piece, and add them all up.
3

Smaller Pieces = Better Approximation

The more sub-intervals you use, the closer your sum gets to the true accumulated change. In the limit, the sum becomes exact.
4

Area Under the Curve

Graphically, the accumulated change equals the area between the rate function's graph and the horizontal axis over the given interval.
5

Signed Accumulation

When the rate is negative (the quantity is decreasing), those contributions subtract from the total. The result is the net change, not just the total increase.
KEY TAKEAWAY
Think of accumulation like filling a bathtub with a faucet whose flow rate changes. If water flows in at 2 gallons per minute for a while, then slows to 1 gallon per minute, the total water in the tub is found by adding up every tiny bit that flowed in during each moment. When you make those moments infinitely small and add them all up, you get the exact total — that's what integration does.

Visualizing Accumulation as Area

The most powerful way to understand accumulation is visually. Imagine a function f(t) that tells you a rate of change at every instant t. The total accumulation from t = a to t = b corresponds to the area under the curve of f(t) between those two values. The diagram below shows how we approximate this area using rectangles, a technique called a Riemann sum.

Each colored rectangle represents one sub-interval. Its height is the rate f(tᵢ) and its width is Δt. The sum of all rectangle areas approximates the total accumulated change from a to b. As we use more, thinner rectangles, the approximation improves and approaches the true area under the curve.

Notice how the tops of the rectangles don't perfectly match the curve — some overshoot, some undershoot. This is why a Riemann sum is only an approximation. The magic of calculus is taking the limit as the number of rectangles goes to infinity (and each width Δt shrinks to zero). In that limit, the sum becomes exact and equals the definite integral.

Mathematical Framework

Let's formalize the idea of accumulation. We start with the Riemann sum, then move to the definite integral, and finally connect it all to the Fundamental Theorem of Calculus (FTC).

RIEMANN SUM
Sₙ = Σᵢ₌₁ⁿ f(tᵢ) · Δt
where n is the number of sub-intervals, f(tᵢ) is the rate evaluated at a sample point in the i-th sub-interval, and Δt = (b − a)/n is the width of each sub-interval.
DEFINITE INTEGRAL
∫ₐᵇ f(t) dt = lim(n→∞) Σᵢ₌₁ⁿ f(tᵢ) · Δt
The definite integral is the exact value of the accumulated change. The integral sign ∫ is an elongated S for "sum," a and b are the bounds, and dt indicates the variable of integration.
ACCUMULATION FUNCTION
F(x) = ∫ₐˣ f(t) dt
This function gives the total accumulation from a up to any value x. As x increases, F(x) tracks the running total of change.
FTC PART 1 (PREVIEW)
d/dx [ ∫ₐˣ f(t) dt ] = f(x)
The Fundamental Theorem says the derivative of the accumulation function gives you back the original rate function. In other words, accumulation (integration) and rate of change (differentiation) are inverse operations.

These four equations form a chain: the Riemann sum is the approximation, the definite integral is its exact limit, the accumulation function lets you track totals as the endpoint changes, and the FTC ties integration back to differentiation. This framework turns an intuitive idea — adding up small changes — into a precise mathematical tool.

Interpreting Accumulations in Context

One of the most important skills in working with accumulations is understanding what the result means in the real-world context. The units of the accumulated quantity always equal the units of the rate multiplied by the units of the independent variable. If velocity is in meters per second and time is in seconds, then the accumulated change is in meters — distance.

When the rate function is above the horizontal axis, the quantity is increasing and the accumulated change is positive (green region, +A₁). When the rate is below the axis, the quantity is decreasing and that contribution is negative (red region, −A₂). The net accumulated change is the difference A₁ − A₂.
Examples of rate-to-accumulation relationships
Rate Function f(t)Units of f(t)Independent Variable t∫ f(t) dt gives…
Velocitym/ssecondsDisplacement (meters)
Flow rategallons/minminutesTotal gallons
Population growth ratepeople/yearyearsChange in population
Power consumptionwatts (J/s)secondsTotal energy (joules)
💡 Units Check
A quick way to verify your answer makes sense: multiply the units of the rate by the units of the variable of integration. For instance, (meters/second) × (seconds) = meters. If the resulting units don't match the physical quantity you expect, revisit your setup.

Worked Example — Water in a Tank

Suppose water flows into a tank at a rate of f(t) = 6t − t² gallons per minute, where t is measured in minutes and 0 ≤ t ≤ 6. We want to find the total amount of water that enters the tank from t = 0 to t = 6.

Total Water Accumulated in 6 Minutes
1
Step 1 — Set Up the IntegralSince f(t) = 6t − t² gives the rate in gallons per minute, the total water entering the tank is the integral of this rate from t = 0 to t = 6: Total = ∫₀⁶ (6t − t²) dt.
2
Step 2 — Find the AntiderivativeApply the power rule for integration to each term. The antiderivative of 6t is 3t², and the antiderivative of t² is t³/3. So F(t) = 3t² − t³/3.
F(t) = 3t² − t³/3
3
Step 3 — Evaluate at the BoundsSubstitute the upper bound t = 6: F(6) = 3(6)² − (6)³/3 = 3(36) − 216/3 = 108 − 72 = 36. Substitute the lower bound t = 0: F(0) = 3(0)² − (0)³/3 = 0.
F(6) = 36, F(0) = 0
4
Step 4 — Compute the Net AccumulationTotal = F(6) − F(0) = 36 − 0 = 36 gallons. Since the rate f(t) = 6t − t² = t(6 − t) is non-negative on [0, 6], every contribution is positive, confirming the answer represents the total (not just net) accumulation.
Total water = 36 gallons
🔑 Why This Works
We used the Fundamental Theorem of Calculus: if F is an antiderivative of f, then ∫ₐᵇ f(t) dt = F(b) − F(a). Rather than summing infinitely many rectangles, we evaluate a single formula at two points. That's the power of the FTC.

Approximation Methods vs. Exact Integration

In practice, you won't always have a neat formula for the rate function. Sometimes you'll only have data points from a sensor or experiment. Understanding when to approximate and when to integrate exactly is a critical skill.

Comparison of accumulation methods
MethodWhen to UseStrengthsLimitations
Left/Right Riemann SumRate given as a table of values or when a quick estimate is needed.Simple arithmetic; no formula required; easy to visualize as rectangles.Overestimates or underestimates depending on whether the function is increasing or decreasing.
Trapezoidal SumRate given as data points; better accuracy desired than Riemann sums.Averages left and right estimates; handles linear-like functions well.Still an approximation; can miss curvature in the function.
Exact Integration (FTC)A formula for f(t) is known and its antiderivative can be found.Gives the exact accumulated change with no estimation error.Requires a known formula and antidifferentiation skills; not all functions have elementary antiderivatives.
KEY TAKEAWAY
Think of Riemann sums like counting your steps on a hike to estimate total distance: the more frequently you check your pace, the better your estimate. The definite integral is like having a GPS that tracks every fraction of a second — it gives the exact answer. When you have a formula, use the integral; when you have data points, approximate with sums and know that more data points yield a better answer.

Connection to the Fundamental Theorem of Calculus

Everything in this lesson builds toward one of the most important results in all of mathematics: the Fundamental Theorem of Calculus (FTC). The FTC says that differentiation and integration are inverse processes. Understanding accumulation is the first half of that story.

This lesson vs. what's coming next
ConceptThis Lesson: AccumulationNext Step: FTC
Central questionGiven a rate, what is the total change?How are the total change function and the rate function related?
Primary toolRiemann sums and the definite integral ∫ₐᵇ f(t) dtAntiderivatives: F(b) − F(a)
Key insightTiny pieces of (rate × time) add up to total change.The derivative of the accumulation function is the original rate.
What you computeA single number (the net accumulated change)A function F(x) that tracks running totals

Once you've mastered the idea that accumulation is the sum of infinitely many small rate-times-time products, you're ready for the FTC. It will let you skip the summing process entirely by finding an antiderivative — a function whose derivative is the rate you started with. In the worked example above, we already used this shortcut: we found F(t) = 3t² − t³/3 because its derivative equals 6t − t², the original rate. The FTC guarantees such a shortcut always works for continuous functions.

Practice Problems

PROBLEM 1CONCEPTUAL
A car's speedometer reads its velocity at every instant. Explain, in your own words, why the area under the velocity-vs-time graph over an interval [a, b] gives the car's displacement during that interval. What happens to the displacement when velocity is negative?
PROBLEM 2BASIC CALCULATION
A pump fills a pool at a constant rate of 5 gallons per minute for 20 minutes. Use the concept of accumulation (rate × time) to find the total water pumped. Then express this as a definite integral and verify the result.
PROBLEM 3INTERMEDIATE
The velocity of a jogger is modeled by v(t) = 8 − 2t feet per second, where t is in seconds. Find the total displacement of the jogger from t = 0 to t = 5 by evaluating ∫₀⁵ (8 − 2t) dt. At what time does the jogger stop moving forward?
PROBLEM 4APPLIED
A solar panel generates power at a rate of P(t) = 200 sin(πt/12) watts, where t is in hours after sunrise and 0 ≤ t ≤ 12 represents a full day of sunlight. Use a left Riemann sum with 4 equal sub-intervals to estimate the total energy produced. Then find the exact value using integration.
PROBLEM 5CRITICAL THINKING
Let F(x) = ∫₀ˣ f(t) dt where f(t) is a continuous function. Suppose you know that F(3) = 10, F(5) = 10, and f(t) > 0 for 0 < t < 4. What can you conclude about the behavior of f(t) on the interval [3, 5]? Must f(t) be negative somewhere on [3, 5]? Explain your reasoning.

Lesson Summary

The concept of accumulation of change captures one of the most fundamental ideas in calculus: if you know the rate of change of a quantity over time, you can recover the total change by summing up infinitely many tiny contributions. This is done through Riemann sums (approximation via rectangles) and their limit, the definite integral ∫ₐᵇ f(t) dt. Graphically, this accumulation equals the signed area under the rate function's graph — positive where the rate is above the axis and negative where it is below.

The Fundamental Theorem of Calculus provides the bridge between rates and totals: the accumulation function F(x) = ∫ₐˣ f(t) dt has the property that F′(x) = f(x), linking integration directly back to differentiation. In practice, you can compute exact accumulations using antiderivatives or estimate them with Riemann or trapezoidal sums when only data points are available. Always check that your result's units make sense — rate units times time units should equal the units of the accumulated quantity.

Varsity Tutors • Calculus 1 • Accumulations of Change — Exploring Accumulations of Change