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
9. Testing details tag
Wrapping up
Achievable logoAchievable logo
6.4 Accumulation functions
Achievable AP Calculus AB
6. Integration
Our AP Calculus AB course is currently in development and is a work-in-progress.

Accumulation functions

9 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • Accumulation functions as the net area accumulated under a curve
  • How to use the Fundamental theorem of calculus part 1
  • Apply the chain rule when the upper or lower limit is a function
  • Use properties of definite integrals 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.

Examples

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

Part (b) shaded
Part (b) shaded

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

  • A 1 by 2 unit rectangle

    • A1​=2 units2
  • A quarter-circle of radius 1

    • A2​=41​π(1)2

So the accumulated net area is

A(3)=2+4π​​

c) A(5)

(spoiler)

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

Part (c) shaded
Part (c) shaded

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

  • A 1 by 3 unit rectangle

    • A1​=3 units2
  • A semi-circle of radius 1

    • A2​=21​π units2
  • 2 triangles: one above the x-axis and one below the x-axis (so it contributes negative signed area)

    • These 2 triangles are congruent, so their signed areas cancel.
    • A3​=0

Adding the signed areas gives

A(5)=3+2π​​

Fundamental theorem of calculus: part 1

Suppose A(x) represents the area accumulated up to x. If you increase x by a small amount Δx, the additional area from x to x+Δx is approximately the area of a thin rectangle:

A(x+Δx)−A(x)≈Δxf(x)

Divide both sides by Δx and let Δx→0:

Δx→0lim​ΔxA(x+Δx)−A(x)​=f(x)

The left side is the definition of A′(x), so

A′(x)=f(x)

This relationship is the key idea behind the Fundamental Theorem of Calculus.

Fundamental Theorem of Calculus (FTC), Part 1

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

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

A helpful way to remember this: differentiation “undoes” accumulation. 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.

Examples

A typical problem will be stated as such:

Given:

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

Find F′(x).

Solution

(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)​

When the upper limit is a function

If the upper limit is a function (not just x), you still use the FTC, but you also multiply by the derivative of the upper limit. This is the chain rule.

FTC with chain rule

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

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

Examples

Given:

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

Find G′(x).

Solution

(spoiler)

Here the upper limit is g(x)=x3.

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

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

=3x21+x12​​

Given:

H(x)=∫2sin(x)​t2−3t+1dt

Find H′(x).

Solution

(spoiler)

Here the upper limit is g(x)=sin(x).

  • Replace t with sin(x).
  • Multiply by g′(x)=cos(x).

H′(x)=[(sin(x))2−3sin(x)+1]⋅dxd​(sin(x))

=cos(x)(sin2(x)−3sin(x)+1)

Properties of definite integrals

To apply the FTC in the form dxd​(∫ax​⋯), it helps if one limit is a constant and the other is the variable expression. If your integral isn’t in that form, you can often rewrite it using these properties:

  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: This property doesn’t hold when two or more functions are multiplied or divided.

Examples

Given:

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

Find F′(x).

Solution

(spoiler)

The lower limit is x2, not a constant. Use property 2 (reversing limits) to rewrite the integral with a constant lower limit:

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

Now apply the FTC with the chain rule:

  • Replace t with x2 in the integrand.
  • Multiply by dxd​(x2)=2x.
  • Keep the negative sign from reversing the limits.

F′(x)=−[(x2)3−(x2)]⋅dxd​(x2)

=−2x(x6−x2)​

Given:

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

Find g′(x).

Solution

(spoiler)

Both limits depend on x. One approach is to rewrite the integral so each piece has a constant limit.

Use property 1 (splitting up intervals) to insert a constant limit (the 0 can be replaced by any value):

g(x)=∫3x0​e2tdt+∫0cos(x)​e2tdt

Now use property 2 (reversing limits) on the first integral so the lower limit is a constant:

g(x)=−∫03x​e2tdt+∫0cos(x)​e2tdt

Apply the FTC with the chain rule to each term:

g′(x)=−[e2(3x)⋅3]+[e2cos(x)⋅(−sin(x))]

=−3e6x−sin(x)e2cos(x)​

From the previous example, we split the integral into two parts so we could apply the FTC to each part. You can also use a single generalized rule that handles variable limits on both ends:

FTC when both limits are variable

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

Next are additional examples that require the properties of definite integrals.

  1. 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=∫36​f(x)dx+2

∫36​f(x)dx=−7

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 as the net area accumulated under a curve
  • How to use the Fundamental theorem of calculus part 1
  • Apply the chain rule when the upper or lower limit is a function
  • Use properties of definite integrals 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.

Examples

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 by 2 unit rectangle

    • A1​=2 units2
  • A quarter-circle of radius 1

    • A2​=41​π(1)2

So the accumulated net area is

A(3)=2+4π​​

c) A(5)

(spoiler)

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

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

  • A 1 by 3 unit rectangle

    • A1​=3 units2
  • A semi-circle of radius 1

    • A2​=21​π units2
  • 2 triangles: one above the x-axis and one below the x-axis (so it contributes negative signed area)

    • These 2 triangles are congruent, so their signed areas cancel.
    • A3​=0

Adding the signed areas gives

A(5)=3+2π​​

Fundamental theorem of calculus: part 1

Suppose A(x) represents the area accumulated up to x. If you increase x by a small amount Δx, the additional area from x to x+Δx is approximately the area of a thin rectangle:

A(x+Δx)−A(x)≈Δxf(x)

Divide both sides by Δx and let Δx→0:

Δx→0lim​ΔxA(x+Δx)−A(x)​=f(x)

The left side is the definition of A′(x), so

A′(x)=f(x)

This relationship is the key idea behind the Fundamental Theorem of Calculus.

Fundamental Theorem of Calculus (FTC), Part 1

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

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

A helpful way to remember this: differentiation “undoes” accumulation. 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.

Examples

A typical problem will be stated as such:

Given:

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

Find F′(x).

Solution

(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)​

When the upper limit is a function

If the upper limit is a function (not just x), you still use the FTC, but you also multiply by the derivative of the upper limit. This is the chain rule.

FTC with chain rule

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

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

Examples

Given:

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

Find G′(x).

Solution

(spoiler)

Here the upper limit is g(x)=x3.

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

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

=3x21+x12​​

Given:

H(x)=∫2sin(x)​t2−3t+1dt

Find H′(x).

Solution

(spoiler)

Here the upper limit is g(x)=sin(x).

  • Replace t with sin(x).
  • Multiply by g′(x)=cos(x).

H′(x)=[(sin(x))2−3sin(x)+1]⋅dxd​(sin(x))

=cos(x)(sin2(x)−3sin(x)+1)

Properties of definite integrals

To apply the FTC in the form dxd​(∫ax​⋯), it helps if one limit is a constant and the other is the variable expression. If your integral isn’t in that form, you can often rewrite it using these properties:

  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: This property doesn’t hold when two or more functions are multiplied or divided.

Examples

Given:

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

Find F′(x).

Solution

(spoiler)

The lower limit is x2, not a constant. Use property 2 (reversing limits) to rewrite the integral with a constant lower limit:

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

Now apply the FTC with the chain rule:

  • Replace t with x2 in the integrand.
  • Multiply by dxd​(x2)=2x.
  • Keep the negative sign from reversing the limits.

F′(x)=−[(x2)3−(x2)]⋅dxd​(x2)

=−2x(x6−x2)​

Given:

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

Find g′(x).

Solution

(spoiler)

Both limits depend on x. One approach is to rewrite the integral so each piece has a constant limit.

Use property 1 (splitting up intervals) to insert a constant limit (the 0 can be replaced by any value):

g(x)=∫3x0​e2tdt+∫0cos(x)​e2tdt

Now use property 2 (reversing limits) on the first integral so the lower limit is a constant:

g(x)=−∫03x​e2tdt+∫0cos(x)​e2tdt

Apply the FTC with the chain rule to each term:

g′(x)=−[e2(3x)⋅3]+[e2cos(x)⋅(−sin(x))]

=−3e6x−sin(x)e2cos(x)​

From the previous example, we split the integral into two parts so we could apply the FTC to each part. You can also use a single generalized rule that handles variable limits on both ends:

FTC when both limits are variable

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

Next are additional examples that require the properties of definite integrals.

  1. 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=∫36​f(x)dx+2

∫36​f(x)dx=−7

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