Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
6. Integration
6.1 Accumulation of change
6.2 Riemann sums & area
6.3 Definite integrals
6.4 Accumulation functions
6.5 Behavior of accumulation functions
6.6 Fundamental theorem of calculus
6.7 Indefinite integrals
6.8 u-substitution
6.9 Long division & completing the square
7. Differential equations
8. Applications of integrals
Wrapping up
Achievable logoAchievable logo
6.4 Accumulation functions
Achievable AP Calculus AB
6. Integration
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Accumulation functions

8 min read
Font
Discuss
Share
Feedback

What you’ll learn

  • Accumulation functions: Define and evaluate as net signed area.
  • FTC Part 1: Find derivatives of integrals.
  • Chain rule: Differentiate integrals with functional bounds.
  • Integral properties: Apply properties to simplify expressions.

An accumulation function is defined using a definite integral with a variable upper limit:

A(x)=∫ax​f(t)dt

  • f(t) is a known function (often interpreted as a rate of change).
  • A(x) is a new function that accumulates the net area from a to x.

You can think of A(x) as the net signed area added between t=a and t=x.

Example

Graphs consisting of piecewise linear segments and standard geometric shapes often appear in the free-response section of the AP exam.

Shown below is the graph of f, which consists of two line segments and a semicircle. Let A(x)=∫1x​f(t)dt

Graph of f
Graph of f

Find:

a) A(1)

b) A(3)

c) A(5)

Solutions

a) A(1)

(spoiler)

A(1)=∫11​f(t)dt

This integral covers an interval of length 0, so no area is accumulated.

A(1)=0​

b) A(3)

(spoiler)

A(3)=∫13​f(t)dt

The region under f(t) from t=1 to t=3 consists of:

  • A 1×2 unit rectangle (A1​=2).
  • A quarter-circle of radius 1 (A2​=4π​).
Part (b) shaded
Part (b) shaded

Therefore,

A(3)=2+4π​​

c) A(5)

(spoiler)

A(5)=∫15​f(t)dt

The region from t=1 to t=5 consists of:

  • A 1×3 rectangle (A1​=3).
  • A semicircle of radius 1 (A2​=2π​),.
  • Two congruent triangles (one positive, one negative) that cancel each other out (A3​=0).
Part (c) shaded
Part (c) shaded

Adding the signed areas gives

A(5)=3+2π​​

Fundamental theorem of calculus: part 1

The Fundamental theorem of calculus (FTC), Part 1 establishes that differentiation and integration are inverse operations. Essentially, taking the derivative “undoes” the integral.

Fundamental Theorem of Calculus (FTC), Part 1

Differentiation and integration are inverse operations.

dxd​(∫ax​f(t)dt)=f(x)

where a is a constant and f is a continuous function.

When you differentiate ∫ax​f(t)dt, you get back the original integrand, evaluated at the upper limit.

You won’t have to prove this on the AP exam. As long as the lower bound a is a real number, you can apply the rule directly: remove the integral, and replace t with the upper limit x.

A typical problem will be stated as such:

Find F′(x) given:

F(x)=∫0x​sin(t2)dt

(spoiler)

Start by writing the derivative:

F′(x)=dxd​(∫0x​sin(t2)dt)

By the FTC (Part 1), this becomes the integrand evaluated at t=x:

sin(x2)​

FTC variations (with chain rule)

When the limits of integration are functions instead of a single variable x, apply the chain rule. Evaluate the integrand at the upper limit, then multiply by the derivative of that limit.

Variation 1: Functional upper limit

If the upper limit is a function g(x), evaluate the integrand at g(x) and multiply by g′(x).

dxd​(∫ag(x)​f(t)dt)=f(g(x))⋅g′(x)

where a is a constant and g(x) is a function.

Example 1. Find G′(x) given

G(x)=∫1x3​1+t4​dt

(spoiler)

Here the upper limit is g(x)=x3, so we:

  • Replace t in the integrand with x3.
  • Multiply by the entire expression by g′(x)=3x2.

G′(x)​=1+(x3)4​⋅dxd​(x3)=3x21+x12​​​

Variation 2: Functional lower limit

If the lower limit is a function h(x) and the upper limit is a constant, reverse the limits of integration. This introduces a negative sign.

dxd​(∫h(x)a​f(t)dt)=−f(h(x))⋅h′(x)

Example 2. Find F′(x) given

F(x)=∫x2−1​(t3−t)dt

(spoiler)

Flip the bounds of the integral and make it negative:

F(x)=−∫−1x2​(t3−t)dt

Then, apply the chain rule when differentiating by:

  • Replacing every t in the integrand with x2.
  • Multiplying the entire expression by its derivative, 2x.

F′(x)​=−[(x2)3−(x2)]⋅dxd​(x2)=−(x6−x2)⋅2x=−2x7+2x3​​

Variation 3: Two variable limits

When both limits are functions of x, apply the chain rule to both boundaries and subtract the lower boundary result from the upper boundary result.

dxd​(∫h(x)g(x)​f(t)dt)=f(g(x))⋅g′(x)−f(h(x))⋅h′(x)

Example 3. Find f′(x) given

f(x)=∫3xcos(x)​e2tdt

Solution

(spoiler)

For the upper bound:

  • Replace t with cos(x).
  • Multiply by its derivative of −sin(x).

Subtract the result of the lower bound:

  • Replace t with 3x.
  • Multiply by its derivative of 3.

f′(x)​=[e2cos(x)⋅(−sin(x))]−[e2(3x)⋅3]=−sin(x)e2cos(x)−3e6x​​

Properties of definite integrals

  1. Splitting an interval (a<b<c)

∫ac​f(x)dx=∫ab​f(x)dx+∫bc​f(x)dx

Use this to break up integrals over intervals or to combine pieces.

  1. Reversing limits

∫ab​f(x)dx=−∫ba​f(x)dx

Switching the upper and lower bounds changes the sign.

  1. Constant multiples

∫ab​k⋅f(x)dx=k⋅∫ab​f(x)dx

You can factor out constants.

  1. Linearity

∫ab​[f(x)±g(x)]dx=∫ab​f(x)dx±∫ab​g(x)dx

Addition and subtraction work inside integrals.

Caution: The final property doesn’t hold when two or more functions are multiplied or divided.

Given ∫13​f(x)dx=4 and ∫35​f(x)dx=−2, find:

a) ∫15​f(x)dx

b) ∫51​f(x)dx

Solutions

(spoiler)

a) Add over intervals:

∫15​f(x)dx​=∫13​f(x)dx+∫35​f(x)dx=4+(−2)=2​​

b) Reverse the bounds:

∫51​f(x)dx=−∫15​f(x)dx=−2​

Given ∫310​f(x)dx=−5 and ∫610​f(x)dx=2, find:

∫36​2f(x)dx

Solution

(spoiler)

Using property 1 (splitting up intervals),

∫310​f(x)dx=∫36​f(x)dx+∫610​f(x)dx

Substitute the given values:

−5−7​=∫36​f(x)dx+2=∫36​f(x)dx​

Then use property 3 (constant multiples):

∫36​2f(x)dx=2(−7)=−14​

Accumulation functions

  • Defined as A(x)=∫ax​f(t)dt
  • Represents net signed area under f(t) from a to x
  • f(t) is the rate of change; A(x) accumulates this rate

Fundamental Theorem of Calculus (FTC), Part 1

  • dxd​(∫ax​f(t)dt)=f(x)
  • Differentiation “undoes” accumulation
  • Applies when lower bound is constant and f is continuous

FTC with chain rule (variable upper limit)

  • dxd​(∫ag(x)​f(t)dt)=f(g(x))⋅g′(x)
  • Replace t with g(x) in f(t), multiply by g′(x)

FTC with both limits variable

  • dxd​(∫h(x)g(x)​f(t)dt)=f(g(x))g′(x)−f(h(x))h′(x)
  • Subtract lower limit contribution from upper limit

Properties of definite integrals

  • Splitting: ∫ac​f(x)dx=∫ab​f(x)dx+∫bc​f(x)dx
  • Reversing limits: ∫ab​f(x)dx=−∫ba​f(x)dx
  • Constant multiples: ∫ab​kf(x)dx=k∫ab​f(x)dx
  • Linearity: ∫ab​[f(x)±g(x)]dx=∫ab​f(x)dx±∫ab​g(x)dx
    • Does not apply to products or quotients

Common strategies

  • Rewrite integrals so one limit is constant before applying FTC
  • Use properties to combine, split, or reverse integrals as needed
  • When both limits are variable, apply generalized FTC formula

Sign up for free to take 5 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Accumulation functions

What you’ll learn

  • Accumulation functions: Define and evaluate as net signed area.
  • FTC Part 1: Find derivatives of integrals.
  • Chain rule: Differentiate integrals with functional bounds.
  • Integral properties: Apply properties to simplify expressions.

An accumulation function is defined using a definite integral with a variable upper limit:

A(x)=∫ax​f(t)dt

  • f(t) is a known function (often interpreted as a rate of change).
  • A(x) is a new function that accumulates the net area from a to x.

You can think of A(x) as the net signed area added between t=a and t=x.

Example

Graphs consisting of piecewise linear segments and standard geometric shapes often appear in the free-response section of the AP exam.

Shown below is the graph of f, which consists of two line segments and a semicircle. Let A(x)=∫1x​f(t)dt

Find:

a) A(1)

b) A(3)

c) A(5)

Solutions

a) A(1)

(spoiler)

A(1)=∫11​f(t)dt

This integral covers an interval of length 0, so no area is accumulated.

A(1)=0​

b) A(3)

(spoiler)

A(3)=∫13​f(t)dt

The region under f(t) from t=1 to t=3 consists of:

  • A 1×2 unit rectangle (A1​=2).
  • A quarter-circle of radius 1 (A2​=4π​).

Therefore,

A(3)=2+4π​​

c) A(5)

(spoiler)

A(5)=∫15​f(t)dt

The region from t=1 to t=5 consists of:

  • A 1×3 rectangle (A1​=3).
  • A semicircle of radius 1 (A2​=2π​),.
  • Two congruent triangles (one positive, one negative) that cancel each other out (A3​=0).

Adding the signed areas gives

A(5)=3+2π​​

Fundamental theorem of calculus: part 1

The Fundamental theorem of calculus (FTC), Part 1 establishes that differentiation and integration are inverse operations. Essentially, taking the derivative “undoes” the integral.

Fundamental Theorem of Calculus (FTC), Part 1

Differentiation and integration are inverse operations.

dxd​(∫ax​f(t)dt)=f(x)

where a is a constant and f is a continuous function.

When you differentiate ∫ax​f(t)dt, you get back the original integrand, evaluated at the upper limit.

You won’t have to prove this on the AP exam. As long as the lower bound a is a real number, you can apply the rule directly: remove the integral, and replace t with the upper limit x.

A typical problem will be stated as such:

Find F′(x) given:

F(x)=∫0x​sin(t2)dt

(spoiler)

Start by writing the derivative:

F′(x)=dxd​(∫0x​sin(t2)dt)

By the FTC (Part 1), this becomes the integrand evaluated at t=x:

sin(x2)​

FTC variations (with chain rule)

When the limits of integration are functions instead of a single variable x, apply the chain rule. Evaluate the integrand at the upper limit, then multiply by the derivative of that limit.

Variation 1: Functional upper limit

If the upper limit is a function g(x), evaluate the integrand at g(x) and multiply by g′(x).

dxd​(∫ag(x)​f(t)dt)=f(g(x))⋅g′(x)

where a is a constant and g(x) is a function.

Example 1. Find G′(x) given

G(x)=∫1x3​1+t4​dt

(spoiler)

Here the upper limit is g(x)=x3, so we:

  • Replace t in the integrand with x3.
  • Multiply by the entire expression by g′(x)=3x2.

G′(x)​=1+(x3)4​⋅dxd​(x3)=3x21+x12​​​

Variation 2: Functional lower limit

If the lower limit is a function h(x) and the upper limit is a constant, reverse the limits of integration. This introduces a negative sign.

dxd​(∫h(x)a​f(t)dt)=−f(h(x))⋅h′(x)

Example 2. Find F′(x) given

F(x)=∫x2−1​(t3−t)dt

(spoiler)

Flip the bounds of the integral and make it negative:

F(x)=−∫−1x2​(t3−t)dt

Then, apply the chain rule when differentiating by:

  • Replacing every t in the integrand with x2.
  • Multiplying the entire expression by its derivative, 2x.

F′(x)​=−[(x2)3−(x2)]⋅dxd​(x2)=−(x6−x2)⋅2x=−2x7+2x3​​

Variation 3: Two variable limits

When both limits are functions of x, apply the chain rule to both boundaries and subtract the lower boundary result from the upper boundary result.

dxd​(∫h(x)g(x)​f(t)dt)=f(g(x))⋅g′(x)−f(h(x))⋅h′(x)

Example 3. Find f′(x) given

f(x)=∫3xcos(x)​e2tdt

Solution

(spoiler)

For the upper bound:

  • Replace t with cos(x).
  • Multiply by its derivative of −sin(x).

Subtract the result of the lower bound:

  • Replace t with 3x.
  • Multiply by its derivative of 3.

f′(x)​=[e2cos(x)⋅(−sin(x))]−[e2(3x)⋅3]=−sin(x)e2cos(x)−3e6x​​

Properties of definite integrals

  1. Splitting an interval (a<b<c)

∫ac​f(x)dx=∫ab​f(x)dx+∫bc​f(x)dx

Use this to break up integrals over intervals or to combine pieces.

  1. Reversing limits

∫ab​f(x)dx=−∫ba​f(x)dx

Switching the upper and lower bounds changes the sign.

  1. Constant multiples

∫ab​k⋅f(x)dx=k⋅∫ab​f(x)dx

You can factor out constants.

  1. Linearity

∫ab​[f(x)±g(x)]dx=∫ab​f(x)dx±∫ab​g(x)dx

Addition and subtraction work inside integrals.

Caution: The final property doesn’t hold when two or more functions are multiplied or divided.

Given ∫13​f(x)dx=4 and ∫35​f(x)dx=−2, find:

a) ∫15​f(x)dx

b) ∫51​f(x)dx

Solutions

(spoiler)

a) Add over intervals:

∫15​f(x)dx​=∫13​f(x)dx+∫35​f(x)dx=4+(−2)=2​​

b) Reverse the bounds:

∫51​f(x)dx=−∫15​f(x)dx=−2​

Given ∫310​f(x)dx=−5 and ∫610​f(x)dx=2, find:

∫36​2f(x)dx

Solution

(spoiler)

Using property 1 (splitting up intervals),

∫310​f(x)dx=∫36​f(x)dx+∫610​f(x)dx

Substitute the given values:

−5−7​=∫36​f(x)dx+2=∫36​f(x)dx​

Then use property 3 (constant multiples):

∫36​2f(x)dx=2(−7)=−14​

Key points

Accumulation functions

  • Defined as A(x)=∫ax​f(t)dt
  • Represents net signed area under f(t) from a to x
  • f(t) is the rate of change; A(x) accumulates this rate

Fundamental Theorem of Calculus (FTC), Part 1

  • dxd​(∫ax​f(t)dt)=f(x)
  • Differentiation “undoes” accumulation
  • Applies when lower bound is constant and f is continuous

FTC with chain rule (variable upper limit)

  • dxd​(∫ag(x)​f(t)dt)=f(g(x))⋅g′(x)
  • Replace t with g(x) in f(t), multiply by g′(x)

FTC with both limits variable

  • dxd​(∫h(x)g(x)​f(t)dt)=f(g(x))g′(x)−f(h(x))h′(x)
  • Subtract lower limit contribution from upper limit

Properties of definite integrals

  • Splitting: ∫ac​f(x)dx=∫ab​f(x)dx+∫bc​f(x)dx
  • Reversing limits: ∫ab​f(x)dx=−∫ba​f(x)dx
  • Constant multiples: ∫ab​kf(x)dx=k∫ab​f(x)dx
  • Linearity: ∫ab​[f(x)±g(x)]dx=∫ab​f(x)dx±∫ab​g(x)dx
    • Does not apply to products or quotients

Common strategies

  • Rewrite integrals so one limit is constant before applying FTC
  • Use properties to combine, split, or reverse integrals as needed
  • When both limits are variable, apply generalized FTC formula

More from Integration

  • Accumulation of change
  • Riemann sums & area
  • Definite integrals
  • Behavior of accumulation functions
  • Fundamental theorem of calculus