Unit 6 (AP Calculus BC): Integration and Accumulation of Change — Comprehensive Study Notes

Accumulation of Change: Net Change, Total Change, Signed Area, and Units

Up to this point in calculus, you’ve emphasized the derivative as a rate of change (change per unit). Unit 6 flips that viewpoint: when you know a rate, you can recover the total accumulated change by adding up tiny pieces. That “adding up” process is what an integral does. The integral symbol is often described as the antiderivative idea (undoing a derivative), but it’s also broader than that: a definite integral represents accumulation even when an antiderivative is hard to find.

The first type you usually meet is a definite integral, which represents the accumulation of a quantity across an interval and is interpreted geometrically as the signed area between a function and the x-axis.

From “rate” to “amount” (why integrals exist)

Suppose you know the velocity of a car %%LATEX1%% in meters per second. Velocity is the rate of change of position: it tells you how many meters of position change happen per second. If you want to know how far the car’s position changes between %%LATEX2%% and t=b, you need to combine (accumulate) all those per-second changes.

Over a very small time interval %%LATEX4%%, the position changes by approximately %%LATEX5%%. Over many small intervals, the total change is approximately the sum of all those little changes. This “add up many small rectangles” idea is the seed of the definite integral.

Net change vs. total change

A big conceptual point on AP questions is that “how much changed” can mean two different things.

Net change includes direction/sign. If the rate is negative, it subtracts from the accumulation.

Total change (total amount) measures the magnitude of change regardless of direction. When a rate can change sign, you typically need absolute value and you often must split the interval.

For velocity:

  • Displacement (net change in position) from %%LATEX6%% to %%LATEX7%% is the net accumulation of velocity.
  • Total distance traveled is the accumulation of speed, which is |v(t)|.

Signed area as accumulation

Graphically, accumulation is tied to area. If %%LATEX9%% is positive, accumulation adds positive area above the axis. If %%LATEX10%% is negative, the accumulation contributes negative area (it subtracts). That’s why a definite integral naturally matches net change: area below the axis counts negatively.

Units: a built-in reality check

Units help you decide whether you’re computing the right thing. If %%LATEX11%% has units “gallons per minute” and %%LATEX12%% is “minutes,” then a small change is r(t)\Delta t with units gallons. On many FRQs, explicitly stating and checking units is part of a complete justification.

Worked example: net change and total change

A particle has velocity %%LATEX14%% (units: m/s) for %%LATEX15%%.

1) Net change in position (displacement)

\int_0^3 (t^2-4)\,dt

An antiderivative is:

\int (t^2-4)\,dt=\frac{t^3}{3}-4t + C

Evaluate:

\int_0^3 (t^2-4)\,dt=\left[\frac{t^3}{3}-4t\right]_0^3=(9-12)-0=-3

So the net change is -3 meters.

2) Total distance traveled

Distance uses speed %%LATEX20%%. Find where %%LATEX21%%:

t^2-4=0

t=2

So velocity is negative on %%LATEX24%% and positive on %%LATEX25%%.

\text{distance}=\int_0^2 |t^2-4|\,dt + \int_2^3 |t^2-4|\,dt

\text{distance}=\int_0^2 (4-t^2)\,dt + \int_2^3 (t^2-4)\,dt

Compute:

\int_0^2 (4-t^2)\,dt=\left[4t-\frac{t^3}{3}\right]_0^2=8-\frac{8}{3}=\frac{16}{3}

\int_2^3 (t^2-4)\,dt=\left[\frac{t^3}{3}-4t\right]_2^3=(9-12)-\left(\frac{8}{3}-8\right)=-3-\left(-\frac{16}{3}\right)=\frac{7}{3}

\text{distance}=\frac{16}{3}+\frac{7}{3}=\frac{23}{3}

Exam Focus
  • Typical question patterns:
    • Interpret \int_a^b r(t)\,dt as a net change in a real situation (motion, flow, growth, temperature change).
    • Compare net change vs. total change and explain the difference using a sign change.
    • Use units to justify an integral setup.
  • Common mistakes:
    • Treating a definite integral as “area” without considering sign (below-axis contributes negative).
    • Using \int_a^b v(t)\,dt for total distance when velocity changes sign (you need absolute value and interval splitting).
    • Mismatching units (for example integrating a position function to get displacement).

Approximating Accumulation with Riemann Sums (Rectangles, Midpoints, and Tables)

If a definite integral represents accumulation/area under a curve, a natural question is: how do you find that area when the shape is irregular or you only have data? The core idea is to estimate using shapes you do know.

Splitting a region into rectangles produces an approximation, and the more rectangles you use, the better the estimate tends to be (for well-behaved functions). This method is called a Riemann sum.

The rectangle idea (how the approximation is built)

To approximate accumulation of %%LATEX33%% from %%LATEX34%% to x=b:

  1. Split %%LATEX36%% into %%LATEX37%% subintervals.
  2. Choose a sample point in each subinterval.
  3. Approximate the slice by a rectangle with base %%LATEX38%% and height %%LATEX39%%.
  4. Add all rectangles.

If the partition is equally spaced:

\Delta x=\frac{b-a}{n}

A general Riemann sum is:

\sum_{i=1}^n f(x_i^*)\Delta x

This matches the geometry formula “base times height,” repeated and added.

Left, right, and midpoint sums (what changes)

The most common versions differ only by sample point choice:

  • Left Riemann sum: use left endpoints.
  • Right Riemann sum: use right endpoints.
  • Midpoint Riemann sum: use midpoints.

If the function is increasing, left sums tend to underestimate and right sums tend to overestimate. If decreasing, the roles reverse.

When data come from a table

Most of the time on AP problems, you’re given values in a table and asked to compute a left, right, midpoint, or trapezoidal approximation. Your job is to identify the widths and which function values correspond to the chosen sample points.

Worked example: midpoint Riemann sum for a function formula

Approximate:

\int_0^2 x^2\,dx

using a midpoint Riemann sum with n=4.

\Delta x=\frac{2-0}{4}=\frac{1}{2}

Midpoints: 0.25, 0.75, 1.25, 1.75.

M_4=\left((0.25)^2+(0.75)^2+(1.25)^2+(1.75)^2\right)\cdot 0.5

Sum inside: 5.25, so:

M_4=2.625

Exact value:

\int_0^2 x^2\,dx=\left[\frac{x^3}{3}\right]_0^2=\frac{8}{3}

Worked example: Riemann sum from table values (right sum)

Suppose r(t) is a rate (liters/min) and you have:

t (min)02468
r(t)57643

Approximate \int_0^8 r(t)\,dt using a right Riemann sum with 4 subintervals.

\Delta t=2

Right endpoints: 2,4,6,8.

R_4=2\left(r(2)+r(4)+r(6)+r(8)\right)=2(7+6+4+3)=40

Interpretation: about 40 liters accumulated.

Worked example: table with unequal subinterval widths (left, right, midpoint idea, and trapezoids)

A common AP-style table:

0247
161015

Notice the widths are not all the same: from 0 to 2 is width 2, 2 to 4 is width 2, and 4 to 7 is width 3.

  • Left sum uses left endpoint heights (do not use the furthest right value):

(2)(1) + (2)(6) + (3)(10)

  • Right sum uses right endpoint heights (do not use the furthest left value):

(2)(6) + (2)(10) + (3)(15)

  • Midpoint (as shown in many notes) uses a width times a middle height; for instance, a sketchy “midpoint-style” idea might look like:

(4)(6)

This is not a complete midpoint sum for the whole interval, but it illustrates the key idea: choose the height at a value in between rather than an endpoint.

  • Trapezoidal approximation uses trapezoids on each subinterval:

\frac{1}{2}(1+6)(2) + \frac{1}{2}(6+10)(2) + \frac{1}{2}(10+15)(3)

You do not have to simplify these expressions unless the problem explicitly asks.

Tabular Riemann sums (very common FRQ format)

Years: t235710
Height: H(t)1.5261115
  • Trapezoids:

\frac{1}{2}(1.5+2)(1) + \frac{1}{2}(2+6)(2) + \frac{1}{2}(6+11)(2) + \frac{1}{2}(11+15)(3)

  • Left sum:

(1)(1.5) + (2)(2) + (2)(6) + (3)(11)

  • Right sum:

(1)(2) + (2)(6) + (2)(11) + (3)(15)

Again, you do not have to simplify unless asked.

Exam Focus
  • Typical question patterns:
    • Build a left/right/midpoint Riemann sum from a table and interpret it as accumulated change.
    • Decide whether a left/right sum over- or underestimates based on whether the function is increasing/decreasing.
    • Translate a written sum into integral notation or vice versa.
  • Common mistakes:
    • Using the wrong sample points (for a right sum, accidentally using left endpoints).
    • Forgetting the factor \Delta x or using the wrong width (especially when the table spacing is not uniform).
    • Over/underestimate reasoning stated without referencing increasing/decreasing behavior.

The Definite Integral as a Limit (Formal Definition)

Riemann sums are approximations, but calculus makes them exact by taking a limit. This is the formal definition of the definite integral.

What the definite integral means

\int_a^b f(x)\,dx=\lim_{n\to\infty}\sum_{i=1}^n f(x_i^*)\Delta x

where %%LATEX68%% and %%LATEX69%% is a sample point in the i-th subinterval.

This matters because it tells you what an integral really is: the limit of a sum of many small accumulated changes. The “area under the curve” interpretation is a consequence of this definition.

Notation: sigma form and common index setups

For equal partitions and right endpoints:

x_i=a+i\Delta x

\int_a^b f(x)\,dx=\lim_{n\to\infty}\sum_{i=1}^n f(a+i\Delta x)\Delta x

For left endpoints:

x_i=a+(i-1)\Delta x

\lim_{n\to\infty}\sum_{i=1}^n f(a+(i-1)\Delta x)\Delta x

Midpoints are similar but shifted by half a step.

Why the limit is necessary

With finitely many rectangles, there is error because curves are not rectangles. Sending n\to\infty makes widths tiny, driving that mismatch down for continuous (or piecewise continuous) functions.

Worked example: computing an integral from the definition

Compute:

\int_0^1 x\,dx

using the definition with right endpoints.

\Delta x=\frac{1}{n}

x_i=\frac{i}{n}

\sum_{i=1}^n \left(\frac{i}{n}\right)\left(\frac{1}{n}\right)=\frac{1}{n^2}\sum_{i=1}^n i

\sum_{i=1}^n i=\frac{n(n+1)}{2}

So the sum equals:

\frac{1}{n^2}\cdot \frac{n(n+1)}{2}=\frac{n+1}{2n}

Take the limit:

\lim_{n\to\infty} \frac{n+1}{2n}=\frac{1}{2}

Exam Focus
  • Typical question patterns:
    • Write an integral as a limit of a Riemann sum (or the reverse).
    • Interpret the meaning of a sum like \sum f(1+0.5i)0.5 in context.
    • Use properties of sums to evaluate a simple integral from the definition.
  • Common mistakes:
    • Mixing up \Delta x and the sample point expression.
    • Using wrong bounds for %%LATEX85%% (for right endpoints, %%LATEX86%% to n is typical).
    • Skipping the meaning of the limit and treating the definition as just “a formula.”

Numerical Integration: Trapezoidal Rule and Simpson’s Rule

Sometimes you can’t (or aren’t supposed to) find an exact antiderivative. Other times you only have a table of values. In these cases, you approximate the definite integral using numerical integration.

Trapezoidal Rule (better than rectangles for many curves)

The Trapezoidal Rule approximates the region under a curve by trapezoids. Over one subinterval, it’s equivalent to using the trapezoid area formula:

\frac{1}{2}(b_1+b_2)h

where the “bases” are the function values at the endpoints and the “height” is the width of the interval.

For %%LATEX89%% equal subintervals on %%LATEX90%% with %%LATEX91%% and nodes %%LATEX92%%:

T_n=\frac{\Delta x}{2}\left(f(x_0)+2f(x_1)+2f(x_2)+\cdots+2f(x_{n-1})+f(x_n)\right)

Interior points get coefficient 2 because each is shared by two neighboring trapezoids.

A quick trapezoid example (matching the basic formula idea): if one trapezoid has endpoint heights 2 and 5 and width 1, its area is:

\frac{1}{2}(2+5)(1)

Error intuition: If %%LATEX95%% is concave up, trapezoids tend to sit above the curve so %%LATEX96%% overestimates. If f is concave down, it tends to underestimate.

Simpson’s Rule (BC emphasis)

Simpson’s Rule is usually more accurate because it approximates with parabolas over pairs of subintervals. It requires an even number of subintervals n.

S_n=\frac{\Delta x}{3}\left(f(x_0)+4f(x_1)+2f(x_2)+4f(x_3)+\cdots+2f(x_{n-2})+4f(x_{n-1})+f(x_n)\right)

Coefficients alternate 4 and 2 (4 on odd indices, 2 on even interior indices).

Worked example: Trapezoidal Rule from table data

Using the table below, approximate \int_0^8 r(t)\,dt with the trapezoidal rule.

t02468
r(t)57643

Here %%LATEX103%% and %%LATEX104%%.

T_4=\frac{2}{2}\left(r(0)+2r(2)+2r(4)+2r(6)+r(8)\right)

T_4=1\left(5+2(7)+2(6)+2(4)+3\right)=42

Worked example: Simpson’s Rule

Approximate:

\int_0^2 \sin(x)\,dx

using Simpson’s Rule with n=4.

\Delta x=\frac{2-0}{4}=\frac{1}{2}

Points: x_0=0, x_1=0.5, x_2=1.0, x_3=1.5, x_4=2.0.

S_4=\frac{1/2}{3}\left(\sin(0)+4\sin(0.5)+2\sin(1)+4\sin(1.5)+\sin(2)\right)

On the AP exam, you’d use a calculator for the sine values; the main skill is setting up coefficients correctly.

Exam Focus
  • Typical question patterns:
    • Compute %%LATEX112%% or %%LATEX113%% from a table (extremely common on FRQs).
    • Compare approximations and decide which should be larger using concavity.
    • Use a numerical approximation as a step inside a larger modeling problem (accumulation, average value, etc.).
  • Common mistakes:
    • Forgetting Simpson’s Rule requires even n.
    • Misplacing the 4 and 2 coefficients in Simpson’s Rule.
    • Using \Delta x incorrectly when the table spacing isn’t 1, or assuming equal spacing when it isn’t.

The Fundamental Theorem of Calculus (Part 1): Accumulation Functions

An accumulation function is defined by an integral with a variable limit:

F(x)=\int_a^x f(t)\,dt

This means: start at %%LATEX117%%, accumulate values of %%LATEX118%% as %%LATEX119%% moves to %%LATEX120%%, and call the accumulated total F(x).

Statement (FTC Part 1)

If %%LATEX122%% and %%LATEX123%% is continuous, then:

F'(x)=f(x)

Conceptually, increasing %%LATEX125%% by a tiny amount adds a thin slice of area near %%LATEX126%%, approximately %%LATEX127%%, so the instantaneous rate of change of the accumulated total is %%LATEX128%%.

Chain rule version (upper and lower variable limits)

If:

G(x)=\int_a^{g(x)} f(t)\,dt

then:

G'(x)=f(g(x))g'(x)

If the variable limit is on the bottom:

H(x)=\int_{h(x)}^a f(t)\,dt

rewrite:

H(x)=-\int_a^{h(x)} f(t)\,dt

so:

H'(x)=-f(h(x))h'(x)

Accumulation functions and graphs: increasing/decreasing and concavity

If:

F(x)=\int_a^x f(t)\,dt

then:

F'(x)=f(x)

So %%LATEX136%% increases where %%LATEX137%% is positive and decreases where f(x) is negative.

Also:

F''(x)=f'(x)

So %%LATEX140%% is concave up where %%LATEX141%% is increasing, and concave down where f is decreasing.

Worked example: basic accumulation derivative

F(x)=\int_1^x (t^3+2t)\,dt

F'(x)=x^3+2x

Worked example: chain rule with variable upper limit

G(x)=\int_0^{x^2} \cos(t)\,dt

G'(x)=\cos(x^2)\cdot 2x

Worked example: understanding an accumulation function numerically

If %%LATEX147%% and the graph of %%LATEX148%% is above the axis on %%LATEX149%% and below on %%LATEX150%%, then %%LATEX151%% increases on %%LATEX152%% and decreases on %%LATEX153%%. Maxima occur where %%LATEX154%% with a sign change from positive to negative.

Exam Focus
  • Typical question patterns:
    • Differentiate an accumulation function defined by an integral (including chain rule upper limits).
    • Given a graph/table of %%LATEX155%%, analyze where %%LATEX156%% is increasing/decreasing and concave up/down.
    • Find extreme values of an accumulation function using zeros and sign changes of f.
  • Common mistakes:
    • Forgetting the chain rule multiplier when the limit is g(x).
    • Confusing the integrand variable %%LATEX159%% with the outside variable %%LATEX160%%.
    • Treating %%LATEX161%% like an indefinite integral with %%LATEX162%% (definite integrals do not include +C).

The Fundamental Theorem of Calculus (Part 2): Evaluating Definite Integrals with Antiderivatives

A definite (bounded) integral is indicated by having two numbers on the integral sign. Those bounds tell you the interval of accumulation.

Antiderivatives and the indefinite integral

An antiderivative of %%LATEX164%% is a function %%LATEX165%% such that:

F'(x)=f(x)

The indefinite integral notation means the family of all antiderivatives:

\int f(x)\,dx=F(x)+C

The constant C is called the constant of integration, and it matters because derivatives erase constants.

Core antiderivative idea (power rule “in reverse”)

Early in integration, many problems are designed so you can use the power rule pattern. If the derivative power rule multiplies down and decreases the power, then the matching antiderivative pattern increases the power and divides.

For n\ne -1:

\int x^n\,dx=\frac{x^{n+1}}{n+1}+C

A quick simplification example that often appears in notes: integrating 2x can be viewed as:

\int 2x\,dx=2\cdot \frac{x^2}{2}+C=x^2+C

If an integrand is not immediately in a usable form, algebraically manipulate it so you can apply known rules.

Key trig/exponential antiderivatives (commonly used)

A major speed tip for AP is to know trig derivatives so you can reverse them for integrals:

\int \cos(x)\,dx=\sin(x)+C

\int \sin(x)\,dx=-\cos(x)+C

\int e^x\,dx=e^x+C

FTC Part 2 (Evaluation Theorem)

This is sometimes informally called “the (first) fundamental theorem” in some course notes: it’s the rule that lets you evaluate a definite integral using an antiderivative.

If %%LATEX176%% on %%LATEX177%%, then:

\int_a^b f(x)\,dx=F(b)-F(a)

Notation you’ll see:

\left[F(x)\right]_a^b=F(b)-F(a)

Worked example: evaluating a definite integral

Compute:

\int_0^2 (3x^2-4)\,dx

Antiderivative:

\int (3x^2-4)\,dx=x^3-4x+C

Evaluate:

\int_0^2 (3x^2-4)\,dx=\left[x^3-4x\right]_0^2=(8-8)-0=0

Interpretation: net signed area cancels.

Worked example (from a common FTC demonstration)

Evaluate:

\int_2^3 2x\,dx

An antiderivative is x^2, so:

\int_2^3 2x\,dx=3^2-2^2

Accumulation with an initial condition (common modeling form)

If you know %%LATEX186%% and %%LATEX187%%, then:

F(x)=k+\int_a^x f(t)\,dt

This defines F even when you cannot find a simple elementary antiderivative.

Worked example: building a function from a derivative

Suppose %%LATEX190%% and %%LATEX191%%. Express F(3) exactly.

F(3)=F(0)+\int_0^3 \sqrt{1+t^2}\,dt

F(3)=5+\int_0^3 \sqrt{1+t^2}\,dt

Exam Focus
  • Typical question patterns:
    • Evaluate definite integrals using antiderivatives and correct bounds substitution.
    • Use FTC to connect a derivative to an accumulation expression, especially with an initial condition.
    • Interpret a definite integral as net change and explain sign/cancellation.
  • Common mistakes:
    • Adding +C when evaluating a definite integral.
    • Evaluating F(b)-F(a) in the wrong order.
    • Confusing indefinite and definite integrals (mixing bounds with +C).

Properties of Definite Integrals (and How to Use Them Strategically)

Definite integrals come with algebra-like properties that let you simplify problems without computing everything from scratch.

Additivity over intervals

If a