Applied II Module
Applied II Module
Table of Contents
Chapter One: Matrices and System of Linear Equations 1
2.1.3 Vectors in R2 45
2.1.4 Vectors in R3 47
2
Module on Applied Mathematics I 2006EC
3
Module on Applied Mathematics I 2006EC
P( x )
7.4.1 Guide lines for partial fraction decompositions of the form 178
Q(x)
tan
m
x sec n xdx
7.5.2 Guide lines for evaluating integrals of the form 186
4
Module on Applied Mathematics I 2006EC
INTRODUCTION
This module is designed to introduce University students the basics of the course applied
Mathematics I. To be able to do this, the module is divided into seven different chapters .Each
chapters is provided with appropriate examples and exercise that elaborates the
concepts ,principles and theorems presented.
The first two chapters explains matrix and determinant and vectors .Topics that includes are
types of matrix, techniques of matrix algebra, rank of matrix, solving system of linear equations
with different methods, and determinants and inverse of matrix, vectors product ,cross product of
two vectors, lines and planes
The last five chapters deal with the concept of limit is central to the study of calculus. Limits
underlie the two most important concepts in calculus: the derivative and the integral. If a student
does not have a robust understanding of limits, this can pose a threat to his future ability to
understand the mathematics behind how derivatives and integrals are computed.
5
Module on Applied Mathematics I 2006EC
CHAPTER ONE
Introduction
The concepts of matrices had its origin in various types of linear problems, the most important of
which concerns the nature of solutions of any given system of linear equation. Matrices are also
useful in organizing and manipulating large amounts of data.
Today, the subject of matrices is one of the most important and powerful tools in Mathematics
which has found applications to a very large number of disciplines such as Engineering, Business
and Economics, Statistics etc.
Objectives
Definition 1.1: A matrix is any rectangular array of real numbers or variables of the form
( )
a11 a 12 ⋯ a1 n
a 21 a 22 … a2 n
⋮ ⋮ ⋱ ⋮
am 1 am 2 ⋯ amn
…………………………. (1)
6
Module on Applied Mathematics I 2006EC
The numbers or the variables in the matrix are called entries or elements of the matrix. If a
matrix has m rows and n columns then we say that its size is m by n (mxn) matrix .An nxn
matrix is called a square or a matrix of order n. A 1x1 matrix is simply a real number .Matrices
For instance if
( )
1 4 5
( )
1 0 3
0 8 0 1
4 7 9 6 √3
A= B= 2 …………………….. (2)
then A is 3x3 square matrix or a matrix order 3 while B is 2x3 matrix .The entries in the i th row
()
a1
a2
⋮
an
An nx1matrix is called a column vector. A 1xn matrix (a1 , a2 , .. , an ) is called a row vector.
In matrix theory there are many special kinds of matrices that are important because they posses
certain properties .The following is a list of some of these matrices.
a) A matrix that consists of all zero is called a zero matrix and is denoted by
Omxn
( )
0 0 0
For example
O2 x 1 = 0
0 () ( )
O2 x 2= 0 0
0 0
O3 x 3= 0 0 0
0 0 0
7
Module on Applied Mathematics I 2006EC
b) An nxn matrix A is said to be a triangular matrix if all its entries below the main diagonal
are zeros or if all its entries above the main diagonal are zeros,[in other words a square matrix A
is triangular if a ij=0 for i> j∨aij =0 ,i< j ].More specially ,in the first case the matrix is called
upper triangular and in the second case the matrix is called lower triangular .The following
matrices
( ) (
2 5 6 11
)
2 0 0 0
0 4 7 0 −5 6 0 0
0 0 7 3 4 9 5 0
0 0 0 10 7 3 9 2
Upper triangular matrix Lower triangular
An nxn matrix A is said to be a diagonal matrix if all its entries not on the main diagonal are
( )
d 11 0 ⋯ 0
D= 0 d 22 ⋯ 0
⋮ ⋮ ⋱ ⋮
0 0 ⋯ d nn
…………………………. (3)
(c) If in (3) if all the diagonal elements are equal, it is referred to as a scalar matrix Sn, and if
these elements are equal to 1, we have a unity or identity matrix I nof order n .
( ) ( )
c 0 ⋯ 0 1 0 ⋯ 0
0 c ⋯ 0 0 1 ⋯ 0
Sn = I n=
⋮ ⋮ ⋱ ⋮ ⋮ ⋮ ⋱ ⋮
Thus,
0 0 ⋯ c 0 0 ⋯ 1
are respectively a scalar and identity matrix.
8
Module on Applied Mathematics I 2006EC
Two matrices A=( aij )m × n and B=( bij )m ×n are equal if a ij=bij for eachi∧ j. In other words, two
matrixes are equal if and only if they have the same size and their corresponding entries are
equal.
Matrix Addition
When two matrices A and B are of the size we can add them by adding their corresponding
entries
( ) ( )
2 −1 3 4 7 −8
a ) A= 0 4 6 and 9 3 5
−6 10 −5 1 −1 2 ,then
( )( )
2+4 −1+7 3+−8 6 6 −5
A+B= 0+9 4+3 6 +5 = 9 7 11
−6+1 10+(−1) −5+2 −5 9 −3
b ) The sum of
A= (12 3 4
5 7 ) and B= ( 11 00 )
is not define, since A and B are of different sizes.
9
Module on Applied Mathematics I 2006EC
( )
ka11 ka12 ⋯ ka 1n
ka ka 22 ⋯ ka 2 n
kA= 21 =( kaij ) mxn
⋮ ⋮ ⋱ ⋮
ka m 1 kam 2 ⋯ kamn
( )( )( )
2 0 5 5.2 5.0 5.5 10 0 25
5 1 3 4 = 5.1 5.3 5.4 = 5 15 20
3 6 1 5.3 5.6 5.1 15 30 5
The difference of two mxn matrices defined in usual A−B= A+(−B)where−1 B=−B
Suppose A , B∧C are mxn matrices and α and β are scalars .Then
Note: Each of the above six properties can be proved by using definition 1.4 and 1.5
Definition 1.6:Let the number of columns in matrix A be the same as the number of rows in
matrix B, then the matrix product AB exists and the element in row i and column j of AB is
10
Module on Applied Mathematics I 2006EC
obtained by multiplying the corresponding elements of row i of A and column j of B and adding
the product.
In other words if matrix A has n column and matrix B has n rows then the i th row of A is
()
b1 j
b2 j
.
.
.
(ai 1 , ai2 ,..., ain ) and j column of B
th bnj
.Thus if C=AB then
n
C ij=ai1 b 1 j +ai 2 b2 j +⋯+ain b 1n = ∑ a ik bkj
k =1
Moreover the number of rows and the number of columns of C are equal to the number of rows
of A and the number of column of B, respectively .Thus
( )
1 2
( )
3 4 2 1 3 4
B=
A= 1 2 3 1 1 0
Example 1:if
0 1 2 3 and
−1 1 .
( )( )
3+12+2−1 6 +16+0+1 16 23
AB= 1+6+3−1 2+8+0+1 = 9 11
Then
0+3+2−3 0+4+0+3 2 7
We note here that the size of A is 3x4 and the size of B is 4x2 consequently the size of AB is
3x2.
11
Module on Applied Mathematics I 2006EC
In defining the properties of matrix multiplication below, the matrix A , B∧C are assumed to be
of compatible dimensions for the operations in which they appear.
Property I: Matrix multiplication is, in general, not commutative. That is AB BA . Observe that
in Example 1 of section BA is not even define because the first matrix in this case B does not
have the same numbers of columns as the number of rows of the second matrix A.
Property II: From AB=0, it does not follow that either A=0 or B=[Link] O’S are null matrix of
appropriate order.
A=
(11 00 ) and B=
(01 01 )
We have, AB=
(00 00 ) is a null matrix even though A or B is not a null matrix.
Property III: The relation AB=AC or BA=CA does not imply that B=[Link] cancelation law
does not hold in general as in a real numbers.
( ) ( ) ( )
1 2 3 1 2 3 2 3 4
A= 1 1 2 B= 1 1 −1 , C= 2 2 0
−1 4 3 2 2 2 1 1 1
( )
9 10 7
AB= 6 7 6 = AC , although B≠C
9 8 −1
A (BC) = (AB) C
12
Module on Applied Mathematics I 2006EC
A(B+C)=AB+AC (B+C)A=BA+CA
Example 5
( )
1 2
A= 3 4
(
2 1
B= −3 2
) and
( )
1 0
C= 2 1
Solution:
A( BC )= ( )( ) (
1 2 4 1 6 5
=
3 4 1 2 16 11 )
( AB)C= ( −4 5 1 0
= )( ) (
6 5
−6 11 2 1 16 11 )
Thus
A( BC )= ( 6 5
16 11 )
=( AB)C
A(B+C)=AB+AC.
Notation: Since A (BC)=(AB)C, one may simply omit the parentheses and write ABC.
13
Module on Applied Mathematics I 2006EC
The same is true for a product of or more matrices .In the case where an nxn matrix is multiplied
by itself a number of times, it is convenient to use exponential notation. Thus, if k is a positive,
then
A k= ⏟
AA ⋯ A
k times
Example 6
if A= 1 1
1 1 ( )
Then
( )( ) ( )
A2 = 1 1 1 1 = 2 2
1 1 1 1 2 2
An =
( 2n−1 2n−1
2n−1 2n−1 )
Example 7 Simplify the following matrix expression
A(A+2B)+3B(2A-B)-A2+7B2-5AB
Definition 1.7 The transpose of a matrix A, denoted AT, is the matrix whose column are the rows
AT=(
a
ij
T )nxm=( a ji )nxm Where a ijT =a ji .
14
Module on Applied Mathematics I 2006EC
For example, if
i) ( AT )T = A ii ) ( A+B )T = AT +BT
iii ) ( AB )T =BT AT iv ) (kA )T =kAT
Proof: We give here the proof of iii) here the rest is left as exercise
Note that
then
( ) (∑ )
n n
B A =( b ) ( a kjT )nxm= ∑ bik T akjT
T T
= a jk b ki
ik T rxn k=1 rxm k=1 rxm
(1)
and the last step follows from the definition of a transpose .Also
(∑ )
n
AB=( aik ) mxn ( bkj ) nxr = aik b kj
k =1 mxr
(∑ )
n
T
( AB ) = a jk bki
rxm
k =1 (2)
i) Symmetric if
a ij=a ji for all i and j, that is if AT=A.
15
Module on Applied Mathematics I 2006EC
( )
2 3 4
( 1 0
0 −4 ) 3 1 5
4 5 3
Activity 1.1
1 . If A= ( 1 −3
0 4 ) B= ( 1 2 −3
5 0 −1 ) (C=
2 −4 5
1 0 0 )
Then find
g) Determine the following elements of D = AB + 2C, without computing the complete matrix
d 12 and d 21
i) A + AT is a symmetric matrix
16
Module on Applied Mathematics I 2006EC
We use matrices to describe systems of linear equations. There are two important matrices
associated with every system of linear equations. The coefficients of the variables form a matrix
called the matrix of coefficients of the system. The coefficients, together with the constant terms,
form a matrix called the augmented matrix of the system. For example, the matrix of coefficients
and the augmented matrix of the following system of linear equations are as shown.
( )( )
x1 +x 2 +x 3 =2 1 1 1 1 1 1 2
2 x 1 +3 x 2 + x3 =3 2 3 1 2 3 1 3
x 1−x 2 −2 x 3=−6 ⏟
1 −1 −2 ⏟
1 −1 −2 −6
matrix of coefficient augmented matrix
Observe that the matrix of coefficients is a sub matrix of the augmented matrix. The augmented
matrix completely describes the system.
Elementary Transformations
Systems of equations that are related through elementary transformations, and thus have the
same solutions, are called equivalent systems. The symbol ¿ is used to indicate equivalent
17
Module on Applied Mathematics I 2006EC
system of equations. The next example compares the elementary transformation with elementary
row operations.
{
x 1 + x 2 + x3 =2
2 x 1 +3 x 2 + x 3 =3
x 1−x 2 −2 x 3 =−6
x1 +x 2 +x 3 =2
2 x 1 +3 x 2 + x3 =3
Initial system x 1−x 2 −2 x 3=−6
x1 +x 2 +x 3 =6
x 2 −x 3=−1 eq (2)→2 eq (1)−eq(2 )
¿ −2 x 2−3 x 3 =−6 eq (3)→ eq(3 )−eq (1)
x 1 +2 x 3 =3
x 2 −x 3 =−1 eq (1)→eq (1)−eq(2 )
¿ −5 x 3=−10 eq (3)→ eq(3 )+2 eq(2 )
x 1 +2 x 3 =3
x 2 −x3 =−1 1
eq (3)→ eq (3 )
¿ x3 =2 5
Eliminate x3 from 1st and 2nd equations
x 1=−1
x 2 =1
¿ x 3=2
18
Module on Applied Mathematics I 2006EC
Matrix Method
( )
1 1 1 2
2 3 1 3
Augmented matrix
1 −1 −2 −6
We refer to the first row as the pivot row, and then we have:
( )
1 1 1 2
¿ 0 1 −1 −1 , R2 → R2 −2 R 1 , R 3 → R 3−R 1
0 −2 −3 −8
( )
1 0 2 3
¿ 0 1 −1 −1 R1 →R 1−R 2 , R 3 → R3 −2 R2
0 0 −5 −10
( )
1 0 2 3
−1
¿ 0 1 −1 −1 , R 3 → R3
5
0 0 1 2
19
Module on Applied Mathematics I 2006EC
( )
1 0 0 −1
¿ 0 1 0 1 , R 1 → R1 −2 R 3 , R2 → R2 +R3
0 0 1 2
x 1=−1
x 2 =1
x 3=2
x 1 −2x 2 +4 x 3 =12
2x 1 −x2 +5 x3 =18
−x 1 +3 x 2−3x 3 =−8
1.3.1 Reduced Row Echelon form and Elementary Row Operations:
In above motivating example, the key to solve a system of linear equations is to transform the
original augmented matrix to some matrix with some properties via a few elementary row
operations. As a matter of fact, we can solve any system of linear equations by transforming the
associate augmented matrix to a matrix in some form. The form is referred to as the reduced row
echelon form.
2. For each nonzero row, the first entry is 1. The first nonzero entry is called a leading 1.
20
Module on Applied Mathematics I 2006EC
3. For two successive nonzero rows, the leading 1 in the higher row appears farther to the left
than the leading 1 in the lower row.
4. If a column contains a leading 1, then all other entries in that column are 0.
Note: a matrix is in row echelon form as the matrix has the first 3 properties.
( ) ( )
1 3 0 0 2 1 0 0 3 0
0 0 1 0 0 0 0 1 0 0
0 0 0 1 0 0 0 0 2 0
0 0 0 0 0 0 0 0 0 1
Example
0 0 0 0 0 0 0 0 0 0
( )
1 2 3 4
0 1 9 6
0 0 1 9
The matrix
0 0 0 0 is not in reduced row echelon form but in row echelon form
since the matrix has the first 3 properties and all the other entries above the leading 1 in the third
column are not 0.
( )
1 0 8 9
0 1 −6 4
0 1 3 3
The matrix
0 0 0 0 are not in row echelon form (also not in reduced row echelon form)
since the leading 1 in the second row is not in the left of the leading 1 in the third row and all the
other entries above the leading 1 in the third column are not 0.
21
Module on Applied Mathematics I 2006EC
i.e
Ri ↔ R j or Ci ↔ C j ii) Multipling a row (or column ) by a non zero scalar.
i.e
Ri → αRi or C j →αC j
th th
iii) Replacing the i row (or column ) by α times the j th row (or column) plus the i row (or
column).
i.e
Ri → αR j + Ri or C i →αC j +C i
Defination 1.10 A matrix A is said to be row (or colunm) equivalent to a matrix B if B can be
obtained by appling a finite sequence of elemntary row (or column ) operations to A.
( ) ( ) ( ) ( )
0 0 1 2 3 3 6 −9 0 0 1 2 0 0 1 2
A= 2 3 0 −2 ¿ B= 2 3 0 −2 ¿ C= 2 3 0 −2 ≃ D= 2 3 0 −2
3 3 6 −9 0 0 1 2 1 1 2 −3 −1 −3 6 −5
Because of
Note: 1) Every nonzero m×n matrix can be transformed to a unique matrix in reduced row
echelon form via elementary row operations.
2) If the augmented matrix [A:b] can be transformed to the matrix in reduced row echelon
form [C:d] via elementary row operations, then the solutions for the linear system corresponding
to [C:d] is exactly the same as the one corresponding to [A :b]
Activity 1.2
1. Reduce the following matrices to row echelon and reduced row echelon forms.
22
Module on Applied Mathematics I 2006EC
( )
2 2 4 4
( ) ( )
2 0 −1 0 1 2 3
2 3 4 5
a) 5 1 0 b) c) 0 1 3 2
3 4 5 6
0 1 3 0 3 9 3
4 5 6 7
Defination 1.11: Let A be mxn matrix and U be an echelon or the reduced echelon form of
[Link] rank of A is denoted by Rank(A) and is define as the number of non-zero rows of U.
i.e if a matrix A is carried to a row-echelon matrix U by elementary row operations, then the
number of leading 1s in U is called the rank of A.
( ) ( )
1 1 −2 3 −2 1 −2
A= 3 −1 1 B= 1 −1 3 5
−1 3 4 −1 1 1 −1
Solution : We transform the matrix A in to row –echelon form by using elementary row
operations.
( )( )
1 1 −2 1 1 −2
A= 3 −1 1 ≃ 0 −4 5 , R 2 →−3 R 1 +R2 and R 3 → R1 +R 3
−1 3 4 0 4 2 ,
( )
1 1 −2
¿ 0 −4 −5 , R3 → R 2 +R3
0 0 −3
( )
1 1 −2
4 1 1
¿ 0 1 , R2 →− R2 and R3 →− R 3
5 4 3
0 1 1
23
Module on Applied Mathematics I 2006EC
( ) ( )
3 −2 1 −2 3 −2 1 −2
B= 1 −1 3 5 ≃ 0 −5 10 13 , R 2 →3 R2 +R 1 and R3 →3 R3 −R 1
−1 1 1 −1 0 5 2 −1
( )
−3 −2 1 −2
¿ 0 −5 10 13 , R 3 → R2 +R3
0 0 12 12
( )
2 2 −1
1
3 3 3
−1 1 1
¿ −13 R1 → R1 , R 2 →− R 2 and R 3 →− R 3
0 1 −2 3 5 12
5
0 0 1 1
( )
2 −1 2
1
3 3 3
−13
¿ 0 1 −2 , R3 →2 R3 + R2
5
−3
0 0 0
5
is row of echelon form and also the number of leading 1’s is [Link] Rank(B)=3
We motivate the idea of the inverse of a matrix by looking at the multiplicative inverse of a real
number. If number b is the inverse of a, then
1
for example 2 is the inverse of 2 and we have
24
Module on Applied Mathematics I 2006EC
1 1
2( 2 )=( 2 )2=1
Definition 1.12 An n×n matrix A is said to be nonsingular or invertible if there exists a matrix B
such that AB=BA=In. The matrix B is said to be the multiplicative inverse of A. Note: If B and C
are both multiplicative inverses of A, then
( ) ( )
2 0− −1 3 −1 1
A= 5 1 0 B= −15 6 −5
0 1 3 5 −2 2
( )( )( )
2 0 −1 3 −1 1 1 0 0
AB= 5 1 0 −15 6 −5 = 0 1 0 =I 3
0 1 3 5 −2 2 0 0 1
And
( )( )
3 −1 1 2 0 −1
BA= −15 6 −5 5 1 0 =I 3
5 −2 2 0 1 3
25
Module on Applied Mathematics I 2006EC
B= ( )
x
y
x'
y ' such that ( )(
0 1 x
0 0 y
x'
y )( )( )
' =
y
0
y' = 1 0
0 0 1
Definition 1.13: An n×n matrix is said to be singular if it does not have a multiplicative inverse.
1. Adjoin the identity n×n matrix In to A to form the augmented matrix (A: In)
2. Compute the reduced echelon form of (A: In). If the reduced echelon form is of the type
(In: B), then B is the inverse of A. If the reduced echelon form is not of the type (I n: B), in that
the first n×n submatrix is not In, then A has no inverse.
( )
1 −1 −2
A= 2 −3 −5
−1 3 5
( )( )
1 −1 −2 1 0 0 1 −1 −2 1 0 0
( A : I 3 )= 2 −3 −5 0 1 0 ¿ 0 −1 −1 −2 1 0 R2 →R 2−2 R1
−1 3 5 0 0 1 0 2 3 1 0 1 , R3 →R 3 + R1
26
Module on Applied Mathematics I 2006EC
( )
1 −1 −2 1 0 0
¿ 0 1 1 2 −1 0 , R 2 →−R2
0 2 3 1 0 1
( )
1 0 −1 3 −1 0
¿ 0 1 1 2 −1 0 , R1→R1+Ralignl¿2 ¿¿, ¿ R3→R3−2R2 ¿ ¿¿
0 0 1 −3 2 1
( )
1 0 0 0 1 1
¿ 0 1 0 5 −3 1 , R1 → R1 +R3 ,
0 0 1 −3 2 1
R2 →R 2−R 3
Thus
( )
0 1 1
−1
A = 5 −3 −1
−3 2 1
The following example illustrates the application of the method for a matrix that does not have
an inverse. Letter on in this chapter we devise more effective method to decide whether a matrix
invertible.
( )
1 1 5
A= 1 2 7
2 −1 4
( )( )
1 1 5 1 0 0 1 1 5 1 0 0
( A : I 3 )= 1 2 7 0 1 0 ≃ 0 1 2 −1 1 0 R 2 → R2 −R1 and R3 →R 3−2R1
2 −1 4 0 0 1 0 −3 −6 −2 0 1
27
Module on Applied Mathematics I 2006EC
( )
1 0 3 2 −1 0
¿ 0 1 2 −1 1 0 , R1 →R 1−R 2 and R3 → R3 −3 R2
0 0 0 −5 3 1
There is no need to proceed further. The reduced echelon from cannot have a one in the (3,3)
location. That is the reduced echelon form cannot be of the form (In: B). Thus A-1does not exist.
Activivity 1.3
( ) ( )
2 1 3 1 2 −3
a) ( )
1 1
2 3
b) 0 2 1
1 1 2
c ) 1 −2 1
5 −2 −3
−1
1 . ( A−1 ) = A
1
2 . (cA )−1 = A−1
c
3 . ( AB) =B−1 A −1
−1
4 . ( An )−1 =( A−1 ) n
5 . ( AT )−1 =( A−1 )T
we verify the 1st and 3rd results to illustrate the techniques involved leaving for the reader the
remaining results to verify.
i) (A-1)-1 =A this results followes directly from the defination of inverse of a matrix .Since A -1 is
the inverse of A ,we have
AA-1=A-1A=In
28
Module on Applied Mathematics I 2006EC
iii)(AB)-1=B-1A-1 we want to show that the matrix B-1A-1 is the inverse of the matrix [Link]
get,using the properties of matrices,
Activety 1.4
( ) (
1. If A= 5 1 , then A−1= − 2 −1
9 2 −9 5 )
Use this information to determine
Let A=[a11] be a square matrix of order one. Then det (A) = a [Link] definition, if A is invertible,
then a11¿ 0 and so det A≠0. Also, conversely if det (A)≠0, then a11¿ 0 and so, A is invertible.
a a
| 11 12|=a11 a22−a21 a12
a21 a22
29
Module on Applied Mathematics I 2006EC
( )
1
−6
( 1
7
5
10 ) b.
−
9
1
3
a. 3
( )
1 5 )=1. 10−7 .5=10−35=−25
Solution:a. det( 7 10
( )
1
−6
9 1 1 1 1 −1
)= . 3−6 = − =
−1 9 3 3 2 6
3
b. det( 3
Defination 1.14:Let A=[aij] and Mij be the (n-1)x(n-1) matrix obtained from A by deleting the I
row and j column containing [Link] det(Mij) is called the minor of [Link] define the cofactor Cij
of aij by Cij=(-1)i+j det(Mij)
Example 2 Determine the minors and cofactors of the elements a 11 and a32 of the following
matrix A.
( )
1 8 0
A= 5 2 3
0 0 1
Minor of a11:
2 3
| |=2−0=2
det(M11)= 0 1 ,By deletining the 1st row 1st column.
C11=(-1)1+1 det(M11)=2
30
Module on Applied Mathematics I 2006EC
1 0
| |=3−0=3
Minor of a32=det(M32)= 5 3
C32=(-1)3+2 det(M32)=-3
Theorem1.2 :If A is an nxn matrix with n¿ 3 ,then det(A) can be expressed as the a cofactor
expansion using any row or column of A.
Note:One can often save work by expanding along the row or column that contains the most
[Link] is a useful rule that can be used to give the sign part (-1) i+j, of the cofacotors in these
[Link] rule is sumarized in the following array.
If, for example ,one expands in terms of the second row ,the signs will be - + - [Link] signs
alternate as one goes along any row or column.
( )
0 2 3 0
0 4 5 0
0 1 0 3
2 0 1 3
Solution:One would exxpand down the first [Link] first three terms will drop out,leaving
31
Module on Applied Mathematics I 2006EC
( )
2 3 0
1 0 3
4 5 ( )
−2det( 4 5 0 )=−2.3det( 2 3 )=−2.3(−2)=12
( )
2 −1 4 9
3 −2 7 3
)
0 0 0 0
Example 4:Caluculate det(
−4 3 −2 5
( )
2 −1 4 9
3 −2 7 3
)
0 0 0 0
det(
−4 3 −2 5 =[Link]( )+ [Link]( )+[Link]( )+[Link]( )=0
This example illustrate es the fact that if amatrix has a row (or column ) containing all zeros the
determinant is zero.
( )
2 7 3 2
0 −3 4 3
0 0 6 4
Example 5:Calculate det(
0 0 0 10 )
( )
2 7 3 2
( )
0 −3 4 3 −3 4 3
0 0 6 4 0 6 4 ,
det(
0 0 0 10 )=2det( 0 0 10 expand by column 1.
6 4
2(−3)det ( )=2(−3)(6)(10)=−360
= 0 10
32
Module on Applied Mathematics I 2006EC
Another look at Example 3 shows us that the determinant of the given matrix was the product of
the diagonal element .Although this does not happen for all matrices ,it does if the matrix is
upper or lower triangular matrix.
Proof: Let us use the principle of mathematical induction. The proposition P(n) is as follows: An
n × n upper triangular matrix A has determinanta11 a22 ... ann First, we check p(n).When n=2
A=
( a11
0
a12
a22 )
and by definition det( A)=a11a22 . The proposition is true for n=2 . For the induction hypothesis
we suppose that P(k) is true. That is, suppose that if Ak×k is upper triangular then
det(Ak×k )=
a 11 a22 . . . a kk .
( )
a11 a 12 . . . a1 k a1 k +1
0 a 22 . . . a2 k a2 k +1
⋮ ⋱ ⋮
⋮
0 ⋱ ⋮
0 0 0 akk akk +1
0 0 0 0 ak +1 k +1
Writing Ak+1k+1=
Thus by the principle of mathematical induction ,the propostion is true for all n.
33
Module on Applied Mathematics I 2006EC
So, if A is upper or lower triangular, the determinant is easy to calculate. To use this fact, we can
row-reduce a matrix to upper or lower triangular form, calculate the determinant of the resulting
matrix, and then relate that determinant to the determinant of the original matrix.
Activty1.5
( )
2 0 3 9
4 0 1 5
A=
5 8 2 5
[Link]
0 −3 6 7 ,then find the following minors and cofactors of A.
[Link] the determinant of the following matrix using as little computation as possible.
( )
1 −2 3 0
4 0 5 0
B=
7 −3 8 4
−3 9 3 0
The following theorem tells us how elementary row operation affect determinants. It also tells us
that these operations can be extended to columns.
3 4 −2
|−1 −6 3 |
2 9 −3
Solution: We examine the rows and columns of the determinant to see if we can create zeros in
a row column the above operations. Note that we can create zeros in the second column by
adding twice the third column to it:
3 4 −2 3 0 −2
|−1 −6 3 |= |−1 0 3 |,C2 →C 2 +3C 3
2 9 −3 2 3 −3
Expand this determinant in terms of the second column to take adevantage of the zeros.
We shall find that matrices that have zero determinant play a significant role in theory of
matrices.
The following theorem gives information about some of the circumstance under which we can
expect a matrix to be singular.
( ) ( )
2 0 −7 2 −1 3
A= 3 0 1 b ) B= 1 2 4
a)
−4 0 9 2 4 8
35
Module on Applied Mathematics I 2006EC
Solution:
a) All the elements in column 2 of A are zero. Thus |A| = 0.
b) Observe that every element in row 3 of B is twice the corresponding element in row 2. We
write
(row 3) = 2(row 2)
Row 2 and row 3 are proportional. Thus |B| = 0.
The following theorem tells us how determinants interact with various matrix operations. The
examples following it demonstrate the theorem in use.
Theorem 1.6 Let A and B be n × n matrices and c be a nonzero scalar.
a) Determinant of a scalar multiple : |cA|=cn|A|
b) Determinant of a product: |AB| = |A||B|
c) Determinant of a transpose: |At| = |A|
1
|A−1|=
d) Determinant of an inverse: |A| (assuming A-1 exists).
Example 8 If A is a 2×2 matrix with |A| = 4, use Theorem 2.22 to compute the following
determinants.
t −1
a) |3A| b) |A| c) |5 A A |,assuming A-1 exists.
−1 t
Exampe 9:Prove that |A A A|=|A|
1
|A−1 A t A|=|( A−1 At ) A|=|A−1 A t||A|=|A−1||A t||A|= |A||A|=|A|
|A| .
Activity 1.5
36
Module on Applied Mathematics I 2006EC
(
x−1 −2
[Link] all the values of x that make the following determinant zero. x−2 x−1
)
( )
1 −1 −3
A= 2 0 −4
[Link]
−1 1 2 then |A| = –2. Use this information, together with the properties of
determinants, to compute the determinant of the following matrices.
( ) ( )( )
1 −1 −3 2 0 −4 1 −1 −3
a) 2 0 −4 b) 1 −1 −3 c) 4 −2 −10
−2 2 4 −1 1 2 −1 1 2
[Link] A and B are 3 × 3 matrices and |A|= – 3, |B| = 2, compute the following determinants.
We first introduce tools necessary for developing a formula for the inverse of nonsingular
matrix.
Definition 2.23: Let A be an n × n matrix andC ij be the cofactor of [Link] matrix whose (i, j)th
element is Cij is called the matrix of cofactors. The transpose of this matrix is called the adjoint
of A and is denoted adj(A).
( ) ( )( )
T
C 11 C12 ⋯ C 1n C 11 C12 ⋯ C1 n C11 C 21 ⋯ Cn1
C 21 C 22 ⋯ C 2n C C ⋯ C2 n C C 22 ⋯ Cn2
,then 21 22 = 12
⋮ ⋮ ⋱ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋱ ⋮
Cn 1 C n 2 ⋯ C nn C n 1 C n2 ⋯ C nn C 1n C2 n ⋯ C nn
⏟ ⏟
matrix of cofactors adjo int matrix
37
Module on Applied Mathematics I 2006EC
Example 10 : Find the matrix of cofactors and the adjoint matrix of the matrix
( )
−2 −1 3
A= −4 5 2
−3 1 4
5 2 −4 2 −4 5
C 11=| |=18 C12=−| |=10 C 13=| |=11
1 4 −3 4 −3 1
−1 3 −2 3 −2 −1
C 21=| |=7 C 22=| |=1 C23=| |=5
1 4 −3 4 −3 1
−1 3 −2 3 −2 −1
C 31=| |=−17 C32=| |=−8 C 33=| |=−14
5 2 −4 2 −4 5
Thus the matrix of cofactor of this matrix is
( )
18 10 11
7 1 5
−17 −8 −14
( )
18 7 −17
adj( A )= 10 1 −8
11 5 −14
1
A−1 = adj( A )
|A|
Proof: as exersise
If A is nonsingular ,then
−1
A =
1
(a22 −a 12
a11 a 22−a12 a21 a21 a11 )
12: use the result of Theorem 1.25 to compute the inverse of the matrix
Example
( )
−2 −1 3
A= −4 5 2
−3 1 4
Solution: |A|
is computed and found to be -[Link] matrix was discussed in example [Link]
we found that
( )
18 7 −17
adj( A )= 10 1 −8
11 5 −14
( )
−18 −7 17
13 13 13
−1 −10 −1 8
A−1 = adj( A )=
13 13 13 13
−11 −5 14
13 13 13
Activity 1.6
1. Determine whether the following matrices have inverse. If a matrix has an inverse, find the
inverse using the formula for the inverse of a matrix.
39
Module on Applied Mathematics I 2006EC
( )
1 2 3
1 4
a) 3 2
( ) b)
0 1 2
4 8 7
We now discuss the relationship between the existence and uniqueness of the solution to a
system of n linear equations in n variables and the determinant of the matrix of coefficient of the
system.
Theorem 1.8: (Cramer’s Rule). Let A be an n × n nonsingular matrix and let B ∈ Rn. Let Ai be
the matrix obtained by replacing the ith column of A by B. If X is the unique solution to AX =B,
then
|Ai|
x i= ,for i=1, 2, .. . ,n
|A|
i) If |A| ≠ 0, then AX = B has a unique solution. The system has a trivial solution that
is X=0 if B = 0.
ii) If |A| = 0, and at least one of the Ais is nonzero the system has no solution. For, if
|A| = 0 and |A1| ≠ 0, then X |A| =|A1| leads to a contradiction. Such systems are
called inconsistent
iii) If |A| = 0 and |A i|=0 , i =1,2,. . . ,n the system my ave an infinite number of
solutions or may not have a solution. A system having an infinite number of solutions is called
dependent.
Definition 1.14 If AX = 0 then the system of equations is said to be homogeneous.
Example 1:Solve
3 x1 −x 2 + x=3
x 1 +x 2 + x 3 =6
x 1−x 2 −x 3 =−4
by using Cramer,s rule.
40
Module on Applied Mathematics I 2006EC
()
3
B= 6
Now substute
−4 for column 1 and calculate
( ) ( )
4 −1 1 4 −1 2
det 6 1 1 det 6 1 0
−4 −1 1 −4 −1 0 −4
x 1= = , C3 →−C 2 +C 3 = =1
−4 −4 −4
Similarly
( ) ( )
3 4 1 3 0 1
det 1 6 1 det 1 2 1
1 −4 1 1 0 −1
x 2= = , C 2 →−4 C 2 +C 3
−4 −4
−8
= =2
−4
( ) ( )
3 −1 4 3 −1 4
det 1 1 6 det 4 0 10
1 −1 −4 2 0 2
x 3= = , R2 →R 2 +R1 and R 3 → R2 +R3
−4 −4
−12
= =3
−4
The following two systems of linear equations, each of which has a singular matrix of
coefficients, illustrate that there may be many or no solutions.
41
Module on Applied Mathematics I 2006EC
( )
x1 −2 x 2 +3 x 3=1 x 1 +2 x2 +3 x3 =3
3 x 1 −4 x 2 + 5 x 3 =3 2 x 1 + x 2 +3 x 3 =3
2 x 1 −3 x 2 + 4 x 3 =2 x 1 + x 2 +2 x 3= 0
⏟ ⏟
many solution no solution
x 1 =t + 1, x 2 =2t , x 3 =t
Example 2: Determine values of r for which the following system of equations has nontrivial
solutions. Find the solutions for each value of r.
(r +2 )x 1 +(r +4 ) x 2=0
2 x 1 +(r+ 1) x2 =0
Solution: This system is a homogeneous system of linear equations. It thus has the trivial
solution by Theorem 2.26 (i). The same theorem part (iii) tells us that there is the possibility of
other solution only if the determinant of the matrix of coefficients is zero.
r+2 r+4
| |=0
2 r+1
( r+2)(r+1)−2(r+4)=0
r 2 +r−6=0
( r−2)(r+3)=0
−x 1 +x 2 =0
2 x 1−2 x 2=0
42
Module on Applied Mathematics I 2006EC
4 x 1 +6 x 2=0
2 x 1 +3 x 2 =0
−3 m
x 1= , x 2=m, for m ∈ ℜ
2
Cramer’s rule gives us a convenient method for writing down the solution to an n × n system of
equations in terms of determinants. In this method we can solve for any one of the xis with out
solving the solution of the entire system. However to compute the solution of the system as a
whole, one must evaluate n + 1 determinants of order n. Evaluating even two of these
determinants generally involves more computation than solving the system using Gaussian
43
Module on Applied Mathematics I 2006EC
2. Find an echelon form of the augmented matrix using elementary row operations.
Example 3 Solve the following system of linear equations using the method of Gaussian
elimination.
x 1 +2 x2 +3 x3 +2 x 4 =−1
−x 1 −2 x 2 −2 x 3 + x 4 =2
2 x 1 +4 x 2 + 8 x3 +12 x 3 =4
Solution: Solving the augmented matrix, create zeros below the pivot in the first column.
( )( )
1 2 3 2 −1 1 2 3 2 −1
[ A :b ]= −1 −2 −2 1 2 ≃ 0 0 1 3 1 , R2 →R 2 +R1 , R3 →R 3 −2 R 2
2 4 8 12 4 0 0 2 8 6
( )
1 2 3 2 −1
≃ 0 0 1 3 1 , R 3 → R3 −2 R2
0 0 0 2 4
( )
1 2 3 2 −1
1
≃ 0 0 1 3 1 , R3 → R3
2
0 0 0 1 2
44
Module on Applied Mathematics I 2006EC
x 1 +2 x 2 +3 x 3 +2 x 2=−1
x 3 +3 x 4 =1
x 4 =2
The system is now solved by back substitution i.e. the value of x4 is substituted into the second
equation to give x3 . x3 and x4 are then substituted into the first equation to get x1 .
We get
x 3 +3 (2)=1
x3 =−5
Example 4 Determine the value of k so that the following system of unknown x, y, z has
45
Module on Applied Mathematics I 2006EC
x+ y−z=1
2 x+3 y+kz=3
x+ky+3 y=2
( )( )
1 1 −1 1 1 1 −1 1
[ A :b ]= 2 3 −k 3 ≃ 0 1 k +2 1 , R 2 → R2 −2 R 1 , R 3 → R3 −R 2
1 k 3 2 0 k−1 4 1
( )
1 1 −1 1
≃ 0 1 k +2 1 , R3 →R 3 −(k −1) R2
0 0 −(k−1 )(k +2 )+4 2−k
( )
1 1 −1 1
≃ 0 1 k +2 1
0 0 (2−k )(k +3) 2−k
The system has a unique solution if the solution if the coefficient of z in the third equation is not
zero; that is, if k ≠ 2 and k ≠ -3. In case k = 2, the third equation reduces to 0 = 0 and the system
Activity 1.5
46
Module on Applied Mathematics I 2006EC
Review Exersise
( )
−1 3 7 5
( ) ( )
1 2 3 1 0 1
(a ) ( )
1 3
8 4
(b ) −3 1 2
9 5 6
(c )
−1 2 −1 3
2 0 1 4
(d ) 2 1 2
1 2 1
1 −1 −1 3
( )
1 1 0
1 0 −1
[Link] the values of x for which the matrix A=
1 2 x is invertible. In that case give A-1.
( )
1
1 2
( )( )
1 −2 0 2 0 1 3
2 1 0 0 1 0 1
1 0
0 0 1 1 0 1 2
0 0 1
47
Module on Applied Mathematics I 2006EC
( )( )
1 −2 0 1 2 0
2 1 0 A −2 1 0 =5 I 3
5. Given that
0 0 1 0 0 1 ,what is det(A)?
( )
1 0 0 0
( ) ( )
1 1 1 x+m x x
0 1 0 0
(a ) (b ) a b c (c ) x xm x
0 0 1 0
a b c d a2 b2 c 2 x x x
x 1 + x 2 + kx 3 =0
x 1 +kx 2 + x3 =0
kx 1 + x 2 + x 3 =0
9. A man refused to tell anyone his age, but he likes to drop hints about it. He then remarks that
twice his mother’s age add up to 140 and also that his age plus his father’s age add up to 105
48
Module on Applied Mathematics I 2006EC
Furthermore, he says that the sum of his age and his mother’s age is 30 more than his father’s
age. Calculate the man’s age or show that his hints contradict one a
CHAPTER TWO
Introduction
Objectives
A scalar is simply a real number, a complex number or a quantity that has magnitude but no
direction. For instance length, temperature, and blood pressure are represented by real numbers
hence are scalar quantities. A vector, on the other hand, is usually described as a quantity that has
both magnitude and direction. Geometrically, a vector is represented by a directed line segment
→ →
that is an arrow and is written either as a boldface symbol v or AB for instance weight, velocity,
frictional force are vector quantity.
→
A vector whose initial point is A and whose terminal point is B is given by AB and the
→
→
magnitude (or length) of a vector AB is denoted by
‖AB‖.Moreover two vectors that have the
→ →
same magnitude and the same direction are said to be equal. Thus in fig 1 below AB =CD
Because of this property of vectors that we can move vectors from one position to another
provided its magnitude and direction are maintained, so we say that vectors are free by their very
→ →
nature. The negative of a vector AB , written – AB , is a vector that has the same magnitude as
→ →
AB but opposite in direction. If, k ≠ 0 then k AB is a vector that is |k| as long as AB . When
→
k=0 we say 0 AB = 0 (zero vector). Two vectors are said to be parallel if and only if they are
nonzero scalar multiples of each other.
50
Module on Applied Mathematics I 2006EC
Two vectors can be considered as having a common initial, such as in fig [Link], if nonparallel
→ →
vectors AB and AC are the sides of a parallelogram as in fig 3b, we say the vector that is the
→ → →
main diagonal, or AD , is the sum of AB and AC and we write
→ → →
AD = AB + AC
→ →
The difference of two vectors AB and AC is defined by
→ → → →
AB - AC = AB +(- AC )
51
Module on Applied Mathematics I 2006EC
→ →
As seen in fit 4(a), the difference AB - AC can be interpreted as the main diagonal of a
→ →
parallelogram with sides AB and - AC . However, as shown, in fig 4b, we can also interpret it
as the third side of a triangle with sides AB and AC . In this second interpretation, observe that
→ → →
the vector difference CB = AB - AC points toward the terminal point of the vector from which
→ → → →
we are subtracting the second vector. If AB = AC , then AB - AC = 0(zero vector)
2
2.1.3 Vectors in R
a =< a1 , a2 >¿ ¿
As we shall see in the first example, the vector a is not necessarily a position vector.
52
Module on Applied Mathematics I 2006EC
Example 1
The displacement between the point (x,y) and (x+4,y+3) in fig 5a is written <4,3>. As seen in
fig. 6b, the position vector of <4,3> is the vector emanating from the origin and terminating at
the point P(4,3).
In R2 addition, subtraction, multiplication of vectors by scalars, and so on, are defined in terms
of their components.
Definition 2.1: Let a=¿ a 1 , a2 > and b =< b 1 , b2 >¿ ¿ be vectors in R2 ,then
i) Addition : a+ b=¿
ii) Subtraction: a−b=¿
Definition 2.2 The magnitude, length, or norm of a vector a =< a1 , a2 >¿ ¿ is denoted by
53
Module on Applied Mathematics I 2006EC
√
‖a‖= a 2 +a
1 22
Clearly‖a‖¿ 0 , for any vector ‖a‖=0 if and only if a=[Link] we define a unit vector as a
vector with norm unity. We can obtain a unit vector u in the direction of a by multiplying a by
1 1
i .e u= a
‖a‖ ‖a‖
is a unit vector in the direction of a.
Example 4: Given a=<6,-2>,form a unit vector in the direction of a and in the opposite
direction of a.
2 √10
Solution:- We sow in example 3 that the norm of a is . Thus the unit vector u in the
direction of a is given by
1 1 3 −1
u= a= <6 ,−2 >= ⟨ , ⟩
2 √ 10 2 √ 10 √ 10 √10
−3 1
−u=⟨ , ⟩
√ 10 √10
There are two especial unite vectors in R2 that simplify describing and operating on vectors
which are
54
Module on Applied Mathematics I 2006EC
any vector
a =< a1 , a2 >¿ ¿ ,can be written as a sum
2.1.4 Vectors in R3
A vector a in R3 is an ordered triple of real numbers a=<a1,a2,a3> where a1 ,a2 ,a3 are the
components of the vector. The set of all vectors in R3will be denoted by the symbol R3. The
position vector of a point P(x1, y1, z1) in space is the vector OP <x1, y1, z1> whose initial point
The component definition of addition, subtraction, scalar multiplication and so on are natural
55
Module on Applied Mathematics I 2006EC
3
.3: Let a =< a 1 , a2 , a3 > and b =< b 1 , b2 , b3 > be vectors in ℜ .Then
Definition 2
√
vi) Magntude :‖a‖= a 2 +a 2 +a
1 2 32
→
p1 p2
Example 6 Find the vector if the points P1 and P2 are given by P1(4,6,-2) and P2 (1,8,3).
Solution: Observe that we may sketch the vectors as in the figure below
Fig 8
56
Module on Applied Mathematics I 2006EC
−2 3 6
⟨ , , ⟩
7 7 7
Example 8 Find the norm of a where a=
‖a‖=
7 √( 7
+
7)()()
−2 2 3 2 6 2 4+9+36
+ =
49
=1
√
Thus a is a unit vector.
As we have special unit vectors in R 2 (i and j) we also have special unit vectors in R3
defined as
a=< a1 ,a2 ,a3 >¿ ¿ =a 1 <1 , 0,0>+a 2 <0, 1 ,0 >+a 3 <0 , 0, 1>¿ ¿
a i+a2 j+a 3 k
= 1
In this and the following section, we shall consider two kinds of products between vectors that
originate in the study of mechanics, electricity and magnetism. The first of these products,
known as the dot or inner or scalar product, yields a scalar.
3
Definition 2.4: Let a =< a 1 , a2 , a3 > and b =< b 1 , b2 , b3 > be vectors in ℜ . Then the dot product of
a and b is the number a.b defined by
a.b=
a 1 b1 +a2 b 2 +a3 b3
Observe that if a=
¿a 1 ,a2 ,a3 >¿ ¿ the norm of a is given by
57
Module on Applied Mathematics I 2006EC
√
‖a‖= a 2 +a 2 +a 2 =√ a . a
1 2 3 or
a.a=‖a‖2
In particular
‖i‖=‖j‖=‖k‖=1
Example 1 Find the scalar product of a =< 4 , -2 , 1 > and b =< 2 , 0 , 3 >
The scalar product satisfies many of the laws that hold for real numbers. For example
The following theorem gives us the relation between the dot product of two vectors and the angle
between them.
Theorem 2.1 If a and b are two nonzero vectors in either R2 or R3 and θ is the angle between
them, then
The vectors a, b and b-a, may be used to form a triangle as in fig below, then
58
Module on Applied Mathematics I 2006EC
We can observe from theorem 2.1 above is that if the two vectors are perpendicular to
each other i.e. θ=90 ° then a . b=¿and conversely. This proves corollary below.
Corollary 2.1 The nonzero vectors a and b are perpendicular to each other if and only if
a . b=0
The other important result that we get from theorem 2.1 is that
a.b
cosθ=
‖a‖‖b‖
59
Module on Applied Mathematics I 2006EC
Solution: Since u . v=1 , ‖u‖=1,‖v‖=√2 and if θ istheangle betewwen u and v ,we have
u.v 1
cosθ= =
‖u‖‖v‖ √2
1
θ=arccos =45∘
Consequently √2
2.3 The Orthogonal Projection of One Vector onto Another
Suppose that two nonzero vectors a and b are positioned as Fig (a) and (b) below and that the
sun casts a shadow on the line containing a vector parallel to a which we call the projection of
b onto a and denoted by .
is evidently, ‖b‖cosθ where θ is the angle between a and b (0 ≤ θ≤π ). It follows that
60
Module on Applied Mathematics I 2006EC
=‖b‖cosθ
a
‖a‖
=‖b‖
( )
a.b a a.b
‖a‖‖b‖ ‖a‖
= 2a
‖a‖
a.b
2
a
=‖a‖
a.b
2
a 1 2 (i+ j )= 1 i+ 1 j
=‖a‖ = ( √ 2) 2 2
3
For a nonzero,a=a 1 i+a2 j+a 3 k in ℜ the angle α,β, and γ between a and the unit vectors i , j,
and k , respectively, are called direction angles of a. See Fig below, then
61
Module on Applied Mathematics I 2006EC
We say that cos α ,cos β ,cosγ and are the direction cosines of a. The direction cosines of a none
zero vector a are simply the components of the unit vector .
( )
1
a a1 i+ a2 j+ a 3 k =cos α i+cos β j+cos γ k
‖a‖ =‖a‖ ‖a‖ ‖a‖
Example 5: Fine the direction cosines of the vector a=2 i+5 j+4 k .
4 25 16
cos 2 α + cos2 β +cos 2 γ = + + =1
45 45 45
In this section, we introduce the cross (vector) product of two vectors and its applications. The
cross product is the other special product of two vectors, which yields vector unlike that of the
dot (scalar) product.
R3 define by
An easy way to remember the last equation is to write it in a determinant form i.e.
62
Module on Applied Mathematics I 2006EC
i j k
axb=|a1 a2 a3 |
b1 b 2 b 3
Then evaluating it by repeating the first and second columns and multiplying it as follows
i.e subtract the sum of the product of the “southwest” diagonals form that of the product
Example 1 Let u=i−2 j+3 k and v = j+4 k .Determine the cross product u × v and v ×u .
Notice that the vector u × v and v ×u in Example 1 are negatives of each other. This is not a
coincidence; in fact it directly follows from the definition of cross product of two vectors as we
may see in the theorem below.
i j k
axa=|a1 a 2 a 3 |
a1 a 2 a 3
63
Module on Applied Mathematics I 2006EC
i× j=k j ×i=– k
j × k=i k × j=– i
k ×i= j i× k=– j
Example 3 Let a=i – j+3 k and b=2 i – 3 j – k . Find a vector perpendicular to a and b.
Solution: By theorem 1.15 the cross product a × b is one such vector thus the vector that is
perpendicular to both a and b is given by
i j k
axb=|1 −1 3 |=(1−9)i+(6+1) j+(3+2)k=8i+7 j+5k
2 −3 1
64
Module on Applied Mathematics I 2006EC
Other properties of the cross product that follow readily from the definition of cross product are
iii) (a + b) × c = (a × c) + (b × c).
Theorem 2.3 Let a and b be vectors in R3. Then ‖axb‖=‖a‖‖b‖sinθ , where θ (0≤θ≤π) is the
angle between a and b .
Proof: Let a=a 1 i+ a2 j+a 3 k and ¿ b1 i+ b2 j+b3 k . Using the definition of norm of a vector, we
get
2
=(a 1 +a 2 +a 2 )(b 2 +b 2 +b 2 )−( a1 b1 +a2 b 2 +a 3 b3 )2
2 3 1 2 3
2 2 2
¿‖a ‖‖b‖ −(a . b )
¿‖a‖2‖b‖2 −(‖a‖‖b‖cos θ)2
¿‖a‖2‖b‖2 −‖a‖2‖b‖2 cos2 θ
¿‖a2‖‖b‖2 (1−cos2 θ )
¿‖a‖2‖b‖2 sin2 θ
Since sinθ≥0 for (0≤θ≤π), we can take the square root of each side of the equation and obtain
‖axb‖=‖a‖‖b‖sinθ
Corollary 2.2 Two nonzero vectors a∧b are parallel if and only if a × b=0.
The result of theorem 2.3 leads to the area of a triangle that is defined by two vectors.
Consider the triangle whose edges are the vectors u and v . See the fig below.
65
Module on Applied Mathematics I 2006EC
1
Area of triangle= (base )xheight
2
1
= ‖u‖‖v‖sin θ
2
1
= ‖uxv‖
2
Example 3 Determine the area of the triangle having vertices A(3 ,−1 ,2), B(1 ,−1 ,−3),∧¿
C (4 ,−3 , 1).
Solution: The points B and C define the following edge vectors, starting from point A.
⃗
AB=¿1 ,−1 ,−3>−¿ 3 ,−1 ,2≥←2 ,0 ,−5>¿
⃗
AC =¿ 4 ,−3 , 1>−¿ 3 ,−1 , 2≥¿ 1 ,−2,−1>¿
i j k
⃗ AC |−2 0 −5|=−10i−7 j+4k
AB X ⃗
And = 1 −2 −1
1
= ‖−10 i−7 j+4 k‖
2
1
= √ 165
2
The other important application of the vector (cross) products is in finding the volume of a
parallelepiped.
66
Module on Applied Mathematics I 2006EC
Consider the parallelepiped whose edges are defined by the vectors a, b, and c. See fig below.
The area of the base is twice of the area of the triangle defined by vectors a and b.
Thus,
area of base ¿∨¿ a ×b∨¿ .Further, volume ¿∨¿ a ×b∨¿ × h, where h is the height.
Observe that
h=
c.(axb)
=‖ 2
(axb)‖
‖axb‖
|c .(axb)|
¿
‖axb‖
Thus the volume of a parallelepiped with adjacent edges a , b ,∧c .The expression c .(axb) is
called the triple scalar product of a , b ,∧c . It can be conveniently written as a determinant.
Let a=a 1 i+a2 j+a3 k b=b1 i+b 2 j+b 3 k , c=c 1 i+c 2 j )+c 3 k
i j k c1 c2 c3 a1 a2 a3
c .(axb )=(c1 i+c 2 j+c 3 k ).|a1 a2 a3 |=|a1 a2 a3 |=−|b1 b2 b3 |
b1 b2 b3 b1 b 2 b 3 c1 c2 c3
Then
Thus
67
Module on Applied Mathematics I 2006EC
a1 a 2 a 3
|b 1 b 2 b 3 |
V=absolute value of c 1 c 2 c3
Example 4 Find the volume of the parallelepiped having adjacent edges defined by the points
A(1 , 1 ,3), B (3 ,7 ,1),C (−2 , 3 ,3), D(1 ,2 , 8).
Solution: The points A, B, C, and D define the following three adjacent edge vectors.
⃗
AB=¿3 ,7 , 1>−¿ 1 , 1, 3≥¿ 2, 6 ,−2>¿
⃗
AC =←, 2 , 3 ,3>−¿ 1, 1 , 3≥←3 , 2 , 0>¿
⃗
AD =¿ 1, 2 , 8>−¿ 1 , 2, 8> ¿<0 , 1 ,5>¿
2 6 −2
V =¿ |−3 2 0 |
absolute value of ( 0 1 5 )
¿ 116
We have also other triple products for instance ( b x c ) . a , ( a x b ) x c ,(a x b) x c are the useful ones.
The first is called a triple scalar product and the last two are called triple vector products, since
the products are vector
68
Module on Applied Mathematics I 2006EC
Consider a line through the point P0 ( x 0 , y 0 , z 0 ) in the direction defined by the vector ¿ a , b , c >¿
See the fig below. Let P(x , y , z) be any other point on the line. We get
⃗
P0 P= ⟨ x−x 0 , y− y 0 , z −z0 ⟩
The vector ⃗
P0 Pand ¿ a , b , c >¿ are parallel. Thus there exists a scalar t such that
⃗
P0 P=t ⟨ a , b , c ⟩
This is called the vector equation of the line. Comparing the components of the vectors on the
left and right of this equation gives
Rearranging these equations as follows gives the parametric equations of a line in R3.
x=x 0 + ta , y= y 0 + tb , z=z 0 +tc ∞< t<∞ ……………………….. (2)
Example 1 Find a vector equation for the line through (1, 2, 5) in the direction of <4, 3, 2>.
Give also the parametric equation of the line. Determine any two points on the line.
69
Module on Applied Mathematics I 2006EC
Solution: Let <a , b , c≥¿ 4 , 3 , 1> ¿ and ( x 0 , y 0 , z 0 )=(1 , 2 ,3 ) , then from equation (1) we can write
the vector equation of the line as
And from equation (2) we give the parametric equation of the line by
To find to points on the line we give t two arbitrary values, for instance t =1leads to the point
(5, 5, 6), and t =–1 leads to the point (–3, –1, 4).
Example 2 Find the parametric equation of the line through the points (−1 , 2 ,6) and (1 , 5 , 4).
Solution: Let ( x 0 , y 0 , z 0 )=(−1 ,2 , 6 ) .The direction of the line is given by the vector
Symmetric Equations of a Line: From equation (2) we can clear the parameter t by writing it as
x−x 0 y− y 0 z−z 0
t= = =
a b c
Provided that the three numbers a, b, and c are nonzero. The resulting equations
x−x 0 y− y 0 z−z 0
= =
a b c
Examples 3: Find the symmetric equations for the line through (4 , 10 ,−6) and (7 , 9 , 2).
70
Module on Applied Mathematics I 2006EC
Note: If one of the numbers a , b ,∨c is zero in (2), we use the remaining two equations to
eliminate the parameter t . For example if a 0 , b ≠ 0 , c ≠ 0 , then (2) yields the symmetric equations
for the line to be
y− y 0 z−z 0
x=x 0 , =
b c
Let P0 ( x 0 , y 0 , z 0 ) be a point in a plane. Let < a , b , c> ¿ be a vector perpendicular to the plane,
called a normal to the plane. These two quantities, namely a point in a plane and a normal vector
to the plane characterize the plane. There is only one plane through a given point and having a
given normal. We will now drive the equation of a plane passing through the point P0 ( x 0 , y 0 , z 0 )
and having normal ¿ a , b , c >. Let P(x , y , z) be any arbitrary point in the plane.
We get ,
71
Module on Applied Mathematics I 2006EC
→
P0 P=<x,y,z>−¿x0 ,y0 , z0>¿¿ =<x−x0 ,y−y0,z−z0>
The vector lies in the plane. Thus the vector<a, b, c> and are orthogonal. Their dot
product is zero. This observation leads to a vector equation of the plane
⟨ a , b , c ⟩ ∙⃗
P0 P=0.
Or .
¿ a , b , c >.<x−x 0 , y− y 0 , z−z 0 >= 0
Specifically the last equation yields the point-normal form of the equation of the plane
Example 1: Find the point-normal and general forms of the equation of the plane passing
through the point (1 , 2, 3) and having normal ←1 , 4 , 6>.
multiplying and simplifying the last equation we get the general form
x +4 y+ 6 z=25.
Example 2: Determine the equation of the plane through the three points
P(2 ,−1, 1), Q(−1 , 1 ,3)∧R (2 ,0 ,−3).
72
Module on Applied Mathematics I 2006EC
PQ and⃗
Solution: The vectors ⃗ PQ x⃗
PR lie in the plane .Thus ⃗ PR will be normal to the plane. So
since
⃗
PQ =←1 ,1 , 3>−¿ 2 ,−1 , 1>¿←3 , 2 ,2> ¿
⃗
PR=¿ 2 ,0 , 3>−¿2 ,−1 ,1>¿< 0 ,1 ,−4 >¿
i j k
PQ ⃗
⃗ PR
|−3 2 2 |=−10i+−12 j+−3k
0 1 −4
x =
Finally putting ( x 0 , y 0 , z 0 )=(2,−1,1) and <a,b,c>=<−10,−12,−3>¿ ¿ which give the point normal
equation by
Example 3: The normal vector to the plane3 x−47 +10 z=8 , can be given by taking the
coefficients of x , y ,∧z and forming a vector, i.e., 3 i – 4 j+ 10 k is the normal vector to our plane.
y = 0, z = 0 gives x = 6
73
Module on Applied Mathematics I 2006EC
x = 0, z = 0 gives y = 4
x = 0, y = 0 gives z = 2
The x , y ,∧z-intercepts are, 6 , 4 ,∧2 respectively. As shown in the figure to the above.
We use the points (6 , 0 , 0),(0 , 6 , 0)∧( 0 ,0 , 3) to draw the graph of the plane in the first octant.
Review Exercise
4. Determine the scalar c so that the vectors a=2 i−cj+3 k and b=3 i+ 2 j+ 4 k are orthogonal.
v =< x 1 , y1 , z 1 > that orthogonal to both a =< 3 , 1,−1> and b =<−3 ,2 , 2>¿ ¿
9. Find
74
Module on Applied Mathematics I 2006EC
12. Find the area of the triangle with vertices A(1 , 2 ,1), B(−3 , 4 , 6),∧C (1 ,8 ,3).
13. Find the volume and surface area of the parallelepiped having adjacent edges defined
3
14. Let a , b ,∧c be vectors in R .Prove that a .(bxc)=(axb). c
15. Let a , b ,∧c be vectors in R3. Prove that ax (bxc)=(a . c)b – (a . b)c
16. Find parametric equations and symmetric equations for the line through the points
(5 , 3 ,1)∧(2 ,1 , 1).
17. Find the equation of the line through the point (1 , 2,−4 ), parallel to the line x=4+2 t ,
18. Find the equation of the line through the point (2 ,−3 , 1) in a direction orthogonal to the line
19. Show that there are many planes that contain the three points (3 ,−5 ,5),(−1 ,1 , 3) and
20. Find an equation for the line through the point (4 ,−1 , 5), in the direction perpendicular
75
Module on Applied Mathematics I 2006EC
21. Show that the line x=1+t , y =14 – t , z =2 – t , where – ∞<t <∞ , lies in the plane
2 x – y+ 3 z +6=0.
22. Prove that the line x=4+2 t , y=5+ t , z=7+2 t , where – ∞< t< ∞ , never intersects the plane
3 x+ 2 y – 4 z +7=0.
23. Find an equation of the line through the point (5, -1, 2) in a direction perpendicular to
76
Module on Applied Mathematics I 2006EC
CHAPTER THREE
Introduction:
The concept of a limit is a central idea that distinguishes calculus from algebra and trigonometry.
It is fundamental to finding the tangent to a curve or the velocity of an object.
In this chapter we develop the limit first intuitively and then formally. We use limits to describe
the way a function f varies. Some functions vary continuously; small changes in x produces
only small changes in f ( x ) . Other functions can have values that jump or vary erratically. The
notion of limit gives a precise way to distinguish between these behaviors. The geometric
application of using limits to define the tangent to a curve leads at once to the important concept
of the derivative of a function. The derivative, which we investigate thoroughly in chapter 4,
quantifies the way a functions value’s change.
Objectives
77
Module on Applied Mathematics I 2006EC
Until now we have been evaluating the limit of a function by using its intuitive definition. That is
we have said that limit of f (x) as x approaches to a is L and write
lim f ( x )=L
x →a
if we can make f (x) close enough to L by choosing x close enough to a but distinct from a .
Although this intuitive definition is sufficient for solving limit problems it is not prices enough.
In this section we see the formal definition of limit, which we call the definition of limit.
lim f ( x )=L
x →a
i. The absolute value symbol is read as “the distance between” for instance is the distance
between x anda .
ii. Notice that|x−a|>0 . In other words x is not equal to a .
So with this in mind we can read the definition as:
“The distance between f (x) and L can be made smaller than any positive number ε , whenever
the distance between x and a is less than some number and x does not equala .” Fig 3.1 below
represents this idea pictorially as:
Fig 3.1
78
Module on Applied Mathematics I 2006EC
If we wish to use a form of Definition 3.1 that does not contain absolute value symbols we can
have the following alternative definition of limit.
lim f ( x )=L
Definition 3.2: x →a if and only if for everyε > 0 , there is a δ >0 such that if x is in the
open interval ( a−δ , a+δ ) and x ≠ a then f ( x ) is in the open interval( L−ε , L+ε ) .
Using either of the definitions of limit given above we can prove the following theorem.
lim f ( x )=L lim f ( x )=M
Theorem 3.3: If x →a and x →a , then L=M .
The above theorem tells us that if a limit of a function f (x) at a exists then it must be unique.
3.2 Examples on Limit
Even if it is very difficult to us the formal definition of limit to handle all limit problems, let us
see how we can use it for evaluating some important limits that may help us in developing rules
by the way of which we can evaluate limits without using the formal definition.
lim ( 5 x−7 ) =3
Example 1: Assume that x →2 . By using properties of inequalities, determine a δ >0
such that
if 0<| x−2|<δ then |( 5 x−7 )−3|< 0.01
Solution: By considering|( 5 x−7 )−3|< 0.01, we can see that
|( 5 x−7 )−3|< 0.01⟺|5 x−10|<0.01
⟺ 5|x−2|< 0.01
⟺|x−2|< 0.002
So now it is clear that if we choose δ=0.002 the statement holds, but to check our result holds
we proceed as follows:
79
Module on Applied Mathematics I 2006EC
This example is for the specific ε =0 . 01. The general case can be seen as follows.
lim ( 5 x−7 ) =3 .
Example 2: Show that x →2
Solution:
We need to show that given ε > 0 then there exists δ >0 such that
if 0<| x−2|<δ then |( 5 x−7 )−3|<¿
To choose an appropriate δ we start with |( 5 x−7 )−3|<¿ then we have
|5 x−10|< ⟹5|x−2|<¿
⟹ 5|x−2|<¿
Hence, we let δ=¿
lim ( 5 x −7 ) =3 .
This proves that x →2
lim 7 =7 .
Example 3: Prove that x →5
Solution:
Begin by letting ε > 0 be given. Find δ >0 so that
if 0<| x−5|< δ then |f ( x ) −7|<¿
i.e. |7−7|< ¿ i.e. |0|<¿. But this trivial inequality is always true, no matter what value is chosen
1
for δ . For example δ= will work.
2
Thus, if 0<| x−5|< δ then it follows that |f ( x ) −7|<¿ .
This completes the proof.
A similar proof as example 2 shows us that for any number a and k
lim k =k . ( 1)
x→k …………………………..
lim kx =ka
Example 4: Prove that x →a for any real number k .
Solution: from ( 1 ) it is clear that if k =0
80
Module on Applied Mathematics I 2006EC
Since,
|kx−ka|<⟹|k||x−a|<¿
⟹|x−a|<¿
Now, choose δ=¿
lim kx =ka
Thus, x →a for any real numberk .
lim ( x + 3) =4
2
Solution:
Begin by letting ε > 0 be given. Find δ >0 (which depends onε ) so that
If 0<| x−1|<δ , then |f ( x ) −4|<¿. Begin with |f ( x ) −4|<¿ and “solve for” |x−1|. Then
|f ( x ) −4|<⟺|( x 2 +3 ) −4|<¿
⟺|x 2−1|< ¿
⟺|( x−1 ) ( x +1 )|<¿
⟺|x−1||x +1|<¿
We will now replace the term |x +1| with an appropriate constant and keep the term |x−1|, since
this is the term we wish to “solve for.” To do this, we will arbitrary assume that δ ≤ 1 [This is a
valid assumption to make since, in general, once we find a δ that works, all smaller values of a δ
also work].
Then
|x−1|< δ ≤ 1⟹−1< x−1<1
⟹ 0< x <2
⟹ 1<|x +1|<3
It follows that
|x−1||x +1|<| x−1|( 3 ) <¿
⟺ 3|x−1|< ¿
81
Module on Applied Mathematics I 2006EC
⟺|x−1|< ¿
Now choose δ=min {1 , }
Thus, if 0<| x−1|<δ , it follows that |f ( x ) −4|<¿.
( x + 3)=4
2
lim
Hence, x →1
2 1
lim =
Example 6: Prove that x →3 x+3 3
Solution: Begin by letting ε > 0 be given. Find δ >0 (which depends onε ) so that
| 1
| | 1
|
If 0<| x−3|< δ , then f ( x ) − <¿ . Begin with f ( x ) − <¿ and “solve for”
3 3
|x−3|. Then
⟺
| 6−( x+3 )
|
3 ( x+3 )
<¿
|3−x|
⟺ <¿
|3||x +3|
| x−3|
⟺ <¿
|3||x +3|
1 |x−3|
⟺ <¿
3 |x +3|
1 1
⟺ |x−3| <¿
3 |x +3|
We will now replace the term |x +3| with an appropriate constant and keep the term |x−3| , since
this is the term we wish to “solve for.” To do this, we will arbitrary assume that δ ≤ 1 [This is a
valid assumption to make since, in general, once we find a δ that works, all smaller values of a δ
also work].
Then
|x−3|<δ ≤ 1 ⟹−1< x−3<1
⟹ 2< x <4
82
Module on Applied Mathematics I 2006EC
⟹ 5<|x +3|<7
1 1 1
⟹ < <
7 |x +3| 5
It follows that
1 1 1 1
|x−3| < |x−3| <¿
3 |x +3| 3 5
1
⟺ |x−3|<¿
15
⟺|x−3|<15
Now choose δ=min {1 , 15 }
| 1
|
Thus, if 0<| x−3|< δ , it follows that f ( x ) − <¿ .
3
2 1
lim =
Hence, x →3 x+3 3
lim ( 2+ √ x )=5
Example 7: Prove that x →9
Solution:
Begin by letting ε > 0 be given. Find δ >0 (which depends onε ) so that
If 0<| x−9|< δ , then |f ( x ) −5|<¿ . Begin with |f ( x ) −5|<¿ and “solve
for” |x−9|. Then
|f ( x ) −5|<⟺|( 2+ √ x )−5|<¿
⟺|√ x−3|< ¿
|
⟺ ( √ x−3 ) √
x +3
√ x +3
<¿
|
⟺
|√ |x−9
x +3
<¿
1
⟺|x−9| <¿
|√ x +3|
We will now replace the term |√ x +3| with an appropriate constant and keep the term |x−9|,
since this is the term we wish to “solve for.” To do this, we will arbitrary assume that δ ≤ 1 [This
83
Module on Applied Mathematics I 2006EC
is a valid assumption to make since, in general, once we find a δ that works, all smaller values of
a δ also work].
Then
|x−9|<δ ≤ 1 ⟹−1< x−9<1
⟹ 8< x <10
⟹ √ 8< √ x< √ 10
⟹ √ 8+3<|√ x +3|< √ 10+3
1 1 1
⟹ < <
√10+3 |√ x+3| √ 8+3
It follows that
1 1
|x−9| <|x−9| <¿
|√ x +3| √ 8+3
⟺|x−9|< ( √ 8+3 )
Now choose δ=min {1 , ( √ 8+3 ) ε }
Thus, if 0<| x−9|< δ , it follows that |f ( x ) −5|<¿ .
lim ( 2+ √ x )=5
Hence, x →9
1
lim 3 x sin =0
Example 8: Prove that x →0 x
Solution:
We need to show that given ε > 0 , then there exists δ >0 such that
| 1
|
0<| x−0|< δ implies 3 xsin −0 < ¿. For” |x−9|.
x
Looking for δ
|3 xsin 1x|<¿
| 1x |<¿
⟺|3 x| sin
⟺|x|<¿
Hence we let δ=¿
1
lim 3 x sin =0
Thus, x →0 x
Negation of the Existence of a Limit
Next we present an example of a function that does not have a limit at a certain point. For a
function f not to have real number L, the statement “ L is the limit at a ” is false. What does it
mean for that statement to be false? By definition 3.1, “ is the limit of f at a ” means that:
For every ε > 0 there is a number δ >0 such that
if 0<| x−a|< δ , then |f ( x ) −L|<¿
For this statement to be false, there must be some ε > 0 such that for every δ >0 it is false that
if 0<| x−a|< δ , then |f ( x ) −L|<¿ …………………………………….… ( 2 )
But, to say that ( 2 ) is false is the same as to say that there must be a number x such that
0<| x−a|< δ and ¿ f (x)−L∨≥
Thus to say that the statement is false is the same as to say that there is some ε >0such that for
every δ >0 there is a number x satisfying
0<| x−a|< δ and |f ( x ) −L|≥
Example 9: Let f be defined by
{
2
f ( x )= x ; for x >0
−1 ; for x ≤ 0
Show that does not exist
Solution:
Let L be any number. We will prove that the statement “ L is the limit of f at 0” is false by letting
1
ε= δ >0 x
2 and showing that for any there is an satisfying
1
0<| x−a|< δ and |f ( x ) −L|≥ =¿
2
Let δ be any positive number.
85
Module on Applied Mathematics I 2006EC
1 δ
If L ≤− , then we let x= and note that f ( x )=x 2, so that
2 2
| || |
2 2
|f ( x ) −L|= δ −L ≥
δ 1 1
+ > =¿
4 4 2 2
1 −δ
If L ≥− , then we let x= and note that f ( x )=−1, so that
2 2
x =4
2
lim ( 2 x−1 )=1 lim
a. x →1 c. x →−2
lim f ( x )=L
L f a −
x →a
b. A number is the left-hand limit of at denoted by
if for every ε > 0 there is a number δ >0 such that
86
Module on Applied Mathematics I 2006EC
lim √ x−1=0
+
Example 9: Show that x →1
Solution: Let ε > 0 be given. We need to show that there is a δ >0 such that
ε
2
Hence choose δ=
Then
87
Module on Applied Mathematics I 2006EC
c. In either case ( a ) or ( b ) the vertical line x=a is called a vertical asymptote of the graph
of f , and we say that f has an infinite right- hand limit at a .
There are analogous definitions for the limits
lim f ( x )=∞ lim f ( x )=−∞
− +
x →a and x →a
x
2
graph of .
Solution: Observe that for any N >0 ,
1 1
>N
0< x <
x
2
if √ N , then
1 1
lim =∞
2
x=0
x x
+ 2
x →0
Thus , and that the line is a vertical asymptote of the graph of .
1
1 >N
N >0 − < x <0
x
2
Finally since
x →0
+
x x→ 0
−
x , we have
x →0
x .
Limits at Infinity
Until now the limits we have seen have been limits of a function f at a number a . Now we
88
Module on Applied Mathematics I 2006EC
if , then
But then
1
1 >ε
x>
x
2
If √ ε , then
1
1 lim =0
M= 2
if , then
1
lim =0
x
2
x →−∞
This proves that .
89
Module on Applied Mathematics I 2006EC
1
y=0
is the horizontal asymptote of the graph of x
2
( x +1)
2
f ( x )= 2 ln
a. x −4 d.
f ( x )=
x +2
f ( x )=
x−1 t
f ( x )=
x
2
b. +1 e. sin t
−2 x 4
e f ( x )=1− 2
c.
f ( x )=
x−1 f. x
2. Find the horizontal asymptote (if any) of the graph of the following functions.
3x
|x| f ( x )=
f ( x )=
√x
2
a. x+1 c. +2
√
2
f ( x )=
9 x−2
f ( x )=
|3 x+ 2|
b. 2 x+ 1 d. x−2
x =∞
3
lim
Example 12: Show that x →∞
x =∞
3
lim
Therefore by definition 3.8 , we have x →∞
x =∞ .
n
n lim
Similarly, we conclude that for any positive integer , x →∞
90
Module on Applied Mathematics I 2006EC
lim cf ( x )=cL
2. x →a
lim f ( x )
4.
lim
x →a [ ]
f ( x)
=x→a
g( x ) lim g( x ) M
x→a
=
L
; provided that
M≠0
.
Proof: Here we proof (1). Statement (2),(3),∧(4)are left as exercise.
lim f ( x )=L lim g( x )=M
Let x →a and x →a .
We need to show for every ε > 0 there is some δ >0 such that
if 0<| x−a|< δ , then |f ( x ) + g ( x )−( L+ M )|< ε
lim f ( x )=L ε
>0 δ >0
Observe that x →a if and only if for every 2 there is some 1 such that
ε
if 0<| x−a|< δ 1, then |f ( x ) −L|<
2
lim g( x )=M ε
>0 δ >0
Similarly x →a if and only if for every 2 there is some 2 such that
ε
if 0<| x−a|< δ 2 , then |g ( x )−M |<
2
Letδ=min { δ 1 , δ 2 }. Then we can see that
ε ε
if 0<| x−a|< δ , then |f ( x ) + g ( x )−( L+ M )|≤|f ( x )−L|+|g ( x )−L|< + =ε
2 2
lim [ f ( x )+g ( x ) ] =lim f ( x )+lim g( x )= L+ M
Thus, x →a x→a x →a
91
Module on Applied Mathematics I 2006EC
In addition to these rules you have also seen that for instance if f is a polynomial or a rational
function and a is in the domain of f , then
lim f ( x )=f ( a )
x →a
Now let as quickly go through some important limit finding techniques that would require a little
bit of caution before applying the rules in Theorem 3.9.
x −4
2
lim
Example 13: Find x →2 x−2
x −4
2
0
2
Solution: Direct substitution of in x−2 implies that we have 0 which is indeterminate. Thus
we cannot use Theorem 3.9(4) but for x ≠ 0 simplification of the rational expression would lead
us to
x −4 = ( x−2 ) ( x +2 ) = x +2
2
x−2 x− 2
x −4 =lim [ x+ 2 ]=4
2
lim
Thus, x →2 x−2 x →2
x
2
lim
√x
x →0 2
Solution: Again here we cannot use Theorem3.9(4), as we get from direct substitution the
0
indeterminate . But for x ≠ 0 rationalizing the denominator we have:
0
√x
2 2 2
lim
x =lim
x +1+1
√x √x √x
x →0 2 x →0 2 2
+1−1 +1−1 +1+1
x [√ x ]
2 2
+1+1
=lim
[x ]
x →0 2
+1 −1
x [√ x ]
2 2
+1+1
=lim
x
2
x →0
=lim
x →0
x
2
[√ x 2
+1+1 =2 ]
92
Module on Applied Mathematics I 2006EC
lim x|x|
Example 15: Find x →0
{
x , if x≥0
2
x|x|=
− x , if x< 0
2
x
2
−x
2
−x
2
Consequently
x+1 x +1
lim ≠ lim
+ |x+1| − |x +1|
x →− 1 x →−1
x+1
lim
Thus, x→−1 |x+1| does not exist.
x−2 x x−2 x
2 2
lim 2
lim 2
by x
2 2
Solution: Dividing the numerator and the denominator of x −1 in the limit we have
93
Module on Applied Mathematics I 2006EC
1
x−2 x =lim x −2 =−2
2
lim 2 1
x →∞
x −1 1−
x
x→∞
Similarly
1
x−2 x = lim x −2 =−2
2
lim 2 1
x →−∞
x −1 1−
x
x →−∞
f ( x )=
x−2 x
2
f ( x) x 2 2 x
Example 18: Let x 1 . Find all vertical asymptotes of the graph of f.
Solution: Since f is not defined at x=1 and x=−1 they are the possible vertical asymptotes
but to confirm our claim we use limit:
2
lim x 2x
2
lim
x 1 2x
x 1 x 1 x 1
x 1
x 1 and
2
lim x 2x
2
lim
x 1 2x
x 1 x 1 x 1
x 1
x 1
It follows that x=1 and x=−1 are the vertical asymptotes of the graph of f.
The next theorems give two additional properties of limits. For their proofs the student may
refer any major calculus books.
Theorem 3.10 If f ( x )≤g( x ) for all x in an open interval that contains a (except possibly at
a ) and the limits of f and g both exist as x approachesa , then
lim f ( x )≤g( x )
x →a
If f ( x )≤g( x )≤h( x ) for all x in an open interval that contains a (except possibly at a)
lim f ( x )=lim h ( x )=L
and x →a x→a . Then
lim g( x )=L
x →a .
I don’t think the student is new for these theorems and for the special limit that is the
Consequence of especially the Squeezing Theorem. i.e.
94
Module on Applied Mathematics I 2006EC
sin x
lim =1
x →0 x
[ sin ce , cos x≤
sin x
x
≤1 for
−π π
( )
, . Taking both sides lim it as x →0 , we get lim
2 2
sin x
x →0 x
=1
]
(you can see the detail proof on the book Robert Ellis)
2
x ≤x x , ∀ x≠0
2 2 2
1
− sin ≤
x
x =0 and lim x = 0
2 2
lim −
Moreover x →0 x →0
x sin 1x =0 .
2
lim
x →0
x −x
4 2
lim
Example 20: Find x →∞ x +1 .
x −x
4 2
Activity 3.4
1. Evaluate each of the following limits, if it exists.
x − x−2
2
{
3
sin 2 x f ( x )=
x , if x <1
lim lim f ( x ) ( x−2 ) ,
2
b. x →0 3 x
if x>1
e. x →1 where
1−cos x 1−tan x
lim lim
π sin x−cos x
2
c.
x →0
x f.
x→
4
95
Module on Applied Mathematics I 2006EC
x −x−2
2
f ( x )= lim f
Example 21: Let x →−1 x+1 . Determine the number at which is discontinuous.
Solution: Notice that f is a rational function. Since the denominator of f is 0 for x=−1, f is
defined for all x except at −1. Thus f is discontinuous only at x=−1 else where it is continuous
in its domain.
Example 22: If we redefine the function f in Example 21 as:
{
2
f ( x )=
x −x−2 , if x≠−1
x+ 1
−3 , if x =−1
Then since
lim f ( x )= lim
x →−1 x →−1 x +1 x →−1 x +1
Thus, f is continuous.
Notice that we are able to make f in Example 21 to be continuous by redefining it at – 1 as
in Example 22. Such discontinuity points like – 1 in our example are called removable
discontinuities because we can remove the discontinuity of the function by redefining the
function just at the discontinuity point. Otherwise it is called non-removable discontinuity.
96
Module on Applied Mathematics I 2006EC
{
1
f ( x )= 1 , if x≤0
g( x )= f
x
2
Example 23: Let and 0 , if x≥0 . Then we can see that, is not
form the composite function f ∘ g . This fact is a consequence of the following theorem.
lim g( x )=b
Theorem 3.13 If f continuous at b and x →a , then
(
lim f ( g ( x ) )=f ( b )=f lim g( x )
x →a x→a )
The following theorem tells us that the composition of two continuous functions at a given
number is continuous.
97
Module on Applied Mathematics I 2006EC
1
g( x )=
√x
2
a. f ( x)=|x| b. +3−2
Definition 3.16:
√
2
√ x
2
98
Module on Applied Mathematics I 2006EC
and
√ x
2
lim 1− =0=f ( 1)
−
x →1 ………. Continuous from he left
√
2
Suppose that f is continuous on the closed interval [ a , b ] and let N be any number strictly
opposite in sign , then there exists atleast one real root c in ( a , b ) such that f (c )=0 .
Example 24: Show that there is a root of the equation
4 x −6 x +3 x−2=0 on [ 1,2 ] .
3 2
f ( x )=4 x −6 x +3 x −2 .
3 2
Solution: Let
We are looking for a solution of the given equation, that is, a number c between 1 and 2 such
that f (c )=0 .
Activity 3.7
99
Module on Applied Mathematics I 2006EC
1. Find the constanta , or the constantb , or the constant c such that the function is continuous
on the entire real line.
{
2 , if x≤−1
{x
2
−2 , if x <1 f ( x )= ax +b , if −1<x <3
f ( x )=
a. Ax−4 , if x≥1 c. −2 , if x≥3
{
4 sin x
{x
, if x< 0 2
g( x )= x f ( x )= +bx +c , if |x−2|≥1
b. a−2 x , if x ≥0 d. x +1 , if 1< x< 3
2. Demonstrate that the equation cos x + x=0 has atleast one solution.
3. Verify that the Intermediate Value Theorem applies to the give interval and find the value
of c guaranteed by the theorem.
x + x−1 ,
2
a. f ( x )= [ 0 ,5 ] , f ( c )=11
x +x ,
2
b.
f ( x )=
x−1 [ ]
5
2
, 4 , f ( c )=6
Review Exercises
1. Find the limit L . Then use the ε −δ definition to prove that the limit is L .
( x)
2
lim ( x−1 ) lim 1−
a. x →−1 c. x →2
lim √
1−cos x x−3−1
lim
a) x →0 sin x f. x →4 x−4
x −4
2
x −9
2
lim 3
b)
lim
x →3 3−x g.
x →−2
x +8
π 1
lim √
4+x−2 sin [ + x ]−
6 2
lim
c) x →0 x h. x →0 x
lim
( 1
√ 1+ x )
−1
lim
ln ( x−1 )
2
d) x →0 x i. x →2 ln|(|x −1)
100
Module on Applied Mathematics I 2006EC
lim √
1−√3 x 2 x +1−√ 3
lim
e) x →1 x −1 j. x →1 x−1
3. Evaluate the following limits (if it exists)
sin 2 x
( √ 9 x −x)
2
lim lim 3 x+
a) x →∞ x c) x →−∞
[ ( )]
2
5 x +1
lim + ln
( √ 4 x +1)
2
x
2
x →∞ 2
lim 2 x−
b) d) x →∞
sin 4 x −2
lim
x →0
+ 5x lim 12 e x
b. e. −
x →0
x −2 x+1 lim
x +1
3
c.
lim
x →−1
+ x+1
f.
x →−1
+
x +1
5. Find the values of the constants a and b such that
lim √
a+bx− √3
=√ 3
x →0 x
6. Determine the value of c such that the function is continuous on the entire real number
line
{
f ( x )= x+ 3 , if x≤2
cx +6 , if x> 2
7. Determine the values of a and b such that the function is continuous on the entire real
number line
{x
x+ 1 , if 1< x< 3
f ( x )= 2
+ax +b , if |x−2|≥ 1
8. Determine all values of the constanta such that the following function is continuous for
all real numbers
{a
ax
, if x≥0
f ( x )= tan x
2
−2 , if x <0
101
Module on Applied Mathematics I 2006EC
√
2
−3 x +7 x
2
a) f ( x )= c) f ( x )= 49−
{ 3x
2
− x− 2
√ x +1
f ( x )= , if x≠1
x −1 f ( x )=
b) 0 , if x=1 d) x
10. Find the vertical and horizontal asymptotes of the graph of the following functions (if it
exists)
2
f ( x )=1+
x
2
a) x c) f ( x )=ln ( 25− )
4x
f ( x )= −3
x 7e
2
x
b) 4− d) f ( x )=
2 x −3
3
f ( x )= has a zero in the interval [ 1,2 ] .
CHAPTER FOUR
Derivatives
Introduction
The problem of finding the tangent line to a curve and the problem of finding the velocity of an
object both involve finding the same type of limit, as in the previous chapter. This special type of
limit is called a derivative and we will see that it can be interpreted as a rate of change of any of
the sciences or engineering.
Objectives
102
Module on Applied Mathematics I 2006EC
What does it mean to say that a line is tangent to a curve at a point? For a circle, the tangent line
at point P is the line that is perpendicular to the radial line at point P , as shown in figure4 .1 .
For a general curve, however, the problem is more difficult. For example, how would you define
the tangent lines shown in figure4 .2 ?
You might say that line is tangent to a curve at point P if it touches, but does not cross, the
curve at point P . This definition would work for the first curve shown in figure 4 .2 , but not for
the second. Or you might say that a line is tangent to a curve if the line touches or intersects at
exactly one point-----this definition would work for a circle but not for more general curves, as
the third curve in figure4 .2 shows.
Figure 4 .1 Figure 4 .2
Essentially, the problem of finding the tangent line at a point P boils down to the problem of
finding the slope of the tangent line at P . You can approximate this slope using a secant line
through the point of tangency and a second point on the curve, as shown in figure 4 .3 . If
( c , f ( c )) is the point of tangency and ( c + Δx , f (c + Δx ) ) is a second point on the graph of f ,
then the slope of the secant line through the two points is given by
103
Module on Applied Mathematics I 2006EC
Figure 4 .3
You can obtain more and more accurate approximations to the slope of the tangent line by
choosing points closer and closer to the point of tangency, as shown in figure4 . 4 .
As Δx → 0 from the left, the secant As Δx → 0 from the right, the secant
line approaches the tangent line. line approaches the tangent line.
Figure 4 . 4
Δy f ( c+ Δx)−f (c )
lim = lim =m
Δx→0 Δx Δx →0 Δx
104
Module on Applied Mathematics I 2006EC
exists, then the line passing through ( c , f ( c ) ) with slope m is the tangent line to the graph of f
at the point ( c , f ( c ) ) .
Example 1: Find the slope of the graph of f ( x )=2 x−5 at the point( 3 , 1 ) .
Solution: To find the slope,m , of the graph of f when c=3 , we can apply the definition of the
slope of the tangent lines, as follows
6+2 Δx−5−6+5 2 Δx
= lim = lim
Δx→ 0 Δx Δx →0 Δx
=2
Solution: First we have to find the slope,m , of the graph of f when c=2 , we can apply the
definition of the slope of the tangent lines, as follows
[ ( 2+ Δx ) ] [( 2 ) ]
2 2
( Δx ) +3−4−3 = lim 4 Δx +( Δx )
2 2
4+ 4 Δx +
= lim
Δx → 0 Δx Δx →0 Δx
= lim ( 4 + Δx )=4
Δx → 0
Hence, the equation of the tangent line to the graph of f at the point( 2 ,−3 ) is
105
Module on Applied Mathematics I 2006EC
'
' f ( x )−f ( a )
f ( a)=lim
x →a
x−a
……………...……….…..
(1)
' f ( a+ h)−f ( a )
f ( a)=lim
h →0
h
……………………………
(2)
This last definition is more convenient for finding the derivative of a function.
'
Note: In addition to f ( x ) , other notations are used to denote the derivative of y=f ( x ) . The
f y , dxd [ f ( x)] , D [ y ]
' dy '
(x ) , dx , x
dy
The notation dx is read as “the derivative of y with respect to x .” Using limit notation, we can
write
f
'
dy Δy f ( x + Δx )−f ( x )
= lim = lim = ( x)
dx Δx →0 Δx Δx → 0 Δx
x
2
106
Module on Applied Mathematics I 2006EC
Thus,
[ (−1+h ) ] [(−1 ) ]
2 2
h −3+3 h+2
2
1−2 h+
= lim
h→ o h
I hope the student remembers that the slope of the tangent line to the graph of the function
'
f at a point( a , f (a ) ) is given by the derivative of f at a i.e f ( a) . Consequently, using the
Point-slope form of the equation of a line, we have the equation of the tangent line to the curve
y=f ( x ) at a point ( a , f (a ) ) is given by
'
y−f ( a )= f ( a ) ( x−a ) .
x
2
For instance, the equation of the tangent line to the graph of f ( x )= +3 x +2 at (−1,0 ) in our
Example 1 is given by
'
y−f (−1)= f (−1) ( x−(−1) ) ⇒ y−0=1 ( x +1 ) ⇒ y=x +1
'
' f ( x +h )−f ( x )
f ( x )=lim
h→0
h
107
Module on Applied Mathematics I 2006EC
' '
We know that the value of f at x , f ( x ) , can be interpreted geometrically as the slope of the
' f ( x +h )−f ( x )
f ( x )=lim
h→0
h
Thus,
h+ √ ( x +h ) +1−√ x +1
=lim
h→ 0 h
h+ [ √ ( x +h ) +1−√ x +1 ] .
[ √ ( x+ h ) +1+ √ x+1 ]
=lim
[ √ ( x+ h ) +1+ √ x+1 ]
h→ 0 h , rationalize the radicals.
=lim 1+
h→ 0 [ 1
√ ( x +h ) +1+√ x+1 ]
1
=1+
2 √ x +1
'
|x|= {
x , if x≥0
−x , if x<0
|x|−|0| x
lim = lim = lim 1=1
+ x −0 + x +
x →0 x→ 0 x→ 0
|x|−|0| −x
lim = lim = lim −1=−1
− x −0 − x −
x →0 x→ 0 x→ 0
|x|−|0|
lim
Hence, x →0 x−0 does not exist.
lim f ( x )=f ( a )
Proof: To prove that f is continuous at a , we have to show that x →a .
f ( x )−f ( a)
lim [ f ( x )−f (a ) ] =lim ( x −a )
x →a x →a x −a
=lim
x→ a
[ f ( x )−f (a )
x−a ]. lim ( x−a )
x →a
'
= f ( a ). 0=0
109
Module on Applied Mathematics I 2006EC
Therefore,
=f (a )+0=f ( a)
Hence, f is continuous at a .
Note: The converse of Theorem 4.3 is false; that is, there are functions that are continuous but
not differentiable at a point.
lim f ( x )=lim|x|=0=f (0 )
x →0 x→0 .
Let us remind you some of the differentiation rules that you have developed in your high school
calculus course. We advice the student to check on these results using the definition of
derivative.
is given by f (x ) =nx
' n−1
x
n
f ( x )= n
The power rule: If for any real number .
( ) ( )
' '
( )
'
( )
Derivatives of exponential and logarithmic functions: e = e
x ' x
and
ln x 1
=x
.
etc.
110
Module on Applied Mathematics I 2006EC
( cf ) ( x )=c f
' '
(x)
a. , where c is an arbitrary constant.
( f ±g ) ( x )= f ( x )±g ( x )
' ' '
b.
( fg ) ( x )= f
' ' '
c. ( x ) g( x )+ f ( x ) g ( x)
( )
'
f f g ( x)
' '
( x ) g( x )−f ( x )
( x )=
[ g ( x )]
2
d.
g ; provided that g( x≠0 ) .
Activity 4.1
1. Find the derivative of each of the following functions.
x +5 x +25
25 5
a. f ( x )= f. f ( x )=tan x
2
f ( x )= x− 1
f ( x )=
sec x
x
2
b. g. 1+tan x
x
4
h. f ( x )=csc x
4
c. f ( x )= +√ x
1
f ( x )= x √ x + 2
d. x √x i. f ( x )=sin x cos x
x
2
tan x
f ( x )=
e. f ( x )=x sin x j. sec x
( f ∘ g ) ( x )= f ( g( x )). g ( x )
' ' '
111
Module on Applied Mathematics I 2006EC
We conclude that
h ( x )=( f ∘ g ) ( x )= f
' ' ' '
( g ( x )) . g ( x )=(−sin 2 x )( 2 )=−2sin 2 x
Example 2: Find h ( x ) if h( x )=√ 1+ x
' 2
x
2
f
'
' 1
Then g ( x )=2 x and
( x )= x >0
2 √ x for .
Therefore,
h ( x )= f . g ( x )=
' ' '
1 x
( g ( x )) . 2 x=
√ x √ x
2 2
2 1+ 1+ .
Activity 4.2
1. Find the first derivative of the following functions
1
y=
( x +2 x +3 ) √x
5 2 50 6
3
f ( x )= +2 x+1
a. c.
2. Find the equation of the tangent line to the curve at the given point.
( x −x + x−1 )
3 2 10
y= , at ( 1 , 0 )
a.
b.
f ( x )= x+
√ 1
x
, at ( 1 , √2 )
112
Module on Applied Mathematics I 2006EC
' '
If f is a function, then f is the function that assigns the number f ( x ) to each x a which f
'
is differentiable. Since f is a function, we can carry the process a step further and define
''
f ( a) by the formula
' '
'' f ( x )− (a)f
f ( a)=lim
x →a
x−a
f
'
1
( x )=
Solution: Since 2 √ x , it follows that
'' −3
f ( x )=−
1
4
x 2
derivative of f at a , denoted
( n)
by f ( a) as
( n−1) (n−1)
( n) f ( x )− f ( a)
f ( a)=lim
x →a
x−a
Example 3: Let
f ( x )=
x−1 . Then find a formula for f ( x ).
113
Module on Applied Mathematics I 2006EC
(−1) 2(2! )
2
f (x )=
''
4
=
( x−1 ) ( x−1 ) ,
3 2+1
(−1) 2(3! )
3
f ( x )=−12
'''
=
( x−1 ) ( x−1 ) ,
4 3+1
(−1) 2(4 !)
4
(4)
f ( x )= 48 =
( x−1 ) ( x−1 )
5 4+1
.
.
.
Continuing this process we get
(−1) 2( n !)
n
( n)
f ( x )==
( x−1 ) ; for n≥1
n+1
f ( 2) == (−1 ) 2( 10 ! ) =2( 10 ! )
10
( 10)
( 2−1 )
10+1
For instance, .
Activity 4.3
1. Let f ( x )=
f f (2)
'' ''
( x )−
x −2 x +3 . Then find lim
8
2. Let f ( x )= x →2 x−2 .
a) p (x) b) p ( x) c) p ( x)
4. derivative of f , if
114
Module on Applied Mathematics I 2006EC
a. f ( x )=ln x b. f ( x )=sin x
(4)
3 x −sin( 7 x+5 )
2
y=
slope of the line tangent to the gragh of this equation at the point ( 3,−4 ) .
How could we find the derivative of y in this instance? One way is to first write y explicitly as
a funcion of x . Thus,
Where the positive square root represents the top semi-circle and the negative square root
represents the bottom semi-circle. Since the point ( 3,−4 ) lies on the bottom semi-circle given by
115
Module on Applied Mathematics I 2006EC
√25−x
2
y=−
The derivative of y is
y = dydx =
' x
√ 25−x
2
Thus, the slope ,m , of the line tangent to the gragh at the point ( 3,−4 ) is
m= y = dy
' 3 3
dx = 2= 4
√25−3 .
Unfortunately, not every equation involving x and y can be solved explicitly for y . For the
sake of illustration we will find the derivative of y WITHOUT writing y explicitly as a
[( f ( x )) ]
2 '
d
dx
d
=2 f ( x ) dx [ f ( x ) ] =2 f ( x ) f (x )
2
Since y symbolically represents a function of x , the derivative of y can be found in the same
fashion:
Now begin with x + y =25 . Differentiate both sides of the equation, getting
d
dx [x + y ]
2 2 d d
= dx [ 25 ] ⇒ dx ( x )+ dxd ( y )= dxd ( 25 )
2 2
And so
'
2 x+ 2 y y =0
'
Hence, 2 y y =−2 x
y =− xy .
'
dy
=
Thus, dx
Therefore, the slope of the line tangent to the gragh at the point ( 3,−4 ) is
116
Module on Applied Mathematics I 2006EC
y = dydx = −(3)
'
3
m= =
(−4 ) 4 .
This second mehod illustrates the process of implicit differentiation. It is important to note that
the derivative expression for explicit differentiation involves x only, while the derivative
expression for implicit differentiation may involve BOTH x AND y .
The following problems range in difficulty from average to challenging.
dy 3 3
3 x + 3 y y =0⇒ 3 y y =−3 x
2 2 ' 2 ' 2
So that,
2
y
'
dy
= dx =−
x
2
Thus, y .
dy
( )
2
[( x− y ) ] [ ( x− y ) ]
2 2
d d d d d d
dx = dx [ x + y−1 ] ⇐ dx = dx ( x ) + ( y ) − ( 1 )
dx dx .
[( x− y ) ], we get
2
d
Applying the chain rule on dx
d
dx
x y 2x y dxd x y dxd x y 2x y 1 dydx
2 2
So that
(
2 ( x− y ) 1−
dy
dx )dy dy
=1+ −0 ⇒2( x− y )−2( x− y ) =1+
dx dx
dy
dx
dy dy dy
2( x− y ) + =2 (x− y )−1 ⇒ [ 2( x− y )+1 ] =2( x− y )−1
Hence, dx dx dx
dy
Thus, solving for dx , we get
117
Module on Applied Mathematics I 2006EC
dy 2 (x− y )−1
=
dx 2( x− y )+1 .
dy
Example 3: Using implici differentiation find dx for y=sin (3 x +4 y ) .
Solution: Differentiating both sides of the equation, getting
d d dy d
( y )= [ sin ( 3 x +4 y ) ] ⇒ =cos(3 x+4 y ). ( 3 x +4 y )
dx dx dx dx
dy
So that dx
d d
[ dy
=cos (3 x +4 y ) (3 x )+ (3 y ) ⇒ =3 cos(3 x +4 y )+4 cos(3 x +4 y )
dx dx dx ]
dy
dx .
dy
Solving for dx , we get
dy 3cos(3 x+4 y )
=
dx 1−4 cos(3 x +4 y ) .
dy 2 3 3 2
2 xy +3 x y dydx +3 x y + 2 x y dydx
3 2 2 2 2 3
=
dy
Factoring out dx , we get
[1−3 x y −2 x y ]=2 xy + 3 x y
2 2 3 3 2 2
dy
dx
2 xy + 3 x y
3 2 2
dy
= 2 2 3
dx
Thus, 1−3 x y −2 x y .
x + ( y−x ) =9 at x=1. .
2 3
118
Module on Applied Mathematics I 2006EC
( 1 ) + ( y−1 ) =9 ⇒ y=3
2 3
[ x + ( y−x ) ] ( y−x )
3 2
[ ]
2
d d dy
dx = dx ( 9 ) ⇒ 2 x +3 −1 =0
dx
So that
dy 3 ( 3−1 ) −2( 1 ) 10 5
2
m= = = =
3 ( 3−1 )
dx 12 6 2
.
And the equation of the tangent line is
5 5 13
y−3= ( x−1 ) ⇒ y = x +
6 6 6 .
d y
2
''
or y
for x + y =25 .
2 4 4
4 x +4 y
3 3
dy dy
=0⇒ =−
x
dx dx 3
y .
d y
2
''
2
or y dy
To find dx we differentiate this expression for dx using the quotient rule and
remembering that y is a function of x :
( ) y ( x )− x ( y )
3 3 3 3
2 3 d d
d y=y = d − x ''
=−
dx dx
(y )
2 3
dx dx
y 3 2
119
Module on Applied Mathematics I 2006EC
y (3 x )− x (3 y . dydx )
3 2 3 2
=− 6
y
dy
If we now substitute the value of dx into this expression, we get
y ( 3 x )− x − x
( )
3
3 2 3
y
3
d y =−
2
dx (y )
2 3 2
3 x (x + y )
2 4 4
=− 7
y
3 x ( 25 )
2
=−
y , since x + y =25
4 4 7
75 x
2
=− 7
y .
Activity 4.4
dy
1. Using implicit differentiation find dx for
xy
2 4
y x
+ =
x y
3 3
cos x + cos
2 2
a. d. y=cos ( 2 x +2 y )
y =x+ 2
3
x−
2
y+ x e =e + e
xy 4x 5y
b. e.
√x
2 2
( x + y ) =8 x y
2 2 3 2 2
2 2
d y
2
a. x + xy + y =1 c. x + y =1
2 2
b. √ x+ √ y=1 d. x +6 xy + y =8
Review Exercises
1. Find the derivative of the following functions by using the definition of derivative
x −4 x +5
2
a) f ( x )=√ x+1 c) f ( x )=
6
f ( x )=
b) x d) f ( x )=c 0 sx −sin x
2. Find the derivative of the following functions by using the definition of derivative at the
given point c
1
f ( x )= , at c=3
a) x+4 b) f ( x)=x− √2 x , at c=8
3. Find the derivative of the following functions
a) f ( x )=√ x sin x c)
f ( x )=ln x ( x−1
x−2 )
1+sin x cos ( x−1)
f ( x )= f ( x )=
b) 1−sin x d) x−1
4. Find an equation of the tangent line to the graph of f at the given point
121
Module on Applied Mathematics I 2006EC
a)
f ( x )=
x +1
x−1
1
, at ,−3
2 ( ) b) f ( x )=−x tan x , at ( 0 , 0 )
d y
2
dy
and 2
dx
5. Find dx by implicit differentiation
x +3 xy + y =10
2 3
x y
b) y e + x e =xy d)
6. Find an equation of the tangent line to the graph of the following functions at the given
point
y =0 , at ( e ,−1 ) x − y =20 , at ( 6 , 4 )
2 2 2
a) y ln x+ b)
a) f ( x )= b) x +1
CHAPTER FIVE
Applicaions of Derivatives
Introduction:
This chapter studies some of the important applications of derivatives. We learn how derivatives
are used to find extreme values of functions, to determine and analyze the shapes of graghs, to
calculate limits of fractions whose numerators and denominators both approach zero or infinity,
and to find numerically where a function equals zero. We also consider the process of recovering
a function from its derivative. The key to many of these accomplishments is the Mean Value
Theorem, a theorem whose corollaries provide the gateway to integral calculus in chapter 7.
Objectives
At the end of this chapter the readers should be able to:
Define extrema of a function on an interval.
122
Module on Applied Mathematics I 2006EC
f (c ) is called the minimum value of f on D . The maximum and minimum values of f are
Definition 2: A function f has a local maximum (or relative maximum) value at c if there is
an open interval I containing c such that f (c )≥f ( x ) for all x in I . Similarly, f has a local
minimum (or relative minimum) value at c if there is an open interval I containing c such that
f (c )≤f ( x ) for all x in I .
x
2
x ≥0 for all x .
2
Therefore, f (0)=0 is the absolute (and local) minimum value of f . This corresponds to the
x
2
fact that the origin is the lowest point on the parabola y= . However, there is no highest
point on the parabola and so this function has no maximum value.
x
3
Example 2: Consider the function f ( x )= . We see that this funcion has neither an absolute
maximum value nor an absolute minimum value. In fact, it has no local extereme values either.
123
Module on Applied Mathematics I 2006EC
Theorem 1:If f has a relative (local) extremum (that is, maximum or minimum) value at c ,
' '
and that
f ( c ) exists, then f (c)=0.
Definition 3: A number c in the domain of a function f is a critical number of f if eiher
' '
f ( c)=0 or f ( c ) does not exist.
3 8
Therefore,
f ( c)=0 if 12−8 x=0 , that is x= 2 and
f ( x ) does not exist when x=0 .
3
x=
Thus the critical numbers are x=0 and 2.
To find the absolue extreme value of a function on a closed interval a similar theorem to theorem
1 is given below.
Theorem 2: (Maximum-Minimum Theorem)
Let f be continuous on a closed interval [ a , b ] . Then f has a maximum and a minimum value
on [ a , b ] .
Note that according to Maximum-Minimum Theorem an exreme value can be taken on more
than once.
The following theorem will simplify our effort of searching for an extreme value on a closed
interval.
124
Module on Applied Mathematics I 2006EC
x −3 x +2 ,
3 2
1
f ( x )= on − ≤x≤3
2 .
1
− ,3
Solution: Since f is continuous on 2
[ ]
, we can use the procedure oulined above:
' 2
Now,
f ( x)=3 x −6 x=3 x ( x−2 )
' '
Since,
f ( x ) exists for all x , the only critical numbers of f occur when
f ( x)=0 , that
is, when x=0 or x=2 .
x −6 x+1
3
a. f ( x )= c. f ( x )=cos √ x
1
f ( x )=
√1+ x
2
b. f ( x)=|x| d.
125
Module on Applied Mathematics I 2006EC
2. Find the extreme values (if any) of the given function on the given inerval. Determine at
which numbers in the interval these values occur.
2
x −2 x +2 , [0 , 3 ]
2
a) f ( x )= c) f ( x )= x 3
, [ −8 , 8 ]
x + 2x , [ ]
2
1
f ( x )= ,2
b) 2
x
5
3. Show that 0 is a critical number of the function f ( x )= , but f doesnot have a local
exremum value at 0 .
x +x
51 21
4. Prove that the function f ( x )= + x+1 has neither a local maximum nor a local
minimum.
5.2 The Rolle’s Theorem and the Mean Value Theorem (MVT)
Theorem : (Rolle’s Theorem)
Let f be continuous on the closed interval and differentiable on the open interval ( a , b ) . If
'
f (a )=f (b ) then there is atleast one number c in ( a , b ) such that f ( c )=0
x −2 x .
4 2
Example: Let f ( x )= Find all value(s) of c in the interval (−2 , 2 ) such that
'
f ( c )=0 .
x −2 x
4 2
Solution: Note that the function f ( x )= satisfies the conditions of Rolle’s Theorem.
That is, f is continuous on the interval [ −2 ,2 ] and differentiable on the open interval (−2 , 2 ) .
Moreover f (−2 )=8=f (2) .
'
Thus there exists atleast one number c in (−2 , 2 ) such that f ( c )=0 .
4 2 ' 3
Now, f ( x )= x −2 x ⇒ f ( x )= 4 x −4 x
( x −1 )
2
=4 x
=4 x ( x −1 )( x +1 )
To find c , we have
126
Module on Applied Mathematics I 2006EC
'
f ( c )=0 ⇒ 4 c ( c−1 )( c=1 )=0
c in ( a , b ) such that
' f ( b )−f ( a )
f ( c )=
b−a
x −8 x+5 . Find a number c
3
3 c − 8=1 ⇒ c =3
2 2
Hence, c=± √ 3
Since −√ 3∉ ( 0 ,3 ) , the value of c that satisfies the Mean Value Theorem in the interval ( 0 , 3 ) is
c= √3 .
5.3 Applications of The Mean Value Theorem
Theorem 5:
'
then f is constant on I .
127
Module on Applied Mathematics I 2006EC
' '
Example: Let f be such that f ( x )=−2 and f (0)=2 . Determine the function f.
Solution: Since f and −2 x are both antiderivatives of g( x )=−2 x , by Theorem 5(b ) there is
a constant c such that f ( x )=g( x )+c
Thus, f ( x )=−2 x +2 .
Activity 5.2
1. Verify that the function bellow satisfies the hypothesis of the Mean-Value Theorem on
the given interval. Then find all numbers c that satisfy the conclusion of the Mean Value
Theorem.
1−x
2
a. f ( x )= ; [0 , 3 ] c. f ( x)=√ x ; [ 1,4 ]
b.
f ( x )=3 x+( 1x ) ; [ 13 , 3] d. f ( x)=(x−1)( x−2 )(x−3); [ 1 , 3 ]
=f (c ) ( 3−0 ) .
'
( n)
Show that the equation x +10 x+ 3=0 has exactly one real root.
5
4.
We hope you remember that a function that is increasing or decreasing on an interval I is called
monotonic on I and we used the test in the theorem bellow to identify whether a function is
monotonic or not on a given interval.
a) If
f ' ( x) 0 for all x in a, b , then f is increasing on a, b .
'
b) If
f ( x) 0 for all x in a, b , then f is decreasing on a, b .
Theorem 5 lays the bases for the proof of the first derivative test stated as follows.
Theorem 6: (The First Derivative Test)
8 x 3x 42 x
2
2
3x 3
3x 3
129
Module on Applied Mathematics I 2006EC
' '
The derivative
f ( x) 0 when x 2 more over
f ( x) does not exist when x 0 .
0 2
42 x
2
3x 3
'
f ( x)
Also, f is
Decreasing on 2,
Theorem 7: (The Second Derivative Test)
''
Suppose
f is coninuous on an open inerval of a function.
'
a) If
f ( x) 0 and
f ''(c) 0 , then f has a local minimum value at c .
'
b) If
f ( x) 0 and
f ''(c) 0 , then f has a local maximum value at c .
130
Module on Applied Mathematics I 2006EC
4 3
f ( x) 3x 8x 4
Solution:
f ( x) 12 x3 24 x 2 12 x 2 x 2
'
f ( x) 12 x 2 x 20
'
To find the critical point,
f ''(0) 0
''
Now,
f ( 2) 480 and
Thus, by the second derivative test f has a relative minimum value at x 2 and he relaive
Since
f ''(0) 0 , the second derivaive test fails.
In the last case, x 0 could still be a relative maximum, relative minimum or neither; but the
Second Derivative Test fails to produce any useful information.
If you used the First Derivative Test, you would find out that x 0 is not relative extremum.
on I if
f is increasing on the interval and concave downward on I if
f is deccreasing on
the interval.
The following graghical interpretation of concavity is useful.
1. Let f be differentiable at c . If the gragh of f is concave upward at c, f (c) , then the
gragh of f lies above the tangent line at c, f (c) on some open interval containing c .
[see figure 4.5a]
the gragh of f lies below the tangent line at c, f (c) on some open interval containing c
. [see figure 4.5b]
131
Module on Applied Mathematics I 2006EC
The gragh of
f lies above its The gragh of
f lies below its
tangent lines. tangent lines
Definition 4: A point c, f (c) on a curve is called a point of inflection if the curve changes
from concave upward to concave downward or from concave downward to concave upward at
c, f (c) .
'' ''
Theorem: If c, f (c) is a point of inflection of the gragh of f , then either f (c) 0
or
f is
undefined at x c .
Example 7: Determine the interval of concavity and the inflection point of the funcion
3
f ( x) x 3x 1
Since
f ' ( x) 0 when x
2
1
, the criical numbers are x 1 . Also
''
f ( x) 6 x
132
Module on Applied Mathematics I 2006EC
'' ''
Hence,
f ( x) 0 when x 0 and
f ( x) 0 when x 0 .
Since concavity changes at he point x 0 , the inflection point of f is 0, f (0) 0,1 .
Example 7: Determine the interval of concavity and the inflection point(s) (if any) of the
4 3
f ( x) x 4x
funcion
12 x( x 2)
0 2
12 x
Since concavity changes at both points x 0 and x 2 , the inflection points are 0, f (0) and
2, f (2) which equals 0,0 and 2, 16.
Activity 5.3
1. Find the critical numbers (if any) and the intervals on which the function is increasing or
decreasing
a.
f ( x) x 3 x 1 2
c.
x 1
f ( x)
3
133
Module on Applied Mathematics I 2006EC
4
f ( x) x
3 2 f ( x) x
b. 9x 27 x
d. x
3. Find the intervals of concavity and the inflection points(if any) of the function
1 2
a)
f ( x) x x 4 3
c)
f ( x)
2x
ln x
4
f ( x) x 3 12 x
b) d) f ( x) x x 3
3 2
f ( x) ax bx cx d
4. Find a, b, c, and d such that the cubic polynomial function
satisfies the indicated conditions:
function f .
134
Module on Applied Mathematics I 2006EC
g ( x) x 2
Notice that neither g (x) nor its derivative are defined at x 1 and x 1 .
The derivative is negative for x 0 , except at x 1 , where it is not defined. It is positive for
x 0 , except at x 1 , where it is not defined.
That is g is decreasing on , 1 1,0 and increasing on 0,1 1, .
3. Analize the second derivative.
135
Module on Applied Mathematics I 2006EC
( x) 2 6 x 3
''
g
1 x
2
; There are no values of x where the second derivative equals zero, so the
graph of g has no inflection points.
''
g (0) 2 ; At x 0 , a critical number, the second derivative is positive, so the graph is
concave up at this point, and has a local minimum.
4. Find horizontal asymptotes.
2
lim x
2
1 lim x 2
1
1 x
2
1 x
x x
and
Notice that all the aspects of the gragh you found in your analysis are present: a local minimum
136
Module on Applied Mathematics I 2006EC
Activity 5.4
a. x x 2
c. x 1
x 2
f ( x) 2x 1
b.
x 1 2
d.
f ( x)
3x 5
Note: Your sketches should look like one of the graphs below:
Review Exercises
1. Find the absolute extrema of the following functions on the given interval
137
Module on Applied Mathematics I 2006EC
x
f ( x )= , [0 , 2 ]
√x
2
x +5 x , [−4 , 0 ]
2
2. Find the value of the numberc guaranteed by the Mean Value Theorem of the following
functions on the given interval
2 x −3 x+1 , [ 0 , 4 ]
2
b) f ( x )= d) f ( x )= x 3
, [ 1 , 8]
3. Derermine the values a,b,c , and d such that the function f satisfies the hypothesis of the
{
a , x=−1
2 , −1< x≤0
f ( x )= 2
bx +c , 0< x≤1
dx + 4 , 1< x≤2
a) f ( x )= b) f ( x )=x 16− c) x
5. Use first or second derivative test to find all the relative extrema of the following functions
b) f ( x )=
e) f ( x )=
4
f ( x )=x +
x +4 x +8 x
4 3 2
c) f ( x )=− f) x
6. Find the interval of concavity and the inflection point (if it exists) of the following functions
x −1
2
x −x −2
2
f ( x )=
a) f ( x )= c) 2 x−1
x +5 x − 40 x
5 4 2
x + 6 x +12 x
3 2
b) f ( x )= d) f ( x )=−
x −6 x +12
2
1
f ( x )= −3
x − 4 x + 16 x
4 3
f ( x )=
a) x−2 b) x−4 c) f ( x )=
138
Module on Applied Mathematics I 2006EC
f
'
f
'
f (2)=f ( 4 )=0 , ( x )> 0 if x< 3 , (3 ) does not exist ,
f f
' ''
( x )< 0 if x> 3 , ( x )> 0 if x≠3
CHAPTER SIX
Inverse Functions
139
Module on Applied Mathematics I 2006EC
Introduction
140
Module on Applied Mathematics I 2006EC
Definition 6.2 Let f be a one-to-one function with domain D and range R . A function g with
domain R and range D is the inverse of f , provided the following condition is true for every x
in D and every y in R :
y f (x) if and only if x g ( y ) .
1
If f is a one-o-one function with domain D and range R , then for each number y in R , there is
exactly one number x in D such that y=f (x ). Since x is unique, we may define a function g
a. Domain of
f =Range of f and Range of
f =Domain of f .
b.
f 1
1
f
.
141
Module on Applied Mathematics I 2006EC
1
c.
f f ( x) x for all x in the domain of f.
1
f f ( y ) y
d. for all y in the range of f .
In some cases we can find the inverse of a one-to-one function by solving the equation y f (x)
−1
1
i. Write y f (x) .
ii. Solve for x in terms of y .
1
iii. Write
f y for x in step 2 .
y 3
x
2 , from step 2.
1 y 3
f ( y)
2 , from step 3.
1 x 3
f ( x)
2
2
f ( x) x 3
Example 3: Let for x 0 . Find the inverse of f .
142
Module on Applied Mathematics I 2006EC
2
y x 3
Now let , from step 1.
x y 3
, since x 0 and from step 2.
1
f ( y) y 3
, from step 3.
1
f ( x) x 3
1
There is an ineresting relationship between the graphs of f and f . We first note that
1
b f (a) is equivalent to a f (b) . These equations imply that the point a, b is on the gragh
1
Example 1: Sketch the graph of f ( x )=√−1−x and its inverse function on the same coordinate
system
Solution: First we sketch the curve y= √−1−x (the top half of the parabola 2
y =−1−x ) and
then we reflect about the line y=x to get the graph of f −1 (see figure below). Notice that the
expression for f −1 is f −1 ( x )=−x2 −1, x ≥ 0 .
143
Module on Applied Mathematics I 2006EC
Activity 6.1
1
a. f ( x) 4 x 3 d.
f ( x) 9 x ; 0 x 3
b. f ( x) x sin x e. f ( x) ln 3 x
2x
f ( x)
f. f ( x) x 1
3
c. x 2
If f is continuous, then the gragh of f has no breaks or holes, and hencethe same is true for the
1
(reflected) gragh of f .
1
can also show that if f is increasing, then so is f . These facts are stated in the next theorem
that is given without a proof.
144
Module on Applied Mathematics I 2006EC
Theorem 6.3: If f is continuous and decreasing on a, b , then f has an inverse function f
1
We can also prove the analogous result obtained by replacing the word increasing in Theorem
6.3 by decreasing.
The next theorem provides us a method of finding of the derivatives of an inverse function.
Theorem 6.4: Suppose that f has an inverse and is continuous on an open interval I containing
f (c) 1 '
'
1
f (a) …………………………..
( 1)
1
1 1 1
f f f
f
( y) (c ) ( y) a
1 '
(c) lim
y c
lim 1 ( 2)
f f ( y ) f ( a )
y c y c
……………..
Provided that the later limit exists. We will simultaneously show that it does exist and find its
1
Therefore,
1 1
lim
y c
f ( y) f (c) a
1
x f ( y)
So that if , then x approaches a as y approaches c .
1 1
145
Module on Applied Mathematics I 2006EC
1
Consequently
( 2)
and the substitution theorem for limits ( with x substituting for
f ( y)
) imply
that
1
f
f
( y) a x a
1 '
(c) lim 1
lim
f ( x) f (a)
f f ( y ) f ( a )
y c x a
1 1
f ( x) f (a)
lim
x a x a f '(a) .
1
Corollary 6.5 If
f is the inverse function of a differentiable function f and if
f ' f 1( x) 0 , then
f ( x)1 '
f f
'
1
1
( x) ( 3)
………………………………
Example 1: Let
7
f ( x) x 8x 4 x 2
3
. Find
f ( 2) . 1 '
Solution: In order to use ( 1 ), we must first find the value of a for which f (a ) 2 . But,
1
Example 2: Let
3
f ( x) x 2 x 1
, prove that f has an inverse function
f , and find the
1
146
Module on Applied Mathematics I 2006EC
Solution: Since
f 'x 3 x 2 2 0 for every x , f is increasing and hence it is one-to-one.
1 1
1 1
f (2)
1 '
'
f f
1
1
(2)
'
f (1)
1
1
5
.
1
f ( y)
1 '
f' f
1
1
( y)
1
f ' ( x)
Or, in differentiation,
dx 1
dy dy
dx .
Example 3: Let
3
f ( x) x 2 x 1
, find
f (x) . 1 '
Solution:
1
3
y x 2x 1 x f ( y)
Let and . Then
147
Module on Applied Mathematics I 2006EC
dx
dy dy
1
2
1
f ( y) 1 '
3x
1
2
2
f 1
1
2
dx 3x
2 3 ( y) 2
; that is,
f (x)
1 '
3x
1
2
2
3 f 1
1
( x) 2
2
Thus, .
Consequently, to find
f (x) it is necessary to know f
1 ' 1
( x)
, just as in corollary 3.5.
Activity 6.2
1. Find
f (c) if
1 '
3
f ( x) x 7 ; c 6
a. c. f ( x) x sin x ; c 0
2
f ( x) x x ; c 2 f ( x) x ln x ; c 2e
b. d.
2. Use
f' to prove that f has an inverse function and find the slope of the angent line at
1
a. b. x
dx
3. Find dy if
a. f ( x )=x +cos x b.
f ( x) ln x 1
3
Since the trigonomeric functions are not one-to-one, they do not have inverse functions. By
restricting heir domains, however, we may obtain one-to-one functions that have the same values
as trigonomeric funcions and that do have inverse over these restricted domains.
148
Module on Applied Mathematics I 2006EC
,
If we restrict the domain of the sine function to 2 2 , then the resulting function is strictly
increasing (because its derivative is positive except at 2 and 2 ). Hence the restricted
,
function which is called arcsine function has domain 1,1 , and range 2 2 . Its value at x
1
y
for 1 x 1 and 2 2
We also see from the propery of inverse funcions that
x
i. arcsin sin x x for 2 2
Example 1: Evaluate
1 5
sin arcsin arcsin sin arcsin sin
a. 2 b. 4 c. 6
Solution:
1 1 1
sin arcsin 1 1
a. 2 2 , since 2 .
arcsin sin
b. 4 4 , since 2 4 2 .
5 1
arcsin sin arcsin
c. 6 2 6 .
5
In example 1c ) 6 is not between 2 and 2 , and hence we can not use ii . Instead we use
5 1
sin arcsin
properties of special angles to first evaluate 6 and then find 2 .
,
Solution: We will evaluate sec arcsin x by evaluating sec y for the value of y in 2 2
0 y
such that arcsin x y , that is, sin y x . Since sin y x 0 , it follows that 2.
Applying the Pythagorean Theorem to the triangle given below
1
sec y
We find 1 x .
x 1
sec arcsin x sec y 1
1 x .
Thus,
y
1 x
If we restrict the domain of the cosine function to 0, , then the resulting function is strictly
decreasing (because its derivative is negative except at 0 and ). Hence the restricted function
which is called arccosine function has domain 1,1 , and range 0, .
1
for 1 x 1 and 0 y
Since cos and arcc cos are inverse functions of each other, we obtain the following properties.
i. arccoscos x x for 0 x
Example 2: Evaluate
1 2
cos arccos arccos cos arccos cos
a. 2 b. 3 c. 4
150
Module on Applied Mathematics I 2006EC
Solution:
1 1 1
cos arccos 1 1
a. 2 2 , since 2 .
2 2 2
arccos cos 0
b. 3 3 , since 3 .
2
arccos cos arccos
4 2 4
c. .
Note that in the c) part of the preceding example 2, 4 is not between 0 and , and hence we
1 2
cos cos
2
can not use property ii above. Instead we firs evaluate 4 and then find .
2 2
y 1 x sec y 1 x
2 y
Now, sec (as sec y 0 for 2 2 ).
1 1
cosarctan x cos y
sec y 1 x
2
Thus, .
Note that instead of using trigonometric identities as in the solution above, it is easy to use a
triangular diagram. If we let y arcanx , then tan y x , and using he right triangle below we
can read from the figure that
2
1 x
y
1
151
Module on Applied Mathematics I 2006EC
resulting inverse function is called the arctangent funcion. Its domain is , , and its range
, 1
y
for any x and 2 2
Thus for any x , arctan x is the number y between 2 and 2 whose tangent is x .
arctan tan
Example 4: a) 4 4 , since 2 4 2 .
2 2
y arctan tan y
Solution: If we let 3 , then 3 . We wish o find sec y .
arctan x 0 y
Since 2 2 for every x and tan y 0 , it follows that 2 and from the
triangle below we obtain that
152
Module on Applied Mathematics I 2006EC
13
Thus , sec y=
√13
2 3
y
3
.
The remaining trigonometric functions can be done analogously and are summarized here as
below:
3
1 y 0, ,
y csc x x 1
for if and only if csc y x and 2 2 .
3
1 y 0, ,
y sec x x 1
for if and only if sec y x and 2 2 .
1
5 5
arcsin sin arccos cos
c. 4 g. 24
3 4 3 8
cos arctan( ) arcsin( ) tan arctan( ) arccos( )
d. 4 5 h. 4 17
153
Module on Applied Mathematics I 2006EC
a) 1 x d)
x x 1
d 1 d 1
arccos x arc csc x
dx 2 dx 2
b) 1 x e)
x x 1
d
arctan x 1 2 d
arc cot x 1 2
c)
dx 1 x f)
dx 1 x
d 1
arcsin x
dx 2
y
Since 2 2 , cos y is positive and, therefore,
2 2
cos y 1 sin y 1 x
d 1
arcsin x
dx 2
x 1
Thus, 1 x ; for .
Observe that he inverse sine function is not differentiable at x 1 .
d
arctan x 1 2
c) To proof
dx 1 x , put y arctan x so that tan y x whenever x and
y
2 2.
154
Module on Applied Mathematics I 2006EC
d
arctan x d 1 1 2 1
2
1
2
tan y sec y 1 tan y 1 x
dx
dy .
d
arctan x 1 2
Thus,
dx 1 x ; for every x .
The of the formulas can be obtained in similar fashion.
Example 1: Find
d
arcsin 3x
2
d
arctan e
2x
a. dx c. dx
d
arccos(ln x) d
arc sec 3x
2
b. dx d. dx
Solution:
d
2
arcsin 3x 1 d
3x
2 6x
1 3x 2
dx 2 dx 4
1 9 x
a. .
d 1 d 1
arccos(ln x) ln x
dx
1 ln x dx
1 ln x
2 2
x
b. .
2x
d
2x
arctan e 1 d
e
2x 2e
1 e2 x 1 e2 x .
2 2
dx dx
c.
d
2
arc sec 3x 1 d
3x 2 2
d.
dx
3x
2
3x 2 1 2 dx x 9x
4
1
.
Each of the formulas in Theorem 3.1 gives rise to an integration formula. These have the
following relations:
d 1 1
arcsin x dx arcsin x c
dx 2 2
a) 1 x if and only if 1 x
d 1 1
arccos x dx arccos x c
dx 2 2
b) 1 x if and only if 1 x
155
Module on Applied Mathematics I 2006EC
d
arctan x 1 2
1
dx arctan x c
2
c)
dx 1 x if and only if 1 x
d 1 1
arc sec x dx arc csc x c
dx 2 2
d)
x x 1
if and only if
x x 1
d 1 1
arc csc x dx arc sec x c
dx 2 2
e)
x x 1
if and only if
x x 1
d
arc cot x 1 2
1
dx arc cot x c
2
f)
dx 1 x if and only if 1 x
Note: These six properties will be considered in the next chapter when we discuss about
techniques of integration.
Activity 6.4
1. Find the derivative of the following functions and simplify where possible
a. f ( x) arcsin( 2 x 1) d.
f ( x) 1 x arctan x
2
b.
f ( x) arctan x
1x
2
e.
f ( x) cos x cos x cos
1 1 1
x
c.
tan x arctan x
f.
f ( x) arctan 4 x e
arctan 4 x
x x x x
e e e e
2 and 2
occur in advanced applications of calculus. Their properties are similar in many ways to those of
sin x and cos x , and they have the same relationship to the hyperbola that the trigonomeric
functions have to the circle. For this reason they are collectively called hyperbolic functions and
individually called hyperbolic sine and hyperbolic cosine. We also define the rest of the
hyperbolic functions in terms of these functions.
Definition 3.3
156
Module on Applied Mathematics I 2006EC
x x x x
sinh x e e cosh x e e
2 and 2 .
Continuing the analogy of the hyperbolic functions with trigonometric functions, we define the
other four hyperbolic functions in terms of sinh x and cosh x as:
sinh x 1
tanh x sec hx
cosh x cosh x
cosh x 1 1
coth x csc hx
sinh x tanh x sinh x
The hyperbolic functions satisfy a number of identities that are analogous to the well-known
trigonometric identities. We list some of them as below
2 2 2 2
cosh x sinh x 1 cosh x sinh x cosh 2 x
2 2
sinh 2 x 2 sinh x cosh x 1 tanh x sec h x
For instance,
157
Module on Applied Mathematics I 2006EC
x x
d e e e e
x x
d
sinh x cosh x
dx dx 2 2
; and
x x
d e e e e
x x
d
cosh x sinh hx
dx dx 2 2
We list the differentiation formulas for the hyperbolic functions as below. The remaining proofs
are left as an exercise.
Theorem 3.4
d d
sinh x cosh x sec hx sec hx tanh x
dx dx
d d
cosh x sinh x csc hx csc hx coth x
dx dx
d d
tanh x sec h2 x coth x csc h2 x
dx dx
Example 1: If
2x
f ( x) cosh e x . Then find '
f ( x) .
f ( x) sinhe2 x x . 2e2 x 1 2e2 x 1sinh e2 x x .
'
The integration formula that correspond to the derivative formula in Theorem 3.4 are as follows:
Theorem 3.5
158
Module on Applied Mathematics I 2006EC
Activity 6.5
1. Find the derivative of the following functions and simplify where possible
a.
f ( x) e sinh x
x
c.
f ( x) cosh x
4
cosh cosh x
b. cossinh x
tanh x
f ( x) e
d.
2. Verify the identity.
The hyperbolic sine function is continuous and increasing for every x (because
d
sinh x cosh x 0 for all x
dx ) and hence, has a continuous, increasing inverse function,
1 x 1
denoted by sinh
x
. Since sinh x is defined interms of e , we might expect that sinh
x
can
be expressed in terms of the inverse, ln , of the natural exponential function. The first formula of
the next theorem shows that this is the case.
Theorm 3.6
159
Module on Applied Mathematics I 2006EC
1 1 1 x
tanh x ln , for x 1
2 1 x
1 2
x ln x 1 for all x 1 x
1 2
sinh x
1
sec h x ln
, for 0 x 1
x
x ln x x 1 , for x 1
1 2
cosh 2
1 1 1 x
1 1 x 1
coth x 2 ln x 1 , for x 1 csc h x ln x x , for x 0
1
y sinh x
Proof: To prove (1), let . Then
y y
x sinh y e e
2
y y
e 2x e 0
2y y y
e 2 xe 1 0
, which is a quadratic equation in e .
2
y 2x 4x 4 2
e
2
x x 1
2
x
y
and e
x 1 0 0
Since, , we must have
y 2
e x x 1
y ln x 1
2
x
160
Module on Applied Mathematics I 2006EC
x ln x 1
1 2
Thus,
sinh x x
, for every .
1
y tanh x
Proof: To prove (2), let . Then
y y 2y
sinh y e e e 1
x tanh y y
cosh y e e y e2 y 1
2y 1 x 1 x
e
1 x
2 y ln
1 x
Thus,
1 1 x
y ln
Hence, 2 1 x
1 1 1 x
tanh x ln
2 1 x , for 1 x 1 .
Therefore,
The proofs of the remaining inverse hyperbolic functions are left as an exercise.
The inverse hyperbolic functions are all differentiable because the hyperbolic functions are
differentiable. The formulas in Theorem 3.7 below can be proved by the method for inverse
functions or by differentiating the formulas in theorem 3.6.
Theorem 3.7
d
dx
sinh x 1 1
2
, for every x
d
dx
csc h x
1 1
2
,
1 x x 1 x
1. 4.
d
dx
cosh x 1 1
2
, for x 1
d
dx
sec h x
1 1
2
, for 0 x 1
x 1 x 1 x
2. 5.
d
tanh x 1 1
2
, for x 1
d
coth x
1 1
2
dx 1 x dx 1 x
3. 6.
161
Module on Applied Mathematics I 2006EC
dx
(1) 1 cosh y
y sinh x sinh y x dy
Proof: To proof , let . Then and .
2
1sinh
2 2
dx
dy dx
d
sinh y dx1
1
1
cosh y
1
2
1
2
dy 1sinh y 1 x .
Observe that we could have done the proof (1) by using formula (1) of theorem 3.6 as below
d
dx
sinh 1 d
x ln x
dx x
2
1
x
1
1
x
x x 1
2 2
1
x
x 1
2
1 1
x 1 x 1
2 2 2
x 1 x .
The proofs of the formulas 2-6 in the above theorem are left as an exercise.
d
sinh 1
tan x
Example 1: dx .
d
dx
sinh 1
tan x 1
2
d
dx
tan x 1
2 sec
2
x
Solution: tan x 1 sec x
1 2
sec x sec x sec x
.
Activity 6.6
1. Find the derivative of the following functions and simplify where possible
1 1
a.
f ( x) sinh 5 x
d.
f ( x) cosh x
162
Module on Applied Mathematics I 2006EC
−1
b.
f ( x) x tanh x ln
1
1 x
2
e.
f ( x )= csc ( ln x )−
1
x
f ( x) coth sin 2 x
1
f ( x) 2 x sinh
1
2 x 1 4 x2
c. f.
6.9 L’Hôpital’s Rule
While we study limits in the previous section, we considered limits of quotients such as
2
lim x
4 sin x
and lim
x 2 x2 x 0 x
and calculated the limits by using algebraic, geometric, and trigonometric methods even if the
0
limits have the undefined form 0 . In this section we develop another technique that employs
the derivatives of the numerator and denominator of the quotient. His new technique is called
L’Ho^ pitals rule. For the proof of this rule we need the following generalization of the Mean
Value Theorem.
Theorem 1: (Cauchy’s Formula)
'
Proof: We first note that g (b) g (a ) 0 , because otherwise g (a ) g (b) and by Rolle’s
' '
For every x in a, b . It follows that h is continuous on a, b and differentiable on a, b and
'
that h(a) h(b) . By Rolle’s Theorem there is a number c in a, b such that h (c) 0 ; that is,
f (b) f (a ) g (c) g (b) g (a )
' '
f (c) 0
.
163
Module on Applied Mathematics I 2006EC
'
f (b) f (a ) f (c)
g (b) g (a ) g ' (c)
Thus, .
This is equivalent to Cauchy’s formula.
Indeterminate Forms
f ( x) lim f ( x)
lim x a
x a g ( x) lim g ( x)
x a
f ( x)
lim f ( x) 0 lim g ( x) 0
If x a and x a , then the expression g ( x) is said to have the indeterminate
0
form 0 , at x a .
f ( x)
lim f ( x) lim g ( x)
If x a and x a , then the expression g ( x) is said to have the indeterminate
form , at x a .
0 0
Proof: Suppose f (x) and g (x) satisfy the conditions of Cauchy’s mean value theorem in the
164
Module on Applied Mathematics I 2006EC
'
f ( x ) f ( a ) f (c )
g ( x ) g ( a ) g ' (c )
, where c a, x .
'
f (c )
'
lim
f ( x) lim
c a ' lim
f ( x)
x a g ( x) '
lim g (c) x a g ( x)
Hence, c a ; (replacing c by x )
' '
If
f (a ) g (a ) 0
, then this theorem can be extended as follows:
''
lim f ( x))
c a
lim
f ( x)
''
lim g ( x) g ( x)
x a
c a
'''
lim
f ( x)
''' '' ''
g x a
( x)
, if
f (a ) g (a ) 0
and so on.
x
lim 1 3
Example 1: Evaluate x 0 x .
Solution: Both the numerator and denominator have the limit 0 as x 0 . Hence the quotient
0
has the indeterminate form 0 . By L’Ho^ pital’s rule
x x
lim 1 3 lim 3
ln 3
ln 3
x 0 x x 0 1
x sin x
lim 3
Example 2: Evaluate
x 0
x .
Solution: Both the numerator and denominator have the limit 0 as x 0 . Hence the quotient
0
has the indeterminate form 0 . By L’Ho^ pital’s rule
165
Module on Applied Mathematics I 2006EC
x sin x 1 cos x 0
lim 3
lim 2
x 0
x x 0
3x 0 form
sin x 0
lim 0
x 0 6 x
form
cos x
lim
x 0 6
1
6 .
lim
ln 1 x
2
Example 3: Evaluate
x 0 lncos 2 x .
x 0
0
Hence the quotient has the indeterminate form 0.
Thus by L’Ho^ pital’s rule we get
2x
lim
ln 1 x
2
lim 1 x
2
lim
1
.
2 x
x 0 ln cos 2 x x 0 2
1 x 2 tan 2 x
x 0 2 tan 2 x
x 1
lim lim 2
1
x 0 tan 2 x
, since
x 0
1 x
x
lim .(cos 2 x)
x 0 sin 2 x
x
lim . lim (cos 2 x)
x 0 sin 2 x x 0
1 1
1
2 2.
arctan x
lim 2
x 1
Example 4: Evaluate x .
1
lim arctan x 0 lim lim arctan x
x 2 x 0 x
Solution: Observe that , since x 2.
166
Module on Applied Mathematics I 2006EC
0
Hence the quotient has the indeterminate form 0.
Thus by L’Ho^ pital’s rule we get
1
arctan x 2 2
x x .
x x
lim e e
2x
Example 5: Evaluate x 0 2 x sin 2 x .
Solution: Both the numerator and denominator have the limit 0 as x 0 . Hence the quotient
0
has the indeterminate form 0 . By L’Ho^ pital’s rule
x x x x
lim e e lim e e
2x 2 0
0
x 0 2 x sin 2 x x 0 2 2 cos 2 x , form
x x
lim e e
0
0
x 0 4 sin 2 x , form
x x
lim e e
0
0
x 0 8 cos 2 x , form
2 1
8 4.
2
lim sec
x 2 tan x
x
1 cos 4 x
Example 6: Evaluate 4 .
x
lim sec x 2 tan x 0 lim 1 cos 4 x
2
x
Solution: Observe that 4 4 .
0
Hence the quotient has the indeterminate form 0.
Thus by L’Ho^ pital’s rule we get
2 2 2
167
Module on Applied Mathematics I 2006EC
xtan x 1
2
lim sec 0
x
2 sin 4 x 0
4 , form
4
sec 4
0
lim
x
8 cos
4
4 1
8 2.
The Indeterminate Form .
Theorem 2: (L’Ho^ pital’s rule)
4 tan x
lim
1 sec x
x
Example 1: Evaluate 2 .
Solution: Observe that the limit has the inditerminate form . Then by L’Ho^ pital’s rule we
have
2
Consequently
2
lim e 2
Example 2: Evaluate x
x
.
Solution: Observe that the limit has the inditerminate form . Then by L’Ho^ pital’s rule we
have
2x 2x
lim e lim 2e
2
2x
x
x x
, form
2x 2x
lim 2e lim 4e
2x
lim 2e
x 2x x 2 x
.
Particularly in a similar fashion we can show that
x
lim e n
x
x , for every real number n .
Other Indeterminate Forms
0 0
169
Module on Applied Mathematics I 2006EC
lim x
2
ln x lim
ln x
lim x lim x 0
x 0 x 0 1 2 x 0 2 3
x 0 2
x x .
x
lim x
Example 2: Evaluate x 0 .
0 x x ln x
Solution: The limit evidently has the indeterminate form 0 . But then since x e and
consequently
x x ln x
lim x lim e
x 0 x 0
But since
1
ln x x lim ( x) 0
lim x ln x lim lim
x 0 1 x 0 1
x 0 x 0
x 2
x
By L’Ho^ pital’s rule we get
x x ln x 0
lim x lim e e 1
x 0 x 0
.
x
1
lim 1 e
x
x
Example 3: Show that .
Solution: Observe that the limit has the indetrminate form 1
x x
1 1 1
1 e x
ln
Since, x , we have
x
x
1 x
1 lim e
ln 1 1
x ex 1 x
lim 1 x
lim ln
x x
170
Module on Applied Mathematics I 2006EC
1
lim ln 1
x
1
lim x ln 1 lim
ln 1 1
x 0
x 1
x
x x x
But x , 0 form
Thus by L’Ho^ pital’s rule we get
1
1
lim
1 1 2
x x lim 1
1
x 1 2 x
1 1
x
x
x
1
lim 1 e e
1
x
x
Thus, .
1 1
lim x
x 0
Example 4: Find e 1 x.
lim x lim x e 1 0
x 0 x 0
e 1 x xe x ,
x
0
form
Thus by L’Ho^ pital’s rule we get
x x
lim x e 1 lim 1 e
x x x
xe x 0 xe e
x 0 x 1
x
lim ex x
1
x 0
xe 2e 2
.
1 1 1
lim x
x 0
Hence, e 1 x 2
.
Activity 6.7
1. Evaluate the following limits
6
lim x 4
1
lim tan x tan 2 x
a. x
x 1
1
i.
x
4
sin ax sin x x
lim lim 3
b. x 0 sin bx
j.
x 0
x
171
Module on Applied Mathematics I 2006EC
( )
x −1
6
lim arctan( 2 x)
lim
x −1
n
x →∞
c. k. x 0 3x
3 5
lim 1 2
lim x 1
2
d.
x
x x
l. x
x
1 1 2 1
lim lim x 1 x sin
e.
x 1 ln x
x 1 m.
x
3
x
tan 1 1 1
lim lim 2
x 0
1 x
2
x sin
x
f. x n.
x 2
x
e
1 x
2
lim
3
x
x 0
x
g.
lim
x xe o.
1
lim 1
x
2x
e 1 x
2
lim
x 0
x ln(1 | x )
x
x
h. p.
x
3
a) f ( x )=2−x− c) f ( x)=|x+4|−|x−4|
b) f ( x )=√ x+ 1
3
d)
f ( x )=sin (3 x 2 )
2. Check the existence of the inverse of the following functions. If it has, find its inverse
172
Module on Applied Mathematics I 2006EC
( 3)
−1
b) sin ( 2 arcsin x ) d)
sinh 4
−1
x + x +1 for 0≤x≤2 , and g( x )= f
4 3
( f ) (c )if
−1 '
5. Find
2e
2
sinh (−3 x )
−1 2
a) f ( x )=sec h √ ln x c) f ( x )=
b)
f ( x )=arctan ( x−1
x +1
) d) f ( x )=arc sec( ln x )
−1
sinh x
( 1+ x ) + xy=1
y= 2
dy
√1+ x
2
( )
1−cos x
2 x −( 3 x +1 ) √ x +2
2
lim 2
a)
lim
x →1 x−1 f)
x →0
1− sec x
b)
lim x−
x →∞
( √ x + x)
2
g)
lim
x →0
( x−tan x)
x−sin x
1−sin x
c)
lim
x→
π
2
1+cos 2 x
h)
lim
x →0
( secx sinx−1x )
sin x−1
lim cot x−
d) x →0
1
x ( ) i)
lim
x→
π lnsin x
2
( ) 4
2 x−1
( sin ( πx )
)
2
lim 1− lim
x e +3− x
+
x−4
x →4
x →0
e) j)
173
Module on Applied Mathematics I 2006EC
CHAPTER SEVEN
Techniques of Integration
Introduction
Integration is not as straight forward as differentiation; there are no rules that absolutely
guarantee obtaining indefinite integrals of a function. In this chapter we develop techniques for
using the basic integration formulas to obtain indefinite integrals of more complicated functions.
Therefore we discuss a strategy for integration in this section. Also we consider integrals having
an unbounded limit of integration and integrals of discontinuous functions on an interval.
Finally, integration has a wide variety of applications. In this section look at some applications of
integrals in finding the area of a region bounded by a curve and the volume a solid region.
Objectives
174
Module on Applied Mathematics I 2006EC
Find the definite and indefinite integral of different functions using different techniques
of integrations.
Before we see techniques of integration let us revise the integrals of important functions in
175
Module on Applied Mathematics I 2006EC
Table 1.0
I hope the student does not forget how to evaluate the definite integral by using the following
fundamental theorem of calculus:
176
Module on Applied Mathematics I 2006EC
x
G( x )=∫ f (t )dt
a
(6 x
2
5)dx
2
Example 1 Evaluate .
6 x 2 5 is F ( x) 2 x 3 5 x
Solution: An antiderivative of .Then
(6 x
2
5)dx 3
2 x 3 5x
2 2
=
The formulas for indefinite integrals in Table (1.0) are limited in scope, because we cannot use
them directly to evaluate such as
177
Module on Applied Mathematics I 2006EC
In this section we shall develop a simple but powerful method for changing the variable of
integration so that these integrals (and many others) can be evaluated by using the formulas in
Table (1.0).
Method of Substitution
'
f ( g ( x) g ' ( x)dx
2 x 5dx
Example 1 Evaluate .
f (u )du
Since du contains the factor 2, the integral is not in the proper form required in
the method of substitution given above. However, we can introduce the factor 2 into the
1
2
integrand, provided we also multiply by . Doing this and property of integral we have
178
Module on Applied Mathematics I 2006EC
1
2 x 5dx 2 x 5 2dx
2
1
2 x 5 2dx
2
1
u du
2
3
1 u2
c
2 3
2
3
1 2
u c
3
3
1
( 2x 5) 2 c
3
sin(2 x)dx
Example 2 Evaluate
u=2x,du=2dx
Since du contains the factor 2, we adjust the integrand by multiplying by 2 and compensate by
1
2
multiplying the integral by before substituting:
1
∫ sin ( 2 x ) dx= 2 ∫ sin ( 2 x ) 2 dx
1
¿
2
∫ sinudu
1
¿ (−cosu ) +c
2
1
¿− cos ( 2 x )+ c
2
179
Module on Applied Mathematics I 2006EC
It is not always easy to decide what substitution u = g(x) is needed to transform an indefinite
integral into a form that can be readily evaluated. It may be necessary to try several different
possibilities before finding a suitable substitution. In most cases no substitution will simplify the
integrand properly. The following guidelines may be helpful.
du g ' ( x)dx
2. Calculate .
3. Using 1 and 2, try to transform the integral into a form that involves only the variable u.
If necessary, introduce a constant factor k into the integrand and compensate by 1/k.
If any part of the resulting integrand contains the variable x, use a different substitution
in 1.
5. Replace u in the antiderivative obtained in guideline 4 by g(x). The final result should
x
2
(3 x 3 2)10 dx
Example 3 Evaluate .
(3 x 3 2)10
Solution: If an integrand involves an expression raised to a power, such as ,
1
u 3x 2 2, du 9 x 2 dx du x 2 dx
9
180
Module on Applied Mathematics I 2006EC
du 9 xdx x2
Comparing with dx in the integral suggests that we introduce the factor 9 into the
integrand. Doing this and compensating by multiplying the integral by 1/9, we obtain the
following:
1
x (3x 3 2)10 dx u 10 du
2
9
1 10
u du
9
1 u 11
( ) C
9 11
1
99
3x 3 2 C
11
x 3 x 1dx
Example 4 Evaluate .
3x 1
Solution: To simplify the expression ,we let
1
u 3du
x 3x 1dx x 3x 1dx
Then
Thus we still need to find x in terms of u. From the equation u=3x –1 we deduce that
1
x (u 1)
3
Therefore
181
Module on Applied Mathematics I 2006EC
1
u 3du
(u 1) du
x 3x 1dx x 3x 1dx 3 u 3
1 2
3 1
u u 2 du
9
1 2 2 2 2
5 3
u u C
9 5 3
1 2
5 3
2
(3 x 1) 2 (3 x 1) 2 C
9 5 3
x2
Example 5 Evaluate
xe dx
.
Solution: We let
du
u x 2 , du 2 xdx xdx
2 .Then
x2 2 du
xe dx e x xdx e u
2
1
eu C
2
1
ex C
2
Example 6 Evaluate
sec xdx
.
182
Module on Applied Mathematics I 2006EC
Activity 7.1
2
t
5. x 5 2
x 1dx 6. dt
1 t 2
2 3
e x 1
7. 2 dx 8. dx
1 x x(ln x) 2
2 2
3 sin x x
9. dx 10. dx
1 2 cos x 0 1 x 4
by using the method of substitution we obviously fail. But don’t worry the next formula
will enable us to evaluate not only these, but also many other types of integrals.
183
Module on Applied Mathematics I 2006EC
f ( x) g ( x)dx f ( x) g ( x) g ( x) f
' '
( x)dx
The first integral on the right side equals f(x)g(x)+c. Since another constant of integration
is obtained from the second integral, we may omit c in the formula; that is
f ( x) g ( x)dx f ( x) g ( x) g ( x) f
' '
( x)dx
………………….. (1)
Since applying (1) involves splitting the integrand into two parts, the use of (1) is referred to as
integrating by parts. A proper choice for dv is crucial. We usually let dv equal the most
184
Module on Applied Mathematics I 2006EC
complicated part of the integrand that can be readily integrated. The following examples
illustrate this method of integration by parts
xe dx
x
Example 1 Evaluate .
xe x ex
Solution: The integrand can be split into two parts x and . We let
u x and dv e x dx
du x and v e x dx e x
Then
u dv u v v du
xe dx xe e dx xe e C
x x x x x
2
x
2
sin( 2 x)dx.
0
Example 2 Evaluate
1
du 2 xdx and v cos 2 x
2
Then,
185
Module on Applied Mathematics I 2006EC
2 2
1 2 2 1
2
x sin( 2 x ) d 2 x cos 2 x 2 x cos 2 x dx
0 0 0 2
2
1 2
x 2 cos 2 x
2 0
x cos 2 xdx
0
But, since
2
1 2 2 1 2
2 x cos 2 x 2 2 cos 2( 2 ) 0 8
0
And
2 2
sin 2 x 2 sin 2 x
0
x cos 2 xdx x
2
0
0
2
dx
1 1 cos 2 x 2
sin 2( ) 0
2 2 2 2 2 0
1 1 1
cos 2( ) cos 0 [ 1 1]
4 2 4 2
Hence,
2
2 1
x sin( 2 x)dx
2
0
8 2
e
x
cos xdx.
Example 3 Evaluate
186
Module on Applied Mathematics I 2006EC
du e x dx and v sin x
So that
(1)
We next apply integration by parts to the integral of the right side of equation (1). Since
we chose a trigonometric form for dv in the first integration by parts, we shall also choose
du e x dx and v cos x
If we now use equation (2) to substitute on the right side of equation (1), we obtain
187
Module on Applied Mathematics I 2006EC
e
x
cos xdx
Adding to both sides of the last equation gives us
e
x
cos xdx e x sin x e x cos x
Finally, dividing both sides by 2 and adding the constant of integration yields
1
e
x
cos xdx [e x sin x e x cos x] C
2
dv e x dx
We could have evaluated the given integral by using for both the first and second
applications of the integration by parts formula.
( polynomial ) ln xdx
In all except ,the most effective choice of u is the polynomial, since the
derivatives of a polynomial are simpler than other function, while the choice u=lnx is effective
( polynomial ) ln xdx
for .
sin
1
x dx
Example 4 Evaluate .
Solution: Let
188
Module on Applied Mathematics I 2006EC
1
u sin 1 x and dv dx sothat du dx and v x
1 x2
Then
x
sin 1 x
1
x dx x sin 1 x dx
2
Now we use substitution to solve the integral to the right. That is let
We then have
x wdw
1 x 2
dx
w
dw w C 1 x 2 C
Consequently
sin
1
x dx x sin 1 x 1 x 2 C
Integration by parts may sometimes be employed to obtain reduction formulas for integrals. We
sin cos
n n
x dx x dx
now find reduction formulas of with the help of integration by parts.
First write
sin n
xdx sin n 1 x sin xdx
Solution:
n 1
and let u sin x and dv sin xdx so that
189
Module on Applied Mathematics I 2006EC
2 2
Since cos x 1 sin x , we may write
Consequently,
coxs sin n 1 x n 1
sin xdx sin n 2 xdx
n
n n
1 n 1
cos xdx sin x cos n 1 cos n 2 xdx.
n
n n
sin
5
xdx.
Example 8 Evaluate
1 4
sin cos x sin 4 x cos 3 xdx
5
xdx
5 5
1 2
sin cos x sin 2 x sin xdx
3
xdx
3 3
1 2
cos x sin 2 x cos x C
3 3
Consequently
1 4 8
sin
5
xdx cos x sin 4 x cos x sin 2 x cos x C
5 15 15
190
Module on Applied Mathematics I 2006EC
Activity 7.2
1. xe x dx 2. x ln xdx
3. sec 3 xdx 4. x 2 x dx
2
5. x tan x sec xdx 6. 2t sin 2tdt
0
7. ( x 1) ( x 2)dx
10
8. sin(ln x)dx; ( H int : Let u sin(ln x))
x
11. cos 3 ( )dx 12. cos 7 xdx
2
An expression for rational function is called a proper fraction if the degree of the numerator is
strictly less than the degree of the denominator; otherwise it is called an improper fraction. In
case of improper fraction we actually divide the numerator by the denominator and the improper
fraction is expressed in terms of a polynomial and a proper fraction. For example,
2x 1 7 4 x 3 3x 2 2 x 1 34 x 26
2 and 2
4 x 3
x 3 x 3 x 9 x2 9
P( x)
Let us consider a proper fraction Q ( x) where P and Q are polynomials in x, then it can
be proved that
P( x)
F1 F2 ... Fn
Q( x)
Such that each term Fn of the sum has one of the forms
191
Module on Applied Mathematics I 2006EC
A Ax B
n
or
(ax b) (ax bx c) n
2
for real numbers A and B and a nonnegative integer n, where ax bx c is irreducible
2
in the sense that this quadratic polynomial has no real zeros (that is, b 4ac 0) .In this case,
ax 2 bx c cannot be expressed as a product of two first-degree polynomials with real
coefficients.
P( x)
F F2 ... Fk
The sum 1 is the partial fraction decomposition of Q ( x) ,and each Fk is a partial
fraction. We state guidelines for obtaining this decomposition.
1. If the degree of P(x) is not lower than the degree of Q(x), use long division to obtain
the proper form
2. Express Q(x) as a product of linear factors ax + b or irreducible quadratic factors
A1 A2 An
2
...
ax b (ax b) (ax b) n
A1 x B1 A2 x B2 An x Bn
2
2 2
...
ax bx c (ax bx c) (ax 2 bx c) n
192
Module on Applied Mathematics I 2006EC
4 x 2 13 x 9
3 2 dx
Example: Evaluate x 2 x 3 x
Each factor has the form stated in Rule (a) of the guideline, with n = 1. Therefore the partial
fraction decomposition has the form
4 x 2 13 x 9 4 x 2 13 x 9 A B C
3 2
x 2 x 3 x x( x 3)( x 1) x x 3 x 1
9 3 A, or A 3
8=4C, or C=2
-12=12B, or B=-1
4 x 2 13 x 9 3 1 2
3 2
x 2 x 3x x x 3 x 1
193
Module on Applied Mathematics I 2006EC
Integrating and letting C denote the sum of the constants of integration we have
4 x 2 13 x 9 3 1 2
x 3 2 x 2 3x dx x dx x 3 dx x 1dx
3 ln x ln x 3 2 ln x 1 C
3 2
ln x ln x 3 ln x 1 C
x 3 ( x 1) 2
ln C
x 1
Another technique for finding A, B, and C is to expand the right-hand side of (1) and collect like
powers of x as follows:
4 x 2 13x 9 ( A B C ) x 2 (2 A B 3C ) x 3 A
We now use the fact that if two polynomials are equal, then coefficients of like powers of x are
the same. It is convenient to arrange our work in the following way, which we call comparing
coefficients of x.
Coefficients of x2:A+B+C=4
Coefficients of x: 2A-B+3C=13
13 7 x
( x 2)( x 1) 3
dx
Example 2: Evaluate
Solution: By Rule (a) of the Guidelines the partial fraction of the integrand has the form
194
Module on Applied Mathematics I 2006EC
13 7 x A B C D
3
2
3
( x 2)( x 1) x 1 ( x 1) ( x 1) ( x 2)
3
Multiplying both sides by ( x 2)( x 1) gives us
13-7=3C or C=2
13+14=D(-2-1)3 or D=-1
1
(2 4 1 13) 3
13=2A-3B+2C-D or B= 2
Therefore
13 7 x 1 3 2 1
3
2
3
( x 2)( x 1) x 1 ( x 1) ( x 1) x2
Thus
13 7 x 1 3 2 1
( x 2)( x 1) 3
dx dx
x 1 ( x 1) 2
dx
( x 1) 3
dx
x2
dx
3 1
ln x 1 ln x 2 C
x 1 ( x 1) 2
x 1 3 1
ln C
x 2 x 1 ( x 1) 2
195
Module on Applied Mathematics I 2006EC
x 2 2x 7
x 3 x 2 2 dx
Example 3 Evaluate
x 3 x 2 2 ( x 1)( x 2 2 x 2)
2
Applying Rule (b) of the Guidelines to the irreducible quadratic factor x 2 x 2 we
have
x 2 2x 7 A Bx C
3 2
2
x x 2 X 1 x 2x 2
This leads to
x 2 2 x 7 A( x 2 2 x 2) ( Bx C )( x 1)
………………….. (3)
10 = A(5) or A = 2
x 3 2 x 7 (2 B ) x 2 (4 C B ) x (4 C )
………….. (4)
196
Module on Applied Mathematics I 2006EC
x 2 2x 7 2 x 3
3 2
2
x x 2 x 1 x 2x 2
Consequently
x 2 2x 7 2 x 3
x 3 x 2 2 dx x 1dx x 2 2 x 2dx
x 3
2 ln x 1 2 dx
x 2x 2
To evaluate the right-hand integral, we first complete the square in the denominator to obtain
x 2 2 x 2 ( x 1) 2 1
Therefore
x 3 x 3 u 2
x 2
2x 2
dx
( x 1) 2 1
dx 2
u 1
du
u 2
2 du 2 du
u 1 u 1
1
ln(u 2 1) 2 arctan u C
2
1
ln( x 2 2 x 2) 2 arctan( x 1) C
2
Hence
x 2 2x 7 2 x 3
x 3 x 2 2 dx x 1dx x 2 2 x 2dx
1
2 ln x 1 [ ln( x 2 2 x 2)] 2 arctan( x 1) C
2
197
Module on Applied Mathematics I 2006EC
dx
sin x(2 cos 2
x) .
Example 4 Evaluate
Solution: Since
dx sin xdx
sin x(2 cos 2
x)
2
sin x(2 cos 2 x)
Substuting
dx sin xdx du du
sin x(2 cos 2
x)
2 2
sin x(2 cos x)
2 2
(1 u )( 2 u )
2
(u 1)(u 2 2)
But then the partial fraction representation for the integrand of the last integral has the
Form
1 A B Cu D
2 2
2
(u 1)(u 2) u 1 u 1 u 2
Therefore
1 1 1
1
6 6 3
(u 2 1)(u 2 2) u 1 u 1 u 2 2
198
Module on Applied Mathematics I 2006EC
du 1 du 1 du 1 du
(u 2
1)(u 2) 6 u 1 6 u 1 3 u 2 2
2
1 u 1 1 u
ln arctan C
6 u 1 3 2 2
dx 1 cos x 1 1 cos x
sin x(2 cos 2
ln
x) 6 cos x 1 3 2
arctan
2
C
Activity 7.3
x2 2 x 2−12 x +4
1. ∫ x 2−1 dx 2. ∫ x 3 −4 x2 dx
0
x 2 + x +1 −x 3 + x2 + x 3
3. ∫ x 2 +1
dx 4. ∫
( x+1 )( x 2 +1)2
dx
−1
∫ √x +1
2
5. ∫ xx 3−1
+3 x+ 4
dx 6.
x +1
dx
π
4
sin2 x cos x
7. ∫ sin2 x +1 dx 8. ∫ tan3 xdx ; ( H int: sustuteu=tan x )
0
ex dx
9. ∫ dx 10 . ∫ 1+3 e x +2 e 2 x
1−e 3 x
Integrals such as
are called trigonometric integrals because their integrands are combinations of trigonometric
functions. This section is devoted to trigonometric integrals especially those in which the
integrands are composed of the basic trigonometric functions.
199
Module on Applied Mathematics I 2006EC
n 1
And express cos x in terms of sinx by using the trigonometric identity
cos 2 x 1 sin 2 x .Make the sustition
u=sinx, du=cosxdx
and evaluate the resulting integral.
3. If m and n are even: Use half-angle formulas for
1 cos 2 x 1 cos 2 x
sin 2 x and cos 2 x
2 2 and the identity
1
sin x cos x sin 2 x
2
to reduce the exponents by one-half.
sin
3
x cos 2 xdx
Example 1: Evaluate
Solution: By guideline 1
1 1
u5 u3 C
5 3
1 1
cos 5 x cos 3 x C
5 3
Example 2: Evaluate
2
sin x cos 4 xdx
.
200
Module on Applied Mathematics I 2006EC
1 cos 4 x
sin 2 2 x
Putting 2 and u=sin2x so that du=2cos2xdx in the first and second integerals
of the right of the the last equation we get:
1 1 cos 4 x 1 1
8
dx u 2 du
2 8 2
1 1 1
x sin 4 x u 3 C
16 64 48
1 1 1
x sin 4 x sin 3 2 x C
16 64 48
sin
m
x cos n dx
An alternative way to evaluate when m and n are even is to use the identity,
sin
k
sin 2 x cos 2 x 1 but this time we transform the integral into integrals of the form xdx
or
cox
k
xdx
of the form which can be evaluated by the reduction formulas.
tan x sec n xdx tan m 1 x sec n 1 x sec x tan xdx and exp ressed tan m 1 x
m
in terms of x secx by
2 2
using the trigonometric identity tan x sec x 1. Make the substitution
u=secx, du=secxtanxdx
and evaluate the resulting integral.
2. If n is an even integer: write the integral as
tan x sec n xdx tan m x sec n 2 x sec 2 xdx
m
n 2
and express sec x in terms of tanx by using the
2 2
trigonometric identity sec x 1 tan x .Make the substittion
u=tanx, du=sec2xdx
and evaluate the resulting integral.
201
Module on Applied Mathematics I 2006EC
3. If m is even and n is odd: Reduce to powers of x sec alone by using the identity
sec 2 x 1 tan 2 x
tan
3
x sec 5 xdx
Example 3 Evaluate .
(u 6 u 4 )du
u7 u5
C
7 5
sec 7 x sec 5 x
C
7 5
tan
3
x sec 4 xdx
Example 4 Evaluate .
(u 5 u 3 )du
1 1
u6 u4 C
6 4
1 1
tan 6 x tan 4 x C
6 4
cot
m
x csc n xdx
Integerals of the form may be evaluated in similar fashion.
202
Module on Applied Mathematics I 2006EC
1 1
sin x cos y sin( x y ) sin( x y )
2 2
1 1
sin ax cos bx sin( a b) x sin( a b) x
2 2 (*)
1 1
sin( a b) x and sin( a b) x
Notice that 2 2 are easy to integrate by substitution.
1 1
sin 4 x cos 2 xdx 2 sin 2 x 2 sin 6 x dx
1 1
cos 2 x sin 6 x C
4 12
Activity 7.4
203
Module on Applied Mathematics I 2006EC
2 2
We can use a similar procedure for a x , and x 2 a 2 .This technique is useful for
eliminating radicals from these types of integrands. The substitutions are listed in the
table 1.1.
When making a trigonometric substitution we shall assume that θ is in the range of the
corresponding inverse trigonometric function. Thus, for the substitution x=asin , we have
2 2 , In this case, cos θ ≥ 0 .
Table1.1
204
Module on Applied Mathematics I 2006EC
1
x 2
16 x 2
dx.
Example 1 Evalute
2 2 2
Solution: Since 16 x 4 x , we substute
x 4 sin , so that dx 4 cosd , for
2 2.
Then
1 1
x 2
16 x
dx
2
16 sin 16 16 sin 2
2
(4 cos )d
1
(4 cos )d
16 sin 4 1 sin 2
2
1 1
2 d
16 sin
1
cot C
16
In order to write the answer in terms of the original variable x, we draw the triangle as
x 4
2
Fig 1.1
16 x
√
2
cot θ=
16− x
Hence, x
Thus
205
Module on Applied Mathematics I 2006EC
1 1 16 x 2
x 2
16 x 2
dx
16
cot
16 x
C
1
x 2
x 2 16
dx
Example 2 Evaluate .
Solution: The denominator of the integrand has an expression of the form a 2 x 2 with a=4.
Hence, using table 1.1, we make the substitution
Consequently
And
1 1
x 2 2
x 16
dx
16 tan 2
( 4 sec )
4 sec 2 d
1 sec 1 cos
2 d 2 d
16 tan 16 sin
1
16 sin
To give the answer in terms of x, we use the triangle in Fig 1.2, with x=4tan .We then
find that
2
16 x
x
4
Fig 1.2
206
Module on Applied Mathematics I 2006EC
x
sin θ=
√ x
2
Hence, 16+
Therefore
1 1 16 x 2
x 2
x 2 16
dx
16 sin
16 x
C
3
x2 9
x
dx.
Example 3 Evaluate 6
Solution: The domain of the integrand consists of ( ,3] and [3, ) but since the
interval over which we must integrate is [-6,-3], we seek an antiderivative whose domain is
And notice that x 2 9 9 sec 2 9 3 tan .For the limits of integration we observe that
4
x 6, then sec 1 ( 2) and if x 3, then
3
Therefore
3
x2 9 9 sec 2 9
6
x
dx
4 3 sec
9(3 sec tan )d
3
3 tan
(3 sec tan )d 3 tan 2 d
4 3 sec 4
3 3
s
3 (sec 2 1)d
4
3
3 tan
4
3
3 3
207
Module on Applied Mathematics I 2006EC
2
Integrals containing bx cx d
2
By completing the square in bx cx d we can express bx 2 cx d in terms of
a 2 x 2 , andx 2 a 2 or a 2 x 2 for suitable a > 0. Then a trigonometric substitution
eliminates the square root as before.
1
2
x 8 x 25
dx.
Example 5 Evaluate
x 2 8 x 25 ( x 2 8 x 16) 25 16
x 4 9
2
Thus,
1 1
x 2 8 x 25
dx
( x 4) 2 9
dx
Then
And
1 3 sec 2
x 2 8 x 25
3 sec
d
secd
ln sec tan C
Using our formulas for tan and sec ,we conclude that
1 x 2 8 x 25 x 4
x 2 8 x 25
ln
3
3
C
208
Module on Applied Mathematics I 2006EC
f ( x)dx f a, b
The definite integral a has meaning only when is continuous on
f ( x)dx
Definition: If f is continuous on a, , then the improper integral a converges if
t
lim f ( x)dx
t
a exists. In that case
t
b.
1 x dx
209
Module on Applied Mathematics I 2006EC
Solution: (a) Following the discussion above and equation 1 we have
t
1
t
1 1
dx lim dx lim
x 1 x 1 x 1
2 t 2 t
0 0
0
1 1
lim 0 1 1
t
t 1 0 1 .
Thus, the improper integral converges and has the value 1 .
ln(1 x)
0 0
1 1 0
1 x
dx lim
t 1 x
t
dx lim
t t
e x
1 1
x x 1
e
dx lim e dx lim
t
t
t t
lim
t
e e e 0 e .
1 t
shown that 3 does not depend on the choice of the real number a .
210
Module on Applied Mathematics I 2006EC
1
2
dx
Example 3: Determine whether the integral 1 x converges or diverges, and if it
converges find its value.
0 (_ ) 0
2 2 2 2 .
Thus, the given improper integral converges and has the value .
7.7.2 Integrals with Unbounded Integrands
We now consider a function f that is continuous at every point in a, b and unbounded near a .
f ( x)dx
t is defined for such t . If the one-sided limit
b
lim f ( x)dx
ta t
b
f ( x)dx
exists, then we define a to be the limit. This idea leads us the following definitions:
Definition:
211
Module on Applied Mathematics I 2006EC
As the preceding section, the integrals defined in 4 and 5 are reffered to as improper
integrals and they converge if the limit exists. The limits are called the values of the improper
integrals. If the limits does not exist, the improper integral diverge.
2
1
2 x dx
Example 4: Evaluate 1 .
Solution: Since the integrand has an infinite discontinuity at x 2 , we apply 4 and have
2
2 t
1 1 t
1 2 x
dx lim
t 2
1 2 x
dx lim
t 2
2 x 1
Thus, the given improper integral converges and has the value 2 .
1
1
x dx
Example 5: Determine whether the improper integral 0 converges or diverges.
Definition: If f has a discontinuity at a number c in the open interval a, b but continuous
212
Module on Applied Mathematics I 2006EC
Provided both of the improper integrals on the right converge. If both converge, then the value of
b
f ( x)dx
the improper integral a is the sum of the two values.
4
1
dx
Example 6: Determine whether the improper integral
0 x 3 2
converges or diverges.
Solution: The integrand is undefined at x 3 . Since this number is in the interval 0,4, we use
6 , with c 3 :
4 3 4
1 1 1
dx dx dx
0 x 3 2
0 x 3 2
3 x 3 2
.
For the integral on the left to converge, both integrals on the right must converge.
However, since
t
3
1 1 1
t
x 3 3 x 3 3 x 3
dx lim
2
dx lim 2
t t
0 0
0
1 1
lim
t 3 t 3 3 .
Thus, the given improper integral diverges.
The other kind of improper integral is found if f is continuous in a, b and is unbounded near
b
f ( x)dx
both a and b . We say that a converges if for some point c in a, b both the integrals
c b
f ( x)dx f ( x)dx
a and c converge. Otherwise we say that the integral is divergent.
1
1 2x
2
dx
Example 7: Determine whether
0
x x converges or diverges.
Solution: The integrand is unbounded near both the end points 0 and 1 and is coninuous on
3
c
0,1. Consequently the integral is of the type under consideretion. If we let 4 , then we need
to analyze the convergence of
213
Module on Applied Mathematics I 2006EC
3
4 1
1 2x 1 2x
2
dx 2
dx
0
x x and
3
4 x x
3
0t
For 4 , we have
2
3 3
4 4 3
1 2x 1 2x 2
4
2
dx lim
2
dx lim
x x
0
x x t 0
t
x x t 0 t
3 2 3
lim 2
t 0 16
t t
2
.
A similar computation shows the second improper integral also converges and that
1
1 2x 3
2
dx
2
3
4 x x .
Therefore the original integral converges, and
3
3 3
1 4 1
1 2x 1 2x 1 2x
dx dx dx 0.
2 2 2 2 2
0
x x 0
x x 3
4 x x
Activity 7.5
1. Determine whether the following improper integral converges or diverges, and if it
converges find its value.
x 2
2
dx
01 x
2 sec xdx
a. f. 0
0 0
1 1
dx dx
b.
x 3 2
g.
2
4 x
2
1
2
dx
sec xdx
c.
1
x 1
h. 0
214
Module on Applied Mathematics I 2006EC
7
1
2
x dx dx
xe x 1
2
3
2
d. i.
2
1
9 1
3x 1
dx x dx
3
e. 0 x j. 0x
7.8 Application of the Integral
7.8.1 Area (Review)
Example 1: Find the area of the region bounded by the graghs of the equations yx and
y x.
Solution: First sketch the graghs on the same plane. And find the intersection of the two graghs.
y 2
x 2 4 4
Observe that
y x
which implies x x x x x x 0
.
xx 1 x x 1 0
2
.
So that x 0 and x 1 .
2
x for every real number x , the two graghs intersect at 0,0 and 1,1.
x 1 0
Since,
2
x on 0,1 .
x
Moreover
215
Module on Applied Mathematics I 2006EC
A x x dx
1
2 3 1 3 1
3 x 2 3 x
2
0
3
0
.
Example 2: Find the area of the region bounded by the graghs of the equations y sin x and
y cos x on 0,2 .
Solution: First sketch the graghs on the same plane. And find the intersection of the two graghs.
y sin x
Observe that y cos x which implies sin x cos x tan x 1 , on 0,2
5
x x
4 and 4 .
2 5 2
, ,
4 2 4 2
Thus the two graghs intersect at and and the region bounded by the
216
Module on Applied Mathematics I 2006EC
2 1 2 2 1 2 4 2 .
Example 3: Find the area of the region bounded by the graghs of the equations y x 6 ,
3
y x 0
and 2 y x 0 .
Solution: First we gragh the region as follows. We divide the region into two regions R1 and
0
1 3 2
A1 x 6 2 x dx x 6 x 12
4
4 4
and
2
1 2 1 4
x dx x 6 x x
2
3
A 2
x 6 10
0
2 4 0
Then the area is computed by interchanging the y axis instead of along the x axis .
217
Module on Applied Mathematics I 2006EC
2
2 y x 4
Example 4: Find the area of the region bounded by the graghs of the equations and
2
y x
.
Solution: First we sketch the region as follows:
2 2 x 4
y
2
y x
2 2 2
2 y y 4 y 4 y 2
Observe that which implies .
2 2
x y x 2 y 4
Also on 2,2 .
Thus, the area A of the region between the two graghs is
2
2
1 3 32
A y 2 y 4 dx 4 y
2 2
y
3
3
2
2
.
Activity 7.6
1. Find the area A of the regions bounded between the graghs of the equations below:
2 3 2 2
y x 1 and y 2 x 9 y 3 x x 10 x and y x 2x
a. d.
2 2 2
x y y and x y y x 3 y and y x 1
b. e.
y 2 sin x and y tan x , on ,
c. 3 3
7.8.2 Volume
[Link] The Cross-Section Method
218
Module on Applied Mathematics I 2006EC
If a solid region D has cross-sectional area A(x) for a x b , and if A is continuous on a, b ,
then we define the volume V of D by the formula
b
V A( x)dx
a
4 3
V r
Example 1: Show that the volume of the sphere of radius r is 3 .
Solution: If we place the sphere so that its center is the origin, then the plane P x intersects the
sphere in a circle whose radius (from Pythagorean theorem) is
2 2
y rx . So that the cross-section area is
A( x) y
2
r x
2 2
r x
r r
2 2
V A( x)dx
r r
r
x
3
r 2 x
3
r
4 3
r
3 .
Example 1: Find the volume of the solid whose base is the region bounded by the lines
x x
f ( x) 1 , g ( x) 1 and x 0
2 2 . The cross-sections perpendicular to the x axis are
equilateral triangles.
Solution:
219
Module on Applied Mathematics I 2006EC
Area
4
3
Base area of equilatera l triangle
2
A( x)
4
3
2 x area of cross sec tion
2
3 2 x
3
2 3
4
3
3 0
.
Class Activity (Pair Work)
3
y x , y 0 and x 1
1. The base of a solid is bounded by . Find the volume of the solid
2. Suppose a pyramid is 4 units tall and has a square base 3 units on a side. Find the
volume V of the pyramid.
[Link] The Disc Method
We now move on to yet another application of definite integrals: volumes of revolution.
Volumes of revolution are solids whose shapes can be generated by revolving some curve(s)
about some axis in three-space. If we can set things up so that a solid of revolution is generated
by revolving the region between the gragh of a continuous function f ( x), a x b and the
220
Module on Applied Mathematics I 2006EC
x axis , and the axis of rotation is the x axis (see diagram below), we can then calculate the
volume in the following way:
To find the volume of a solid of revolution with the disk method, use one of the following, (as
shown in the figure below)
b d
2 2
volume V R( x) dx volume V R( y) dy
a c
Solution: We first sketchthe region in question, and draw our small srip perpendicular to the
x axis (with width dx )
221
Module on Applied Mathematics I 2006EC
Rotating the strip about the x axis we see that we get something of the form:
2
volume r h
2
This is clearly a cylinderical shape and so has volume given by the classical formula: V r h ,
where r is the radius of the cylinder, and h is the height. Looking at the specific solid generated
by the strip here, we see that h dx and r = the height of the strip = the y
Value of the curve= x . So the volume generated by the strip is given by:
4
x2
r ( x) dx x dx xdx
4 4 2 4
2
V 8
2
0 0
0
0
.
Example 2: Find the volume of the solid formed by revolving the region bounded by
2
f ( x) 2 x and g ( x) 1
about the line y 1 .
Solution: We first sketch the gragh as
222
Module on Applied Mathematics I 2006EC
as shown in the figure below. If r and R are inner and outer radii of the Washer and w is the
width of the washer, then the volume is given by
volume of washer R r w
2 2
223
Module on Applied Mathematics I 2006EC
If the region is revolved about its axis of revolution, then the volume of the resulting solid is
given by
a
Note that the inegral involving the inner radius represents the volume of the hole and is
subtracted from the integral involving the outer radius.
2
y x 2
Example 1: Find the of the solid generated by revolving the region bounded by ,
y 1, x 0 and x 2 about the x axis .
Solution: We first sketch the region in question, and draw our small strip perpendicular to the
x axis (with width dx ):
Rotating the strip about the x axis we see that we get something resembling the figure below
2
R( x) x 2
Here and r ( x) 1 , also x varies from o to 2 .
Thus, the volume of the resulting solid is
224
Module on Applied Mathematics I 2006EC
a
0
2
4 2
x 4 x 3 dx
0
[ ]
2
1 5 4 3
= x + x +3 x
5 3 0
356
15 .
3
y x
Example 2: Find the of the solid generated by revolving the region bounded by ,
y 8 and x 0 about the line x 1 .
Solution: We first sketch the region in question, and draw our small strip (with width dy )
perpendicular to the axis of rotation
Rotating the strip about the axis of rotation we see that we get something resembling the figure
below
225
Module on Applied Mathematics I 2006EC
R( y ) 1 3 y
Here and r ( y ) 1 , als y varies from 0 to 8 .
Thus the volume of the resulting solid is
[( R( y)) ( r ( y)) ] dy
b 2 2
V =π ∫ −
a
8
1 dy
2 2
1 3 y
0
8
y 3 2 y 3 3 dy
2 1
0
8
3 53 3 43
5 y 2 y
0
216
5 .
Class Activity (Pair Work)
2
g ( x) x
1. let f ( x) 5 x and and let R be the region beween the graghs of f and g on
0,3 . Then find the volume of the solid obtained by revolving R about the x axis .
2. Find the volume of the solid formed by revolving the region bounded by the graghs of
2
y x 1, y 0, x 0, and x 1
about the y axis .
[Link] The Shell Method
In this section we will study an alternative method for finding the volume of the solid of
revolution. This method is called the Shell-method because it uses cylinderical shells.
To find the volume of this shell, consider two cylinders. The radius of the larger cylinder
corresponds to the outer radius of the shell, and the radius of the smaller cylinder corresponds to
the inner radius of the shell.
Let w width of the rec tan gle , h height of the rec tan gle and
p the dis tan ce between the axis of revolution and the center of the rec tan gle
226
Module on Applied Mathematics I 2006EC
To find the volume of a solid of revolution with the shell method, use one of the following
formulas
Horizontal axis of revolution Vertical axis of revolution
d b
V 2 p ( y )h( y )dy V 2 p ( x)h( x)dx
c a
Example 1: Find the volume of the solid of revolution formed by revolving the region bounded
by
3
y x x and the x axis (0 x 1) about the y axis .
Solution: first we sketch the gragh as
227
Module on Applied Mathematics I 2006EC
Here,
p ( x) x and h( x) x x , also x varies from 0 to 1 .
Thus the volume of the resulting solid is
1 1
2
V 2 p ( x)h( x)dx 2 x( x x )dx
0 0
1
2
2 ( x
4
x )dx
0
1
1 3 1 5 4
3 x 5 x
2
15
0
.
y 1 x
16 , on 4 x 4 about the x axis .
Review Exercises
1. Evaluate the following indefinite integrals
1
∫ dx
√4 x
2
∫x e
3 2x
a) dx h) x +9
228
Module on Applied Mathematics I 2006EC
x −1 dx
2
x
∫ dx
∫
√ x +1
2 3
b) i) x +1
sec x
2
∫ dx
∫ cos
5 2
d) k)
2 x − 4 x −15 x +5 dx
3 2
x
∫ dx
∫
√ x + 6 x+12
2 2
e) l) x −2 x−8
1
∫− dx
√ ( 4 x+1 )
2
√
x 2x
f)
∫e 1− e dx m)
1−
√ x +2 x +2 dx n) ( ln x )
2 2
g) ∫ ( x +1 )
∫ dx
8
2x
∫ dx
4
∫ xarc sec x dx
√x
2
0
b) + 36 e) 2
√x
2 2
√3 6
1 −9
∫ 2
dx ∫ dx
9x
2
c)
0
4+ f)
3
x
3. Determine whether the following improper integral converges or diverges. Evaluate the
integral if it converges.
∞
e
x
4
∞
∫ dx ∫ dx
x
2
x −∞
1+ e 16+
0
a) d)
e 2 0
∫ ln x dx
−4 x
b) 0
∫ xe
e) −∞
dx
229
Module on Applied Mathematics I 2006EC
5
1 4
∫ dx 1
∫
√ x
dx
2
√
0
c) 25− f) −1 |x|
x
2
4. Find the area of the triangular region bounded by the curves x + y=2 , y= and y=2 .
3π
0≤x≤
5. Find the area of the region between the curves y=sin x and y=cos x for 2 .
6. Find the volume of the solid generated by revolving the region bounded by the graghs of
the equations about the specified line.
3
y x , y 0, x 2
a) about the
i. x axis iii. The line x 4
and the y axis from y 0 to y 1 and whose cross-sections taken perpendicular to the
y axis are squares.
1
y
8. Let V be the volume of the solid that results when the region enclosed by x , y 0 ,
x 2 , and x b (0 b 2) is revolved about the x axis . Find the value of b for which
V 3 .
9. Find the volume of the solid generated when the region enclosed by y x 1 , y 2 x
230