Unit 6 Foundations: Accumulation, Riemann Sums, and Definite Integrals
Exploring Accumulations of Change
What “accumulation” means (and why calculus cares)
In everyday terms, accumulation is what you get when you keep adding small contributions over time (or over distance, or over any input variable). Calculus formalizes this idea because many important quantities are naturally described by rates of change rather than by direct formulas.
For example:
- Your car’s velocity tells you how fast position is changing; accumulating velocity over time gives change in position (displacement).
- A tank’s inflow rate (liters per minute) tells you how fast volume is changing; accumulating inflow over time gives change in volume.
- A marginal cost function (dollars per item) tells you how cost changes with production; accumulating it over an interval gives change in total cost.
The key perspective shift is:
- A derivative answers “how fast is it changing right now?”
- An integral answers “how much change built up over an interval?”
Rate-of-change models and net change
Suppose a quantity depends on time . If you know the **rate of change** , then over a small time step , the change in is approximately
That approximation is the engine behind accumulation: break an interval into lots of small pieces, approximate the change on each piece, and add them up.
Over an interval from to , you should distinguish:
- Net change in : the overall change, accounting for increases and decreases.
- Total change (total accumulation): sometimes you want “how much was accumulated no matter the direction,” which may require absolute values (this comes up often with velocity and “total distance traveled”).
If is positive, is increasing; if is negative, is decreasing. When you “accumulate” the rate, negative contributions subtract from the total—this is why integrals naturally represent net change.
Accumulation as “area,” but with meaning
When the independent variable is and the rate function is , the definite integral
represents the net accumulation of from to .
If is a **rate** like “gallons per hour,” then the integral has units “gallons.” If is velocity “meters per second,” integrating over seconds gives meters.
When is nonnegative, this net accumulation matches the geometric **area under the curve**. When dips below the -axis, the integral counts that part as negative area—so it is signed area.
This is not just a geometric trick; it’s a consistent way to compute net change:
That relationship is a core idea (it is a direct expression of the Fundamental Theorem of Calculus as “net change equals the integral of the rate”).
The accumulation function (building a new function from a rate)
Often you define a new function by accumulating a rate from a fixed starting point. Given a function , define
Here’s what this means conceptually:
- You start at .
- You move to .
- You add up all the contributions along the way.
So is not a number—it’s a **function** of the upper limit .
Two extremely important interpretations follow:
- measures accumulated net change from to .
- The derivative of is the original rate function:
This is powerful because it connects accumulation (integral) back to instantaneous rate (derivative). It also gives you a way to reason about graphs: if you know where is positive or negative, you know where is increasing or decreasing.
Example 1: Net change from a rate
A tank’s volume changes at rate liters/min for . If liters, find .
Step 1: Write net change.
Step 2: Compute the integral.
Evaluate:
Step 3: Add initial value.
Interpretation: the net accumulated inflow over 6 minutes is 9 liters.
Example 2: Understanding signed area vs “total amount”
If is velocity, then
is displacement (net change in position). If you want total distance traveled, you need
A common mistake is to compute displacement when the question asks for total distance—always check whether direction matters.
Exam Focus
- Typical question patterns:
- You’re given a rate function (velocity, flow rate, marginal cost) and an initial value, and you must compute the accumulated quantity using an integral.
- You’re asked to interpret a definite integral’s meaning in context, including units.
- You’re given a graph of and asked about where the accumulation function is increasing/decreasing or has maxima/minima.
- Common mistakes:
- Treating the integral as “area” even when is negative and the situation requires signed accumulation.
- Forgetting to add the initial value (computing but not converting it to the final quantity).
- Mixing up displacement and total distance (using instead of ).
Approximating Areas with Riemann Sums
Why you approximate at all
Not every accumulation problem starts with an easy-to-integrate formula. Sometimes you’re given:
- A table of values of a rate.
- A graph without an equation.
- A function that is difficult to integrate exactly.
In these cases, you approximate the definite integral by breaking the interval into small subintervals and approximating the function on each piece with a rectangle. This is the idea behind Riemann sums.
Partitions and subinterval width
To approximate accumulation on , you choose a partition of the interval:
If the partition is equal-width, the width of each subinterval is
You will then pick a sample point in each subinterval and build rectangles of width and height determined by the function value at the sample point.
Left, right, and midpoint sums (how the rectangles are chosen)
For an equal-width partition:
- Left Riemann sum uses the left endpoint in each subinterval.
- Right Riemann sum uses the right endpoint .
- Midpoint Riemann sum uses the midpoint
Each method approximates
by a sum of rectangle areas.
Conceptually, you are using
In symbols, each rectangle contributes approximately .
When approximations overestimate or underestimate
A big part of being fluent with Riemann sums is predicting bias from the shape of .
- If is **increasing** on , left sums tend to underestimate and right sums tend to overestimate.
- If is decreasing, left sums tend to overestimate and right sums tend to underestimate.
Why: for an increasing function, the left endpoint is lower than the function values to its right, so rectangles are “too short”; the right endpoint is higher, so rectangles are “too tall.”
For midpoint sums, the error often cancels more effectively (midpoint tends to be more accurate for many smooth functions), but you still need to treat it as an approximation unless you have a reason it’s exact.
Riemann sums from tables (a common AP skill)
If you’re given values of at evenly spaced inputs, you can build left/right/midpoint sums directly.
Suppose you have values at with equal spacing .
- Left sum uses .
- Right sum uses .
- Midpoint sum uses function values at midpoints; if the table doesn’t include midpoints, you might not be able to compute it without extra information.
Riemann sums and units
If has units “meters per second” and has units “seconds,” then each rectangle has units
- height: meters/second
- width: second
- product: meters
So the sum and the integral have units of meters. This unit-check is a great self-correction tool.
Example 1: Left and right sums from a function
Approximate
using 4 subintervals of equal width with left and right Riemann sums.
Step 1: Partition and width.
Subinterval endpoints: .
Step 2: Left sum. Use left endpoints .
Compute values:
So
Step 3: Right sum. Use right endpoints .
Compute , so
Because is increasing on , it makes sense that underestimates and overestimates.
Example 2: Riemann sum from a table (rate to accumulation)
A car’s velocity (m/s) is recorded every 2 seconds:
| (s) | 0 | 2 | 4 | 6 | 8 |
|---|---|---|---|---|---|
| (m/s) | 1 | 3 | 4 | 4 | 2 |
Approximate displacement from to using a right Riemann sum.
Here . A right sum uses :
Units check: (m/s) times s gives m, so 26 meters.
Exam Focus
- Typical question patterns:
- Approximate a definite integral from a table of values using left/right sums with a given .
- Use increasing/decreasing behavior (or concavity) to justify whether an approximation is an overestimate or underestimate.
- Interpret a Riemann sum in context (what quantity it approximates, and what the units mean).
- Common mistakes:
- Using the wrong endpoints (mixing left vs right, or accidentally including both and ).
- Forgetting to multiply by (adding heights but not converting to area/accumulation).
- Treating the approximation as exact when the problem asks for an approximation (or rounding too early and compounding error).
Summation Notation and Definite Integral Notation
Why notation matters
Riemann sums quickly become messy if you write every term. Summation notation gives you a compact way to express “add this pattern many times.” The definite integral notation then captures what happens when your rectangles become infinitely thin, turning approximation into an exact accumulation (when the function is integrable, which is the standard setting in AP Calculus).
Summation notation (sigma notation)
The symbol (sigma) means “sum over an index.” A typical form is
which means
Key parts:
- is the index.
- The bottom number (like 1) is where starts.
- The top number (like ) is where ends.
A common pattern in Riemann sums is summing function values at points or .
Writing Riemann sums with sigma notation
For an equal-width partition of into pieces:
Right endpoints are
Left endpoints are
So the left and right sums can be written compactly:
For midpoints, define
and then
The main skill is substituting the explicit expressions for the sample points (like ) so your sum is entirely in terms of .
From Riemann sums to the definite integral (the limiting process)
The definite integral is defined (in the Riemann sense) as the limit of Riemann sums as the number of subintervals grows without bound:
Here:
- is a sample point in the th subinterval .
- is the width (for equal partitions).
This notation is deliberately flexible: it says that as long as the rectangles get thin (large ), the specific sample point choice doesn’t matter for well-behaved functions.
Definite integral notation: what each piece means
The notation
encodes several ideas at once:
- and are the bounds (start and end of accumulation).
- is the accumulation rate (or height of rectangles).
- reminds you the accumulation is with respect to (so widths are in the direction).
A frequent conceptual error is thinking is “just decoration.” In applications, it cues you to multiply by a small change in the input variable (like seconds, meters, years), and it’s essential for interpreting units.
Connecting equivalent notations (a quick reference)
These are different ways you might see the same integral expressed as a limit of sums (equal-width partition):
| Idea | Riemann sum form | What it means |
|---|---|---|
| Width | Subinterval size | |
| Right endpoints | Sample points at right edges | |
| Left sum | Rectangles use left endpoints | |
| Right sum | Rectangles use right endpoints | |
| Definite integral | Exact accumulation (limit as ) |
Showing the connection in a worked example
The goal in many AP problems is not to compute a complicated limit directly, but to recognize it as a definite integral.
Example 1: Convert a limit of a sum into an integral
Evaluate
Step 1: Identify .
The factor plays the role of , so
This suggests an interval of length 1, typically .
Step 2: Identify sample points.
The expression inside the function is , which matches
for a right-endpoint partition of .
Step 3: Recognize the function.
The sum is
So the limit is
Step 4: Compute the integral.
Example 2: Build the integral from a general Riemann sum
Rewrite as a definite integral:
Step 1: Match the width.
So the interval length is 3.
Step 2: Match the sample point.
The argument of sine looks like
So it corresponds to right endpoints on the interval starting at 2:
- lower bound
- upper bound
Step 3: Write the integral.
Notice the key idea: the complicated-looking sum is just “function value times width,” repeated and then sent to the limit.
Common pitfalls when translating sums and integrals
When you practice these conversions, most errors come from misidentifying what plays the role of or from mixing left and right endpoints.
Two checks that prevent many mistakes:
- Interval length check: if is something like , you should be able to identify as the numerator.
- Endpoint check: if the sample point looks like , that’s typically right endpoints; if it looks like , that’s left endpoints.
Exam Focus
- Typical question patterns:
- Convert a given Riemann sum or limit of a sum into a definite integral (and sometimes evaluate it).
- Write a Riemann sum expression for a definite integral using a specified method (left, right, midpoint) and number of subintervals.
- Interpret the pieces and in context (rate and small change in input).
- Common mistakes:
- Treating as the width instead of the sample point (or vice versa).
- Getting the bounds wrong (for example, recognizing length 3 but placing it on when the sum clearly starts at 2).
- Dropping constants: forgetting that might be rather than , especially when the interval is not length 1.