0% found this document useful (0 votes)
17 views8 pages

Fundamental Theorem of Calculus: Ong Zhi Zheng August 2023

The document discusses the Fundamental Theorem of Calculus (FToC), explaining its two parts: the relationship between derivatives and integrals, and how to compute definite integrals using indefinite integrals. It provides examples and applications of FToC, along with practice problems and their solutions. The conclusion emphasizes the importance of FToC in evaluating integrals efficiently.

Uploaded by

CHINMAY CHETAN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views8 pages

Fundamental Theorem of Calculus: Ong Zhi Zheng August 2023

The document discusses the Fundamental Theorem of Calculus (FToC), explaining its two parts: the relationship between derivatives and integrals, and how to compute definite integrals using indefinite integrals. It provides examples and applications of FToC, along with practice problems and their solutions. The conclusion emphasizes the importance of FToC in evaluating integrals efficiently.

Uploaded by

CHINMAY CHETAN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Fundamental Theorem of Calculus

Ong Zhi Zheng


August 2023

Table of Contents
1 Introduction 2

2 Definition & Intuition 2


2.1 Formal Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.2 Gaining Intuition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.3 Why the +C? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

3 Examples & Applications 5


3.1 Integrals as Reverse Derivatives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
3.2 Computing Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

4 Problems & Practices 6


4.1 Problem 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
4.2 Problem 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
4.3 Problem 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
4.4 Problem 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
4.5 Problem 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

5 Solutions 7
5.1 Problem 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
5.2 Problem 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
5.3 Problem 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
5.4 Problem 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
5.5 Problem 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8

6 Conclusion 8

1
Calculus Primer Ong Zhi Zheng

1 Introduction
In the other handouts, you may have learned how to compute derivatives and interpret integrals.
In this handout, we go through how one would actually compute these integrals mathematically,
by treating the mathematical operation as reverse-differentiation.

2 Definition & Intuition


2.1 Formal Definition
In mathematics, many operations have inverses: addition has subtraction, multiplication has divi-
sion, and the dual for calculus is that derivatives and integrals both undo each other. This is the
basis for the Fundamental Theorem of Calculus.

There are two parts to the Fundamental Theorem of Calculus (FToC).

Part 1: The derivative of an integral with an upper bound x is the integrand evaluated at
that point x: Z x
d
f (x)dx = f (x)
dx a
Part 2: The integral from endpoints a to b is the same as the indefinite integral evaluated
at b minus the same thing evaluated at a:
Z b
f (x)dx = F (b) − F (a)
a
R
where F (x) = f (x)dx + C

2.2 Gaining Intuition


Now, why do these two parts work? Let’s first talk about Part 2.
Z b
f (x)dx = F (b) − F (a)
a
In the ”Intuition Behind Integrals” handout, we said that we could interpret integrals as areas
under curves.

2
Calculus Primer Ong Zhi Zheng

The area between this region can be computed by the difference of the following two areas:

And both of these areas are represented by F (b) and F (a) respectively. Notice that we’re only
talking about the right endpoints here, and the left endpoint plays no role here, so it is free to be
whatever number it wants to be.
Next, what about the first part of the FToC?

3
Calculus Primer Ong Zhi Zheng

Z x
d
f (x)dx = f (x)
dx a
Referencing the ”Intuition Behind Integrals” handout again, a derivative is just a fraction of
infinitesimals. The denominator of the LHS is the familiar infinitesimal change dx, while the
numerator is the infinitesimal change in the integral caused by the infinitesimal change in x. Here,
x plays the right endpoint of the integral, and hence it’s the infinitesimal change in area.

Here, the red region represents the existing area, while the blue region represents the infinites-
imal change in the areaR x (exaggerated so it is visible). If we take the blue area and divide it by
d
dx, i.e. computing dx a f (x)dx, then we would get f (x) because the area of the blue area is just
f (x) × dx.
Another way to look at this statement is to notice that integrals are just fancy sums of in-
finitesimally small stuff. When we change x by dx, we’re changing the integral by adding one more
infinitesimal thing - and the thing we add is the integrand, f (x)dx. Hence
Rx
d a f (x)dx f (x)dx
= = f (x)
dx dx

2.3 Why the +C?


In the text above, you might have noticed that we defined F (x), the indefinite integral of f (x) as
Z
F (x) = f (x)dx + C

But it doesn’t crop up in definite integrals - why do we even need that +C term?
To explain this, we need to know that integrals are adding changeg, and they only add changes
- they cannot tell you what they are adding to, which you have to add by yourself.
An analogy of this is a child playing with a tap which is filling a bucket with water below. Let’s
say the child keeps varying the flow rate at the tap over time, say, dV dt
= f (t) as a function of time.
To find the volume of water collected in the bucket, we integrate the function f (t) over t. However,
this does not tell us anything about the absolute amount of water in the bucket! Specifically, we
do not know if there was already water in the bucket to start with - the integral only tells us how
much the volume changed after some time.
Here, the analogy to the initial volume of water in the bucket is the integration constant +C.

4
Calculus Primer Ong Zhi Zheng

3 Examples & Applications


3.1 Integrals as Reverse Derivatives
With the FToC defined in place, let’s put both parts together!
From Part 2 of FToC, we know
Z b
f (x)dx = F (b) − F (a)
a

Putting this into Part 1 of FToC, we get


Z x
d
f (x)dx = f (x)
dx a

d
(F (x) − F (a)) = f (x)
dx
d
F (x) = f (x)
dx
since
R F (a) is just a constant, whose derivative is just zero. Note that by definition F (x) =
f (x)dx + C.
Now that we’ve proven that derivatives and integrals undo each other, we can compute integrals
with this in mind.

3.2 Computing Integrals


To differentiate, it is straightforward and one simply follows the rules and pray for no mathematical
mistakes. However, not all integrals can be easily computed. Some are so hard that mathematicians
even name them ”non-elementary” and call it a day! However, there exist many tools to help us
compute integrals as you shall see in the other handouts.

In this handout, we shall use FToC to compute simple integrals.


Let’s say you want to compute Z 2
2xdx
0
Even if you have never taken an integral before, you probably did take a derivative before -
and hopefully notice that the derivative of x2 is precisely 2x.
Then, by the FToC, Z 2
2xdx = F (2) − F (0) = 4
0

where F (x) = x2
This example is simple, but its principle is crucial and must be kept in the back of your head
at all times.

5
Calculus Primer Ong Zhi Zheng

Another example would be the integral


Z
sec2 (x)dx

If you didn’t know about the FToC, you’d need to take some non-straightforward way to
compute the integral - but, if you just realize that the derivative of tan(x) is precisely sec2 (x), then
you can directly say
Z
sec2 (x)dx = tan(x) + C

4 Problems & Practices


4.1 Problem 1
Problem 1: Use FToC to find the derivative of the functions

(a) Z x
1
g(x) = dt
6 1 + t3

(b)
Z sin(t) √
h(t) = x2 + 4dx
9

4.2 Problem 2
Problem 2:

(a) Take the derivative of the function

ln(tan x)

(b) Hence, find evaluate the indefinite integral


Z
1
dx
sin x

4.3 Problem 3
Problem 3:

(a) Take the derivative of the function


x−a
f (x) = ln
x+a

6
Calculus Primer Ong Zhi Zheng

(b) Hence, find evaluate the indefinite integral


Z
1
dx
x − a2
2

4.4 Problem 4
Problem 4: Evaluate the indefinite integral

sin x sec2 x − cos x tan x


Z

sin2 x

4.5 Problem 5
Problem 5: Evaluate the indefinite integral
Z  −1 
sin x ln x
+√ dx
x 1 − x2

5 Solutions
5.1 Problem 1
a)
1
g ′ (x) =
1 + x3
b) √
h′ (t) = t2 + 4 · cos(t)

5.2 Problem 2
a)
d 1 1 2
ln tan x = sec2 x = =
dx tan x sin x cos x sin 2x
b) Z
1 x
dx = ln tan
sin x 2

5.3 Problem 3
a)
df x + a (x + a) − (x − a) 2a
= · 2
= 2
dx x−a (x + a) x − a2
b)
x−a
Z
1 1
dx = ln
x 2 − a2 2a x + a

7
Calculus Primer Ong Zhi Zheng

5.4 Problem 4
sin x sec2 x − cos x tan x
Z
tan x 1
2 = =
sin x sin x cos x

5.5 Problem 5
sin−1 x
Z  
ln x
+√ dx = ln x sin−1 x
x 1 − x2

6 Conclusion
Having the Fundamental Theorem of Calculus in the back of your head can help you evaluate some
integrals instantly - congratulations on making it through this handout!

You might also like