An accumulation function is defined by a definite integral with a variable upper limit:
A(x)=∫axf(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)=∫1xf(t)dt
Graph of f
Find:
a) A(1)
b) A(3)
c) A(5)
Solutions
a) A(1)
(spoiler)
A(1)=∫11f(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)=∫13f(t)dt
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)=∫15f(t)dt
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.
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)=∫0xsin(t2)dt
Find F′(x).
Solution
(spoiler)
Since
F′(x)=dxd(∫0xsin(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.
Examples
Given:
G(x)=∫1x31+t4dt
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:
Splitting an interval (a<b<c)
∫acf(x)dx=∫abf(x)dx+∫bcf(x)dx
Use this to break up integrals over intervals or reassemble parts.
Reversing limits
∫abf(x)dx=−∫baf(x)dx
Switching the upper and lower bounds changes the sign.
Constant multiples
∫abk⋅f(x)dx=k⋅∫abf(x)dx
You can factor out constants.
Linearity
∫ab[f(x)±g(x)]dx=∫abf(x)dx±∫abg(x)dx
Addition and subtraction work inside integrals.
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)=∫3x0e2tdt+∫0cos(x)e2tdt
Using property 2 (reversing limits), flip the 1st integral so that the lower limit is a number:
g(x)=−∫03xe2tdt+∫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:
Next are additional examples that require the properties of definite integrals.
1. Given:
∫13f(x)dx=4
and
∫35f(x)dx=−2
Find:
a) ∫15f(x)dx
b) ∫51f(x)dx
Solutions
(spoiler)
a) Add over intervals:
∫15f(x)dx=∫13f(x)dx+∫35f(x)dx
=4+(−2)=2
b) Reverse the bounds:
∫51f(x)dx=−∫15f(x)dx=−2
Given:
∫310f(x)dx=−5
and
∫610f(x)dx=2
Find:
∫362f(x)dx
Solution
(spoiler)
Using property 1 (splitting up intervals),
∫310f(x)dx=∫36f(x)dx+∫610f(x)dx
Substituting,
−5=∫36f(x)dx+2
∫36f(x)dx=−7
Then using property 3 (constant multiples),
∫362f(x)dx=2(−7)
=−14
Sign up for free to take 5 quiz questions on this topic