Fundamental Theorem of Calculus: Ong Zhi Zheng August 2023
Fundamental Theorem of Calculus: Ong Zhi Zheng August 2023
Table of Contents
1 Introduction 2
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.
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
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
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
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.
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
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
(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:
ln(tan x)
4.3 Problem 3
Problem 3:
6
Calculus Primer Ong Zhi Zheng
4.4 Problem 4
Problem 4: Evaluate the indefinite integral
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!