Review Material
Review Material
integration
Lecture notes based on Thomas Calculus Book
Chapter 1 to Chapter 5
Prepared by:
Dr. Marwan Aloqeili
Functions (1 lecture)
1.1 Functions
In this lecture, we review some important functions with their domains, ranges
and graphs.
Definition 1.1.1 A function f is a rule that assigns to each point x in the
domain a unique point y = f (x) in the range of f . We write f : D → R where
D is the domain of f and R is its range.
√
Figure 1.1: Graph of y = x2 Figure 1.2: Graph of y = x
√
(c) f (x) = 1 − x2 , D = [−1, 1], R = [0, 1].
√
(d) The absolute value function f (x) = |x| = x2 , D = (−∞, ∞), R = [0, ∞).
(e) The greatest integer function f (x) = ⌊x⌋, D = (−∞, ∞), R = 0, ±1, ±2, ....
1 This part is a review of chapter 1 in the textbook
3
4 CHAPTER 1. FUNCTIONS (1 LECTURE)
√
Figure 1.3: Graph of y = 1 − x2 Figure 1.4: Graph of y = |x|
1−cos(2x)
5. sin2 x = 2 .
6. sec2 x = 1 + tan2 x.
7. csc2 x = 1 + cot2 x.
• f (x) is called even if f (−x) = f (x). If f is even then its graph is sym-
metric about the y−axis.
• f (x) is called odd if f (−x) = −f (x). If f is odd then its graph is symmetric
about the origin.
Example 1.3.1 x2 , x4 , x6 , ..., cos x, sec x are even. x, x3 , x5 , ..., sin x, tan x, csc x, cot x
are odd.
1.3.1 Exercises
(1) Find the domain and the range of the following functions:
(a) f (x) = √1 .
x
(b) f (x) = tan(πx).
(c) f (x) = 1 + |x|.
(d) f (x) = sec2 x.
1
(e) g(x) = x2 .
(f) h(x) = √ 1 .
1−x2
(a) y = sin(πx)
(b) y = |x − 1|
(c) y = cos(x) + 1
(3) Determine whether the following functions are even, odd or neither:
(a) f (x) = x2 + 1.
(b) f (x) = x3 + x.
1
(c) g(t) = t−1 .
(d) h(x) = x2x−1 .
lim f (x) = L
x→x0
This limit means that the function gets arbitrarily close to L when x is suffi-
ciently close to x0 . Notice that x0 or L or both of them can be +∞ or −∞.
The function f may or may not be defined at x0 . As you know,
Example 2.1.1 We can use simple techniques to find the following limits:
x−1
(a) lim = 0.
x→1 x+1
x2 −1
(b) lim = 2.
x→1 x−1
(c) lim 1 = 0.
x→+∞ x
1
(d) lim+ x = +∞.
x→0
x2 +x−2
(e) lim x2 −x = 3.
x→1
1 This is a review of chapter two in the textbook
7
8 CHAPTER 2. LIMITS AND CONTINUITY(2 LECTURES)
√
x2 +8−3
(f) lim x+1 = − 13 .
x→−1
Theorem 2.1.1 (The Sandwich Theorem) Suppose that g(x) ≤ f (x) ≤ h(x)
for all x in some open interval containing c, except possibly at x = c and that
sin x
Example 2.1.3 Find lim x . Since
x→+∞
1 sin x 1
− ≤ ≤
x x x
1
and lim = 0, then, by the sandwich theorem
x→∞ x
sin x
lim =0
x→∞ x
sin x
Remark 2.1.1 Please do not confound the previous limit with lim x = 1.
x→0
Then, limx→0+ f (x) = 0 and limx→0− f (x) = 1. So, limx→0 f (x) does not exist.
2.2 Continuity
Definition 2.2.1 A function f is continuous at a point x0 if the following
conditions are satisfied:
Example 2.2.1 The functions sin x, cos x, |x| and all polynomials are continu-
ous on (−∞, ∞).
2.2. CONTINUITY 9
Example 2.2.2 The rational functions are continuous at all points except at
the zeros of the denominator. For example, the function
x3 + x + 1
f (x) =
x2 − 1
is continuous on (−∞, ∞) \ {−1, 1}.
Recall that a point c is called a root of a function f if f (c) = 0. We can use the
intermediate value theorem to show that a given function has a root in some
interval.
Example 2.2.4 Let f (x) = x3 − x − 1. Since f (1) = −1 < 0, f (2) = 5 > 0 and
f (1) < 0 < f (2) then there exists c ∈ [1, 2] such that f (c) = 0.
1
Figure 2.1: Graph of y = x
10 CHAPTER 2. LIMITS AND CONTINUITY(2 LECTURES)
2.2.1 Asymptotes
In this section, we are dealing mainly with rational functions. A rational func-
tion is the ratio of two polynomials. Our objective is to be able to sketch some
rational functions using limits and asymptotes.
Definition 2.2.2 A line y = b is a horizontal asymptote of the graph of the
function y = f (x) if either
x
Example 2.2.5 The line y = 0 is a horizontal asymptote for f (x) = x2 +1 since
lim x2x+1 = lim x2x+1 = 0.
x→+∞ x→−∞
x2
Example 2.2.6 The line y = 1 is a horizontal asymptote for f (x) = x2 +1 since
2 2
lim 2x = lim 2x = 1.
x→+∞ x +1 x→−∞ x +1
1
Example 2.2.7 The line x = 0 is a vertical asymptote for f (x) = x since
lim+ x1 = +∞ and lim− x1 = −∞.
x→0 x→0
1
Figure 2.2: Graph of y = x
Example 2.2.8 The function f (x) = sinx x has no vertical asymptote even it is
undefined at x = 0 since lim sinx x = 1.
x→0
x+1
Example 2.2.9 Consider the function f (x) = x−1 . Notice that
x+1 x+1
lim = +∞, lim = −∞
x→1+ x−1 x→1− x−1
2.2. CONTINUITY 11
and
x+1 x+1
lim = lim =1
x→+∞ x − 1 x→−∞ x − 1
Then the line x = 1 is a vertical asymptote and the line y = 1 is a horizontal
asymptote.
x+1
Figure 2.3: Graph of y = x−1
If the degree of the numerator of a rational function is 1 greater than the degree
of the denominator then the graph of f has an oblique asymptote.
2
x
Example 2.2.10 The graph of the function f (x) = x−1 has an oblique asymp-
tote since the degree of the numerator is 2 and the degree of the denominator
1
is one. Using polynomial division, we can write f (x) = (x + 1) + x−1 So, the
line y = x + 1 is the oblique asymptote of the graph of f . Moreover, the line
x = 1 is a vertical asymptote for the graph of f since lim f (x) = +∞ and
x→1+
lim− f (x) = −∞.
x→1
x2
Figure 2.4: Graph of y = x−1
12 CHAPTER 2. LIMITS AND CONTINUITY(2 LECTURES)
2.3 Exercises
1. Find the following limits:
t2 +3t+2
(a) lim
t→−1 t −t−2
2
√
(b) lim 1− x
x→1 1−x
θ 4 −1
(c) lim
θ→1 θ −1
3
sin(2θ)
(d) lim 3θ
θ→0
1−cos θ
(e) lim
θ→0 sin(2θ)
√
1+√x
(f) lim 1− x
x→∞
√
x2 +1
(g) lim
x→−∞ x+1
√ √
3 x− 5 x
(h) lim √ √
3 x+ 5 x
x→−∞
√ √
(i) lim ( x2 + 1 − x2 − x)
x→∞
⌊t⌋
(j) lim t
t→3+
(1)
(k) lim x sin x
x→0
2. Find the asymptotes of the following functions then sketch their graphs
x+1
(a) f (x) = x−1
x3 +1
(b) y = x2
x2 +1
(c) f (x) = x−1
x3 +1
(d) f (x) = x2 −1
5. Use the intermediate value theorem to show that the function f (x) =
x3 − 2x2 + 2 has a root.
Chapter 3
Differentiation (2 lectures)
f (x0 + h) − f (x0 )
f ′ (x0 ) = lim
h→0 h
provided this limit exists.
f (a + h) − f (a)
lim
h→0+ h
′
exists. We denote the right-hand derivative of f at x = a by f+ (a).
f (a + h) − f (a)
lim
h→0− h
′
exists. We denote the left-hand derivative of f at x = b by f− (b).
1 This is a review of chapter 3 in the textbook
13
14 CHAPTER 3. DIFFERENTIATION (2 LECTURES)
Example 3.1.1 Let f (x) = |x|. We find the left-hand and right-hand deriva-
tives of f at x = 0.
′ |0 + h| − |0| h
f+ (0) = lim+ = lim+ = 1
h→0 h h→0 h
′ |0 + h| − |0| −h
f− (0) = lim− = lim− = −1
h→0 h h→0 h
We conclude that f is not differentiable at x = 0.
d √ √ 1
2. dx tan( x) = (sec2 x) 2√ x
.
d
3. dx (sec x tan x) = sec3 x + sec x tan2 x.
Example 3.3.2 Find the equation of the tangent line to the curve f (x) =
sec x tan x at x = π4 . √
Solution: The slope √ of the tangent line is f ′ ( π4 ) = 3 2 (from the above
example) and f ( π4 ) = 2.
Then, the equation of the tangent line to f (x) at x = π4 is
√ √ π
y − 2 = 3 2(x − )
4
′′d2 y −y + xy ′ −y + x( −x
y )
y = 2 = =
dx y2 y2
Example 3.4.2 Consider the implicit equation xy = cot(xy). Differentiate
both sides with respect to x. Then
y + xy ′ = − csc2 (xy)(y + xy ′ )
√
Example 3.5.1 The linearization of the function f (x) = 1 + x at x = 0 is
L(x) = 1 + 21 x. We can use
√ the linearization to approximate
√ the values of f
near x = 0. For example, 1.2 ≈ 1 + 2 = 1.1 and 1.05 ≈ 1 + 0.05
0.2
2 = 1.025.
Now, suppose that we move from a point x = a to a nearby point a + dx. The
change in f is ∆f = f (a + dx) − f (a) while the change in L is
The exact value of the area is A(10.1) = π(10.1)2 = 102.01π. The error in this
estimation is |102.01π − 102π| = 0.01π.
3.6 Exercises
1. Find the derivatives of the following functions:
√
(a) f (s) = √s−1
s+1
(i) y = cot2 x
(ii) x2 + y 2 = x.
sin x
(iii) y = 1−cos x .
3. Find the points on the curve y = 2x3 − 3x2 − 12x + 20 where the tangent
is parallel to the x−axis.
(i) continuous at x = 0?
(ii) Differentiable at x = 0.
5. Find the normals to the curve xy + 2x − y = 0 that are parallel to the line
2x + y = 0.
Applications of derivatives
(2 lectures)
(a) f is increasing on I if whenever x2 > x1 then f (x2 ) > f (x1 ), for all x1 , x2
in I.
(b) f is decreasing on I if whenever x2 > x1 then f (x2 ) < f (x1 ), for all x1 , x2
in I.
(a) If f ′ (x) > 0, for all x ∈ (a, b) then f is increasing on [a, b].
(b) If f ′ (x) < 0, for all x ∈ (a, b), then f is decreasing on [a, b].
Example 4.1.1 Let f (x) = x3 − 12x − 5. Then f ′ (x) = 3x2 − 12 = 3(x − 2)(x +
2). Depending on the sign of f ′ , we find that f is increasing on (−∞, −2]∪[2, ∞)
and decreasing on [−2, 2].
1 This part is a review of chapter 4 in the textbook
19
20 CHAPTER 4. APPLICATIONS OF DERIVATIVES (2 LECTURES)
f (c) is called local maximum (resp. local minimum) if the inequality in (a)
(resp. (b)) holds in a small interval around x = c.
Example 4.2.2 Let f (x) = x2/3 , D = [−1, 8]. f ′ (x) = 3x21/3 . Then f ′ (0) is
undefined. To find the extreme values of f , we evaluate f at the endpoints x =
−1, x = 8 and at the critical point x = 0. Since f (−1) = 1, f (0) = 0, f (8) = 4,
then f (0) = 0 is an absolute minimum and f (8) = 4 is an absolute maximum.
If f ′ (c) = 0, this does not mean that f has an extreme value (maximum or
minimum) at x = c. For example, x = 0 is a critical point of f (x) = x3 but
f (0) is neither maximum nor minimum for y = x3 .
To classify the critical as maximum or minimum, we can use either the first
derivative test or the second derivative test which we state now.
Theorem 4.2.3 (First derivative test) Suppose that f has a critical point
at c = c and that f ′ (x) exists in an open interval containing x = c. Then
(c) If f ′ does not change sign at x = c then f does not have an extreme value
at x = c.
Theorem 4.2.4 (Second derivative test) Suppose that f ′ (c) = 0 and that
f ′′ is continuous in an open interval containing c. Then
Definition 4.2.3 A point where f has tangent line and changes concavity is
called an inflection point of f .
Example 4.2.3 Find the intervals at which the function f (x) = x4 − 4x3 + 10
is increasing, decreasing, concave up and concave down. Then, find the extreme
values of f . Notice that f ′ (x) = 4x2 (x − 3) and f ′ (x) = 0 at x = 0, 3, f ′ < 0
on (−∞, 0) ∪ (0, 3) (f is decreasing) and f ′ > 0 on (3, ∞) (f is increasing). It
follows that f (3) = −17 is an absolute minimum.
Now, f ′′ (x) = 12x(x−2), from which we conclude that f ′′ (x) = 0 at x = 0, 2.
Moreover, f ′′ (x) > 0 on (−∞, 0) ∪ (2, ∞) (f is concave up) and f ′′ (x) < 0 on
(0, 2) (concave down).
f has inflection points at (0, 10) and (2, −6).
4.4 Exercises
1. Find the intervals in which the following functions are increasing, decreas-
ing, concave up and concave down. Then, find the extreme values and
inflection points and sketch their graphs:
(a) y = 1 − (x + 1)3
x2 +1
(b) y = x
(c) y = x − 2x2
4
x
(d) y = x2 +1
x2 −3
(e) y = x−2
√
3
(f) y = x3 + 1
x
(g) y = x2 −1
√
(h) y = x 8 − x2
2. Find the value of c in the conclusion of the mean value theorem for the
√
function f (x) = x on the interval [a, b], a > 0.
satisfy the hypotheses of the mean value theorem on the interval [0, 2].
Chapter 5
Integration (1 lecture)
Example 5.1.1 In this example, we give the indefinite integrals of some im-
portant functions
∫ n+1
(a) xn dx = xn+1 + C, n ̸= −1
∫
(b) sin xdx = − cos x + C
∫
(c) cos xdx = sin x + C
∫
(d) sec2 xdx = tan x + C
∫
(e) sec x tan xdx = sec x + C
∫
(f) csc x cot xdx = − csc x + C
∫
(g) csc2 xdx = − cot x + C
23
24 CHAPTER 5. INTEGRATION (1 LECTURE)
Example 5.2.2 Find the area enclosed between the following curves and the
x−axis in the given intervals
√
(a) f (x) = 2x x2 + 1, x ∈ [0, 1]. The area is given by the following integral
that we solve using substitution u = x2 + 1
∫ 1 √ ∫ 2
2 2 √
A= 2
2x x + 1dx = u1/2 du = u3/2 |21 = (2 2 − 1)
0 1 3 3
We can find the area enclosed between two functions f (x) and g(x) in some
interval [a, b] where f (x) ≥ g(x), using the formula
∫ b
A= (f (x) − g(x))dx
a
Sometimes, the functions are expressed in terms of y in some interval [c, d], so
the area in this case is ∫ d
A= (f (y) − g(y))dy
c
The next examples explain both cases.
5.3. EXERCISES 25
Example 5.2.3 Find the area enclosed between the curves f (x) = 2 − x2 and
y = −x.
Solution We first find the points at which the two curves intersect by equating
the functions
−x = 2 − x2 which is equivalent to x2 − x − 2 = 0
The last equation can be factorized as (x + 1)(x − 2) = 0. Thus, the two curves
intersect at x = −1 and x = 2. So, the area is given by
∫ 2
9
A= (2 − x2 + x)dx =
−1 2
√
Example 5.2.4 Find the area enclosed between the curves y = x, the x−axis
and the line y = x − 2. It is easier to write x as a function of y and to integrate
with respect to y. In this case, we have x = y 2 and x = y + 2. The two curves
intersect at the point y = 2. The area is given by the integral
∫ 2
10
A= (y + 2 − y 2 )dy =
0 3
5.3 Exercises
1. Solve the following integrals:
∫
(a) sin(5x)dx
∫
(b) tan2 xdx
∫
(c) (1 + cot2 θ)dθ.
∫
(d) csccsc θdθ
θ−sin θ
∫ x2
3. Find the linearization of g(x) = 3 + 1
sec(t − 1)dt at x = −1
(a) y = x2 − 2x, y = x
(b) y = x2 , y = −x2 + 4x
(c) x = y 2 , x = 3 − 2y 2
(d) x = y 3 − y 2 , x = 2y