Applied M I Lnote-1
Applied M I Lnote-1
Applied M I Lnote-1
Department of Mathematics
Lecture Note
Applied Mathematics I
December 7, 2016
Contents
1
3 Limit and continuity 34
3.1 Definition of limit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
3.2 Basic limit theorems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
3.3 One sided limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
3.4 Infinite limits,limit at infinity and asymptotes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
3.4.1 Limits at infinity (negative infinity) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
3.4.2 Infinite limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
3.4.3 Asymptotes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
3.4.4 Continuity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
3.5 Intermediate value theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
5 Integration 64
5.1 Antiderivatives, indefinite integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
5.2 Techniques of Integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
5.2.1 Integration by substitution, by parts and by partial fraction . . . . . . . . . . . . . . . . . . . . . . . . . . 65
5.2.2 Trigonometric integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
5.2.3 Integration by trigonometric substitution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
5.3 Definite integral, Fundamental theorem of calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
5.4 Improper Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
Ambo University
DEPARTMENT OF MATHEMATICS 2
6 Application of integrals 83
6.1 Area . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
6.2 Volume . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
6.2.1 Volumes by slicing; Disks and Washers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
6.3 Arc Length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
6.4 Surface Area . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
Ambo University
DEPARTMENT OF MATHEMATICS 3
Chapter 1
4
point is at the origin.
B
Definition 1.1.2. Two vectors u and v in R2 or R3 are said
−−→ terminal point
AB to be equal if they have the same magnitude and direction,
and denoted by u = v.
A
Definition 1.1.3 (Component form). If v is a two-
initial point dimensional vector in the plane with initial point P (x1 , y1 )
and terminal point Q(x2 , y2 ) then the component form of v
is →
v = P Q = (x2 − x1 , y2 − y1 ).
If v is a three-dimensional vector in space with initial point
P (x1 , y1 , z1 ) and terminal point Q(x2 , y2 , z2 ) then the com-
(v1 , v2 ) ponent form of v is
v →
v = (v1 , v2 ) v = P Q = (x2 − x1 , y2 − y1 , z2 − z1 ).
u w =u+v
→
−
u 2→
−
u v
Parallelogram rule
→
−
v
−→
−
v
Theorem 1.2.1 (Properties of Vector Addition and Scalar
Multiplication in the Plane). Let u, v and w be vectors in
R2 , and let c and d be scalars.
Triangle law(The head to tail rule): Given vectors u 1. u + v ∈ R2 . Closure under addition
and v in R2 , translate v so that its tail coincides with the
2. u + v=v + u. Commutative property of addition
head of u. The sum u + v of u and v is the vector from the
tail of u to the head of v. 3. u + (v + w) = (u + v) + w. Associative property of
Parallelogram rule: The sum of two vectors in the plane addition
can be represented by the diagonal of a parallelogram having
u and v as its adjacent sides, as shown in Figure below. 4. u + 0 = u. Additive identity property
Example 1.2.1. Find the sum of the vectors. 5. u + (−u) = 0. Additive inverse property
a. u = (4, 3), v = (2, −1) 6. cu ∈ R2 . Closure under scalar multiplication
b. u = (3, −2), v = (2, −3) 7. c(u + v) = cu + cv.Distributive property
Ambo University
DEPARTMENT OF MATHEMATICS 6
8. (c + d)u = cu + du. Distributive property
9. c(du) = (cd)u. Associative property of multiplication
10. 1(u) = u. Multiplicative identity property
The zero vector 0 in R2 is called the additive identity in
R2 . Similarly, the vector −v is called the additive inverse z
of v.
j = (0, 1) k
Theorem 1.2.2 (Properties of Additive Identity and Addi-
tive Inverse). Let v be vector in R2 , and let c be a scalar.
Then the following properties are true. i = (1, 0) j y
1. The additive identity is unique. That is, if u+v=v, then i
u = 0. x
2. The additive inverse of v is unique.That is,if u + v = 0,
then u = −v.
Thus, any vector in space can be expressed in terms of i, j,
3. 0v = 0. and k.
b. Choosing t = 1 and t = 2 gives the two points (6, 5, 1) Example 1.5.3. Show that the lines L1 and L2 with para-
and 7, 9, −1 metric equations x = 1 + t, y = −2 + 3t, z = 4 − t and
J x = 2s, y = 3 + s, z = −3 + 4s are skew lines. that is,
the do not intersect and are not parallel.
Symmetric Equation Solution. The lines are not parallel because their direction
The vector equation and parametric equations of a line are vectors are not parallel. If L1 and L2 had a point of
not unique. If we change the point or the parameter or choose intersection, then there would be values of t and s such
a different parallel vector, then the equations change. If a 1 + t = 2s
vector v = (a, b, c) is used to describe the direction of a line that −2 + 3t = 3 + s
L, then a, b and c are called direction numbers of L.
4 − t = −3 + 4s.
If none of a, b or c is 0, then we can solve each of the three
parametric equations for t, equate the results and obtain the (
1 + t = 2s 11 8
symmetric equations. ⇒t= and s = , but
−2 + 3t = 3 + s 5 5
x − x0 y − y0 z − z0 these values do not satisfy the third equation. J
= =
a b c
Example 1.5.2. a. Find parametric equations and symmet- we know that the vector equation of a line through the
ric equations of the line that passes through the points vector r0 in the direction of a vector v is r = r0 + tv. If the
A(2, 4, −3) and B(3, −1, 1). line also passes through r1 , then we can take v = r1 − r0 and
so its vector equation is
b. At what point does this line intersect the xy-plane?
−−→ r = r0 + t(r1 − r0 ) = (1 − t)r0 + tr1
Solution. a. The vector AB = (1, −5, 4) is parallel to the
line L.
The line segment from r0 to r1 is given by the vector equation
If P0 = (2, 4, −3), then the parametric equations are
i j k
n=a×b= 2 −4 4 = 12i + 20j + 14k
vector n is orthogonal to every vector in the given plane. In
4 −1 −2
particular, n is orthogonal to r − r0 .
Thus n · (r − r0 ) = 0 or n · r = n · r0 . This equation is called The equation is
a vector equation of the plane. If n = (a, b, c), r = (x, y, z),
and r0 = (x0 , y0 , z0 ), then 12(x − 1) + 20(y − 3) + 14(z − 2) = 0
⇒ 12x + 20y + 14z = 100
(a, b, c) · (x − x0 , y − y0 , z − z0 ) = 0
⇒ 6x + 10y + 7z = 50
⇒a(x − x0 ) + b(y − y0 ) + c(z − z0 ) = 0
⇒ax + by + cz + d = 0, where d = −(ax0 + by0 + cz0 ) J
Ambo University
DEPARTMENT OF MATHEMATICS 14
Thus if θ is the angle between the planes, then
z n1 · n2 1−2+3 2
cos θ = = √ √ =√
kn1 kkn2 k 3 14 42
2
∴ θ = cos−1 ( √ ) = 72◦
(0, 0, 3) 42
To find a point on L take z = 0. Then
(
x+y =1
⇒ y = 0 and x = 1
x − 2y = 1
y
(0, 4, 0)
So the point (1, 0, 0) lies on L. Since L lies on both planes, it
is perpendicular to both of the normal vectors. Thus a vector
v parallel to L is given by
i j k
(6, 0, 0)
v = n1 × n2 = 1 1 1 = 5i − 2j − 3k
1 −2 3
x
So the symmetric equation of L can be written
x−1 y z
= =
Angle between Planes 5 −2 −3
Example 1.5.7. Find the distance between the parallel 5. For each u in V , there is an element −u in V such that
planes u + (−u) = 0.
π1 : 10x + 2y − 2z = 5 and 6. cu is in V . Closure under scalar multiplication
π2 : 5x + y − z = 1 7. c(u + v) = cu + cv.Distributivity
Ambo University
DEPARTMENT OF MATHEMATICS 16
8. (c + d)u = cu + du. Distributivity 1.7 Linear Dependence and inde-
9. c(du) = (cd)u. pendence; Basis of a vector
10. 1(u) = u. space
Example 1.6.1. For any n ≥ 1, Rn is vector space over R Definition 1.7.1. A vector u in a vector space V is called a
Example 1.6.2. The set defined by S = {(x, y, z) : x, linear combination of the vectors v1 , v2 , . . . , vn in V when
√y, z ∈
Q} is not a vector space over R because if we take c = 2 ∈ R u can be written in the form
and u = (1, 3, 0) ∈ S, then we can see that cu is not in S.
u = α1 v1 + α2 v2 + · · · + αn vn
Subspace where, α1 , α2 , . . . , αn are scalars.
Definition 1.6.2. A non-empty subset W of a vector space
V is called a subspace of V if W is itself a vector space with Definition 1.7.2. A set of vectors {v1 , v2 , . . . , vn } in a
the same scalars, addition and scalar multiplication as V . vector space V is linearly dependant(LD) if there are
α1 , α3 , . . . , αn , atleast one of which is not zero, such that
Theorem 1.6.1. Let V be a vector space and let W be a
non-empty subset of V . Then W is a subspace of V if and α1 v1 + α2 v2 + · · · + αn vn = 0
only if the following conditions hold:
a. If u and v are in W , then u + v is in W . A set of vectors that is not linearly dependant is said to be
linearly independent(LI).
b. If u is in W and c is scalar, then cu is in W .
A set of vectors {v1 , v2 , . . . , vn } in vector space V is lin-
Example 1.6.3. V and {0} are the trivial subspaces of any early independent if α1 v1 + α2 v2 + · · · + αn vn = 0 implies
vector space V . α1 = 0, α2 = 0, . . . , αn = 0
1. V and {0} are the trivial subspaces of any vector space
V Example 1.7.1. Determine weather the following set of vec-
tors in Vector space V = R3 are linearly dependant or inde-
2. For the vector space V = R3 = {(x, y, z); x, y, z ∈ R3 } pendent
over R. Then the set W = {(x, y, 0); x, y ∈ R} is a
subspace of V . (verify!) i. {(1, 0, 0), (0, 1, 0), (0, 0, 3)}
ii. {(2, 6, 0), (2, 4, 1), (1, 1, 1)}
3. The set of all lines passing through the origin, L = {ax+
by = 0, a, b ∈ R} is a subspace of the vector space V = Theorem 1.7.1. Let S = {v1 , v2 , . . . , vr } be a set of vectors
R2 . in Rn . If r > n, then S is linearly dependent.
Exercise 1.6.2. Is the set W = {x − 4y = 1} a subspace of Definition 1.7.3. If f1 = f1 (x), f2 = f2 (x), . . . , fn = fn (x)
V = R2 ? Justify. are functions that are n−1 times differentiable on the interval
Ambo University
DEPARTMENT OF MATHEMATICS 17
(−∞, ∞) , then the determinant Definition 1.7.5. A subset B of a vector space V is a basis
for V if
f1 f2 ··· fn
f10 f20 ··· fn0 1. B spans V and
W (x) = .. .. ..
. . . 2. B is linearly independent.
f1n−1 f2n−1 ··· fnn−1
Definition 1.7.6. A vector space V is called finite dimen-
is called the Wronskian of f1 , f2 , . . . , fn . sional if it has a basis consisting of finitely many vectors.
The dimension of V , denoted by dimV , is the number of
Theorem 1.7.2. If the functions f1 , f2 , . . . , fn have n − vectors in a basis for V . The dimension of the zero vector
1 continuous derivatives on the interval (−∞, ∞) and if space {0} is defined to be zero. A vector space that has no
the Wronskian of these functions is not identically zero on finite basis is called infinite dimensional.
(−∞, ∞) , then these functions form a linearly independent
Example 1.7.3. 1. Show that the set S =
set of vectors in C (n−1) (−∞, ∞).
{(1, 0, 0), (0, 1, 0), (0, 0, 5)} form a basis of the vec-
Example 1.7.2. Let V be the vector space of all real valued tor space R3 .
functions of the variable t. Then which of the following set
2. Determine whether the set S = {(0, 1), (1, 0), (2, 5)} is a
of functions are LD/LI? Justify!
basis of R2 .
a. {t, t2 , sint}
b. {cos2 t, sin2 t, 1} Theorem 1.7.4. If a vector space V has one basis with n
vectors, then every basis for V has n vectors.
Theorem 1.7.3. A set of vectors {v1 , v2 , . . . , vn } in a vec-
tor space V is linearly dependent if and only if atleast one of Theorem 1.7.5. Let B = v1 , v2 , . . . , vn be a basis for a vector
the vectors can be expressed as a linear combination of the space V .
others. a. Any set of more than n vectors in V must be linearly
dependent.
Proof. Exercise
b. Any set of fewer than n vectors in V cannot span V .
Basis of a vector space Theorem 1.7.6. Let V be a vector space of dimension n.
Definition 1.7.4. If S = {v1 , v2 , . . . , vn } is a set of vectors
1. If S = {v1 , v2 , . . . , vn } is a linearly independent set of
in a vector space V , then the set of all linear combinations
vectors in V , then S is a basis for V .
of v1 , v2 , . . . , vn is called the span of v1 , v2 , . . . , vn and is
denoted by span(v1 , v2 , . . . , vn ) or span(S). If V = span(S), 2. If S = {v1 , v2 , . . . , vn } spans V , then S is a basis for
then S is called a spanning set for V and V is said to be V.
spanned by S.
Ambo University
DEPARTMENT OF MATHEMATICS 18
Chapter 2
2.1 Definition of matrix and basic The diagonal entries of A are a11 , a22 , a33 , . . . , and if m =
n (that is, if A has the same number of rows as columns),
operations then A is called a square matrix. A square matrix whose
Definition 2.1.1. An m × n matrix A is a rectangular array nondiagonal entries are all zero is called a diagonal matrix.
of numbers, real or complex, with m rows and n columns. A diagonal matrix all of whose diagonal entries are the same
is called a scalar matrix. If the scalar on the diagonal is 1,
The following are all examples of matrices: the scalar matrix is called an identity matrix.
For example let
√ 2
2 3 5 −2 1
, , [2], 1 1 1 1 , 1
1 4
π 3 i 2 0 0 1 0 0
3
2 4 5 3 1
A= ,B= , C = 0 6 0 , D = 0 1 0
0 3 4 4 5
The size of a matrix is a description of the numbers of rows 0 0 4 0 0 1
and columns it has. A matrix is called m × n (pronounced "
m by n") if it has m rows and n columns. The diagonal entries of A are 2 and 3, but A is not square;
A 1 × m matrix is called a row matrix (or row vector), B is a square matrix of size 2 × 2 with diagonal entries 3 and
and an n × 1 matrix is called a column matrix (or column 5; C is a diagonal matrix; D is a 3 × 3 identity matrix. The
vector). n × n identity matrix is denoted by In (or simply I if its size
A general m × n matrix A has the form is understood).
a11 a12 . . . a1n Remark 2.1.1. Two matrices are equal if they have the same
a21 a22 . . . a2n size and if their corresponding entries are equal. Thus, if
A= .
.. .. .. A = [aij ]m×n and B = [bij ]r×s , then A = B if and only if
.. . . .
am1 am2 ... amn m = r and n = s and aij = bij for all i and j.
19
Matrix Addition and scalar Multiplication 2.2 Product of matrices and some
If A = [aij ] and B = [bij ] are m×n matrices, their sum A+B algebraic properties; Transpose
is the m × n matrix obtained of a matrix
A + B = aij + bij
Matrix Multiplication
Example 2.1.1. Let
Definition 2.2.1. If A is an m × n matrix and B is an n × r
1 4 0 3 1 −1 4 3 matrix, then the product C = AB is an m × r matrix. The
A= , B= and C =
−2 6 5 3 0 2 2 1 (i, j) entry of the product is computed as follows:
Then
−2 5 −1
A+B =
1 6 7
The matrix (−1)A is written as −A and called the negative cij = ai1 b1j + ai2 b2j + · · · + ain bnj
of A. As with vectors, we can use this fact to define the
difference of two matrices: If A and B are the same size,
then
Note 2. For AB to exist, the number of columns of A must
A − B = A + (−B) equal the number of rows of B.
Ambo University
DEPARTMENT OF MATHEMATICS 20
Matrix multiplication implies that the columns of the product
A B = AB are AB1 , AB2 , . . . , ABr . We can write
m×n n×r m×r
AB = AB1 AB2 . . . ABr
same
2 0 4 1 3
size of AB For example, suppose A = and B = .
1 5 0 2 −1
Then
2 0 4 2 0 1 2 0 3 8 2 6
Remark 2.2.1. If A is an m × n matrix and B is an n × r AB = =
1 5 0 1 5 2 1 5 −1 4 11 −2
matrix, then AB will be an m × r matrix.
Theorem 2.2.1. Let A, B and C be matrices and r and s be
1 3 5 0 1 scalars. Assume that the sizes of the matrices are such that
Example 2.2.1. Let A = and B = .
2 0 3 −2 6 the operations can be performed.
Determine AB and BA, if the product exists.
Properties of Matrix Addition and Scalar Multiplica-
Solution. A has two columns and B has two rows; thus AB tion
exists. Interpret A in terms of its rows and B in terms of its 1. A + B = B + A
columns and multiply the rows by the columns. We find that
2. A + (B + C) = (A + B) + C
1 3 5 0 1 14 −6 19
AB = = 3. A + 0 = 0 + A = A (where 0 is the appropriate zero
2 0 3 −2 6 10 0 2
matrix)
BA does not exist because B has three columns and A has
4. r(A + B) = rA + rB
two rows.
We see that the order in which two matrices are multiplied 5. (r + s)C = rC + sC
is important. Unlike multiplication of real numbers, matrix
multiplication is not commutative. In general, for two matri- 6. r(sC) = (rs)C
ces A and B, AB 6= BA. J
Properties of Matrix Multiplication
Exercise 2.3.1. Determine whether the given matrix is in Solution. We have that
row echelon form. If it is, state whether it is also in reduced 1 2 −2 1 1 0
row echelon form AB = 3 −1 = = I2
3 4 2 2 0 1
Ambo University
DEPARTMENT OF MATHEMATICS 24
and Using the column form of matrix multiplication,
−2 1 1 2 1 0
BA = 3 −1 = = I2
2 2 3 4 0 1
AX1 AX2 ... AXn = e1 e2 ... en
Thus AB = BA = I2 , proving that the matrix A has an
inverse B . J
Thus
Theorem 2.4.1. If A is an invertible matrix, then its inverse
is unique. AX1 = e1 , AX2 = e2 , . . . , AXn = en
Determining the Inverse of a Matrix On the other hand, if the reduced echelon form of [A : In ] is
We now derive a method for finding the inverse of a matrix. computed and the first part is not of the form In then A has
The method is based on the Gauss-Jordan algorithm. Let no inverse.
A be an invertible matrix. Then AA−1 = In Âů Let the
columns of A−1 be X1 , X2 , . . . , Xm and the columns of In be Example 2.4.2. Find the inverse of
e1 , e2 , . . . , en . Express A−1 and In in terms of their columns,
A−1 = X1 X2 . . . Xn and In = e1 e2 . . . en 1 2 −1
2 2 4
We shall find A−1 by finding X1 , X2 , . . . , Xn . Write the equa- 1 3 −3
tion AA−1 = In in the form
if it exists.
A X1 X2 . . . Xn = e1 e2 . . . en
Ambo University
DEPARTMENT OF MATHEMATICS 25
Solution. Gauss-Jordan elimination produces Exercise 2.4.2. Find the inverse of
1 2 −1 1 0 0
2 1 −4
[A|I] = 2 2 4 0 1 0 −4 −1 6
1 3 −3 0 0 1 −2 2 −2
R2 − 2R1 if it exists.
R3 − R1 1 2 −1 1 0 0
−→ 0 −2 6 −2 1 0
0 1 −2 −1 0 1
2.5 Determinant of a matrix and its
1 2 −1 1 0 0
−1
2 R2
−→ 0 1 −3 1 −1
0 properties
2
0 1 −2 −1 0 1
Definition 2.5.1. The determinant of a 2 × 2 matrix A is
1 2 −1 1 0 0 denoted kAk and is given by
R3 −R2 −1
−→ 0 1 −3 1 2 0
0 0 1 −2 1
1 a11 a12
2 = a11 a22 − a12 a21
a21 a22
R1 + R3 1
R2 + 3R3 1 2 0 −1 2 1 Observe that the determinant of a 2 × 2 matrix is given by
−→ 0 1 0 −5 1 3 the difference of the products of the two diagonals of
1
0 0 1 −2 2 1 the matrix.
−3
1 0 0 9 2 −5 The notation det(A) is also used for the determinant of A.
R1 −2R2
−→ 0 1 0 −5 1 3 Example 2.5.1. Find the determinant of the matrix
1
0 0 1 −2 2 1
2 4
−3 1
Therefore,
−3
9 2 −5 Solution. Applying the above theorem we get
A−1 = −5 1 3
1 2 4
−2 1 = (2 × 1) − (4 × (−3)) = 2 + 12 = 14
2 −3 1
(You should always check that AA−1 = I by direct multipli-
cation.) J J
Example 2.4.3. Determine the inverse of the matrix The determinant of a 3 × 3 matrix is defined in terms of
determinants of 2 × 2 matrices.
1 −1 −2 The determinant of a 4 × 4 matrix is defined in terms of de-
2 −3 −5
terminants of 3 × 3 matrices, and so on. For these definitions
−1 3 5 we need the following concepts of minor and cofactor.
Ambo University
DEPARTMENT OF MATHEMATICS 26
Definition 2.5.2. Let A be a square matrix. Example 2.5.3. Evaluate the determinant of the following
The minor of the element aij is denoted Mij and is the matrix A.
determinant of the matrix that remains after deleting row i 1 2 −1
and column j of A. A = 3 0 1
The cofactor of aij is denoted Cij and is given by 4 2 1
Solution. Using the elements of the first row and their cor-
Cij = (−1)i+j Mij responding cofactors we get
Note that the minor and cofactor differ in at most sign. |A| = a11 C11 + a12 C12 + a13 C13
0 1 3 1 3 0
Example 2.5.2. Determine the minors and cofactors of the = 1(−1)2 + 2(−1)3 + (−1)(−1)4
2 1 4 1 4 2
elements a11 and a31 of the following matrix A.
= [(0 × 1) − (1 × 2)] − 2[(3 × 1) − (1 × 4)] − [(3 × 2) − (0 × 4)]
1 0 3 = −2 + 2 − 6 = −6
A = 4 −1 2
0 −2 1 J
Theorem 2.5.1. The determinant of a square matrix is the
Solution. Applying the above definitions we get the follow-
sum of the products of the elements of any row or column and
ing.
their cofactors.
Minor of a11 :
ith row expansion: |A| = ai1 Ci1 + ai2 Ci2 + · · · + ain Cin
1 0 3 j th column expansion: |A| = a1j C1j + a2j C2j + · · · + anj Cnj
−1 2
M11 = 4 −1 2 = = (−1 × 1) − (2 × (−2)) = 3 There is a useful rule that can be used to give the sign
−2 1
0 −2 1 part, (−1)i+j , of the cofactors in these expansions. The rule
(2.5.0) is summarized in the following array
Cofactor of a11 : C11 = (−1)1+1 M11 = (−1)2 3 = 3
J + − + − ...
− + − + . . .
Definition 2.5.3. The determinant of a square matrix + − + − . . .
..
is the sum of the products of the elements of the first row .
and their cofactors.
If A is 3 × 3, |A| = a11 C11 + a12 C12 + a13 C13 Example 2.5.4. Find the determinant of the following ma-
If A is 4 × 4, |A| = a11 C11 + a12 C12 + a13 C13 + a14 C14 trix using the second row.
..
. 1 2 −1
If A is n × n, |A| = a11 C11 + a12 C12 + · · · + a1n C1n A = 3 0 1
These equations are called cofactor expansions of |A| 4 2 1
Ambo University
DEPARTMENT OF MATHEMATICS 27
Solution. Expanding the determinant in terms of the second 2 × 2 matrix: |A| = a1 b2 − a2 b1
row we get 3 × 3 matrix: |A| = a1 b2 c3 + b1 c2 a3 + c1 a2 b3 −
(diagonal products from left to right)
c1 b2 a3 − a1 c2 b3 − b1 a2 c3
(diagonal products from right to left)
|A| = a21 C21 + a22 C22 + · · · + a23 C23
A
2 −1 1 −1 1 2
= −3 +0 −1 + −
2 1 4 1 4 2 For example:
2 3
= −3[(2 × 1) − (−1 × 2)] + 0[(1 × 1) − (−1 × 4)] − 1[(1 × 2) − (2 × 4)] 4 1
= −12 + 0 + 6 = −6
|A| = 2 − 12 = −10 |B| = 0 + 10 + 24 − 0 − 2 − 48
There are no such short cuts for computing determinants of
J
larger matrices.
Exercise 2.5.2. Evaluate the determinant of the following Theorem 2.5.3 (Properties of determinants). Let A be an
4 × 4 matrix. n × n matrix and c be a non-zero scalar
2 1 0 4 a. If a matrix B is obtained from A by multiplying the ele-
0 −1 0 2
A= ments of a row (column) by c then |B| = c|A|
7 −2 3 5
0 1 0 −3 b. If a matrix B is obtained from A by interchanging two
rows (columns) then |B| = −|A|
Computing Determinants of 2 × 2 and 3 × 3 c. If a matrix B is obtained from A by adding a multiple of
Matrices one row (column) to another row (column), then |B| =
|A|
The determinants 2 × 2 and 3 × 3 matrices can be found
Example 2.5.5. Evaluate the determinant
quickly using diagonals. For a 2 × 2 matrix the actual
diagonals are used while in the case of a 3 × 3 matrix 3 4 −2
the diagonals of an array consisting of the matrix with −1 −6 3
the two first columns added to the right are used. A 2 9 −3
determinant is equal to the sum of the diagonal prod-
Solution. We examine the rows and columns of the deter-
ucts that go from left to right minus the sum of the
minant to see if we can create zeros in a row or column using
diagonal products that go from right to left, as follows.
the above operations. Note that we can create zeros in the
3×3 matrix A
second column + by adding
+ +− twice the third column to it:
− −
2×2 matrix A
+ −
3 a1 4b1 −2c1 a1 b1 3 0 −2
a1 b1 −1a2 −6
b2 c32 a2 = b2 −1 0 3
a2 b2 2 a3 9b3 −3c3 Ca23+2Cb33 2 3 −3
Ambo University
DEPARTMENT OF MATHEMATICS 28
Expand this determinant in terms of the second column to Theorem 2.5.5. Let A and B be n × n matrices and c be a
take advantage of the zeros. nonzero scalar.
(b) Observe that every element in row 3 of B is twice the Exercise 2.5.7. Evaluate the following 4 × 4 determinant
corresponding element in row 2. We write using elimination method
(row 3) = 2(row 2) 2 1 3 1
−2 3 −1 2
row 2 and row 3 are proportional. Thus |B| = 0. 2 1 2 3
J −4 −2 0 −1
Ambo University
DEPARTMENT OF MATHEMATICS 29
Definition 2.5.5. Let A be an n × n matrix and Cij be the 2.6 Solving system of linear equa-
cofactor of aij . The matrix whose (i, j)th element is Cij is
called the matrix of cofactors of A. The transpose of this
tions
matrix is called the adjoint of A and is denoted adj(A). One of the application of determinant is to find the solution
to the linear systems Ax = b when A is an invertible square
C11 C12 . . . C1n C11 C21 . . . Cn1
C21 C22 . . . C2n C12 C22 . . . Cn2 matrix.
.. .. .. .. .. ..
. . . . . . 2.6.1 Cramer’s rule
Cn1 Cn2 ... Cnn C1n C2n ... Cnn
matrix of cofactors adjoint matrix Before stating the theorem, we need to introduce some no-
tation. If A = [a1 a2 · · · an ] is an n × n matrix and b is in
Determinants and Matrix Inverses Rn , then let Ai denote the matrix A after replacing ai with
b. That is,
Theorem 2.5.8. Let A be a square matrix with |A| 6= o. A
is invertible with
1
A−1 = adj(A)
|A|
Theorem 2.5.9. A square matrix A is invertible if and only
if |A| =
6 0.
Example 2.5.8. Use the formula for the inverse of a matrix
to compute the inverse of the matrix
2 0 3
A = −1 4 −2
1 −3 5
x1 − x2 − 2x3 = −5
2.6.3 Inverse matrix method
x2 + x3 = 3
x3 = 2 We now see that matrix inverse enables us to conveniently
express the solutions to certain systems of linear equations.
and back substitution gives x3 = 2, then x2 = 3 − x3 =
3 − 2 = 1, and finally x1 = −5 + x2 + 2x3 = −5 + 1 + 4 = 0. Theorem 2.6.2. Let AX = Y be a system of n linear equa-
We write the solution in vector form as tions in n variables. If A−1 exists, the solution is unique and
is given by X = A−1 Y
0
1 Example 2.6.4. Solve the following system of equations us-
2 ing the inverse of the matrix of coefficients.
J x1 − x2 − 2x3 = 1
2x1 − 3x2 − 5x3 = 3
Gauss-Jordan Elimination −x1 + 3x2 + 5x3 = −2
1. Write the augmented matrix of the system of linear equa- Solution. This system can be written in the following ma-
tions. trix form,
1 −1 −2 x1 1
2. Use elementary row operations to reduce the augmented 2 −3 −5 x2 = 3
matrix to reduced row echelon form. −1 3 5 x3 −2
3. If the resulting system is consistent, solve for the leading If the matrix of coefficients is invertible, the unique solution
variables in terms of any remaining free variables is
−1
x1 1 −1 −2 1
Example 2.6.3. Solve the system in Example 2.6.2 by x2 = 2 −3 −5 3
Gauss-Jordan elimination. x3 −1 3 5 −2
Ambo University
DEPARTMENT OF MATHEMATICS 32
This inverse has already been found in Example 2.4.3 Using 3 3
Example 2.7.1. Find the eigenvalues for A = .
that result we get 6 −4
x1 0 1 1
−1
1 Solution. Our aim is to determine the values of λ that sat-
x2 = 5 −3 −1 −2 isfy det(A − λIn ) = 0. We have
x3 −3 2 1 1
3 3 λ 0 3−λ 3
A − λIn = − = .
The unique solution is x1 = 1, x2 = −1, x3 = 1 J 6 −4 0 λ 6 −4 − λ
34
6. Definition 3.1.2 (The formal definition of a limit). Let f
be a function defined on some open interval that contains the
number a, except possibly at a itself .Then we say that the
5.
limit of f (x) as x approaches a is L and we write
4. lim f (x) = L
x→a
3.
if for every number > 0 there is a number δ > 0 such that
,if
2. 0 < |x − a| < δ
then
1.
B
|f (x) − L| < .
−2.
Ambo University
DEPARTMENT OF MATHEMATICS 35
Example 3.1.3. Show that lim (4x − 5) = 7.
x→3
3.2 Basic limit theorems
Solution. Let be a given positive number. We want to find Theorem 3.2.1 (limit laws). Suppose that c is a constant
a number δ such that ,if and the limits
lim f (x) and lim g(x)
x→a x→a
0 < |x − 3| < δ
exists. Then
then 1. Limit of a sum: lim [f (x) + g(x)] = lim f (x) + lim g(x)
x→a x→a x→a
|4x − 5 − 7| < .
2. Limit of a difference: lim [f (x) − g(x)] = lim f (x) −
But |(4x − 5) − 7| = |4x − 12| = 4|x − 3|.Therefore we want x→a x→a
δ such that if 0 < |x − 3| < δ then 4|x − 3| < . lim g(x)
x→a
that is ; if 0 < |x − 3| < δ then |x − 3| < 4 .
This suggests that we should choose δ = 4 3. Limit of a multiple: lim cf (x) = c lim f (x)
x→a x→a
Now showing that this δ works , given > 0 choose δ = 4
if 4. Limit of a product: lim f (x)g(x) = lim f (x) lim g(x)
x→a x→a x→a
0 < |x − 3| < δ lim f (x)
f (x) x→a
5. Limit of a quotient: lim = if lim g(x) 6= 0
then x→a g(x) lim g(x)
x→a
x→a
lim (4x − 5) = 7.
x→3
Ambo University
DEPARTMENT OF MATHEMATICS 36
x3 +2x2 −x−2
Theorem 3.2.2. 6. Power law: lim [f (x)]n = [ lim f (x)]n Example 3.2.5. Find lim x2 −4
x→a x→a x→−2
where n is a positive integer.
Theorem 3.2.4. If f (x) ≤ g(x) when x is near a (except
7. lim c = c possibly at a) and the limits of f and g both exist as x ap-
x→a
proaches a, then
8. lim x = a
x→a
lim f (x) ≤ lim g(x)
x→a x→a
9. lim xn = an where n is a positive integer
x→a √
√ √ Example 3.2.6. Find the lim 1 − x2
10. lim n
x= n
a where n is a positive integer (If n is even, x→0
x→a
we assume that a > 0).
p q
11. Root Law: lim n f (x) = n lim f (x) where n is a posi-
x→a x→a
tive integer (If n is even, we assume that lim f (x) > 0).
x→a
3
x +3x+1
Example 3.2.2. Evaluate lim 2
√
x→−2 x −3 5x
P (x) P (a)
lim = .
x→a Q(x) Q(a)
x−1
Example 3.2.4. Find lim 2
x→1 x −1
Ambo University
DEPARTMENT OF MATHEMATICS 37
Theorem 3.2.5 (The Squeeze theorem). Assume f (x) ≤ which is read as “the limit of f (x) as x approaches a from
g(x) ≤ h(x) for all x in some open interval about a, except the right is L" .
possibly a itself. If lim f (x) = lim h(x) = L, then lim g(x)
x→a x→a x→a lim f (x) = L iff lim f (x) = L = lim+ f (x).
x→a x→a− x→a
exists and lim g(x) = L.
x→a
Example 3.3.1. Show that lim |x| = 0
x→0
Example 3.2.7. Show that
|x|
sin x Example 3.3.2. Let f (x) = x . Find
a. lim = 1.
x→0 x a. lim− f (x)
cos x−1
b. lim x = 0. x→0
x→0 b. lim+ f (x)
x→0
Exercise 3.2.6. Evaluate the following c. lim f (x)
x→0
x2 +x−2 if it exists.
a lim 2
x→−2 x +5x+6
1 1
x−a
b lim
x→a x−a 3.4 Infinite limits,limit at infinity
c lim
√
x−2 and asymptotes
x 2 −16
x→4
3.4.1 Limits at infinity (negative infinity)
3.3 One sided limits Definition 3.4.1. If the function f is defined on an interval
(a, ∞) and if we can ensure that f (x) is as close as we want
Definition 3.3.1 ( Left-hand-limit). We write to the number L by taking x large enough, then we say that
f (x) approaches the limit L as x approaches infinity ,and we
lim f (x) = L
x→a− write
lim f (x) = L
and say the left-hand limit of f (x) as x approaches a x→∞
[or the limit of f (x) as x approaches a from the left] is If f is defined on an interval (−∞, b) and if we can ensure
equal to L if we can make the values of f (x) arbitrarily close that f (x) is close as we want to the number M by taking
to L by taking x to be sufficiently close to a and x less than x negative and large enough in absolute value ,then we say
a. In this case we consider only for x < a. that f (x) approaches the limit M as x approaches negative
infinity ,and we write
Definition 3.3.2 (Right-hand-limit). If the values of f (x)
lim f (x) = M.
can be made as close as we like to L by making x sufficiently x→−∞
close to a (but greater than a).Then we write Example 3.4.1. Evaluate lim f (x) and lim f (x) for
x→∞ x→−∞
f (x) = √ x
lim f (x) = L x2 +1
x→a+
Ambo University
DEPARTMENT OF MATHEMATICS 38
3.4.2 Infinite limits Similarly , the values of f (x) become larger and larger neg-
ative numbers as x approaches 0 from the left, so f has left
Example 3.4.2 (A two sided infinite limit). Describe the
hand limit ∞ at x = 0.
behaviour of the function f (x) = x12 near x = 0.
Solution. As x approaches 0 from either side, the values of lim f (x) = −∞
x→0−
f (x) are positive and grow larger and larger.Thus lim f (x) =
x→0
1 These statements do not say that the one-sided limits exists
lim =∞ J
x→0 x
2
;they do not exists because ∞ and −∞ are not numbers. J
4. 4.
1 1
y= x2 y= x
3. 3.
2. 2.
1. 1.
−1. −1.
1 1
Figure 3.1: Graph of y = x2 Figure 3.2: Graph of y = x
Definition 3.4.3. A function f is continuous from the left Theorem 3.4.3. If the functions f and g are continuous at
at a point c if c, then
lim− f (x) = f (c) • f + g is continuous at c
x→c
Ambo University
DEPARTMENT OF MATHEMATICS 40
• f − g is continuous at c 2. f is continuous from the right at a.
• f × g is continuous at c 3. f is continuous from the left at b.
• f ÷g is continuous at c if g(c) 6= 0 and has a discontinuity But f is continuous on (a, b) if f is continuous at every
at c if g(c) = 0 element in (a, b).
4.1 Definition of derivatives; basic equivalent way of stating the definition of the derivative, as
we saw in finding tangent lines, is
rules
f (x) − f (a)
Many real-world phenomena involve changing quantities - the f 0 (a) = lim .
speed of a rocket, the inflation of currency, the number of x→a x−a
bacteria in a culture, the shock intensity of an earthquake, the
Two interpretations of the derivative are as follows.
voltage of an electrical signal, and so forth. In this chapter
we will develop the concept of a “derivative", which is the 1. Geometric Interpretation of the Derivative: The
mathematical tool for studying the rate at which one quantity derivative f 0 of a function f is a measure of the slope of
changes relative to another. The study of rates of change is the tangent line to the graph of f at any point P (x, f (x)),
closely related to the geometric concept of a tangent line to a provided that the derivative exists.
curve, so we will also be discussing the general definition of a
tangent line and methods for finding its slope and equation. Example 4.1.1. Find an equation of the tangent line
Definition 4.1.1. The derivative of a function f at a number to the parabola y = x2 at the P (1, 1).
a , denoted by f 0 (a), is
2. Physical Interpretation of the Derivative: The
0 f (a + h) − f (a) derivative f 0 of a function f measures the instantaneous
f (a) = lim
h→0 h rate of change of f at x .
if this limit exists.
Example 4.1.2. Find the derivative of the function
If we write x = a + h , then we have h = x − a and h f (x) = x at the number a.
approaches 0 if and only if x approaches a. Therefore an
43
Exercise 4.1.4. Find the derivative of the following func-
tions with respect to x using power rule.
y = f (x) √ 1
Tangent Line A. f (x) = x100 B. g(x) = 3
x C. h(x) = D. l(x) = xπ
x2
f 0 (x) Theorem 4.1.5 (The Constant Multiple Rule). If f is a
differentiable function and c is a constant, then
d
[cf (x)] = cf 0 (x).
P (x, f (x)) dx
Exercise 4.1.6. Find the derivative of the following func-
tions with respect to x using power rule.
5 π 1
A. f (x) = B. g(x) = C.
3x5 x x2
0 Theorem 4.1.7 ( The Sum and Difference Rule). If f and
g are differentiable functions, then
d
[f (x) ± g(x)] = f 0 (x) ± g 0 (x)
dx
Exercise 4.1.1. Find the derivative of the the following
Theorem 4.1.8 (The Product Rule). If f and g are differ-
functions with respect to x using Definition 4.1.1.
entiable functions, then
√ 1 1−x
A. f (x) = x B. g(x) = C. h(x) = x3 −x D. h(x) = d
[f (x)g(x)] = f 0 (x)g(x) + g 0 (x)f (x).
x+1 2+x dx
Theorem 4.1.2 (Derivative of a Constant Function). If c is Example 4.1.4. a) Find dy/dx if y = (4x2 − 1)(7x3 + x).
a constant, then √
d b) Find ds/dt if s = (1 + t) t .
(c) = 0. √ √
dx
c) Find dy/dx if y = (2 x + x3 )(2 x − x2 )
Example 4.1.3. a) If f (x) = 6, then f 0 (x) = d
dx (6) = 0.
d) Let y = uv be the product of the functions u and v. Find
b) If f (x) = π 2 , then f 0 (x) = d 2
dx (π ) = 0. y 0 (2) if u(2) = 2, u0 (2) = −5, v(2) = 1 and v 0 (2) = 3.
Theorem 4.1.3 (The Power Rule). If r is any real number Theorem 4.1.9 (The Quotient Rule). If f and g are differ-
and f (x) = xr , then entiable functions and g(x) 6= 0 , then
g(x)f 0 (x) − f (x)g 0 (x)
d r d f (x)
f 0 (x) = (x ) = rxr−1 . = .
dx dx g(x) [g(x)]2
Ambo University
DEPARTMENT OF MATHEMATICS 44
Example 4.1.5. a) Find dy/dx if y = 1
x2 +1 . 4.2 Derivatives of inverse functions
√
t Definition 4.2.1. A function f is called a one-to-one func-
b) Find ds/dt if s = 1−5t .
tion if it never takes on the same value twice; that is,
a+bθ
c) Find df /dθ if f (θ) = m+nθ
f (x1 ) 6= f (x2 ) whenever x1 6= x2 .
d) Find equations of any lines that pass through the point
(−1, 0) and any tangent to the curve y = x−1 HORIZONTAL LINE TEST: A function f is one-to-
x+1 .
one if and only if no horizontal line intersects its graph more
Theorem 4.1.10 (Chain Rule). If g is differentiable at x than once.
and f is differentiable at g(x), then the composite function
F (x) = f ◦ g(x) defined by F (x) = f (g(x)) is differentiable Definition 4.2.2. Let f be a one-to-one function with do-
at x and F 0 is given by the product main A and range B. Then its inverse function f −1 (x)
has domain B and range A and is defined by
F 0 (x) = f 0 (g(x)) · g 0 (x)
f −1 (y) = x ⇔ f (x) = y
In Leibniz notation, if y = f (u) and u = g(x) are both dif-
ferentiable functions,then for any y in B.
dy dy du domain of f −1 = range f
= . image of f = domain of f −1
dx du dx
√
Example 4.1.6. a) Differentiate y = cos 4x Example 4.2.1. Find the inverse of f (x) = 3x − 2.
√
b) Find F 0 (x) if F (x) = x2 + 3 Theorem 4.2.1. Suppose that f has an inverse and is con-
tinuous on an open interval I containing a. Assume also that
The Power Rule Combined with the Chain Rule: If n is f 0 (a) exists. f 0 (a) 6= 0, and f (a) = c. Then f −1 (c) exists,
any real number and u = g(x) is differentiable, then and
1
d n du (f −1 )0 (c) = 0 .
u = nun−1 f (a)
dx dx
Example 4.2.2. Let f (x) = x7 + 8x3 + 4x − 2. Find
Alternatively, (f −1 )0 (−2).
d Solution. Since f (0) = −2 and f 0 (x) = 7x6 + 24x2 + 4, it
[g(x)]n = n[g(x)]n−1 · g 0 (x)
dx follows that f 0 (0) = 4. Hence,
Example 4.1.7. Differentiate 1 1
(f −1 )0 (−2) = =
1 f 0 (0) 4
A. y = (x3 −1)100 B. g(x) = sin(cos(tan x)) C. h(x) = √
3
D. l(x) = esin x
x2 +x+1 J
Ambo University
DEPARTMENT OF MATHEMATICS 45
4.2.1 Inverse trigonometric functions ex + e−x 1
cosh x = sec x =
2 cosh x
Definition 4.2.3 (Inverse Trigonometric Functions).
sinh x cosh x
Domain tanh x = coth x =
cosh x sinh x
y = sin−1 x if and only if x = sin y [−1, 1] Hyperbolic Identities
y = cos−1 x if and only if x = cos y [−1, 1] sinh(−x) = − sinh(x), cosh x = cosh x
y = tan−1 x if and only if x = tan y (−∞, ∞) cosh2 x − sinh2 x = 1, 1 − tanh2 x = sech2 x
y = csc−1 x if and only if x = csc y (−∞, −1]∪ sinh(x + y) = sinh x cosh y + cosh x sinh y
[1, ∞) cosh(x + y) = cosh x cosh y + sinh x sinh y
−1
y = sec x if and only if x = sec y (−∞, −1]∪
Derivatives of Hyperbolic Functions
[1, ∞) d
• dx (sinh x) = cosh x
y = cot−1 x if and only if x = cot y (−∞, ∞)
d
• dx (cosh x) = sinh x
Theorem 4.2.2 (Derivatives of inverse trigonometric
functions ). Let u be a differentiable function of x. • d 2
u0 dx (tanh x) = sech x
d
• dx (sin−1 u) = √1−u • d
dx (csch x) = csch x coth x
2
0
• d −1
u) = √−u • d
= − sech x tanh x
dx (cos 1−u2 dx (sech x)
• d −1 u0
u) = 1+u
d
• dx (coth x) = − csch2 x
dx (tan 2
d −1 u0 Inverse Hyperbolic Functions
• dx (cot u) = 1+u2
d −1 0 y = sinh−1 x ⇔ sinh y = x
• u) = √u
dx (sec |u| u2 −1
y = cosh−1 x ⇔ cosh y = x and y ≥ 0
d −1 −u0
• dx (csc u) = √
|u| u2 −1 y = tanh−1 x ⇔ tanh y = x
4.3 Higher order derivatives 1. Differentiate both sides of the equation with respect to
x.
The derivative f 0 of a function f is itself a function. As
such, we may consider differentiating the function f 0 . The dy
2. Collect all terms involving dx on the left side of the equa-
derivative of f 0 , if it exists, is denoted by f 00 and is called tion and move all other terms to the right side of the
the second derivative of f . Continuing in this fashion, we are equation.
led to the third, fourth, fifth, and higher-order derivatives of
f , whenever they exist. Notations for the first, second, third, dy
3. Factor dx out of the left side of the equation.
and in general, the n−th derivative of f are
f 0 , f 00 , f 000 , . . . , f (n) 4. Solve for dy
dx .
or dy
d d2 f d3 f dn f Example 4.4.1. Use implicit differentiation to find dx if
[f (x)], 2 , 3 , . . . , n 5y 2 + sin y = x2 .
dx dx dx dx
Ambo University
DEPARTMENT OF MATHEMATICS 47
Solution. minimum value of f on D. The absolute maximum and
absolute minimum values of f on D are called the extreme
d d 2
[5y 2 + sin y] = [x ] values, or extrema, of f on D.
dx dx
d d Definition 4.5.2 (Relative Extrema of a Function). A func-
5 [y 2 ] + [sin y] = 2x
dx dx tion f has a relative (or local) maximum at c if f (c) ≥ f (x)
dy dy for all values of x in some open interval containing c. Simi-
5[2y y] + [cos y ] = 2x
dx dx larly, f has a relative (or local) minimum at c if f (c) ≤ f (x)
dy dy for all values of x in some open interval containing c.
10y y + cos y = 2x
dx dx
Example 4.5.1. The function f (x) = cos x takes on its (lo-
cal and absolute) maximum value of 1 infinitely many times,
Solving for dy
we obtain: since cos 2nπ = 1 for any integer n and −1 ≤ cos x ≤ 1 for
dx
all x. Likewise, cos(2n + 1)π = −1 is its minimum value,
dy 2x where is n any integer.
=
dx 10y + cosy Example 4.5.2. If f (x) = x2 ,then f (x) ≥ f (0) because
J x2 ≥ 0 for all x . Therefore, f (0) = 0 is the absolute (and
local) minimum value of f . This corresponds to the fact that
dy
Exercise 4.4.1. (a) Use implicit differcntiation to find dx the origin is the lowest point on the parabola y = x2 . (See Fig-
for the Folium of Descartes, x3 + y 3 = 3xy. ure 4.1.) However, there is no highest point on the parabola
and so this function has no maximum value.
(b) Find an equation for the tangent line to the Folium of
Descartes at the point ( 23 , 32 ).
y
(c) At what points is the tangent line to the Folium of
Descartes horizontal?
f (x) = x2
(−1, 37) y
x f (x) = 3x
0
(1, 5)
3
f (x) = x
x
0
(3, −27)
3
Figure 4.2: Graph of f (x) = x
Figure 4.3: Graph of f (x) = 3x4 − 16x3 + 18x2
Ambo University
DEPARTMENT OF MATHEMATICS 51
y
b. Find the number(s) c in (−1, 1) such that f 0 (c) = 0 as
guaranteed by Rolle’s Theorem.
Solution. a. The polynomial function f is continuous and
differentiable on (−∞, ∞). In particular, it is continuous
on [−1, 1] and differentiable on (−1, 1). Furthermore,
c. If f 0 (x) has the same sign on (a, c) and (c, b), then f
does not have a relative extremum at c.
Figure 4.6: Graph of f (x) = x3 − 4x2 + 2 a. If f 00 (c) < 0 , then f has a relative maximum at c.
Theorem 4.6.2 (The First Derivative Test). Let c be a crit- Example 4.6.3. Find the relative extrema of f (x) = x3 −
ical number of a continuous function f in the interval (a, b) 3x2 − 24x + 32 using the Second Derivative Test.
Ambo University
DEPARTMENT OF MATHEMATICS 54
x
4 3
f (x) = x − 4x + 12
(−2, 60)
y
(3, −15) y
Solution.
(4, −48)
0 2
f (x) = 3x − 6x − 24 = 3(x − 4)(x + 2)
f 00 (x) = 6x − 6 = 6(x − 1)
Evaluating f 00 at the critical number -2, we find Figure 4.8: Graph of f (x) = x3 − 3x2 − 24x + 32
Guidelines for Curve Sketching asymptote of the curve y = f (x). If it turns out
that lim f (x) = ∞ (or −∞), then we do not have
x→∞
1. Find the domain of f . an asymptote to the right, but this fact is still useful
information for sketching the curve.
2. Find the x− and y− intercepts of f . The y-intercept
ii. Vertical Asymptotes: The line x = a is a verti-
is f (0) and this tells us where the curve intersects the
cal asymptote if at least one of the following state-
y-axis. To find the x-intercepts, we set y = 0 and solve
ments is true: lim+ f (x) = ∞, lim− f (x) = ∞,
for x. (You can omit this step if the equation is difficult x→a x→a
to solve.) lim+ f (x) = −∞ lim− f (x) = −∞
x→a x→a
3. Determine whether the graph of f is symmetric with iii. Slant(Oblique Asymptote): Some curves have
respect to the y-axis or the origin. asymptotes that are oblique, that is, neither hor-
izontal nor vertical. If
i ) If f (x) = f (−x) for all x in D, that is, the equation
of the curve is unchanged when x is replaced by lim [f (x) − (mx − b)] = 0
x→∞
−x, then f is an even function and the curve is
symmetric about the y-axis. This means that our where m 6= 0, then the line y = mx + b is called
work is cut in half. If we know what the curve looks a slant asymptote because the vertical distance be-
like for x ≥ 0, then we need only reflect about the tween the curve y = f (x) and the line y = mx + b
y-axis to obtain the complete curve. b approaches 0.
ii) If f (x) = −f (−x) for all x in D, then f is an odd 6. Find the intervals where f is increasing and where f is
function and the curve is symmetric about the ori- decreasing. Use the I/D Test. Compute f 0 (x) and find
gin. Again we can obtain the complete curve if we the intervals on which f 0 (x) is positive ( f is increas-
know what it looks like for x ≥ 0. Rotate 180◦ ing) and the intervals on which f 0 (x) is negative ( f is
about the origin. decreasing).
iii) If f (x+p) = f (x) for all x in D, where p is a positive
constant, then f is called a periodic function and 7. Find the relative extrema of f . Find the critical numbers
the smallest such number p is called the period. of f [the numbers c where f 0 (c) = 0 or f 0 (c) does not
exist]. Then use the First Derivative Test. If f 0 changes
4. Determine the behavior of f for large absolute values of from positive to negative at a critical number c, then
x. f 0 (c) is a local maximum. If f 0 changes from negative
to positive at c, then f (c) is a local minimum. Although
5. Find the asymptotes of the graph of f . it is usually preferable to use the First Derivative Test,
Ambo University
DEPARTMENT OF MATHEMATICS 57
2 2 2
−1) −2x ·2x
you can use the Second Derivative Test if f 0 (c) = 0 and E. f 0 (x) = 4x(x (x 2 −1)2 = (x−4x
2 −1)2 . Since f 0 (x) > 0
f 00 (c) 6= 0. Then f 00 (c) > 0 implies that f (c) is a local 0
when x < 0 (x 6= −1) and f (x) < 0 when x > 0(x 6= 1)
minimum, whereas f 00 (c) < 0 implies that f (c) is a local ,f is increasing on (−∞, −1) and −1, 0 and decreasing
maximum. on (0, 1) and 1, ∞
8. Determine the concavity of the graph of f . Compute F. The only critical number is x = 0 . Since f 0 changes
f 00 (x) and use the Concavity Test. The curve is concave from positive to negative at x = 0, f (0) = 0 is a local
upward where f 00 (x) > 0 and concave downward where maximum by the First Derivative Test.
f 00 (x) < 0.
2 2 2
12x2 +4
G. f 00 (x) = −4(x −1)(x+4x·2(x
2 −1)4
−1)2x
= (x2 −1)3 . Since 12x2 +
9. Find the inflection points of f . Inflection points occur
where the direction of concavity changes. 4 > 0 for all x , we have
Related rates
2x
Figure 4.9: The graph of f (x) = x2 −1 The derivative dy/dx of a function y = f (x) is its instan-
taneous rate of change rate of change with respect to the
variable x. When a function describes either position or dis-
tance , then its time rate of change is interpreted as velocity.
In general a time rate of change is the answer to the question
“How fast is a quantity changing?”. For example, if V stands
for volume that is changing in time , then dV /dt is the rate,
or how fast, the volume is changing with respect to time. In
this section we are concerned with related rates. Since the
Ambo University
DEPARTMENT OF MATHEMATICS 59
problems will be stated in words, you must interpret these Theorem 4.8.1. Let lim stand for one of the limits
words in terms of mathematical symbols. usually it is good lim , lim− , lim+ , lim , lim and suppose that lim f (x) = ∞
x→a x→a x→a x→∞ x→−∞
idea to: 0
and lim g(x) = ∞. If lim fg0 (x)
(x)
has a finite value L, or if this
i) Draw a picture. limit is +∞ or −∞, then
ii) Label all quantities that change in time with symbols. f (x) f 0 (x)
lim = lim 0 .
g(x) g (x)
iii) Analyse the words of the problem and discern which
rates are given and what rate is required. Example 4.8.1. Evaluate
iv) set up an equation that relates the variables. a) lim x
x
x→∞ e
v) differentiate the equation found in step (iv) with respect
to time t. These step requires the use of implicit differen- Solution. The numerator and denominator both have
tiation. The resulting equation, after differentiation, is a limit of +∞ so we have an indeterminate form of type
an equation that relates the rates at which the variables ∞/∞. Applying L’Hopital’s rule yields
change.
x 1
Example 4.7.3. A square is expanding with time. How is lim x
= lim x = 0
x→∞ e x→∞ e
the rate at which the area increases related to the rate at which
a side increases? J
Exercise 4.7.1. A water tank has the shape of an inverted Solution. The numerator has a limit of −∞ and the
right circular cone with base radius 2m and height 4m. If denominator has a limit of +∞, so we have an indeter-
water is being pumped into the tank at a rate of 2m3 /min, minate form of type ∞/∞. Applying L’Hopital’s rule
find the rate at which the water level is rising when the water yields
is 3m deep. ln x 1/x
lim = lim+
x→0+ csc x x→0 − csc x cot x
lim x ln x
x→0+
Indeterminate forms of type 00 , ∞0 , 1∞
is an indeterminate form of 0 · ∞ because the limit of the first Limits of the form
factor is 0, the limit of the second factor is −∞, and these lim f (x)g(x)
two limits exert conflicting influences on the product. On the
other hand, the limit give rise to indeterminate forms of the types 00 , ∞0 , 1∞ .
√ Indeterminate forms of types 00 , ∞0 , and 1∞ can sometimes
lim [ x(1 − x2 )] be evaluated by first introducing a dependent variable y =
x→+∞
f (x)g(x) and then calculating the limit of ln y by expressing
is not an indeterminate form because the first factor has a it as
limit of +∞, the second factor has a limit of −∞, and these
influences work together to produce a limit of −∞ for the lim ln y = lim[ln(f (x)g(x) )] = lim[g(x) ln f (x)]
product.
Once the limit of ln y is known, the limit of, y = f (x)g(x)
(itself can generally be obtained by a method that we will
Example 4.8.4. Evaluate illustrate in the next example.
a. lim+ x ln x 1
x→0 Example 4.8.5. Show that lim (1 + x) x = e.
x→0
Solution. The factor x has a limit of 0 and the factor Solution. We begin by introducing a dependent variable,
ln x has a limit of −∞, so the stated problem is an inde-
terminate form of type 0 · ∞. We can rewrite the limit y = (1 + x)1/x
as
1
ln x and taking the natural logarithm both sides:
lim+ 1 = lim+ x1 = lim+ (−x) = 0
x→0 x→0 − 2 x→0
x x 1 ln(1 + x)
J ln y = ln(1 + x)1/x = ln(1 + x) =
x x
Ambo University
DEPARTMENT OF MATHEMATICS 62
x
Thus, g. lim 1
x→∞ sin x
ln(1 + x)
lim ln y = lim 1
x→0 x
x→0 h. lim+ x ln x
x→0
which is an indeterminate form of type 0/0, so by L’Hopital’s
rule i. lim (1 − x3 )2x
1 x→∞
ln(1 + x)
lim ln y = lim = lim 1+x = 1
x→0 x→0 x x→0 x
Since we have shown that ln x → 1 as x → 0, the continuity
of the exponential function implies that eln y → ey as x → 0.
and this implies that y → e as x → 0. Thus,
1
lim (1 + x) x = e
x→0
J
Example 4.8.6. Find lim+ xx .
x→0
Therefore,
lim xx = lim+ ex ln x = e0 = 1.
x→0+ x→0
J
Exercise 4.8.3. Evaluate the following limits:
2
a. lim sinx x d. lim 6x4x+5x+7
2 +2x
x→0 x→∞
sin x
b. lim lnxx e. lim x −x
x→∞ e x→0 e −e
c. lim+ √ln x 1+3x 1
x→1 x−1 f. lim sin x − x
x→0
Ambo University
DEPARTMENT OF MATHEMATICS 63
Chapter 5
Integration
n
d xn+1
5.1 Antiderivatives, indefinite inte- b) dx ( n+1 )= (n+1)x
(n+1) = xn n ≥ 0. Thus, the general
grals antiderivative of f (x) = xn is
xn+1
Antiderivatives F (x) = +c
n+1
Definition 5.1.1. A function F is an antiderivative of f on J
an interval I if F 0 (x) = f (x) for all x in I.
Indefinite integral
Example 5.1.1. For any constant c, the function given by
Definition 5.1.2. Let f be continuous on interval I. Any
F (x) = x5 + c is an antiderivative of f (x) = 5x4 .
antiderivative of f on I is also called an indefinite integral of
f on I is donated by
Theorem 5.1.1. If F is an antiderivative of f on an interval
I, then G is an antiderivative of f on the interval I if and
Z
only if G is of the form G(x) = F (x) + c, for all x in I where f (x)dx.
c is a constant. R
i.e F is antiderivative of f , we write F (x) = f (x)dx.
Example 5.1.2. Find the most general antiderivative of each R
of the following functions Note 4. For a function f , its indefinite integral f (x)dx is
a) f (x) = sin x b) f (x) = xn , n ≥ 0 generally represented as:
Z
Solution. a) If F (x) = − cos x, then F 0 (x) = sin x, so an f (x)dx = F (x) + c,
antiderivative of sin x is − cos x, by above theorem the
general form of antiderivative is G(x) = − cos x + c. where F is any antiderivative of f and c is any constant.
64
R R
Basic Integration Rules 9. sin x dx = − cos x+c 19. sinh x dx =
The inverse nature of integration and differentiation can be cosh x + c
verified by substituting F 0 (x) for f (x) in the indefinite inte- R R
gration definition to obtain 10. cos x dx = sin x+c 20. cosh x dx =
Z sinh x + c
F 0 (x)dx = F (x) + c. Theorem 5.1.2. Let f and g be continuous on an interval
I. Then
R
Moreover, if f (x)dx = F (x) + c, then R R
a) kf (x)dx = k f (x)dx, where k is constant.
Z
d R R R
b) (f (x) ± g(x))dx = f (x)dx ± g(x)dx.
f (x)dx = f (x).
dx
Example 5.1.3. Find
Thus, these two equations allow us to obtain integration for-
2x2 − 1
Z Z
mulas directly from differentiation formulas.
a) (2x + 3sinx))dx dx
b)
The following are basic integration formula x2
R
11. sec2 x dx =
R R R R
1. 0 dx = c Solution. a) (2x + 3 sin x))dx = 2xdx + 3 sin xdx =
tan x + c x2 − 3 cos x + c
R
12. csc2 x dx =
R
2. k dx = kx + c b)
−cotx + c
2x2 − 1
Z Z Z Z
1 1
dx = (2 − )dx = 2dx − dx
R R R
3. kf (x)dx = k f (x) dx 13. sec x tan x dx = x2 x2 x2
sec x + c Z
R R = 2x − x−2 dx
4. R [f (x) ± Rg(x)]dx = f (x)dx ±
g(x)dx 14. csc x cot x dx = − csc x + c 1
= 2x + +c
n+1
x
5. xn dx = xn+1 + c (n 6= 1)
R R
15. tan x dx =
J
ln | sec x| + c
R 1 R
6. x dx = ln |x| + c 16. cot x dx =
ln | sin x| + c
5.2 Techniques of Integration
7. e dx = ex + c 5.2.1 Integration by substitution, by parts
R x R
17. sec dxx =
ln | sec x + tan x| + c and by partial fraction
x
8. a dx = lna x + c
R x R
18. csc x dx = Theorem 5.2.1 (Integration by Substitution). Let g be a
− ln | csc x + cot x| + c function whose range is an interval I , and let f be a function
Ambo University
DEPARTMENT OF MATHEMATICS 65
that is continuous on I . If g is differentiable on its domain Integration by parts
and F is an antiderivative of f on I, then
Theorem 5.2.2 (Integration by parts). Let F and G be dif-
ferentiable on [a, b], and assume that F 0 and G0 are continu-
Z
f (g(x))g 0 (x)dx = F (g(x)) + c. ous on [a, b], then
Z Z
Letting u = g(x) gives du = g 0 (x)dx and F (x)G0 (x) = F (x)G(x) − G(x)F 0 (x)dx.
Z
f (u)du = F (u) + c. Remark: If we substitute u = F (x) and v = G(x), we
obtain du = F 0 (x)dx and dv = G0 (x)dx. Hence the above
Example 5.2.1. Find equation can be expressed as
a) x2 (x3 + 2)4 dx
R R
c) cos x√cosh(sin x)dx Z Z
b) sin4 x cos xdx
R
d) cos√x x dx
R udv = uv − vdu.
n−2
Z Z
n 1
Z Z sec xdx = secn−1 x tan x+ secn−2 xdx
e −x −x
cos xdx = e sin xdx − e −x
cos x − e −x
cos xdx n−1 n−1
Z
d)
⇒ 2 e−x cos xdx = e−x sin x − e−x cos x Z Z
(ln x)n dx = x(ln x)n−1 − n (ln x)n−1 dx
e−x
Z
⇒ e−x cos xdx = (sin x − cos x) + c
2
Example 5.2.3. Find
a)R sin4 xdx
R
J
b) (ln x)2 dx
Ambo University
DEPARTMENT OF MATHEMATICS 67
Integration by partial fraction
This technique is applicable for integrating rational func- Letting x = 0, we get
tion(when the denominator is a product of two or more poly-
6 = A(0 − 3)(0 + 2) =⇒ 6 = −6A =⇒ A = −1.
nomials) and it involves writing a fraction as the sum of two
or more fractions. Letting x = −2, we get
P (x) P (x) J
= . 3
Q(x) (a1 x + b1 )(a2 x + b2 ) · · · (ak x + bk ) 4x +x
R
Exercise 5.2.3. Evaluate 2x2 +x+3 dx, (Hint
3
4x +x 8x−3
Then there exists constant A1 , A2 , . . . , Ak such that 2x2 +x+3 = 2x − 1 + 2x2 +x−3 )
Solution.
x2 + x + 1 A Bx + C Dx + E
= + 2 + x2 + 1 1
x(x2 + 1)2 x (x + 1) (x2 + 1)2 sin θ = x cos θ =
x x2 +1 , x2 +1
θ
⇐⇒ x2 + x + 1 = A(x2 + 1)2 + x(Bx + 1)(x2 + 1) + x(Dx + E) 1
= (A + B)x4 + (2A + B + D)x2 + Cx3 + (C + E)x + A
A+B =0 sin θ = x √ 1
x2 +1 , cos θ = . Thus,
x2 +1
2A + B + D = 1
Z
1 1 1 x 1
⇐⇒ C = 0 dx = √ ·√ + tan−1 (x) + c.
(x2 + 1)2 2 x2 + 1 x2 + 1 2
C +E =1
A = 1 Therefore,
Z 2
x +x+1 1 x 1
=⇒ A = 1, B = −1, C = 0, D = 0, E = 1. 2 2
dx = ln |x|− ln |x2 +1|+ 2
+ tan−1 (x)+c
x(x + 1) 2 2(x + 1) 2
Ambo University
DEPARTMENT OF MATHEMATICS 70
J Then integrate using substitution technique by tak-
ing u = cos x, −du = sin xdx.
5.2.2 Trigonometric integrals
c) If the power of both cosine and sine are even posi-
Trigonometric integrals is their integrands are combinations tive use identities
of trigonometric functions. Especially those in which the
integrands are composed of power of basic trigonometric 1 − cos 2x 1 + cos 2x
sin2 x = and cos2 x =
functions. 2 2
Example 5.2.8. Evaluate the following
sinn x cosm xdx?
R
How to evaluate
Z Z
a) If the power of cosine is odd (m = 2k +1). Save one a) sin4 x cos5 xdx b) sin5 x cos4 xdx
cosine factor and use cos2 x = 1 − sin2 x to express
the remaining factor interims of sine i.e
Z Z
sin x cos xdx = sinn x cos2k+1 xdx
n m
Z Solution. a)
= sinn x cos2k x cos xdx Z Z
Z sin4 x cos5 xdx = sin4 x cos4 x cos xdx
= sinn x(cos2 x)k cos xdx Z
Z = sin4 x(cos2 x)2 cos xdx
= sinx (1 − sin2 x)k cos xdx, Z
= sin4 x(1 − 2 sin2 x + sin4 x) cos xdx
then integrate using substitution technique by tak-
ing u = sin x, du = cos xdx. Z
b) If the power of sine is odd (n = 2k + 1) save one = (sin4 x − 2 sin6 x + sin8 x) cos xdx
sine factor and use sin2 x = 1 − cos2 x to express
the remaining factors interims of sine, then expand Let u = sin x, du = cos xdx. Then
and evaluate by substitution. i.e
Z Z Z Z
sin x cos xdx = sin2k+1 x cosm xdx
n m
sin4 x cos5 xdx = (u4 − 2u6 + u8 )du
Z
= sin2k x cosm x sin xdx u5 2u7 u9
= − + +c
Z 5 7 9
sin5 x 2 sin7 x sin9 x
= (1 − cos2 x)k cosm x sin xdx = − + +c
5 7 9
Ambo University
DEPARTMENT OF MATHEMATICS 71
b) and integrate by substituting u = tan x i.e
Z Z Z Z
5 4
sin x cos xdx = sin4 x sin x cos4 xdx tanm x(sec2k x)dx = tanm x(sec2k−2 x) sec2 xdx
Z Z
= (1 − cos2 x)2 cos4 x sin xdx = tanm x(sec2 x)k−1 sec2 xdx
Z Z
= (1 − 2 cos2 x + cos4 x) cos4 x sin xdx = tanm x(1 + tan2 x)k−1 sec2 xdx
Z
= (cos4 x − 2 cos6 x + cos8 x) sin xdx Then substitute u = tan x, du = sec2 xdx. Hence
Z Z
tan x(sec x)dx = um (1 + u2 )k−1 du
m n
Let u = cos x, −du = sin xdx. Then
Exercise 5.2.4. Find c) If the power of tangent is even (m = 2k) and secant
a) R sin4 x cos2 xdx
R
is odd (n = 2k + 1), then use the identity tan2 x =
b) sin3 (2x) cos2 (2x)dx sec2 x−1 to reduice the integrand to power of secant
alone, then expand and use induction formula.
tanm x secn xdx?
R
How to evaluate d) If none of the above cases, apply or try to integrate
by converting to sine and cosine.
a) If the power of secant is even (n = 2k), save the fac-
tor of sec2 x and use sec2 x = 1 + tan2 x, to express Example 5.2.9. Evaluate the following
the remaining factor interms of tan x, then expand
Ambo University
DEPARTMENT OF MATHEMATICS 72
tan3 x sec4 xdx
R R
a) Integrals of the form sin ax cos bx dx
1 Z
4 cos θ
= [ cos 5x + cos x]dx = dθ
2 16 sin2 θ(4 cos θ)
1 1 1 1
Z
1
= · sin(5x) + sin x + c = dθ
2 5 2 16 sin2 θ
1 1 Z
= sin(5x) + sin x + c 1
10 2 = csc2 θdθ
16
J −1
= cot θ + c
R
Exercise 5.2.6. Find sin(2x) sin(3x)dx 16
Rb
3. cdx = c(b − a), where c is any constant.
a
Z Rb Rb
1 1 p 4. cf (x)dx = c f (x)dx, where c is any constant.
√ dx = ln | 9x2 + 6x + 2 + 3x + 1| + c a a
9x2 + 6x + 2 3
Rb Rb Rb
J 5. (f (x) ± g(x)dx = f (x)dx ± g(x)dx
a a a
Rc Rb Rb
R 1 6. f (x)dx + f (x)dx = f (x)dx
Exercise 5.2.9. Find √
x2 +3x+1
dx a c a
Ambo University
DEPARTMENT OF MATHEMATICS 77
Rb Example 5.3.2. Find the derivative of the function g(x) =
7. If f (x) ≥ 0 for a ≤ x ≤ b, then f (x)dx ≥ 0. Rx √
a 1 + t2 dt
0
Rb Rb
8. If f (x) ≥ g(x) for a ≤ x ≤ b, then f (x)dx ≥ g(x)dx. √
a a
Solution. Since f (t) = 1 + t2 is continuous, part 1 of the
fundamental theorem of calculus gives
9. If m ≤ f (x) ≤ M , for a ≤ x ≤ b, then m(b − a) ≤ p
Rb g 0 (x) = 1 + x2
f (x)dx ≤ M (b − a).
a
J
R10 R8
Example 5.3.1. If f (x)dx = 17 and f (x)dx = 12. Find
0 0
Example 5.3.3. Find
R10 4
f (x)dx Rx
d
8 a) dx sec tdt
1
Solution. By property 6, we have
R2
b) |x|dx
Z8 Z10 Z10 −1
f (x)dx + f (x)dx = f (x)dx
0 8 0
Solution. a) Let u = x4 , then
4
So, Zx Zu
d d
Z10 Z10 Z8 sec tdt = sec tdt
dx dx
f (x)dx = f (x)dx − f (x)dx = 17 − 12 = 5 1 1
Zu
8 0 0 d du
= ( sec tdt)
J du dx
1
Ambo University
DEPARTMENT OF MATHEMATICS 79
R1 x = 1. If we let d = 12 , then we need to analyze the
c) √1−2x dx
x−x2 convergence of
0
R2 1
d) dx Z2 Z1
x3 1 − 2x 1 − 2x
−1 √ dx and √ dx
x − x2 x − x2
0 1
Solution. a) √1x is continuous at every point (0, 1] 2
R1 1
=1
√1 dx
R
consequently x dx converges, and 16
=2
0 Similarly,
Z1
b) tan x is continuous on [0, π2 ) and discontinuous at 1 − 2x
π
√ dx = −1.
2. x − x2
1
2
π
Z 2 Zt Therfore the original integral converges, and
tan xdx = lim
π−
tan xdx Z1 Z2
1
Z1
t→ 2 1 − 2x 1 − 2x 1 − 2x
0 0 √ dx = √ dx+ √ dx = 1−1 = 0
= lim [− ln | cos x|]t0 x − x2 x − x2 x − x2
t→ π 0 0 1
2 2
= limπ − ln | cos t| d)
t→ 2
Z2 Z0 Z2
= −(−∞) = ∞. dx dx dx
= + .
x3 x3 x3
π −1 −1 0
R2
Hence, tan xdx is divergent. But,
0
Z0
dx −1 −1 1
c) The given integral is improper because the inte- 3
= lim− [ 2 ]b−1 = lim− [ 2 + ] = −∞.
grand has an infinite discontinuity at x = 0 and x b→0 2x b→0 2b 2
−1
Ambo University
DEPARTMENT OF MATHEMATICS 80
Z2 iii) If f is continuous on the interval (−∞, −∞), then
dx −1 −1 1
3
= lim+ [ 2 ]2b = lim+ [ + 2 ] = ∞.
x b→0 2x b→0 8 2b
0 Z∞ Zc Z∞
Therefore, the original improper integral also di- f (x)dx = f (x)dx + f (x)dx.
verges. −∞ −∞ c
J
where c is any real number.
Exercise 5.4.1. Evaluate the following integrals In the first two cases , the improper integral converges
π
if the limit exists. Otherwise, the improper integrals
R2 diverges. In the third cases, the improper integral on
a) sec xdx
0 the left diverges if either of the improper integrals on
the right diverges.
R1
b) ln xdx
0
Example 5.4.2. Evaluate
R3 1
c) x2 −x−2 dx
0 R∞
a) e−x dx
0
B) Integrals over unbounded intervals
R∞ Rb
Integrals of the form f (x)dx and f (x)dx are also R0
a −∞ b) xex dx
called improper integrals. −∞
Zb Zb Z∞ Zt
−x
f (x)dx = lim f (x)dx. e dx = lim e−x dx = lim [−e−x ]t0 = lim [−e−t +1] = 1.
t→−∞ t→∞ t→∞ t→∞
−∞ t 0 0
Ambo University
DEPARTMENT OF MATHEMATICS 81
b)
Z0 Z0
x
xe dx = lim xex dx
t→−∞
−∞ t
= −1 − lim tet
t→−∞
= −1 − 0
= −1
Ambo University
DEPARTMENT OF MATHEMATICS 82
Chapter 6
Application of integrals
6.1 Area
First area problem: Suppose that f and g are continuous
functions on an interval [a, b] and
[This means that the curve y = f (x) lies above the curve
y = g(x) and that the two can touch but not cross.] Find the
area A of the region bounded above by y = f (x), below by
y = g(x), and on the sides by the lines x = a and x = b.
83
by the lines y = d and y = c. area A(x) is known at each x in the interval [a, b].
Volume formula: Let S be a solid bounded by two parallel
If w and v are continuous functions and if w(y) ≥ v(y) for planes perpendicular to the x-axis at x = a and x = b. If, for
all y in [c, d], then the area of the region bounded on the left each x in [a, b], the cross-sectional area of S perpendicular to
by x = v(y), on the right by x = w(y), below by y = c, and the x-axis is A(x), then the volume of the solid is
above by y = d is Z b
Z d V = A(x)dx
A= [w(y) − v(y)]dy. a
c
provided A(x) is integrable.
Example 6.1.3. Find the area of the region enclosed by x = Volume formula: Let S be a solid bounded by two parallel
y 2 and y = x − 2, integrating with respect to y. planes perpendicular to the x-axis at y = c and y = d. If, for
each y in [c, d], the cross-sectional area of S perpendicular to
the y-axis is A(y), then the volume of the solid is
6.2 Volume Z d
V = A(y)dy
6.2.1 Volumes by slicing; Disks and Wash- c
We can solve this problem by slicing. For this purpose, Thus, the volume of the solid is
observe that the cross section of the solid taken perpendicular Z b
to the x-axis at the point x is a circular disk of radius f(x). V = π([f (x)]2 − [g(x)]2 )dx
The area of this region is a
Example 6.2.5. Find the volume of the solid generated when Example 6.2.8. Use cylindrical shells to find the volume of
√ the solid generated when the region R under y = x2 over the
the region enclosed by y = x, y = 2, and x = 0 is revolved
about the y−axis. interval [0, 2] is revolved about the line y = −1.
Ambo University
DEPARTMENT OF MATHEMATICS 86
6.3 Arc Length P0 (a, f (a)) to the point Q(x, f (x)). Then s is a function,
called the arc length function,
To avoid some complications that would otherwise occur, Z xp
we will impose the requirement that f 0 be continuous s(x) = 1 + [f 0 (t)]2 dt
on [a, b], in which case we will say that y = f (x) is a a
smooth curve on [a, b] or that f is a smooth function on
[a, b]. Thus, we will be concerned with the following problem. Example 6.3.2. Find the arc length function for the curve
y = x2 − 81 ln x taking P0 (1, 1) as the starting point.
Suppose that y = f (x) is a smooth curve on the interval
[a, b]. Define and find a formula for the arc length L of the 6.4 Surface Area
curve y = f (x) over the interval [a, b].
Surface area problem: Suppose that f is a smooth, non-
negative function on [a, b] and that a surface of revolution
is generated by revolving the portion of the curve y = f (x)
between x = a and x = b about the x-axis. Define what is
meant by the area S of the surface, and find a formula for
computing it.
If f is a smooth, nonnegative function on [a, b], then the
surface area S of the surface of revolution that is generated
by revolving the portion of the curve y = f (x) between x = a
and x = b about the x-axis is defined as
Z b p
S= 2πf (x) 1 + [f 0 (x)]2 dx.
a
Rb Rb 1 2
δxf (x)dx 2 δ(f (x)) dx
a a
x= , y= (6.4.0)
Rb Rb
δf (x)dx δf (x)dx
a a
Rb
what is meant by the work W performed by the force on the xf (x)dx Zb
object as the object moves from x = a to x = b, and find a a 1
x= = xf (x)dx
formula for computing the work. Rb Area of R
δf (x)dx a
a
Definition 6.4.1. Suppose that an object moves in the pos-
itive direction along a coordinate line over the interval [a, b] Rb 1 2
while subjected to a variable force F (x) that is applied in the 2 (f (x)) dx Zb
a 1 1
direction of motion. Then we define the work W performed y= = (f (x))2 dx
by the force on the object to be Rb Area of R 2
f (x)dx a
Z b a