zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

The Fundamental Theorem of Calculus and Accumulation Functions

Benjamin Wright

Benjamin Wright

6 min read

Study Guide Overview

This study guide covers the Fundamental Theorem of Calculus, which connects differentiation and integration. It explains how to find the derivative of an integral, including examples with accumulation functions where the upper bound is a function of x. Practice problems and solutions are provided to reinforce the concepts.

#6.4 The Fundamental Theorem of Calculus and Accumulation Functions

Now that we have introduced integrals, you may be wondering how they connect with derivatives. Today, we’ll introduce the Fundamental Theorem of Calculus which connects these two topics.


#∫ Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus connects differentiation and integration. It states that the derivative of an integral is just the function inside the integral. 😊

We can define a new function, FFF, that represents the antiderivative of fff.

F(x)=∫axf(t)dtF(x)=\int_{a}^{x}f(t)dtF(x)=∫ax​f(t)dt

The Fundamental Theorem of Calculus states that if fff is continuous on the interval (a,b)(a,b)(a,b) then for every xxx in the interval:

ddx[∫axf(t)dt]=F′(x)=f(x)\frac{d}{dx}\left[\int_{a}^{x}f(t)dt\right]=F'(x)=f(x)dxd​[∫ax​f(t)dt]=F′(x)=f(x)

This means that we can use the Fundamental Theorem of Calculus to find derivatives. Let’s walk through an example to see what this means.

#✏️ Fundamental Theorem of Calculus Example

Find g′(16)g'(16)g′(16) if g(x)g(x)g(x) is the function below.

g(x)=∫5xt4dtg(x)=\int_{5}^{x}\sqrt[4]{t}dtg(x)=∫5x​4t​dt

How should we proceed? If we ignore what g(x)g(x)g(x) is specifically defined as for a minute and think about how we would proceed for a function that is not defined with integrals, we would do so by first finding the derivative of g(x)g(x)g(x) and then plugging 161616 in. Well for functions defined by definite integrals, also called accumulation functions, we do the same!

How do we differentiate ∫5xt4dt\int_{5}^{x}\sqrt[4]{t}dt∫5x​4t​dt?

This is where the Fundamental Theorem of Calculus comes in. Since it states that the derivative of an integral is just the function inside the integral…

g′(x)=x4g'(x)=\sqrt[4]{x}g′(x)=4x​

Now all we have to do is substitute 16. g′(16)=164=2g'(16)=\sqrt[4]{16}=2g′(16)=416​=2

Not too bad right? 🪄

#✏️ Fundamental Theorem of Calculus Example 2

In the above example, the upper bound function was just xxx, making it super easy! All we had to do was substitute xxx into the integrated and multiply by the derivative of xxx.

Questions become slightly more complicated when the functional bound is something other than x, such as the following function. Let’s find F′(x)F'(x)F′(x).

F(x)=∫3x2(t+4)dtF(x)=\int_{3}^{x^2}(t+4)dtF(x)=∫3x2​(t+4)dt

The upper bound in this question is x2x^2x2, so we have to multiply our answer by the derivative of the functional bound.

F′(x)=ddx∫3x2(t+4)dtF'(x)=\frac{d}{dx}\int_{3}^{x^2}(t+4)dtF′(x)=dxd​∫3x2​(t+4)dt

Let’s use the chain rule.

F′(x)=(x2+4)∗ddxx2F'(x)=(x^2+4)*\frac{d}{dx}x^2F′(x)=(x2+4)∗dxd​x2

F′(x)=(x2+4)(2x)F'(x)=(x^2+4)(2x)F′(x)=(x2+4)(2x)

So, when the upper bound of the definite integral is a function of x, you need to multiply the integral's integrand by the derivative of the upper bound. It’s not too difficult, but it does mean you have to keep an eye on the upper bound! 👀


#📝 Practice Problems

Time to try some practice on our own!

#❓ Problems

#Question 1

Let g(x)=∫0x8+cos⁡(t)dtg(x)=\int_{0}^{x}\sqrt{8+\cos(t)}dtg(x)=∫0x​8+cos(t)​dt. Find g′(0)g'(0)g′(0).

#Question 2

Let g(x)=∫1x(5t2+2t)dtg(x)=\int_{1}^{x}(5t^2+2t)dtg(x)=∫1x​(5t2+2t)dt. Find g′(3)g'(3)g′(3).

#Question 3

Let g(x)=∫0xsin⁡(t)+15dtg(x)=\int_{0}^{x}\sqrt{\sin\left(t\right)+15}dtg(x)=∫0x​sin(t)+15​dt. Find g′(π2)g'(\frac{\pi}{2})g′(2π​).

#Question 4

Let F(x)=∫3x1sec2(t)dtF(x)=\int_{3x}^{1}sec^2(t)dtF(x)=∫3x1​sec2(t)dt. Find F′(x)F'(x)F′(x).

#✅ Answers and Solutions

#Question 1

To find g′(0)g'(0)g′(0), we simply have to find g′(x)g'(x)g′(x) and evaluate it at x=0x=0x=0 since the upper bound is already xxx!

By the Fundamental Theorem of Calculus, g′(x)=8+cos⁡(x)g'(x)=\sqrt{8+\cos(x)}g′(x)=8+cos(x)​.

Therefore, g′(0)=8+cos⁡(0)=8+1=9=3g'(0)=\sqrt{8+\cos(0)}=\sqrt{8+1}=\sqrt{9}=3g′(0)=8+cos(0)​=8+1​=9​=3.

#Question 2

To find g′(3)g'(3)g′(3), we simply have to find g′(x)g'(x)g′(x) and evaluate it at x=3x=3x=3.

By the Fundamental Theorem of Calculus, g′(x)=5x2+2xg'(x)=5x^2+2xg′(x)=5x2+2x.

Therefore, g′(3)=5⋅32+2⋅3=45+6=51g'(3)=5\cdot3^2+2\cdot 3=45+6=51g′(3)=5⋅32+2⋅3=45+6=51.

#Question 3

To find g′(π2)g'(\frac{\pi}{2})g′(2π​), we simply have to find g′(x)g'(x)g′(x) and evaluate it at x=π2x=\frac{\pi}{2}x=2π​.

By the Fundamental Theorem of Calculus, g′(x)=sin⁡(x)+15g'(x)=\sqrt{\sin(x)+15}g′(x)=sin(x)+15​.

Therefore, g′(π2)=15+sin⁡(π2)=15+1=16=4g'(\frac{\pi}{2})=\sqrt{15+\sin(\frac{\pi}{2})}=\sqrt{15+1}=\sqrt{16}=4g′(2π​)=15+sin(2π​)​=15+1​=16​=4.

#Question 4

To find F′(x)F'(x)F′(x), we first have to notice that the upper bound is not x.

The upper bound needs to have the variable, so we have to use integral rules to switch the bounds. If you’re going through our guides in order, you haven’t come across integral rules yet. We’re covering that in two key topics, 6.6! Here’s the integral rule you’d be using in this question:

∫abf(x),dx=−∫baf(x),dx\int_{a}^{b}f(x), dx = -\int_{b}^{a}f(x), dx∫ab​f(x),dx=−∫ba​f(x),dx

Here’s how we apply it…

F′(x)=ddx(−∫13xsec2(t)dt)F'(x)=\frac{d}{dx}(-\int_{1}^{3x}sec^2(t)dt)F′(x)=dxd​(−∫13x​sec2(t)dt)

And here’s the rest of the problem, using what we already know!

F′(x)=−sec2(3x)∗ddx3xF'(x)=-sec^2(3x)*\frac{d}{dx}3xF′(x)=−sec2(3x)∗dxd​3x

=−3sec2(3x)=-3sec^2(3x)=−3sec2(3x)


#💫 Closing

Great work! You've learned about the Fundamental Theorem of Calculus, which, remember, bridges the gap between differentiation and integration.

You've also seen how to apply this theorem to find derivatives of functions defined by definite integrals, including cases where the upper bound is a function of xxx. When the upper bound is not a simple xxx, you multiply the integrand by the derivative of the upper bound.

Keep practicing and working through the practice problems to solidify your understanding. Calculus can be challenging, but with dedication and practice, you'll master it! Good luck. 📚

Explore more resources

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Question 1 of 9

If h(x)=∫2x(3t2+1)dth(x) = \int_{2}^{x} (3t^2 + 1) dth(x)=∫2x​(3t2+1)dt, what is h′(x)h'(x)h′(x)?

3x2+13x^2 + 13x2+1

6x6x6x

x3+xx^3 + xx3+x

000