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)=axf(t)dtF(x) = \int_a^x f(t)\,dt

Here’s what each piece means:

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

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

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

FTC Part 1 (Accumulation Function Derivative)

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

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

then

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

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

Why this is true (intuitive explanation)

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

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

differs from

axf(t)dt\int_a^x f(t)\,dt

by the “thin slice” of area from xx to x+Δxx+\Delta x. For small Δx\Delta x, that slice is approximately a rectangle of height f(x)f(x) and width Δx\Delta x, so the change in accumulation is about f(x)Δxf(x)\Delta x. Dividing by Δx\Delta x gives a rate of change near f(x)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 xx but a function of xx.

If

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

then

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

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

Even more generally, if both limits vary:

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

then

H(x)=f(g(x))g(x)f(h(x))h(x)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)=2x(t21)dtF(x) = \int_2^x \left(t^2 - 1\right)\,dt

Then by FTC Part 1,

F(x)=x21F'(x) = x^2 - 1

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

Example 2: Variable upper limit (chain rule)

Let

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

Then

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

So

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

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

Example 3: Both limits vary

Let

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

Then

H(x)=ex2(2x)esinx(cosx)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)=axf(t)dtF(x) = \int_a^x f(t)\,dt, find F(x)F'(x) (sometimes from a graph of ff).”
    • “Differentiate an integral with limits like 1g(x)f(t)dt\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)g'(x) when the limit is g(x)g(x).
    • Treating the variable of integration as the same as the outside variable (confusing tt and xx).
    • 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 ff and define an accumulation function

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

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

Increasing and decreasing

From FTC Part 1,

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

So:

  • If f(x)>0f(x) > 0 on an interval, then A(x)>0A'(x) > 0 there, so AA is increasing.
  • If f(x)<0f(x) < 0 on an interval, then A(x)<0A'(x) < 0 there, so AA is decreasing.
  • If f(x)=0f(x) = 0 at a point, then A(x)=0A'(x) = 0 there, so AA 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 AA occur where A(x)A'(x) changes sign. Since A(x)=f(x)A'(x)=f(x), this happens where f(x)f(x) changes sign.

  • If ff changes from positive to negative at cc, then AA has a **local maximum** at cc.
  • If ff changes from negative to positive at cc, then AA has a **local minimum** at cc.

A frequent misconception: “If f(c)=0f(c)=0 then AA has a max/min at cc.” 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)A'(x) = f(x)

If ff is differentiable, then

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

So:

  • If f(x)>0f'(x) > 0 (meaning ff is increasing), then A(x)>0A''(x) > 0 and AA is concave up.
  • If f(x)<0f'(x) < 0 (meaning ff is decreasing), then A(x)<0A''(x) < 0 and AA 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)A(5), you are being asked for

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

If you’re given a graph of ff, 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

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

not

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

Worked examples
Example 1: Increasing/decreasing from a graph idea

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

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

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

Example 2: Concavity from behavior of ff

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

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

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

Example 3: Computing an accumulation function value by area

Suppose a graph of ff shows:

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

Then

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

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

Exam Focus
  • Typical question patterns:
    • “Given a graph of ff and A(x)=axf(t)dtA(x)=\int_a^x f(t)dt, where is AA increasing/decreasing? Where does it have a max/min?”
    • “Find where AA is concave up/down based on where ff is increasing/decreasing.”
    • “Compute A(b)A(b) using geometric areas from a graph of ff.”
  • Common mistakes:
    • Saying AA is increasing where ff 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)=0f(x)=0 gives an extremum of AA (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

abf(x)dx\int_a^b f(x)\,dx

represents the net accumulation of ff from aa to bb—often interpreted as signed area between the curve and the xx-axis. It is a number, not a function.

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

01x2dx=01t2dt\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:

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

and

abcf(x)dx=cabf(x)dx\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:

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

This matches the idea of accumulation: going “backward” from bb to aa undoes the accumulation.

Also,

aaf(x)dx=0\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 cc:

abf(x)dx=acf(x)dx+cbf(x)dx\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)0f(x) \ge 0 on [a,b][a,b], then

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

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

abf(x)dxabg(x)dx\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][-a,a], symmetry can simplify work:

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

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

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

aaf(x)dx=0\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:

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

and

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

Find

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

Use linearity:

04(3f(x)2g(x))dx=304f(x)dx204g(x)dx\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= 3(7) - 2(-2) = 21 + 4 = 25

Example 2: Reversing limits

If

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

then

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

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

Example 3: Additivity across subintervals

If

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

and

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

then

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

Example 4: Even/odd symmetry

If ff is odd, then

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

Even if ff 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 aaf(x)dx\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][-a,a].
    • Treating a definite integral like an antiderivative (adding +C+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 ff is continuous on [a,b][a,b] and FF is any antiderivative of ff (meaning F(x)=f(x)F'(x)=f(x)), then

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

This expression is often written using “evaluation notation”:

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

where

[F(x)]ab=F(b)F(a)\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 abf(x)dx\int_a^b f(x)dx using F(b)F(a)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)F(b)-F(a) (top minus bottom).
  3. Do not add +C+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

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

Step 1: Find an antiderivative F(x)F(x):

F(x)=24x452x2=12x452x2F(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:

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

Compute:

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

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

So the integral is

18(2)=2018 - (-2) = 20

Example 2: A trigonometric example

Evaluate

0πsinxdx\int_0^{\pi} \sin x\,dx

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

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

Compute:

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

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

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

Let

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

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

An antiderivative of t21t^2 - 1 is

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

So

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

Compute:

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

Simplify:

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

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

Notice how this connects both FTC parts:

  • The definition of A(x)A(x) is accumulation.
  • The evaluation of A(5)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)=axf(t)dtF(x)=\int_a^x f(t)dtNet accumulation from aa to xx
Derivative of accumulationF(x)=f(x)F'(x)=f(x)FTC Part 1 (when ff is continuous)
Definite integral via antiderivativeabf(x)dx=F(b)F(a)\int_a^b f(x)dx = F(b)-F(a)FTC Part 2
Evaluation shorthand[F(x)]ab\left[F(x)\right]_a^bMeans F(b)F(a)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+C to a definite integral result (definite integrals are numbers).
    • Reversing the subtraction order (doing F(a)F(b)F(a)-F(b)).
    • Losing parentheses when substituting negative bounds or complicated expressions.