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.5 Behavior of accumulation functions
Achievable AP Calculus AB
6. Integration
Our AP Calculus AB course is currently in development and is a work-in-progress.

Behavior of accumulation functions

8 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • How to use a graph or expression of f to analyze its integral

You may be shown a graph or expression for f(t) and asked about the behavior of an accumulation function F where F(x)=∫ax​f(t)dt.

Treat these problems like the ones from section 5.4 - given the graph of the derivative, what can you conclude about the original function?

AP tip:

When given F(x)=∫ax​f(t)dt in a problem, it may help to immediately write F′(x)=f(x) as a note to yourself that capital F is the accumulated function and lowercase f is its derivative.

As a reminder, here are a few facts:

  • If f(x)>0, then F(x) is increasing.
  • If f(x)<0, then F(x) is decreasing.
  • F(x) has a local min where f(x) changes from negative to positive.
  • F(x) has a local max where f(x) changes from positive to negative.
  • You can also figure out the concavity of F(x) since F′′(x)=f′(x).

Examples

Shown below is the graph of f:

Figure 6.5.1 Graph of f
Figure 6.5.1 Graph of f

Let F be the function defined by

F(x)=2+∫1x​f(t)dt

Fill out the table with the intervals or coordinates where F(x) has or is…

F(x) Interval or ordered pair
Increasing
Decreasing
Relative min
Relative max
Absolute min
Absolute max
Concave up
Concave down
Inflection point(s)

Solutions

a) Increasing/decreasing

(spoiler)

F(x) is increasing when f(x)>0 and decreasing when f(x)<0.

Looking at the graph, f(x)>0 when it’s above the x-axis on the interval

(4,6.5)​

f(x)<0 when it’s below the x-axis on the intervals

(0,2)∪(2,4)∪(6.5,8)​

b) Relative min/max

(spoiler)

F(x) has a relative min when f(x) changes from negative to positive. This occurs at x=4. To write the ordered pair, find the y-coordinate for this corresponding x-value, which would be

F(4)=2+∫14​f(t)dt

The definite integral of f from 1 to 4 is the area of the regions formed between the graph of f and the x-axis, which consist of:

  • A triangle with signed area =21​(1)(1)
  • A semi-circle with signed area =21​π(1)2

Then the definite integral is the sum of those areas

∫14​f(t)dt

=−21​−2π​

And

F(4)=2+(−21​−2π​)≈−0.071

The ordered pair where F(x) has a relative min is (4,−0.071)​.

F(x) has a relative max when f(x) changes from positive to negative. This occurs at x=6.5. To write the ordered pair, find the y-coordinate for this corresponding x-value, which would be

F(6.5)=2+∫16.5​f(t)dt

=2+(−21​−2π​+21​(1)(1+2.5))

≈2+(−0.321)

=1.679

The ordered pair where F(x) has a relative max is (6.5,1.679)​.

c) Absolute min/max

(spoiler)

In part b), we found the relative min to be at (4,−0.071) and the relative max to be at (6.5,1.679).

To determine absolute extrema, we must use the extreme value theorem and test the endpoints x=0 and x=8.

F(0)=2+∫10​f(t)dt

=2−∫01​f(t)dt

=2−(−21​(1)(2+1))

=3.5

F(8)=2+∫18​f(t)dt

=2+∫16.5​f(t)dt+∫6.58​f(t)dt

=2+(−0.321)+(−21​(1.5)(3))

=−0.571

Then the absolute extrema are at the endpoints, with the absolute max being at

(0,3.5)​

And the absolute min at

(8,−0.571)​

d) Concave up/down

(spoiler)

F(x) is concave up when F′′(x)=f′(x)>0 and concave down when f′(x)<0.

This means we look at where the graph of f is increasing or decreasing.

f is increasing on the intervals (0,2)∪(3,4)∪(4,5)​ which is where F(x) is concave up.

Note that f′ is undefined at x=2 and 4 and =0 at x=3 and that the open intervals do not include those points.

f is decreasing on the intervals (2,3)∪(6,8)​ which is where F(x) is concave down.

d) Inflection point(s)

(spoiler)

F(x) has points of inflection where F′′(x)=f′(x)=0 or is undefined and changes sign.

From the graph, f′(x)=0 at x=3 only.

f′(x) is undefined where the graph has sharp corners at x=2,4,5, and 6.

Around x=2,f′(x) changes from positive to negative, so it’s an inflection point.

The ordered pair is

F(2)=2+∫12​f(t)dt

=2+(−21​(1)(1)

=1.5

Inflection point at

(2,1.5)​

Around x=3,f′(x) changes from negative to positive, so it’s an inflection point.

The ordered pair is

F(3)=2+∫13​f(t)dt

=2+(−21​−41​π(1)2

≈0.715

Inflection point at

(3,0.715)​

Around x=4,f′(x) goes from positive and stays positive, so it is not an inflection point.

Around x=5,f′(x) goes from positive to 0, so it’s not an inflection point.

Around x=6,f′(x) goes from 0 to negative, so not an inflection point.

The graph of f is shown below:

Figure 6.5.2 Graph of f
Figure 6.5.2 Graph of f

Let

h(x)=∫02x−1​f(t)dt

Find:

a) Where h(x) has a relative max.
b) h(3)
c) h′(3)
d) h′′(3)

Solutions

a) Where h(x) has a relative max

(spoiler)

h(x) has a relative max where it increases and then decreases. We need to find where h′(x)=0 or is undefined and changes from positive to negative.

Using the FTC with the chain rule,

h′(x)=f(2x−1)⋅dxd​(2x−1)

=2f(2x−1)

h′(x)=0 when 2f(2x−1)=0. Look for where f crosses the x-axis - f(3) and f(5) both equal 0.

At the input of 3,f changes from negative to positive, making it a min on h(x).

On either side of the input 5,f changes from positive to negative, making it a relative max.

Since f(5)=0, we solve for

2x−1=5

x=3

Therefore h′(x)=0 when x=3. To find the coordinate of the local max on h(x), we find h(3) which is in the next part.

b) h(3)

(spoiler)

h(3)=∫02(3)−1​f(t)dt

=∫05​f(t)dt

From 0 to 5, the regions consist of

  • A trapezoid with signed area
    • A=−21​(1+3)=−2
  • A triangle with signed area
    • A=21​(1)(2)=1

Therefore h(3)=−2+1=−1​

Combined with part a), h(x) has a relative max at (3,−1).

c) h′(3)

(spoiler)

Since h′(x)=2f(2x−1) by the FTC with the chain rule, then

h′(3)=2f(5)

=0​

This is consistent with the relative extrema at x=3 on h.

d) h′′(3)

(spoiler)

Since h′(x)=2f(2x−1), taking the derivative again gives

h′′(x)=2f′(2x−1)⋅dxd​(2x−1)

=4f′(2x−1)

Then

h′′(3)=4f′(2(3)−1)

=4f′(5)

f′(5) is the slope of the tangent line at input 5 on the graph. The tangent line is just the line that’s between (4,1) and (7,−2) itself, which has slope

4−71−(−2)​

=−1

Therefore f′(5)=−1 and

h′′(3)=−4​

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

All rights reserved ©2016 - 2026 Achievable, Inc.