Unit 6 Integration Notes: Connecting Accumulation, Area, and Antiderivatives

The Fundamental Theorem of Calculus and Accumulation Functions

Integration and differentiation can feel like two separate worlds: derivatives talk about instantaneous rate of change, while definite integrals talk about accumulated change (often interpreted as net area). The Fundamental Theorem of Calculus (FTC) is the bridge between those worlds. In AP Calculus AB, you use the FTC to (1) interpret integrals as accumulation and (2) compute definite integrals efficiently using antiderivatives.

Accumulation functions: what they are and why they matter

An accumulation function is a function defined by an integral with a variable limit. A standard example is

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

Here’s what each piece means:

  • f is the “rate” function (what is being accumulated).
  • t is the variable of integration (a dummy variable). It could be any letter; it does not affect the value.
  • a is the starting point (where accumulation begins).
  • x is the ending point (where you stop accumulating).

Conceptually, F(x) measures the **net accumulated change** of f from a to x. If f represents velocity, then F(x) represents change in position (displacement). If f represents a flow rate (gallons per minute), then F(x) represents total volume added.

A key idea: because the definite integral counts signed area, accumulation includes increases and decreases. When f(t) > 0, the accumulation grows; when f(t) < 0, the accumulation shrinks.

FTC Part 1 (Accumulation Function Derivative)

FTC Part 1 tells you how an accumulation function changes. If f is continuous, and

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

then

F'(x) = f(x)

This is powerful because it says: even though F(x) is defined by an integral (area/accumulation), its derivative is simply the original integrand evaluated at x.

Why this is true (intuitive explanation)

Think of increasing x by a tiny amount \Delta x. The integral

\int_a^{x+\Delta x} f(t)\,dt

differs from

\int_a^x f(t)\,dt

by the “thin slice” of area from x to x+\Delta x. For small \Delta x, that slice is approximately a rectangle of height f(x) and width \Delta x, so the change in accumulation is about f(x)\Delta x. Dividing by \Delta x gives a rate of change near f(x), which becomes exact in the limit.

FTC Part 1 with a chain rule (variable inside the limit)

Often the upper limit is not just x but a function of x.

If

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

then

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

This is FTC Part 1 plus the chain rule: the integral accumulates up to g(x), and then you multiply by how fast g(x) is changing.

Even more generally, if both limits vary:

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

then

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

The minus sign appears because moving the lower bound upward reduces the accumulated amount.

Worked examples

Example 1: Basic accumulation derivative

Let

F(x) = \int_2^x \left(t^2 - 1\right)\,dt

Then by FTC Part 1,

F'(x) = x^2 - 1

Notice you do not integrate to find F'(x). You evaluate the integrand at the variable limit (replacing t with x).

Example 2: Variable upper limit (chain rule)

Let

G(x) = \int_0^{x^3} \sqrt{1+t^4}\,dt

Then

G'(x) = \sqrt{1+(x^3)^4}\cdot 3x^2

So

G'(x) = 3x^2\sqrt{1+x^{12}}

A common mistake is to forget the factor g'(x) = 3x^2.

Example 3: Both limits vary

Let

H(x) = \int_{\sin x}^{x^2} e^t\,dt

Then

H'(x) = e^{x^2}(2x) - e^{\sin x}(\cos x)

The structure matters: “top minus bottom.”

Exam Focus
  • Typical question patterns:
    • “Given F(x) = \int_a^x f(t)\,dt, find F'(x) (sometimes from a graph of f).”
    • “Differentiate an integral with limits like \int_1^{g(x)} f(t)\,dt.”
    • “Write an accumulation function to represent total change from a rate.”
  • Common mistakes:
    • Forgetting the chain rule factor g'(x) when the limit is g(x).
    • Treating the variable of integration as the same as the outside variable (confusing t and x).
    • Mixing up signs when both bounds vary (it is upper contribution minus lower contribution).

Interpreting the Behavior of Accumulation Functions

Knowing formulas for derivatives is only part of the story. AP problems often give you a graph or table of f and define an accumulation function

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

Then they ask you to describe where A is increasing, decreasing, has extrema, or is concave up/down—often without ever finding a closed form for A(x). This is where FTC Part 1 becomes a “translator” between properties of f and behavior of A.

Increasing and decreasing

From FTC Part 1,

A'(x) = f(x)

So:

  • If f(x) > 0 on an interval, then A'(x) > 0 there, so A is increasing.
  • If f(x) < 0 on an interval, then A'(x) < 0 there, so A is decreasing.
  • If f(x) = 0 at a point, then A'(x) = 0 there, so A has a critical point (possible local max/min, but not guaranteed).

This matches the accumulation interpretation: positive rate increases the total; negative rate decreases it.

Local maxima and minima of an accumulation function

Local extrema of A occur where A'(x) changes sign. Since A'(x)=f(x), this happens where f(x) changes sign.

  • If f changes from positive to negative at c, then A has a **local maximum** at c.
  • If f changes from negative to positive at c, then A has a **local minimum** at c.

A frequent misconception: “If f(c)=0 then A has a max/min at c.” That is not automatically true. You need a sign change (or additional analysis).

Concavity of an accumulation function

Concavity is about the second derivative. Differentiate again:

A'(x) = f(x)

If f is differentiable, then

A''(x) = f'(x)

So:

  • If f'(x) > 0 (meaning f is increasing), then A''(x) > 0 and A is concave up.
  • If f'(x) < 0 (meaning f is decreasing), then A''(x) < 0 and A is concave down.

This is a subtle but important idea: the concavity of the accumulation function depends on whether the original integrand is increasing or decreasing.

Accumulation values as net area

When you’re asked to compute values like A(5), you are being asked for

A(5) = \int_a^5 f(t)\,dt

If you’re given a graph of f, you can evaluate this by geometry (areas of rectangles, triangles, semicircles) and remembering to subtract area below the axis.

A key interpretation skill: “Net area” is not the same as “total area.” If the problem wants total distance traveled (from velocity), you often need

\int_a^b |v(t)|\,dt

not

\int_a^b v(t)\,dt

Worked examples

Example 1: Increasing/decreasing from a graph idea

Suppose A(x) = \int_0^x f(t)\,dt and you know:

  • f(x) > 0 for 0 < x < 2
  • f(x) < 0 for 2 < x < 5

Then A increases on \left(0,2\right) and decreases on \left(2,5\right). Also, A has a local maximum at x=2 because f changes from positive to negative.

Example 2: Concavity from behavior of f

If f is increasing on \left(1,4\right) (meaning f'(x) > 0 there), then A(x)=\int_a^x f(t)dt is concave up on \left(1,4\right) because

A''(x) = f'(x) > 0

Students often mix this up and incorrectly claim that “if f>0 then A is concave up.” Positivity controls increasing/decreasing; increasing/decreasing of f controls concavity.

Example 3: Computing an accumulation function value by area

Suppose a graph of f shows:

  • On [0,2], f is a rectangle of height 3 (area 6 above axis).
  • On [2,4], f is a triangle below the axis with base 2 and height 2 (area magnitude 2).

Then

\int_0^4 f(t)\,dt = 6 - 2 = 4

So if A(x)=\int_0^x f(t)dt, then A(4)=4.

Exam Focus
  • Typical question patterns:
    • “Given a graph of f and A(x)=\int_a^x f(t)dt, where is A increasing/decreasing? Where does it have a max/min?”
    • “Find where A is concave up/down based on where f is increasing/decreasing.”
    • “Compute A(b) using geometric areas from a graph of f.”
  • Common mistakes:
    • Saying A is increasing where f is increasing (mixing up sign vs monotonicity).
    • Forgetting that areas below the axis count negative in a definite integral.
    • Assuming every point where f(x)=0 gives an extremum of A (you need a sign change).

Applying Properties of Definite Integrals

Definite integrals have a rich set of properties that let you simplify expressions and compute values without doing full antiderivative computations every time. On the AP exam, these properties show up when you’re given certain integral values and asked to compute related ones, or when you must rewrite an integral to match a known quantity.

What a definite integral represents

A definite integral

\int_a^b f(x)\,dx

represents the net accumulation of f from a to b—often interpreted as signed area between the curve and the x-axis. It is a number, not a function.

A big conceptual point: the letter inside the integral is a placeholder. For example,

\int_0^1 x^2\,dx = \int_0^1 t^2\,dt

Same number, different dummy variable.

Linearity (pulling out constants and splitting sums)

Linearity is one of the most-used properties:

\int_a^b \left(f(x) + g(x)\right)\,dx = \int_a^b f(x)\,dx + \int_a^b g(x)\,dx

and

\int_a^b c\,f(x)\,dx = c\int_a^b f(x)\,dx

Why it matters: if you know integrals of simpler pieces, you can build the integral of a more complicated expression.

Reversing bounds

Switching the order of integration flips the sign:

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

This matches the idea of accumulation: going “backward” from b to a undoes the accumulation.

Also,

\int_a^a f(x)\,dx = 0

because there is no interval over which to accumulate.

Additivity over intervals

You can break an integral at an interior point c:

\int_a^b f(x)\,dx = \int_a^c f(x)\,dx + \int_c^b f(x)\,dx

This is especially useful with graphs: you can compute piecewise areas and add them.

A common sign error occurs when students rearrange limits inconsistently. It helps to visualize the interval on a number line and keep left-to-right orientation.

Comparison idea (reasoning about sign and magnitude)

If f(x) \ge 0 on [a,b], then

\int_a^b f(x)\,dx \ge 0

More generally, if f(x) \ge g(x) on [a,b], then

\int_a^b f(x)\,dx \ge \int_a^b g(x)\,dx

On AP-style questions, you might use this to decide whether an integral is positive/negative, or to bound its value, even without computing it exactly.

Symmetry on symmetric intervals

If the interval is symmetric, [-a,a], symmetry can simplify work:

  • If f is **even** (meaning f(-x)=f(x)), then

\int_{-a}^a f(x)\,dx = 2\int_0^a f(x)\,dx

  • If f is **odd** (meaning f(-x)=-f(x)), then

\int_{-a}^a f(x)\,dx = 0

Why it matters: it can turn a messy-looking integral into something you can evaluate quickly.

Worked examples

Example 1: Using linearity with given values

Suppose you are told:

\int_0^4 f(x)\,dx = 7

and

\int_0^4 g(x)\,dx = -2

Find

\int_0^4 \left(3f(x) - 2g(x)\right)\,dx

Use linearity:

\int_0^4 \left(3f(x) - 2g(x)\right)\,dx = 3\int_0^4 f(x)\,dx - 2\int_0^4 g(x)\,dx

Substitute the known values:

= 3(7) - 2(-2) = 21 + 4 = 25

Example 2: Reversing limits

If

\int_2^5 f(x)\,dx = 10

then

\int_5^2 f(x)\,dx = -10

The integrand did not change—only the direction of accumulation.

Example 3: Additivity across subintervals

If

\int_1^3 f(x)\,dx = 4

and

\int_3^6 f(x)\,dx = -1

then

\int_1^6 f(x)\,dx = 4 + (-1) = 3

Example 4: Even/odd symmetry

If f is odd, then

\int_{-2}^2 f(x)\,dx = 0

Even if f is complicated, you don’t need to compute anything—the symmetry forces cancellation.

Exam Focus
  • Typical question patterns:
    • “Given values of certain integrals, compute a new integral using linearity/reversal/additivity.”
    • “Use a graph and geometry with additivity to evaluate a definite integral.”
    • “Recognize even/odd symmetry to simplify \int_{-a}^a f(x)dx.”
  • Common mistakes:
    • Forgetting to change the sign when reversing bounds.
    • Misapplying symmetry when the interval is not exactly [-a,a].
    • Treating a definite integral like an antiderivative (adding +C to a number).

The Fundamental Theorem of Calculus and Definite Integrals

FTC Part 1 tells you how accumulation functions change. FTC Part 2 tells you how to evaluate definite integrals quickly using antiderivatives. Together, they make integration computationally practical and conceptually meaningful.

FTC Part 2 (Evaluating a definite integral)

If f is continuous on [a,b] and F is any antiderivative of f (meaning F'(x)=f(x)), then

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

This expression is often written using “evaluation notation”:

\int_a^b f(x)\,dx = \left[F(x)\right]_a^b

where

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

Why it matters

This theorem is the reason you can compute an exact accumulated change using antiderivatives, rather than approximating with Riemann sums forever. It is also the formal statement that “integration undoes differentiation” in the context of definite integrals.

Connecting FTC Part 2 to accumulation and area

When you compute \int_a^b f(x)dx using F(b)-F(a), you are still computing the same net area/accumulation. FTC Part 2 is not a different quantity—it is a different method.

This helps reconcile two common ways you encounter integrals in Unit 6:

  • Geometric/graphical: You find net area by shapes and sign.
  • Analytical: You find net area by antiderivatives.

On many AP problems, you might use both: geometry for a graph-based portion and FTC Part 2 for an algebraic portion.

Important procedural details (where students slip)

  1. Find an antiderivative correctly. If you make a small error here, everything after is wrong.
  2. Evaluate at the bounds and subtract in the right order. Always compute F(b)-F(a) (top minus bottom).
  3. Do not add +C. The constant cancels in a definite integral because you subtract two values.
  4. Keep parentheses when substituting negative bounds. Errors like dropping parentheses are very common.

Worked examples

Example 1: Basic polynomial

Evaluate

\int_1^3 \left(2x^3 - 5x\right)\,dx

Step 1: Find an antiderivative F(x):

F(x) = \frac{2}{4}x^4 - \frac{5}{2}x^2 = \frac{1}{2}x^4 - \frac{5}{2}x^2

Step 2: Apply FTC Part 2:

\int_1^3 \left(2x^3 - 5x\right)\,dx = F(3) - F(1)

Compute:

F(3) = \frac{1}{2}(81) - \frac{5}{2}(9) = \frac{81}{2} - \frac{45}{2} = \frac{36}{2} = 18

F(1) = \frac{1}{2}(1) - \frac{5}{2}(1) = -2

So the integral is

18 - (-2) = 20

Example 2: A trigonometric example

Evaluate

\int_0^{\pi} \sin x\,dx

An antiderivative of \sin x is -\cos x. Apply FTC Part 2:

\int_0^{\pi} \sin x\,dx = \left[-\cos x\right]_0^{\pi}

Compute:

= \left(-\cos \pi\right) - \left(-\cos 0\right)

= -(-1) - (-(1)) = 1 - (-1) = 2

Example 3: Using FTC to define and then evaluate an accumulation function

Let

A(x) = \int_2^x \left(t^2 - 1\right)dt

To find A(5), you can evaluate the integral via antiderivatives.

An antiderivative of t^2 - 1 is

\frac{t^3}{3} - t

So

A(5) = \left[\frac{t^3}{3} - t\right]_2^5

Compute:

= \left(\frac{125}{3} - 5\right) - \left(\frac{8}{3} - 2\right)

Simplify:

= \left(\frac{125}{3} - \frac{15}{3}\right) - \left(\frac{8}{3} - \frac{6}{3}\right)

= \frac{110}{3} - \frac{2}{3} = \frac{108}{3} = 36

Notice how this connects both FTC parts:

  • The definition of A(x) is accumulation.
  • The evaluation of A(5) uses FTC Part 2.

Notation reference (common equivalent forms)

You will see multiple notations for the same ideas:

IdeaCommon notationMeaning
Accumulation functionF(x)=\int_a^x f(t)dtNet accumulation from a to x
Derivative of accumulationF'(x)=f(x)FTC Part 1 (when f is continuous)
Definite integral via antiderivative\int_a^b f(x)dx = F(b)-F(a)FTC Part 2
Evaluation shorthand\left[F(x)\right]_a^bMeans F(b)-F(a)
Exam Focus
  • Typical question patterns:
    • “Evaluate a definite integral exactly using antiderivatives (FTC Part 2).”
    • “Given an accumulation function, evaluate it at a point using either geometry (graph) or FTC Part 2.”
    • “Use FTC Part 1 and Part 2 together: differentiate an integral, then evaluate an integral value.”
  • Common mistakes:
    • Adding +C to a definite integral result (definite integrals are numbers).
    • Reversing the subtraction order (doing F(a)-F(b)).
    • Losing parentheses when substituting negative bounds or complicated expressions.