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
10. test
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 by a definite integral with a variable upper limit:

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

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

Think of A(x) as measuring the net area that has been added so far 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

On the graph, this is the area covered from t=1 to t=1, which means no area covered. So

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

Then the area, or A(3), 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, the other below the x-axis with a negative signed area.

    • These 2 triangles happen to be congruent, so the signed areas cancel out.
    • A3​=0

Then the sum of the areas is

A(5)=3+2π​​

Fundamental Theorem of Calculus: Part 1

Suppose a function has already accumulated some area A(x). If it accumulates a little more, then the additional area over a small interval Δx can be approximated by the area of a rectangle:

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

If we divide both sides by Δx and let Δx become very small, notice that

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

The left side is the limit definition of the derivative, so we conclude

A′(x)=f(x)

This remarkable relationship - where the derivative of the accumulated area function equals the original function - leads us to a central result: 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.

The core idea is that derivatives and integrals are inverse processes, just as addition and subtraction or multiplication and division are. The FTC connects the geometric idea of area under a curve with the analytic concept of a derivative.

You won’t have to prove this on the AP exam - as long as the lower bound a is a real number, all you have to do is let the dxd​ “undo” the ∫ax​ and replace the t with the upper limit x in these types of problems.

Examples

A typical problem will be stated as such:

Given:

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

Find F′(x).

Solution

(spoiler)

Since

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

then by the FTC, this equals

sin(x2)​

When the upper limit is a function

When the upper limit is a function and not just x, use 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)

The upper limit is a function g(x)=x3. So any t that appears in the integrand should be replaced with x3, and the entire expression should be multiplied by g′(x).

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

=3x21+x12​​

Given:

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

Find H′(x).

Solution

(spoiler)

The upper limit is a function g(x)=sin(x). So any t that appears in the integrand should be replaced with sin(x), and the entire expression should be multiplied by g′(x).

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

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

Properties of definite integrals

In order for the FTC to apply, the lower bound must be a real number with the upper bound as the variable one. If it isn’t, then a few properties can be applied to achieve that form:

  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 reassemble parts.

  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)

Flip the integral so that the lower limit is the number using property 2 (reversing limits).

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

Then by the FTC with the chain rule and replacing all instances of t with x2,

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

=−2x(x6−x2)​

Given:

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

Find g′(x).

Solution

(spoiler)

Use property 1 (splitting up intervals) to rewrite the integral so that each has a real number as one of the limits (the 0 can be replaced by any value):

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

Using property 2 (reversing limits), flip the 1st integral so that the lower limit is a number:

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

Then applying the FTC with the chain rule on each integral,

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

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

From the previous example, we broke the integral into two parts to apply the FTC to each individually. But we can skip the rewriting step entirely by with a 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

Substituting,

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

∫36​f(x)dx=−7

Then using property 3 (constant multiples),

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

=−14​

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

All rights reserved ©2016 - 2026 Achievable, Inc.