Mathematics 11
Mathematics 11
MATHEMATICS (1)
code: (MTH001)
Exercise.1.2………………………………………………….….…….…...…11
Exercise.1.3…………………………………………………………..…...…16
Exercise.2.1………………………………………………………….…...…22
Exercise.2.2…………………………………………………………….…...37
Exercise.2.3…………………………………………………………..…..…45
Exercise.2.4…………………………………………………………..…..…54
Exercises.2.5…………………………………………………………….….63
Exercise.3.1……………………………………………………….……...….72
Exercises.3.2……………………………………………………….…...…...81
Exercise.4.1……………………………………………………….…….…...101
Exercises.4.2……………………………………………………….…….….113
Exercises.4.3……………………………………………………………...…117
Exercises4.4…………………………………………………….…….……..126
Exercises4.5……………………….………………….……………..….…...129
Exercise.5.1……………………………………………………….…...….....139
Exercise.5.2…………………………………………………………………155
Exercises.5.3…………………………………………………………….….161
Exercise.6.1……………………………………….…………….………...…169
Exercise.6.2. .………………………………………………..……….…..…174
References…………………………………………………………………………175
Chapter one
Matrix Algebra, Linear Systems and its Solution
1.1 Matrix Algebra
A matrix is a rectangular array or table of numbers, expressions,
or symbols, arranged in columns and rows, which is used to represent
a mathematical object or rearranged by a similar procedure.
For example,
2 5
[ ]
8 6
is a matrix with two columns and two rows. This is often called a "two by two
Matrices are used to represent linear relations and make computations in linear
algebra easily. Therefore, the study of matrices plays a large part in solving
linear algebra, and most properties and operations of abstract linear algebra can
be expressed in terms of matrices to make it easily solved. For example, matrix
multiplication represents the composition of linear maps. Square matrices, are
the matrices having the same number of rows and columns, and they play a
major role in matrix theory. Square matrices of a given dimension form a non
commutative ring, which is one of the most common examples of a non-
commutative ring. The determinant of a square matrix is a number associated
to the matrix, which is fundamental for the study of a square matrix; for
example, a square matrix is invertible if and only if it has a nonzero
determinant, and the eigenvalues of a square matrix are the roots of
a polynomial determinant. In geometry, matrices are widely used for specifying
and representing geometric transformations (for example rotations)
and coordinate changes. In numerical analysis, many computational problems
(linear) are solved by representing in a matrix form, and this often involves
computing with matrices of huge dimension. Matrices are used in most areas of
most scientific fields and mathematics, either directly, or through their use in
numerical analysis and geometry.
1
Matrix Theory
The study of the matrices is the most important branch of mathematics.
It was initially a sub-branch of linear algebra, but soon grew to include subjects
related to graph theory, algebra, combinatorics and statistics.
The specifics of symbolic matrix notation vary widely, with some popular
trends. Matrices are commonly written in square brackets or parentheses, so
that an 𝑚 × 𝑛 matrix have 𝑚 number of rows and 𝑛 number of columns. 𝐴 is
represented as
𝑎11 ⋯ 𝑎1𝑛 𝑎11 ⋯ 𝑎1𝑛
𝐴=[ ⋮ ⋱ ⋮ ]=( ⋮ ⋱ ⋮ )
𝑎𝑚1 ⋯ 𝑎𝑚𝑛 𝑎𝑚1 ⋯ 𝑎𝑚𝑛
then A B [aij ]mn [bij ]mn [aij bij ]mn [cij ]mn C
2
Subtraction of matrices is the difference between the elements of two
matrices of the same dimension to give an equivalent matrix of the same
dimension whose elements are equal to the difference of elements of the two
matrices. The subtraction of two matrices can be represented in terms of the
addition of two matrices. Let’s say to subtract matrix B from matrix 𝐴 then
we can write 𝐴 – 𝐵. We can also rewrite it as 𝐴 + (−𝐵). Let’s solve an
example
𝟏 𝟐 𝟐 𝟔
Example 2: Subtract 𝑩 = [ ] from 𝑨 = [ ]
𝟕 𝟑 −𝟓 𝟑
Solution:
2−1 6−2 1 4
𝐴−𝐵 =[ ]=[ ].
−5 − 7 3−3 −12 0
(ii) Scalar Multiplication of Matrices
3
2 6 1 2
Example 4: Find the multiple 𝐴 = [ ] and 𝐵 = [ ].
−5 3 7 3
Solution:
2×1+6×7 2×2+6×3 44 22
𝐴×𝐵 =[ ]=[ ].
−5 × 1 + 3 × 7 −5 × 2 + 3 × 3 16 −1
𝟐 𝟏 𝟑 𝟕 𝟏 −𝟏
Example 5: Find the multiple 𝑨 = [𝟑 𝟐 𝟒] and 𝑩 = [−𝟐 𝟑 𝟒 ].
𝟓 𝟏 𝟏 𝟓 𝟔 𝟏
Solution:
(2 ∗ 7 + 1 ∗ −2 + 3 ∗ 5) 𝟑𝟕 38 27 𝟑𝟕 38
𝐴×𝐵 = [ 𝟐𝟑 𝟑𝟓 𝟏𝟒] = [𝟐𝟑 𝟑𝟓 𝟏𝟒] ..
5 𝟗 0 5 𝟗 0
−𝟏 𝟑
−𝟑 𝟐
Example 6: Find the multiple 𝑨 = [ 𝟒 −𝟐] and 𝑩 = [ ]
−𝟒 𝟏 𝟐×𝟐
𝟓 𝟏𝟎 𝟑×𝟐
Solution:
4
If = [𝑎𝑖𝑗 ]𝑚𝑥𝑛 , then 𝐴𝑇 = [𝑏𝑖𝑗 ]𝑛𝑥𝑚 where 𝑏𝑖𝑗 = 𝑎𝑗𝑖 .
Let’s see an example:
2 6
Example 7: Find transpose of 𝐴 = [ ] .
−5 3
2 −5
Solution: 𝐴𝑇 = [ ].
6 3
1 2 5
Example 9: Find the trace of the matrix 𝐴 = [4 −2 7]
3 2 5
Solution:
𝑇𝑟𝑎𝑐𝑒 (𝐴) = 1 − 2 + 5 = 4
Row Matrix:
A Matrix in which there is only one row is called a Row Matrix,
e.g. 𝐴 = [1 7 8]
Column Matrix:
A Matrix in which there is only one column is called a Column Matrix,
5
e.g. [−3].
8
5
Horizontal Matrix:
A Matrix in which the number of columns is greater than the number of
rows is called a Horizontal Matrix.
Vertical Matrix:
A Matrix in which number of rows is greater than the number of columns
is called a Vertical Matrix.
Rectangular Matrix:
A Matrix in which the number of columns and rows are unequal is called a
Rectangular Matrix.
Square Matrix:
A matrix in which the number of columns and rows are the same is called
a Square Matrix.
Diagonal Matrix:
A matrix which all elements are zero except for the elements of the
diagonal.
Symmetric matrix:
A square matrix is said to be symmetric if the transpose of the matrix is
equal to its original matrix. i.e. (A𝑇 ) = 𝐴.
Skew-symmetric Matrix:
A skew-symmetric (or antisymmetric or antimetric) matrix is a square
matrix whose transpose equals its negative value of its elements, i.e.
(A𝑇 ) = −𝐴.
Orthogonal Matrix:
A matrix is said to be orthogonal if 𝐴A𝑇 = A𝑇 𝐴 = 𝐼 .
6
Upper Triangular Matrix:
A square matrix in which all the elements below the diagonal are zero is
known as the upper triangular matrix.
Singular Matrix:
A square matrix is said to be a singular matrix if its determinant is zero,
i.e. |A| = 0.
Nonsingular Matrix:
A square matrix is said to be a non-singular matrix if its determinant is
non-zero.
2 5
Example 10: Find determinant of the matrix 𝐴 = [ ].
4 7
Solution: |𝐴| = (2 ∗ 7) − (5 ∗ 4) = −6.
A AT
7
1 4 3
A T
2 2 1 , AT 1(4 3) 4 (4 3) 3 (6 6) 13 A .
3 3 2
Exercise.1.1
1) Use the matrices below and perform the matrix addition and subtraction.
Indicate if the operation is undefined.
1 5 10 14
1 3 2 14
𝐴=( ), 𝐵=( ), 𝐶 = ( 8 92) , 𝐷=(7 2)
0 7 22 6
12 6 5 3
𝑖) 𝐴 + 𝐵 𝑖𝑖)𝐴 − 𝐶 𝑖𝑖𝑖)𝐵 + 𝐷 𝑖𝑣) 2𝐴 + 3𝐶 − 2𝐷 𝑣) 𝐶𝐵
1 2 −3 3 2 8
𝐴 = (3 −1 2 ), 𝑩 = (−2 −1 4)
5 4 6 9 7 6
1 5
iv) 𝐷 = ( 8 92).
12 6
8
1.3. The inverse of a matrix
For any non-singular matrix A, its inverse can be obtained from the relation
𝒂𝒅𝒋(𝑨)
𝑨−𝟏 = | where |A| is the determinant of A and adj (A) is the adjoint
|𝑨|
matrix. The procedure for finding the adjoint matrix is given below.
3. The cofactor of any element is found by taking its minor and imposing a
sign pattern according to the following rule : (−1)𝑖+𝑗 , where 𝑖 is the
number of row and 𝑗 is the number of column, which can be simply
presented as
9
NOTE: Sign pattern for cofactors. Odd positions (where i+j is odd) have
negative signs, and even positions (where i+j is even) have positive signs.
(Positive and negative signs appear alternately.)
This means, for example, to find the cofactor of an element in the first row,
second column, the sign of the minor is changed. On the other hand to find the
cofactor of an element in the second row, second column, the sign of the minor
is unchanged. This is equivalent to multiplying the minor by ‘+1’ or ‘−1’
depending upon its position. In this way we can form a matrix of cofactors of
𝐴𝑇 . This matrix is called the adjoint of A, denoted adj (A).
Consider an n-square matrix 𝐴 = [𝑎𝑖𝑗 ], let 𝑀𝑖𝑗 denote the (n-1) square
submatrix of A obtained by deleting its ith row and jth column. The
determinant |𝑀𝑖𝑗 | is called the minor of the element 𝑎𝑖𝑗 of A, and we define
the cofactor of 𝑎𝑖𝑗 , denoted by 𝐴𝑖𝑗 to be the “signed” minor:
We can define the adjoint matrix, denoted by adj (A), as the transpose of the
cofactors of A:
A11 A21 . . . An1
A A22 . . . An 2
adj A 12
. . . .
A1n A2 n . . . Ann
1 −2 0
𝐴=( 3 1 5)
−1 2 3
11
Solution
First: find the transpose of A by taking the first column of A to be the first
row of 𝐴𝑇 , and so on:
1 3 −1
𝑇
𝐴 = (−2 1 2)
0 5 3
Now find the minor of each element in 𝐴𝑇 . The minor of the element ‘1’
in the first row, first column, is obtained by deleting the elements in its
1 2
row and column to give ( ) and finding the determinant of this
5 3
reduced matrix, which is −7. The minor of the element ‘3’ in the second
column of the first row is found by deleting the elements in its row and
−2 2
column to give ( ) which has determinant −6. We continue in this
0 3
way and form a new matrix by replacing every element of 𝐴𝑇 by its
minor. Check for yourself that this process gives
−7 −6 −10
𝑚𝑎𝑡𝑟𝑖𝑥 𝑜𝑓 𝑚𝑖𝑛𝑜𝑟𝑠 𝑜𝑓 𝐴 𝑇 = ( 14 3 5 )
7 0 7
Then impose the place sign. This results in the matrix of cofactors, that is,
the adjoint of A.
−7 6 −10
𝑎𝑑𝑗(𝐴) = (−14 3 −5 )
7 0 7
It is a straightforward matter to show that the determinant of A is 21.
Finally
−7 6 −10
−1 𝑎𝑑𝑗(𝐴) 1
𝐴 = = (−14 3 −5 )
|𝐴| 21
7 0 7
Exersise 1.2
11
1 0 2 1 1 −1
3 −5
i) [ ] ii) [0 1 4] iii) [1 0 1]
−1 2
0 0 1 2 1 1
1 1 1
6 −2
iv) [3 1 0] v) [ ]
9 8
1 1 2
3) Without expanding the determinant, show that,
1 x yz
1 y xz 0.
1 z x y
.
1 2 1 𝑥 3
[3 −1 −3] [𝑦] = [−1] ⇒ 𝐴𝑋 = 𝑏
2 3 1 𝑧 4
1 2 1 𝑥 3
𝐴 = [3 −1 −3] , 𝑋 = [𝑦] , 𝑏 = [−1]
2 3 1 𝑧 4
12
𝐴𝑋 = 𝑏 → 𝐴−1 𝐴𝑋 = 𝐴−1 𝑏 → 𝑋 = 𝐴−1 𝑏
1 2 1 8 1 −5
𝐴 = [3 −1 −3] → 𝐴−1 = [−9 −1 6]
2 3 1 11 1 −7
8 1 −5 3 3
𝑋 = [−9 −1 6 ] [−1] = [−2]
11 1 −7 4 4
If we return to the original equations, we see that they in fact fulfill the
identities. Computationally, this is a much easier way to resolve systems of
equations – we just need to compute an inverse, and perform a single matrix
multiplication. This approach will lead to a solution; however, if the matrix A
is nonsingular (not invertible) then using the inverse method will not work. In
fact, if a row or a column of the matrix A is a linear combination of the others,
then there are no solutions to the system of equations, or there are many
solutions to the system of equations.
It is used for solving a given system of linear equations. There are other
methods of solve system of linear equations, e.g. the Jacobi method, Cramer’s
rule, Gauss-Seidel method. The Gauss Elimination method is a direct method
for solving a system of linear equations because, within a finite number of
determined steps, we can solve the given system. The steps of the Gauss
elimination method are:
13
1. Put the given system of linear equations in matrix form AX = b, where
A is the coefficient matrix, X is a column matrix of unknown variables
and b is the column matrix of the constants.
2. Reduce the augmented matrix [A : b] by elementary row operations to
get [A' : b'].
3. We get A' as an upper triangular matrix.
1 1 1 2
[1 2 3 5]
2 3 4 11
1 0 −1 − 1
[0 1 2 3 ]
0 0 0 4
Here, x – z = -1, y + 2z = 3, 0 = 4
14
The system has no solution.
Both Gauss-Jordan and Gauss elimination are somewhat similar methods, the
difference between the two methods is in the Gauss elimination method the
matrix is reduced into an upper-triangular matrix whereas in the Gauss-Jordan
method is reduced into a diagonal matrix.
Gauss-Jordan elimination:
The procedure for reducing a matrix to its reduced row-echelon
form
15
The final matrix is called the reduced row-echelon form.
Exercise1.3
16
3. Using Gauss elimination method, solve:
2x – y + 3z = 9, x + y + z = 6,x – y + z = 2.
4.Use Gauss-Jordan elimination to solve the system:
x + 3y + 2z = 2, 2x + 7y + 7z = −1, 2x + 5y + 2z = 7.
5.Use Gauss-Jordan elimination to solve the system:
x + y + z = 1,3x + 2y + z = 4, 6x -y +3z = 2.
5.Use Gauss-Jordan elimination to solve the system:
-x + 2y + 6z+7w =15, 3x -6y -3w = −9, x + 6z-w = 5.
6.Use Gauss-Jordan elimination to solve the system:
2x + y +2w =4, y+3w =3,-x + 2y+4w = 3,y+7z +2w = 2.
17
Chapter two
Logarithmic and Exponential Functions
2.1. Inverse Functions
In simple words, if any function f takes x to y then, the inverse of f will take
y to x as shown in figure 2.1
Figure 2.1
NOTE: The inverse function returns the original value for which a
function gave the output. That is if, f 1 ( x) y equal to x f ( y ) .
18
Figure 2.2
Figure 2.3
Note: the graph y x 2 meet horizontal line at more than one point so, haven’t
inverse f 1 ( x) , but the graph y x3 meet horizontal line at only one point , so
the inverse exist and the function is (one-to-one and onto).
Algebraic test
The function is f one to one if for all a , b in the domain of the function if
f ( a ) f (b ) a b
19
Example (1) The function f ( x) 3 x 1 is one to one since
Step 1: Replace f ( x) y
Step 2: Interchange x and y
Step 3: Solve for y in terms of x
Step 4: Replace y with f 1 ( x) and the inverse of the function is
calculated.
Example (2)
(3x 5)
i ) f ( x) ii) f ( x) 3 x 2
2
3x 2
iii ) f ( x ) x 3 iv) f ( x)
x 1
Solution
(3x 5)
i) Replace f ( x) y y
2
(3 y 5)
Interchange x and y x
2
(2 x 5)
Solve for y in terms of x y
3
1 (2 x 5)
Replace y with f ( x) f 1 ( x)
3
ii) f ( x) 3 x 2 y 3 x 2 x 3 y 2
21
1
x ( y 2) x3 ( y 2) y ( x3 2) f 1 ( x) ( x3 2)
3
1
y x f 1 ( x) 3 x iii) f ( x) x3 y x 3 x y 3
3
3x 2 3x 2 3y 2
iv) f ( x) y x xy x 3 y 2
x 1 x 1 y 1
2 x 2 x
y( x 3) 2 x y f 1 ( x)
x 3 x 3
(i) (ii)
(iii) (iv)
21
Example (3) Determine if the following functions are inverse to each
1
other? y 2 x 5 , and y ( x 5)
2
Solution
1
Let f ( x) 2 x 5 and g ( x) ( x 5)
2
1
(1) g ( f ( x)) g (2 x 5) ((2 x 5) 5) x
2
1 1
(2) f ( g ( x)) f ( ( x 5)) 2( ( x 5)) 5 x
2 2
1
Then, the two functions y 2 x 5 and y ( x 5) are the inverse of each
2
other.
Applications
Inverse functions are used in various fields, such as trigonometry to find the
measure of an angle given the sine value, and in calculus to find the derivative
of an inverse function as shown in the next section.
Exercises (2.1)
Find the inverse of the following functions, sketch the graph of f and use a
reflection to sketch the graph of f 1 .
x4 2
(3) f ( x) (4) f ( x)
2x 5 x 1
(5) f ( x) x 2 8 x 22 ; x 4 (6) f ( x) x 2 1 ; x 0
22
2.2. Natural Logarithmic Functions
Figure 2.4
Definition:
The logarithm with base e is called the natural logarithm function and donated
x 1
ln x
1 t
dt
1 x 1
For x 1 , the integral
1 t
dt ln x just the area under the curve y from
t
x1 11
t 1 to t x as shown in figure 2.5a. For x 1 , we find dt dt
1 t xt
, so in this case it is the negative of the area under the curve from. t x to
t 1.
23
a
b
Figure 2.5
11 1 e
Note: (1) ln1 1 t dt 0 (2) ln e
1 t
dt 1
d x
dx c
f (t ) dt f ( x)
d x1 1
ln x dt ; x 0
dx 1 t x
Figure 2.6
continuous, increasing and one to one also the graph is concave down as
undefined for x 0 also, its range are all real numbers (, ) .
24
d d du 1 du
(1)Chain rule: ln u ln u , u0
dx du dx u dx
d d dx 1 dx 1
So, ln x ln x.
dx dx dx x dx x
d f ( x) d 1
ln f ( x) , ln x , x 0 .
dx f ( x) dx x
Therefore
d 1 du u
ln u , u0
dx u dx u
d d 1
For x 0 , ln x (ln x )
dx dx x
d d 1 d 1 1
For x 0 , ln x (ln( x)) ( x) ( 1)
dx dx x dx x x
d f ( x) d 1
ln f ( x) , ln x , x 0
dx f ( x) dx x
Therefore
Figure 2.7
25
dy
Example (1) Find for the following functions:
dx
1
(iv) y ln( ) (v) y cos(ln x) (vi) y ln lnsec x
x
Solution
dy d 1 d 14 x 3
(i ) ln(7 x 2 3x 5) = (7 x 2 3 x 5)
dx dx (7 x 3x 5) dx
2
(7 x 2 3x 5)
dy d 1 d 2 2x 2
(ii) ln x2 2 x 1 = 2 ( x 2 x 1) 2
dx dx x 2 x 1 dx x 2x 1
dy d 1 d cos x
(iii) lnsin x= sin x cot x
dx dx sin x dx sin x
dy d 1 1 d 1 1 1
(iv) ln( )= ( ) x( 2 )
dx dx x 1 dx x x x
x
dy d d sin(ln x)
(v) cos(ln x) sin(ln x) ln x
dx dx dx x
dy d 1 d 1 1 d
(vi) ln(lnsec x) lnsec x sec x
dx dx lnsec x dx lnsec x sec x dx
sec x tan x
sec x lnsec x
dy
Example (2) Find for the following functions:
dx
26
Solution
dy d 1 d 1 1 d
(i) ln(ln ln x2 ) = 2
ln(ln x2 ) 2 2
(ln x 2 )
dx dx ln ln x dx ln ln x ln x dx
1 1 2x 2
( )
ln ln x2 ln x 2 x 2 x ln x 2 ln ln x 2
dy d 1 d 1 1 1
(ii ) ln x 3 x3
dx dx x 3 dx x 3 2 x 3 2( x 3)
dy d 1 d 2 3( x 2 4)2 (2 x) 6x
(iii) ln( x 4) 2
2 3
( x 4) 3
dx dx ( x 4)3 dx ( x 2 4)3 ( x 2 4)
following:
dy
Example (3) Find for the following functions:
dx
3x 2 5 x 9
(i) y ln( ) (ii ) y ln 4 (2 x 6)3 (iii ) y ln ( x 4 1)3 x 2 3
7x 5
Solution
(i ) From property 2,
y ln(3 x 2 5 x 9) ln(7 x 5)
27
dy d
(ln(3x2 5x 9) ln(7 x 5))
dx dx
dy 1 d 1 d
(3 x 2
5 x 9) (7 x 5)
dx (3x 2 5 x 9) dx (7 x 5) dx
dy d d
ln(3x2 5x 9) ln(7 x 5)
dx dx dx
dy 6x 5 7
dx (3x 5 x 9) (7 x 5)
2
1
ln( x 4 1) ln( x 2 3)
2
dy 3(4 x3 ) 1 2 x 12 x3 x
4 4 2 .
dx ( x 1) 2 ( x 3) ( x 1) ( x 3)
2
dy
Example (4) Find for the following functions:
dx
3 3
x 2 3 sin 3x ( x 1)
2 5
( x 1) 4
(i) y ln (ii) y ln (iii) y ln 2 3
( x 2 1)10 x sin x
2
2 x 5
28
Solution
By using Properties of logarithmic function
1 1
y ln x ln(sin3x) ln(2 x 5)
2 3 2 2
1 1
Use property 3, y 2ln x ln(sin3x) ln(2 x2 5)
3 2
dy 2 3(cos3 x) 4x
Differentiate,
dx x 3(sin 3 x) 2(2 x 2 5)
dy 2 2x
cot3x
dx x (2 x 2 5)
1
( x 2 1)5 2 1 ( x 2 1)5
(ii ) y ln 2 10
ln 2
( x 1) 2 ( x 1)10
1
2
1
ln ( x 2 1)5 ln( x2 1)10 5ln ( x2 1) 10ln( x 2 1)
2
dy 5 2x 2 x 10 x 1 2
2 2 2 )
( x 1) 2 ( x 2 1) ( x 2 1)
)
dx 2 ( x 1)
dy 1 2
5x 2 2 )
dx ( x 1) ( x 1)
3 3
(iii) y ln( x 1) ln x sin x ln( x 1) ln x 2 lnsin 3 x
3 4 2 3 3 4
29
1. Functions with Variable Bases like as :
2
x x , e x ,(sin x) cos x , ( ln x) ln x ,.......
x5
2. Functions with Products and Quotients like as :
(1 10 x 2 ) x 2 1
dy
Example (5) Find for the following functions:
dx
( x 2 1) 3 x 2 1 ( x 2 1) 2 x 1 sin 2 x 3 tan 2 x
(i ) y (ii ) y (iii) y
x3 sin x 2 ( x 4 1)( x 2) (sec x 1) 2
Solution
( x 2 1) 3 x 2 1
(i) y
x3 sin x 2
Step (1) Take the natural logarithmic of both sides
( x 2 1) 3 x 2 1
ln y ln
x3 sin x 2
Step (2) Expand using properties of logarithms
ln y ln ( x 2 1) 3 x 2 1 ln x 3 sin x 2
ln y ln( x 2 1) ln 3 x 2 1 ln x 3
ln sin x 2
1
ln y ln( x2 1) ln( x2 1) 3ln x lnsin x2
3
Step(3) Differentiate both sides with respect to x .
31
1
ln y ln( x2 1) ln( x2 1) 3ln x lnsin x2
3
1 2x 2x 3 2 x cos x 2
y 2 ( )
y ( x 1) 3( x 2 1) x sin x 2
Step (4) Multiply by y on both sides
2x 2x 3 2 x cos x 2
y y 2 (
sin x 2
)
( x 1) 3( x 1) x
2
( x 2 1) 3 x 2 1
Step (5) Replace y by f ( x) .
x3 sin x 2
( x 2 1) 3 x 2 1 2 x 2x 3 2 x cos x 2
y ( x 2 1) 3( x 2 1) x sin x 2 )
(
x3 sin x 2
dy ( x 2 1) 3 x 2 1 2 x 2x 3 2 x cos x 2
( x 2 1) 3( x 2 1) ( x sin x 2 )
dx x3 sin x 2
( x 2 1)2 x 1
(ii ) y 4
( x 1)3 ( x 2)
( x 2 1)2 x 1
ln y ln 4
( x 1)3 ( x 2)
ln y ln ( x 2 1)2 x 1 ln ( x 4 1)3 ( x 2)
ln y ln( x 2 1)2 ln x 1 ln( x 4 1)3 ln( x 2)
1
ln y 2ln( x 2 1) ln( x 1) 3 ln( x 4 1) ln( x 2)
2
1 2(2 x) 1 3(4 x3 ) 1
y 2 4
y ( x 1) 2( x 1) ( x 1) ( x 2)
4x 1 12 x3 1
y y 2 4
( x 1) 2( x 1) ( x 1) ( x 2)
31
( x 2 1) 2 x 1 4 x 1 12 x3 1
y 4
( x 1)3 ( x 2) ( x 2 1) 2( x 1) ( x 4 1) ( x 2)
dy ( x 2 1) 2 x 1 4 x 1 12 x3 1
4
dx ( x 1)3 ( x 2) ( x 2 1) 2( x 1) ( x 4 1) ( x 2)
sin 2 x3 tan 2 x
(iii ) y
(sec x 1) 2
sin 2 x3 tan 2 x
ln y ln
(sec x 1)2
ln y ln sin 2 x3 tan 2 x ln(sec x 1) 2
dy
Example (6) Find for the following functions:
dx
Solution
(i ) y x 2 x
ln y ln x 2 x
32
1 2x
y 2ln x 2(ln x 1)
y x
Step (4) Multiply by y on both sides
y 2 y (ln x 1)
dy
2 x2 x (ln x 1)
dx
(ii) y cos x
ln x
ln y ln cos x
ln x
ln y ln x ln cos x .
1 1 sin x
y ln cos x ln x
y x cos x
1 sin x
y y ln cos x ln x
x cos x
dy 1
cos xln x ln cos x ln x tan x
dx x
1 1 sin x
y cos x ln(ln x)
y x (ln x)
1 sin x
y y cos x ln(ln x)
x (ln x)
33
dy sin x
(ln x)sin x cos x ln(ln x)
dx x(ln x)
ln y ln (1 cos x) tan x
ln y tan x ln (1 cos x)
1 sin x
y sec2 x ln (1 cos x) tan x
y (1 cos x)
dy sin x
(1 cos x) tan x sec 2 x ln (1 cos x) tan x .
dx (1 cos x )
d f ( x) 1
ln f ( x) , and ln x , x 0
dx f ( x) x
f ( x)
f ( x)
dx ln f ( x) c,
1
x dx ln x c
Example (7) Evaluate the following integrals
1 1 4 1
i) dx dx = ln 4 x 1 c
4x 1 4 4x 1 4
34
3x 2 1
ii ) dx ln x3 x c
x x
3
(ln x) 2 1 1
iii ) dx (ln x) 2 dx = (ln x)3 c
x x 3
f ( x) f ( x) dx c
n
n 1
Solution
sec2 2 x 1 2sec 2 2 x 1
i) dx = dx ln(tan 2 x 1) c
tan 2 x 1 2 tan 2 x 1 2
3
x 2 3 x 2 2 x 2
ii) dx dx dx ln(1 x x ) c
1 x x 3 2(1 x x ) 3 1 x x 3
1
2 1
iii) dx 2 dx 2 x dx 2ln(ln x) c
x ln x x ln x ln x
Try by yourself:
x 2 7 x 12 x 2 3x 2 x2 4
i) dx ii) dx iii) dx
x3 x 1 x
The natural logarithmic function can be applied to find expressions for the
integration of some trigonometric function as follows:
35
1) tan x dx ln sec x c
2) cot x dx ln sin x c
sin x sin x
1) tan x dx cos x dx cos x dx ln cos x c
1 1
ln cos x c ln c ln sec x c
cos x
cos x
2) cot x dx sin x dx =ln sin x c
(sec x tan x) (sec x tan x)
3) sec x dx sec x dx sec x dx
(sec x tan x) (sec x tan x)
(sec x 2 sec x tan x)
= dx = ln sec x tan x c
(sec x tan x)
36
Solution
1 1
i) (tan3x sec2 x) dx 3tan3x dx 2sec2 x dx
3 2
1 1
= ln sec3x + ln sec2 x tan 2 x c
3 2
1
ii) csc 2 x(1 csc 2 x) dx 2(csc 2 x csc 2 2 x) dx
2
1
ln csc 2 x cot 2 x cot x c
2
1 2 1
iii) x 2 cot x3 dx x cot x 3
dx ln sin x3 c
3 3
tan(ln x 2 ) 1 2 1
iv) dx tan(ln x 2 )dx ln secln x 2 c
x 2 x 2
Exercise (2.2)
dy
(I)Find for the following functions:
dx
1 1
(10) y ln (11) y sin(ln x) (12) y ln(sin 2 x)
x ln x
3
(13) y ln ln(sec x 2 ) (14) y ln sin x 2 (15) y ln x 2 2
37
(19) y ln(1 sin x) (20) y sec(1 ln x) (21) y tan( x ln x)
ln x 1
(22) y ln( x ln x ) (23) y (24) y ln x3 ln
x ln x x3
(25) y ln 7 x + 3
ln x (26) y ln 5 x 9 (27) y 4 (2 x 3)3
(II) Find an equation of the tangent line to the curve at the given point .
(1) y ln( x 2 3x 1) at (3,0)
(2) y x 2 ln x at (1,0)
dy
(III)Find for the following functions:
dx
x 1
(1) y ln 4 (2) y ln ( x3 12) 2 3 x 2 1
x4 1
( x 2 1) 3 x 2 1 ( x 1)3
(3) y ln (4) y ln
x 3
sin x 2
( x 2 1)6
x 2x 1
(7) y sin xln x (8) y
e x sin 3 x
3
( x 1)
3 4
(9) y (10) y (2 x 4 1) tan x
x 2 sin 3 x
(5 x 2 4)5 csc3 x
(15) y (16) y ( x 2 1) 2 x 2 1
( x 2 1)5 ( x 4 1)3
38
(17) y 7 ( x 1)3 ( x 4 1) (18) y 3 ( x3 1)4 2 x 2 1
( x 2 1)( x3 5)
(19) y (20) y (1 x 2 ) (1 x )
( x 1)( x 1)
(Iv)Let f ( x) cx ln(cos x). For what value of c is f ( ) 6?
4
(v) Evaluate the following integrals
x2 2x 3 x2 4 x
1) 3 dx 2) dx 3) dx
x 3x 2 9 x x x 1
2
cot(ln x3 )
16) x sec x dx
2 3
17) dx 18) x3 csc x 4 dx
x
39
2.3. Natural Exponential Function
Figure 2.8
Inverse relationship
The inverse relationship between the natural logarithmic function and the
natural exponential function can be summarized as shown.
41
Exponential Function Rules
Let y e x , then ln y x.
1 dy dy
Therefore, 1, then y ex .
y dx dx
d x x d u u du
(1) e e (2) e e .
dx du dx
d
Generally e f ( x)
e f ( x ) f ( x)
dx
Example (1)
i) y e x ii) y x3e x
4 2
iii) y e x ln x
2
iv)ln(sin e x )
41
Solution
dy x4 d 4
e x 4 x3e x
4
i)
dx dx
dy dx3 x2 d 2
ii ) e x3 e x 3x 2e x x 3 (2 x)e x =3x 2e x 2 x 4e x
2 2 2 2
dx dx dx
x
dy de x d 2 xe x
iii ) ln x e
2
ln x e ln x 2
2 x 2
dx dx dx x
2
dy d 1 d cos e x d x2
iv) ln(sin e ) x2
2 (sin e )
x2
2 e
dx dx sin e x dx sin e x dx
x2
x 2 cos e
2 xe 2 2 xe
x2
cot e x2
sin e x
Example (2)
4e7 x x 2 1
i) y ii ) y e
7x 4
iii) y 3e x 5e3 x3 x iv) y e 2 x (sec x)
2
Solution
42
1. Use implicit differentiation to differentiate xy to get y xy .
2. Collect y terms together
3. Solve the equation for y .
Example (3)
i ) 7 y 2 e3 xy 8 x ii ) e xy tan xy 1
dy y 2e x 2 ye 2 x
Show that 2x
dx e 2 ye x
Solution
dy 8 3 ye3 xy
y Solve the equation for y
dx (14 y 3e3 xy x)
. ii ) e xy tan xy 1
d xy d
e tan xy e xy tan xy 0
dx dx
d d
e xy ( xy) tan xy 2 e xy sec2 ( xy) xy 0
dx dx
43
y( xe xy tan xy xe xy sec 2 ( xy )) ( ye xy tan xy ye xy sec 2 ( xy ))
dy ( ye xy tan xy ye xy sec2 ( xy ))
dx ( xe xy tan xy xe xy sec2 ( xy ))
ye 2 x 2 ye 2 x 2 yye x y 2e x 0
y(e 2 x 2 ye x ) 2 ye 2 x y 2e x 0
y(e 2 x 2 ye x ) y 2e x 2 ye 2 x
y 2e x 2 ye2 x dy y 2e x 2 ye2 x
y 2 x 2x
(e 2 ye x ) dx e 2 ye x
e dx e x c , If u f ( x) then ueu du eu c
x
f ( x)e dx e f ( x ) c
f ( x)
General ,
x e dx e
3
2 x 5x
i) ii ) dx
1
cos2 x e dx e
tan x cos2 x
iii) iv) sin 2 x dx
Solution
1 1 x3
3
i) 3 x 2 x3
e dx e +c
3
1 1
ii) 5e5 x dx e5 x c
5 5
44
1
cos2 x e dx = sec x e dx e c
tan x 2 tan x tan x
iii)
1 1
2e sin2x dx ecos 2 x c
cos 2 x
iv)
2 2
tan(e2 x ) e x e x
i) e2 x dx ii ) e x e x dx
e (1 sin(e )) e 1 e x dx
x x x
iii) dx iv)
Solution
tan(e2 x )
i) 2x
dx e2 x tan(e2 x ) dx ln sec e2 x +c
e
e x e x
ii) x x dx ln(e x e x ) c
e e
e (1 sin(e )) dx (e e x sin(e x )) dx
x x x
iii)
e x dx e x sin(e x )dx
e x cos e x c
1 3
2
e 1 e dx e (1 e ) dx (1 e ) c
x x x x 2 x 2
iv)
3
Exercise (2.3)
dy
(I)Find for the following functions:
dx
1) y= xe x e x 2) y ecos x ln x 3) y x 2e x 2 xe x 2e x
2 x2 e x e x
4) y x e 5) y ln(cot e ) x
6) y ln
2
x2 ex 1
7) y e ln x 8) y e sin x
ln x 2
9) y x
e 1
45
10) y 5e2 x x 11) y (1 x)e1ln x 12) y x 2esec x
2 2
x1
13) y e tan x
14) y 1 esec x 15) y x4e
x 3 2 e x e x
16) y (e e ) x
17) y x x 18) y
e e 2
1 ex
19) y ln 20) y e x (sin x cos x) 21) y e x tan 2 x
1 ex
3
x2 3e8 x
22) y e +ln x 1
x2 23) y e tan(e
x
) 24) y
8x 3
dy
(II)Find for the following functions:
dx
3)e x y e x y 4)1 ln xy e x y
5) xe y +ye x =1 6)e xy x 2 y 2 0
7)1 ln xy e x y 8) xe y +ye x =1
9) xe y 10 x 3 y 0 10)e xy sin xy 10
y2
11) ln( x y ) e x 12) xe y tan xy 1
2
=0
17)e e 2 x
y y
18) x 2 e xy y 2 1
46
19)e y y ln 2 x 20) tan e y x x 2
(e e ) dx x e
2x 2 x 3 x 4
1) 2) dx
(e e2 x )2 dx e e
2x x 2x
3) 4) dx
x2
5) e 7 x2
dx 6) xe 3
dx
1
ex
7) 2 dx 8) e x cos e x dx
x
csc2 (e2 x )
3
x 2 e6 x
15) dx 16) dx
1 e6 x
3
e2 x
e2 x 1 e2 x
17) dx 18) 2 x dx
1 e2 x e
19) csc2 x ecot x dx 20) e x (1 cot e x ) dx
x 1
e
21) dx 22) e2 x 1 e2 x dx
x
e3 x 1
23)
1 e3 x
dx 24)
e x 1 e x
dx
cos x ecsc x
25) 26) xe3 x tan e3 x dx
2 2
dx
sin 2 x
47
2.4 General Exponential and logarithmic Functions
y a x , a 0 , and a 1 .
x ln a
can written as y a e
x
Also,
Where a is the base and must be positive real number greater than zero.
Product rule: a x y a x . a y
x y ax
Quotient rule: a y
a
Power of power rule: a x y
a xy
x 1
Negative rule: a .
ax
a0 1 , ab a xb x
x
Let y ax , then ln y ln a x
ln y x ln a
48
1 dy dy
Therefore, ln a , then y ln a put y a x
y dx dx
dy
Then, dx a ln a
x
d x d u du
(1) a a x ln a (2) a au ln a .
dx du dx
General form
d
a ln a f ( x)
f ( x) f ( x)
a
dx
dy
Example (1) Find for the following functions:
dx
i) y 7 x ii ) y 52 x x
2
Solution
dy d x dx
i) 7 = 7 x ln 7 = 7 x ln 7 .
dx dx dx
dy d 2 x x2 d
= 52 x x (ln5) (2 x x2 ) (2 2 x)(ln5) 52 x x .
2 2
ii) 5
dx dx dx
dy d sec x d
iii) 9 9sec x ln9 sec x 9sec x ln9 sec x tan x
dx dx dx
dy d d 3 d 3
iv) 2cos x 4 x 2cos x 4 x 4 x 2cos x
3
dx dx dx dx
d 3 3 d
2cos x ln 2 cos x 4 x 4 x ln 4 x3 2cos x
dx dx
49
2cos x ln 2 sin x 4x 4 x ln 4 3x2 2cos x
3 3
2cos x sin x ln 2 4 x 4 x 3 x 2 ln 4 2cos x
3 3
dy
Example (2) Find for the following functions:
dx
4
8x
iii) y 6 sec x 2
ln x 3
iv) y= 3
ex
Solution
dy d x3 2 x2
7 4 = 7 x 42 x ln 7 (3x2 ) +7 x 42 x ln 4 (4 x)
3 2 3 2
ii) =
dx dx
sec x 2
dy 2 6
iii ) 6 sec x 2
ln 6 sec x tan x (2 x)ln x + 3x 3
2 2 3
dx x
3
(2 x)6sec x (ln 6)sec x 2 tan x 2 ln x3 6sec x
2 2
x
d x d x
8 8x
3 4 4 3
ex e
e x 8 x (ln8)(4 x3 ) 8 x e x (3 x 2 )
3 4 4 3
dy dx dx
iv) =
2 3
dx e x 3
e2 x
e x 8x ( ln8 (4 x3 ) 3x 2 )
3 4 4
x
dy 2 8
3 ( ln8 (4 x ) 3 x ) x3
3
dx e2 x e
Integration of General Exponential Function
The integration formula can be obtained from the derivative formula of general
51
a ln a dx a c , If u f ( x) then
x x
a ln a u du a c
u u
General , f ( x) a
f ( x)
ln a dx a f ( x) c
Example (3) Evaluate the following integral,
i ) 7 x dx ii ) x 2 5x dx
3
3
9ln x
iii ) sec 3x 10
2 tan 3 x
dx iv) dx
x
Solution
1 7x
i) 7 ln 7 dx 7 ln 7 dx
ln 7
x x
c
ln 7
3
1 1 5x
ii) x 5 dx 3x 5 ln 5dx
3 ln 5
2 x3 2 x3
c
3 ln 5
1 1 10tan 3 x
iii) sec 3x 10
3 ln10
2 tan 3 x
dx = 2
3sec 3x 10 tan 3 x
ln10dx = c
3 ln10
3 3
9ln x 1 1 ln x3 1 9ln x
iv) 3 9 ln9 dx =
3 ln 9 x
dx = c
x 3 ln9
Example (4)
5x
i ) 10 sin10 dx
x x
ii ) dx
5x 1
2 x 8x
iii) dx iv) 6 x 1 6 x dx
2x
Solution
1 1
i ) 10 x sin10 x dx ln10 10 x sin10 x dx cos10 x c
ln10 ln10
5x 1 5x 1
ii) dx = ln 5 dx ln(5x 1) c
5 1
x
ln 5 5 1
x
ln 5
51
2 x 8x 2x 8x (23 ) x
iii) dx 2x dx 2x dx dx 2x dx
2x
1 1
dx (2ln 2) 2 2x
dx x 22 x c
(2ln 2) (2ln 2)
1 3
iv) 6 x 1 6 x dx
1
(ln 6)
(ln 6)6 x
1 6 x 2
dx
2 1
3 (ln 6)
+c
1 6 x 2
y log a x iff x ay
lnx ln a y lnx y ln a
Therefore,
lnx
log a x
ln a
52
The general logarithmic function y log a x has the basic rules as the natural
exponential Functions as
d d lnx 1 1
log a x =
dx dx ln a ln a x
d d ln f ( x) 1 d
log a f ( x) ln f ( x)
dx dx ln a ln a dx
1 f ( x)
ln a f ( x)
Example (5)
i ) y log 4 x 2 ii ) y log 5 ( x3 1)
53
Solution
dy 1 d 1 2
i) ln x 2
dx ln 4 dx ln 4 x
dy 1 d 1 3x 2
ii) ln( x 1)
3
dx ln 5 dx ln 5 ( x3 1)
dy 1 d 1 sec2 x
iii) ln tan x =
dx ln 7 dx ln 7 tan x
dy 1 d 4 1 1 d 1 1 3
iv) ln 3x 1 ln(3 x 1)
dx ln8 dx ln8 4 dx ln8 4 (3x 1)
Example (6)
Solution
1 4 ln 4 2 x
x
dy 1 d
i) ln cot 4
x
csc 4
dx ln 9 dx ln 9 cot 4 x
dy 1 d 1 x sec e x tan e x 1
ii ) ln sec e
x
e = e x tan e x
dx ln 7 dx ln 7 sec e x
ln 7
dy d 1 1
iii ) 3log9 x log 9 x 3log9 x
dx dx ln 9 x
dy d 1 1
iv) 3(log 2 x) 2 (log 2 x) 3(log 2 x) 2
dx dx ln 2 x
Exercise (2.4)
dy
I) Find for the following functions:
dx
1) y 11x 2) y 8tan x 3) y 7 x 4
2 3
54
ln(2 x )
7) y 5 +ln(3 )
ex x2
8) y 8 sin x
4 cos x
9) y
3x
10) y sec(2 x +e x ) 11) y 9 ln(2 x 1) 12) y 15cot x 10csc x
13) y ln(5x +e2 x ) 14) y 3ln x +ln3x 15) y tan(8 x e x )
2 2
3x
16) y 4 tan x esec x 17) y 3cot 3x cot e x 18) y x
e
19) y log 3 ( x3 2) 20) y log 4 (2 x5 ) 21) y log8 (2 x 5 x)
2
x2 1
25) y log 6 (cot x 3x ) 2
26) y log 7 x 1 5
27) y log 7
x2 1
1 1
28) y log 6 7 x3 1 29) y log 3 2
+ 30) y log9 3sin x
x log3 x 2
31) y 10log3 sin x 32) y log 3 sec5 x esin x 33) y 3x log 2 e x
2
5x
3) 2 x 7 4 x dx 4)
2
dx
5x 1
5) (4 x 3 x ) dx 6) (2 x 2 x ) 2 dx
7) (2 x 2 x ) 2 dx 8) 2 x tan(2 x ) dx
9) 7 x cot(7 x ) dx 10) a x sec(a x ) dx
ax
11) dx 12) 10 x 4 10 x 1 dx
a 1
x
( x 2)
8 2(ln x2)
13) dx 14) dx
x x
cos(34 x )
15) 6 x 6 x 1 dx 16) dx
34 x
8x 16 x
2
x csc9 x
17) dx 18) dx
9 x
2
8x
19) sin 2 x 5cos 2 x dx 20) 3e e x dx
x
2x
21) (2+csc 3x 5 2 cot 3 x
) dx 22) x dx
2 1
55
2.5 Applications of Exponential and Logarithmic Functions
We have already explored some essential applications of exponential and
Example (1) A population of bacteria doubles in size every hour. If the culture
started with 10 bacteria, find a model that describes the population size after of
the bacteria after t hours. Determine how many bacteria there will be after 10
hours.
Solution
To determine the rate (percentage) of growth, we must find k and by using the
fact that after one hour t 1 . Since the population doubles from 10 to 20. The
formula is derived as follows:
N (t ) N 0e kt
56
20 10ek (1) 2 ek ln 2 k
t
So, the equation that the bacteria growth is N (t ) 10eln(2)t 10. eln 2 10.2t
.
The projected populations (in thousands) of California from 2015 through 2030
canbe modeled by y 34,696 e0.0097 t ,where t represents the year with t 15
corresponding to 2015. At what rate will the Population be changing in 2020?
Solution
We can calculate the derivative when you can estimate that the rate of change
in2020. Then the derivative of the model is
dy
(0.0097)(34,696) e0.0097 t
dt
=336.55e0.0097 t
The model represents the population size after a given amount of time t .
N 0 is the initial population size and d is the time it takes for the population to
t
double in size. N (t ) N 0 2 d
57
it take for the number of cancer cells to double? Round your answer to the
nearest tenth.
Solution
Let t time in months, at the initial size of the population t 0 , we are given
two pieces of data: last month, (0, and 300) and this month, (1, 360).
t
For equation of the growth. Using the form N (t ) N 0 2 , N 0 300
d
1
Then, 360 300 2 d
1
360
2 d
300
1
1.2 2 d
d1 1
ln(1.2) ln 2 ln(1.2) ln 2 d ln(1.2) ln 2
d
ln 2
Then, d d 3.8 months
ln(1.2)
ln 2
t
The model M (t ) M 0e h
represents the amount of material (mass) left
after a given amount of time t . M 0 is the initial mass size and h is the half-life of
the material.
58
A bone fragment is found that contains 20% of its original carbon-14. to the
Solution
ln 2
t
The function that describes this continues decay is M (t ) M 0e 5730
(i)
Since the percentage of carbon-14 in all living things is 100 and the percentage
of carbon-14 after some amount of time t , (which we are trying to find) is 20%.
Using decimals for the percent, M 0 1, M1 (t ) 0.2
ln 2
t
From (i), M (t ) M 0e 5730
ln 2 ln 2
t t
0.2 1. e 5730
0.2 e 5730
ln 2 5730
ln 0.2 t t ln 0.2 t 13,305.
5730 ln 2
T (t ) D0e kt Ts
where t is time, D0 is the difference between the initial temperature of the
object and the surroundings. k is a constant, the continuous rate of cooling of
the object.
59
Example (5)
of 165° F , and is placed into a 35°F refrigerator. After 1010 minutes, the
cheesecake has cooled to 150°F. If we must wait until the cheesecake has
cooled to 70° F before we eat it, how long will we have to wait?
Solution
T (t ) D0e kt 35
Since the initial temperature is 165 T (0) 165
k 0
165 D0e 35 D0 130
115
ln
115 130
10k ln k
130 10
The time the cheesecake will take for the temperature to cool to 70 degrees is
1 23 1 23
ln t ln t
70 130 e 10 26
35 35 130 e 10 26
61
1 23
35 ln t
e 10 26
130
Take the natural logarithmic of both sides
35
ln
35 1 23 130
ln ln t t 1 107
130 10 26 23
ln
10 26
It will take about 107 minutes for the cheesecake to cool to 70° F .
S
Where S0 10 is a baseline measure for the seismic moment.
2 16
M Log
3 S0
Example (6) If one earthquake has a MMS magnitude of 6.0, and another has a
magnitude of 8.0, how much more powerful (in terms of earth movement) is
the second earthquake?
Solution
Since the first earthquake has magnitude 6.0, we can find the amount of earth
movement for that quake, which we'll denote S1 . The value of S0 is not
particularity relevant, so we will not replace it with its value
61
2 S 2 S
M Log 6.0 Log 1
3 S0 3 S0
3 S S
6.0 Log 1 Log 1 9
2 S0 S0
S1
109 S1 109 S0
S0
9
So, first earthquake has about 10 times more earth movement than the
baseline measure, S0 . Similarly, for the second earthquake, S2 with a
magnitude of 8.0,
2 S S S
8.0 Log 2 Log 2 12 2 1012
3 S0 S0 S0
S2 1012 S0
S2 10 S0 9 103 1000
12
S1 10 S0
The second value's earth movement is 1000 times as large as the first
earthquake.
Solution
PH Log 2C
62
Since , P Log C then, PH Log 2 P PH P 0.301
Exercise (2.5)
63
Chapter three
You can see from (fig.3.1a) that the sine function y sin x is not one-
to-one (use the Horizontal Line Test). However, if we restrict the domain to the
interval , , then the function is one-to-one and all values in the range of
2 2
y sin x are attained see (fig.3.1b). The inverse function of this restricted sine
fig.31a fig.3.1b
1
function 𝑓 exists and is denoted by sin x or arcsin. It is called the
inverse sine function or the arcsine function.
1
Since the definition of an inverse function says that f ( x) y f ( y ) x
we have sin 1 x y sin y x, y .
2 2
64
The inverse cosine function is handled similarly. The restricted cosine
function f ( x) cos x, 0 x , is one-to-one see fig.3.2a and so it has an
1
inverse function denoted by cos x or arccos cos 1 x y cos y x
, 0 y . The inverse cosine function, cos 1 , has domain [1,1] and range
[0, ] . Its graph is shown in fig.3.2b.
Fig.3.2a fig.3.2b
2 , 2 . Thus the inverse tangent function is defined as the inverse of the
function f ( x) tan x , x fig.3.3a. It is denoted by tan 1 or arctan
2 2
tan 1 x y tan y x, y . The inverse tangent function, has
2 2
domain R and range , . Its graph is shown in fig.3.3b.
2 2
fig.3.3a
fig.3.3b
65
Moreover, fig.3.4 shows the graphs of all inverse trigonometric functions with
its domain and range
fig.3.4
NOTE:
but , but
but
66
1
Now we will find the derivatives of sin x
dy dy 1
cos y 1
dx dx cos y
dy 1 1 1
dx cos y 1 sin 2 y 1 x2
d 1
Therefore (sin 1 x)
dx 1 x2
dy dy 1
sec2 y 1
dx dx sec2 y
sec 2 y 1 tan 2 y
dy 1 1 1
dx sec y 1 tan y 1 x 2
2 2
d 1
Therefore (tan 1 x)
dx 1 x2
1 1
The inverse trigonometric functions sin x and tan x occur most
frequently. The derivatives of the remaining four are given in the following
table. The proofs of the formulas are left as exercises.
67
Derivatives of Inverse Trigonometric Functions as u f ( x) :
d 1 du d 1 du
(sin 1 u ) (cos1 u )
dx 1 u 2 dx dx 1 u 2 dx
d 1 du d 1 du
(tan 1 u) (cot 1 u)
dx 1 u 2 dx dx 1 u 2 dx
d 1 du d 1 du
(sec1 u ) (csc1 u )
dx u u 2 1 dx dx u u 2 1 dx
EXAMPLE 2 Differentiate
1
i) y ii ) y sec 1 x 5
sin 1 x
iii ) y ln(cos 1 2 x ) iv) y tan 1 1 x
sin 1 x sin 1 x
dy 1 2 1
Solution: i)
dx 1 x2
1
sin 1 x 1 x2
2
ii )
dy
sec1 x5
1
5x4
dx x x 1
5 10
5
x x10 1
1
iii)
dy
ln(cos 1 2 x )
1
1 x
2 x ln 2
dx cos 2 1 22 x
2 x ln 2
cos 1 (2 x ) 1 22 x
1
iv)
dy
tan 1 1 x 1
2 1 x
2
dx 1 1 x
1
2 2 x 1 x
68
EXAMPLE 3
tan 1 x
Find y for y cot 1 log(sin x)
1 1 cos x
tan 1 x 1 ln(10)
cot log(sin x) 1 log(sin x) 2 sin x
ln cot 1 log(sin x)
y cot log(sin x) 1 tan 1 x
1 x2
EXAMPLE 4
1
Find y for y xsin tan 1 x note x x eln x e x ln x
x
x
1
xln x
Solution: y esin tan 1 x
1 ln x sin 1 x 1
y esin xln x
1 x
2 x 1 x2
69
volumes, and other applications in mathematics and physics. For instance, the
1
integral of tan x can be used to find areas under curves and solve differential
equations. Similarly, integrals involving sin 1 x and cos 1 x frequently appear
in problems related to probability, engineering, and mathematical modeling. By
mastering the techniques for integrating inverse trigonometric functions, one
gains powerful tools for tackling a wide variety of integrals, enhances problem-
solving skills, and deepens the understanding of the interplay between inverse
trigonometric functions and their applications. The above formulas for the
derivatives imply the following formulas for the integrals of inverse
trigonometric functions.
u
1 u 2 du tan u c
1
u
u u 2 1 du sec u c
1
EXAMPLE 5
e x dx e x dx
Solution: i) sin 1 e x c
1 e2 x 1 (e x ) 2
1
ii)
dx
x (1 x)
2 2 x 2 dx 2 tan 1
1 ( x)
xc
71
sec1 x3 x
1 dx 3x 2dx 1
iii)
x x 6 1 3 x3 ( x3 )2 1 3
1
dx
dx dx x
iv) a x
2 2
x2
a
2
sin 1 c
a
a 1 2 x
1
a a
EXAMPLE 6
e x dx e x dx 1 e
x
dx 1
Solution: i ) x
e 4e x e 2 x 4 (e x ) 2 4 2
tan c
2
1
dx
dx ln x
ii ) x sin 1 c
x 9 (ln x) 2 9 (ln x) 2 2
71
tan(sec 1 x)dx 1
iii ) tan(sec1 x)dx ln sec(sec 1 x) c ln x c
x x 1 2
x x 1 2
f ( x)
f ( x )
sin x 1 2
sin 1 x dx 1
iv) sin 1 x dx c
1 x 2
1 x 2
f ( x) 2
f ( x )
Exercises (3.1)
1
1 1
1) y tan ln( x) esin 2) y ln ln sec x
x 3
1
3) y tan(4cos x ) ln tan 1 (e x ) x
4) e sin
1
y e y sin 1 x y
1
1
5) y cos(2ln x ) ecot (ln x )
6) y (sec x )(cos x )
2 2 3
1
7) y ln ln csc x
2
8) y sin(4
ln x
) ln sec1 (e x )
sin 1 x 1
9) y (1 ln x) 10) y log 2 tan 3
x
1
y x tan lnsin (e x ) 12) y 4cos
x 1
(ln x2 )
11)
1 x
13) (tanh1 x sec2 x) x y 14) y (sin x)cos csc1 3x
15) y sec x
1 cos 2 x
lntan1 x 16) y tanh 3x2
x
csc2 (tan 1 ) sin 1 x
1) 3 dx 2) 2 dx
4 x2
9 x 2
72
3)
1 dx 4)
dx
52 x 9 sinh x tanh x 25 csch 2 x
5)
1 dx 6)
1 dx
x 25 x ( x4 x2 ) sec1 x
9)
5x dx 10)
dx
9 52 x cos2 x 100 tan 2 x
tan 1 x x
11) 2 dx 12) dx
x 4
2
( x x ) sin x
2 4 1
csc(tan 1 x )cot(tan 1 x ) dx
13) 4 4 dx 14)
x 16
2
x(4 (ln x 4 ) 2
2x e2 x dx
15) 5 dx 16)
9 54 x e4 x e4 x
dx se c2 (tan 1 2 x )
17) 18) 3 dx
sin 1 x 16 x2 4 x2 9
4
19)
dx 20)
dx
tan x sin 2 x 1 (4csc x cot x cos x)
73
3.2 Hyperbolic Function
x e x e x e x e x
exponential functions e as or . The hyperbolic functions
2 2
are useful in various areas of mathematics such as calculus, geometry, and
differential equations.
e x e x
Hyperbolic sine : (shin x) shin x
2
e x e x
Hyperbolic cosine: (cosh x) cosh x
2
sinh x e x e x
Hyperbolic tangent: ( tanh x) , x0
cos h x e x e x
From these three basic functions, the other functions such as hyperbolic
cosecant (cosech), hyperbolic secant (sech) and hyperbolic cotangent (coth)
functions are derived as following:
1 2
Hyperbolic cosecant: (csc h x) x x , x 0 .
shin x e e
1 2
Hyperbolic secant: (sec h x) x x , x 0 .
cosh x e e
cos h x e x e x
hyperbolic cotangent (coth x) , x 0.
sinh x e x e x
74
The basic hyperbolic functions formulas along with its graph functions are
given below
Hyperbolic identities
75
Example (1) Approximate the following to four decimal places:
Solution
e5 e5
(i) cosh(5) 74.20995
2
1 2
(ii ) csc h(1) 1 1 0.8509181
sinh(1) e e
sinh(4) e4 e4
(iii ) tanh(4) 0.9993293
cosh(4) e4 e4
d d
(1) sinh x cosh x (2) cosh x sinh x
dx dx
d d
(3) tanh x sec h2 x (4) coth x csc h2 x
dx dx
d d
(5) sec h x sec hx tanh x (6) csc h x csc h x coth x
dx dx
Proof
d e x e x 1 x
e e cosh x
d x
(1) sinh x
dx dx 2 2
d e x e x 1 x x
e e sinh x
d
(2) cosh x
dx dx 2 2
76
d d sinh x cosh x cosh x sinh x sinh x
(3) tanh x
dx dx cosh x cosh 2 x
cosh 2 x sinh 2 x 1
2
2
sec h 2 x
cosh x cosh x
d d 1 sinh x 1 sinh x
(5) sec h x
dx dx cosh x cosh x
2
cosh x cosh x
sec h x tanh x
d d 1 cosh x
(6) csc h x csc h x coth x
dx dx sinh x sinh 2 x
1 cosh x
sinh x sinh x
In General, if u f ( x) is differentiable, then
d du d du
(1) sinh u cosh u (2) cosh u sinh x
dx dx dx dx
d du d du
(3) tanh u sec h2u (4) coth u csc h2u
dx dx dx dx
d du d du
(5) sec h u sec hu tanh u (6) csc h u csc h u coth u
dx dx dx dx
dy
Example (2) Find for the following functions
dx
1
(iv) y sinh( x 2 1) (v) y sec h( ) (vi ) y coth( x )
x
77
Solution
dy d d
(i) cosh x 4 sinh x 4 x 4 4 x3 sinh x 4
dx dx dx
dy d d 2
csc h(e x ) csc h(e x )cot h(e x ) e x
2 2 2
(ii)
dx dx dx
2 x e x csc h(e x )cot h(e x )
2 2 2
dy d 1
(iii) sec h2 (ln x) (ln x) sec h2 (ln x)
dx dx x
dy d
(iv) sinh( x 2 1) 2 x cosh( x 2 1)
dx dx
dy d 1 1 1 1 1 1 1
(v) sec h( ) 2 sec h( ) tanh( ) 2 sec h( ) tanh( )
dx dx x x x x x x x
dy d 1
(vi ) coth( x ) csc h 2 ( x )
dx dx 2 x
dy
Example (3) Find for the following functions
dx
(i)
dy d
sec h( x 1)
dx dx
4 4 x3
2 x 14
sec h x 4 1 tanh x 4 1
dy d
(ii) coth(e x ) e x csc h2e x
dx dx
dy d
(iii) tanh(sin 1 x) =sech 2 sin 1 x
d
sin 1 x
1
sech 2 sin 1 x
dx dx dx 1 x2
dy d 1 d sinh x
(iv) cos 1 (cosh x) cosh x
dx dx 1 cosh 2 x dx 1 cosh 2 x
dy d 1 1 d
sin x
1
(v) sinh cosh
dx dx sin x sin x dx
78
1
cosh sin x
sin x
2
cos x
2
sin x
1
cosh
sin x
csc x cot x cosh sin x
1
dy d 1
(vi ) csc h(e x ) e x csc h(e x )cot h(e x )
dx dx 2 x
x (ii ) csc h 2 2 x dx
3
(i) sinh x 4dx
Solution
1
(i) x3 sinh x 4dx 4x
3
sinh x 4dx cosh x 4 c.
4
1
(ii) csc h 2 2 x dx 2 csc h 2 2 x dx coth 2 x c.
2
1 1
sinh 6 x dx (cosh 2(6 x) 1) dx (cosh(12 x) 1) dx
2
(iii )
2 2
1 1 1 1
12 cosh(12x )dx 1 dx sinh12 x x c
2 12 2 12
1
sinh12 x 12 x c
24
79
1
(iv) cosh x csc h2 x dx cosh x dx csc h x coth x dx csc hx c.
sinh 2 x
Remember:
1
cosh 2 x cosh 2 x 1
2
1
sinh 2 x cosh 2 x 1
2
cosh 2 x cosh 2 x sinh 2 x
2cosh 2 x 1
1 2sinh 2 x
1
(i) cosh 3 4 x dx (ii ) dx
cosh 2 4 x
Solution
1 1 1
(ii)
2
dx 2 sec h 2
2 x dx tanh 2 x c.
cosh 2 2 x 2
(e x e x )
dx e2 x +1 dx e2 x x c
1 1 1
(iii) e x cosh x dx e x
2 2 4 2
(e2 x e2 x )
dx e4 x +1 dx e2 x x c
1
(iv) 2 e sinh e dx =2 e
2x 2x 2x
2 4
81
Exercise (3.2)
(1) sech(5) (2) csc h(1.2) (3) tanh(1) (4)coth(7) (5) cosh(3)
dy
( II ) Find for the following functions
dx
(1) y cosh( x3 ) (2) y csc h( x 4 ) ( 3) y x 2 tanh x
sinh 4 x
(1) x5 sec h2 x6 dx (2) csc h2 (5x 1) dx (3) dx
cosh 4 x 1
cosh x
(4) dx (5) 3e3 x sinh3x dx (6) e x cosh x dx
x
1
(7) sinh 3 x cosh 2 x dx (8) tanh5x dx (9) dx
sinh 2 7 x
81
1
(10) (cosh 2 x sinh 4 x) dx (11) dx (12) x csc h2 (1 x 2 ) dx
cosh 2 5x
1 1 sec h 2 (ln x)
(13) sec h x tanh x dx (14) coth 3x csc h3x dx (15) dx
4 4 x
cosh x cosh x
(16) dx (17) dx (18) coth5 x dx
cosh 2 x 1 2 3sinh x
82
3.3 Inverse Hyperbolic Functions
3.4.1 Theorem
To prove (i),
𝑦 = sinh−1 𝑥 ⇔ 𝑥 = sinh 𝑦
𝑒 𝑦 − 𝑒 −𝑦
𝑥=
2
𝑒 𝑦 − 2𝑥 − 𝑒 −𝑦 = 0
𝑒 2𝑦 − 2𝑥𝑒 𝑦 − 1 = 0
𝑦
2𝑥 ± √4𝑥 2 + 4
𝑒 =
2
𝑒 𝑦 = 𝑥 ± √𝑥 2 + 1
𝑒 𝑦 = 𝑥 + √𝑥 2 + 1
𝑦 = ln (𝑥 + √𝑥 2 + 1)
83
3.3.2 Theorem
1
(i) 𝐷𝑥 sinh−1 𝑢 = 𝐷𝑥 𝑢
√𝑢2 +1
1
(ii) 𝐷𝑥 cosh−1 𝑢 = 𝐷𝑥 𝑢, 𝑢>1
√𝑢 2 −1
1
(iii) 𝐷𝑥 tanh−1 𝑢 = 𝐷𝑥 𝑢, |𝑢| < 1
1−𝑢2
−1
(iv) 𝐷𝑥 𝑠𝑒𝑐ℎ−1 𝑢 = 𝐷𝑥 𝑢, 0<𝑢<1
𝑢√1−𝑢2
𝐷𝑥 sinh−1 𝑥 = 𝐷𝑥 ln (𝑥 + √𝑥 2 + 1)
1 𝑥
= (1 + )
𝑥 + √𝑥 2 + 1 √𝑥 2 + 1
√𝑥 2 + 1 + 𝑥
=
(𝑥 + √𝑥 2 + 1)√𝑥 2 + 1
1
=
√𝑥 2 + 1
This formula can be extended to 𝐷𝑥 sinh−1 𝑢 by applying the chain rule.
𝑑𝑦 1 1
= 𝑠𝑒𝑐 2 𝑥 = 𝑠𝑒𝑐 2 𝑥
𝑑𝑥 √𝑡𝑎𝑛 𝑥 + 1
2 2
√𝑠𝑒𝑐 𝑥
1
= |sec 𝑥|2 = |sec 𝑥|
|sec 𝑥|
84
(ii): 𝑦 = √cosh−1 𝑥
𝑑𝑦 1 1
=
𝑑𝑥 2√cosh−1 𝑥 √𝑥 2 − 1
(iv): 𝑦 = sech−1 √1 − 𝑥
𝑑𝑦 −1 1
= (−1)
𝑑𝑥 2 2√1 −𝑥
√1 − 𝑥 √1 − (√1 − 𝑥)
1
=
2(1 − 𝑥 )√𝑥
(v): 𝑦 = sinh−1 𝑒 𝑥
𝑑𝑦 1
= 𝑒𝑥
𝑑𝑥 √(𝑒 ) + 1
𝑥 2
𝑒𝑥
=
√𝑒 2𝑥 + 1
(vi): 𝑦 = cosh−1 √𝑥
𝑑𝑦 1 1
=
𝑑𝑥 2 2√𝑥
√(√𝑥) − 1
1
=
2√𝑥√𝑥 − 1
85
3.3.3 Theorem
1 𝑢
(i) ∫ 2 2 𝑑𝑢 = sinh−1 + 𝐶, 𝑎>0
√𝑎 +𝑢 𝑎
1 𝑢
(ii) ∫ 2 2 𝑑𝑢 = cosh−1 + 𝐶, 0<𝑎<𝑢
𝑢 −𝑎 𝑎
1 1 −1 𝑢
(iii) ∫ 2 2 𝑑𝑢 = tanh + 𝐶, |𝑢| < 𝑎
𝑎 −𝑢 𝑎 𝑎
1 1 |𝑢|
(iv) ∫ 𝑑𝑢 = − sech−1 , 0 < |𝑢| < 𝑎
𝑢√𝑎 2 −𝑢2 𝑎 𝑎
1 1
(iii) ∫ √16𝑥2 𝑑𝑥 (iv) ∫ 𝑑𝑥
−9 𝑥√9−𝑥 4
Solution (i):
1 1 3
∫ 𝑑𝑥 = ∫ dx
√25 + 9𝑥 2 3 √52 + (3x)2
1 3𝑥
= sinh−1 +𝐶
3 5
(ii):
𝑒𝑥 𝑒𝑥 1 −1
𝑒𝑥
∫ 𝑑𝑥 = ∫ 𝑑𝑥 = tanh +𝐶
16 − 𝑒 2𝑥 42 − (𝑒 𝑥 )2 4 4
(iii):
1 1 4 1 4𝑥
∫ 𝑑𝑥 = ∫ 𝑑𝑥 = cosh−1 +𝐶
√16𝑥 2 − 9 4 √(4𝑥)2 − 32 4 3
(iv):
1 1 2𝑥
∫ 𝑑𝑥 = ∫ 𝑑𝑥
𝑥√9 − 𝑥 4 2 𝑥 2 √32 − (𝑥 2 )2
11 𝑥2 1 𝑥2
=− sech−1 + 𝐶 = − sech−1 + 𝐶
23 3 6 3
86
Exercise (3.3)
dy
(I) Find for the following functions
dx
(1) 𝑦 = sinh−1 5𝑥 (2) 𝑦 = sinh−1 𝑒 𝑥
1 sin 𝑥
(3) ∫ 𝑑𝑥 (4) ∫ √1+𝑐𝑜𝑠2 𝑑𝑥
49−4𝑥 2 𝑥
𝑒𝑥 2
(5) ∫ √𝑒 2𝑥 𝑑𝑥 (6) ∫ 𝑑𝑥
−16 5−3𝑥 2
1 1
(7) ∫ 𝑑𝑥 (8) ∫ √5−𝑒 2𝑥 𝑑𝑥
𝑥√9−𝑥 4
1 1
(9) ∫ 𝑑𝑥 (10) ∫ 𝑑𝑥
3−9𝑥 2 2𝑥√1−4𝑥 2
1 𝑥
(11) ∫ √1+𝑒2𝑥 𝑑𝑥 (12) ∫ 𝑑𝑥
9−𝑥 4
1 √𝑥
(13) ∫ 𝑑𝑥 (14) ∫ √1+𝑥3 𝑑𝑥
√𝑥√1+𝑥
−1 𝑑𝑥
(15) ∫ 𝑑𝑥 (16) ∫
4𝑥−𝑥 2 (𝑥+2)√𝑥 2 +4𝑥+8
87
Chapter four
Techniques of Integration
With several integration techniques at our disposal, the main task of
evaluating integration is deciding which technique to use.
e
1
2x
sin xdx , x e dx , Ln x dx , cos x dx .
1 3 2x
u dv uv v du (4.1)
3x
Example 1 Evaluate xe dx
ux , dv e3x dx
1
du dx , v e3 x
3
Then ,
e3 x e3 x
I x 3x
e dx x dx
u dv
u 3 3 du
v v
88
1 3x 1 3x 1 1
xe e dx xe3 x e3 x c
3 3 3 9
u e3x , dv xdx
1 2
du e3x dx , v x
2
1 2 3x
xe dx x e x 2 e3 x dx .
3x
x e
2 3x
dx is a more difficult integral than the one we started with.
/3
Example 2 Evaluate:
o
x tan 2 x dx
/3 /3 /3
x tan x dx x sec x dx
2 2
Solution: x dx
o o o
/3
Let I x sec
2
x dx
o
du dx , v tan x
/3
/3
x sec 2 x dx x tan x 0
/3
I o
0
tan xdx
/3
sin x
0
/3
x tan x 0
/3
dx x tan x ln | cos x |
0
cos x
89
/3 /3 3
I x sec 2 x dx x.tan x tan xdx ln 2 1.2
0 2
o
/3
o
x tan 2 x dx 0.652
Example 3 Evaluate: x ln x dx
u ln x , dv x dx
3
2
1 2x
du dx , v
x 3
2 32 2 32 1 2 32 2
x ln x dx x ln x x
3 3 x
dx x ln x x dx
3 3
2 32 4 3
x ln x x 2 c .
3 9
tan
1
Example 4 Evaluate: x dx
Solution: Suppose
u tan 1 x , dv dx
du
1
dx , vx
x 1
2
1 2x
tan
1
x dx x tan 1 x dx
2 x 1
2
x tan 1 x Ln x 2 1 c
91
sin x dx
x
Example 5 Evaluate e
du e x dx , v cos x
Now,
du e x dx , v1 sin x
Then ,
e x cos x e x sin x I
2 I e x sin x e x cos x
1 x
I e xsin x dx e sin x cos x c
2
NOTE: To facilities the choice of u and dv. The following priorities must
apply
First Priority
91
x
2
other integrand function as dv (See Examples 3,4) , (e.g. , log 3 x dx ,
u
x
2 1
tanh x dx ).
u
Second Priority
Third Priority
x
2
Example 6 Evaluate e5x dx .
1
du 2 x dx , v e5 x
5
Then :
1 2 5x 2
I x 2 e5 x dx x e x e5 x dx . (***)
5 5
I1
1 2 5x 2 1 5x 1
I x 2 e5 x dx x e x e e5 x
5 5 5 25
1 2 5x 2 5x 2 5x
x e xe e c.
5 25 125
92
x
5
Example 7 Evaluate sin x 3 dx
x sin x3 dx x3 ( x 2 sin x3 ) dx
5
Solution:
Let u x3 , dv x 2 sin x 3 dx
1
du 3 x 2 dx , v cos x 3
3
1 3
dx x cos x3 x 2 cos x3 dx
5 3
x sin x
3
1 3 1
x cos x 3 sin x 3 c
3 3
sinh
1
Example 8 Evaluate x dx .
du
1
dx , vx
1 x2
x
sinh 1 x dx x sinh 1 x 1 x2
dx
x sinh 1 x 1 x 2 c .
3
Example 9 Evaluate sec x dx
93
sec x dx sec x
3
sec 2 x dx
u dv
2 2
Since tan x sec x 1 , we obtain
- secxdx
I sec 3 x dx sec x tan x sec
3
xdx
I
1
I sec3 x dx sec x tan x ln | sec x tan x | c
2
(a) e
cos t
sin 2t dt (b) 3 cos 2 d
0 2
e
cos t
sin 2t dt 2 ecos t sin t cos t dt
0 0
Let u x , dv e x dx
du dx , v ex
94
1 1
e
cos t
sin 2t dt 2 e cos t
sin t cos t dt 2 xe x
dx 2 xe x dx
0 0 1 1
1
2
xe dx xe e dx
1 1
x x x
1 1 e
1
4
e sin 2t dt
cos t
0
e .
(b) We choose x 2 , dx 2 d
3 cos 2 d
2
Let u x , dv cos x dx
du dx , v sin x
cos 3
d
1
2 2
2
x cos x dx
2
x cos x dx x sin x 2 sin x dx 1 2
2
2
2
3 cos 2 d
2
4
1 cos x dx
Solution:
95
du
Then 1 cos x dx
1 u
2 1 u c 2 1 cos x c
1 cos x 1 cos 2 x
Then 1 cos x dx 1 cos x dx dx
1 cos x 1 cos x
sin x
dx 2 1 cos x c
1 cos x
x x
[Hint: cos x 2cos 2 1, sin x 1 2cos 2
2 2
Try by yourself
(4) cos x dx
(5) sin x ln cos x dx
2
(6) x csc 3 x dx
x 1 x 2 dx
10
(7)
II- If f ( x) sin x , find the area of the region under the graph of f from
x=0 to x
2
96
Example 12 Find the integrals
x cos x dx
2
a) xe3x dx x sec x dx ,
2
b) c)
Solution:
a) x e3x
1 3x
1 e
3
1 3x
0 e
9
3x 1 3x 1 3x
xe dx xe e c .
3 9
b) x sec2 x
1 tan x
0 Ln sec x
1 1
x cos 2 x
2 2
x 1
c) 1 sin 2 x
2 4
x2 1
0 cos 2 x
4 8
1 1 x2 x 1
x cos x dx x cos 2 x dx sin 2 x cos 2 x c.
2
2 2 4 4 8
Try By your Self Evaluate the integrals
4 1
1
x tan 3x
(i) x 2 dx , (ii) x
2 3
(iii) x dx , sinh 2x dx
0 0 0
97
4.1.2. Reduction formulas for integrals
, the integrand e x cos nx depends on x and n. The numbers n and m in these two
examples are called parameters. We shall discuss only integer parameter here.
sin
m
Example 13 Find a reduction formula for x dx , hence use reduction
sin
3
formula to evaluate x dx
Solution: Let
Now, with the Pythagorean Identity, the cos-squared term can be rewritten as
cos 2
x 1 sin 2 x , then
98
Through the reduction formula for n= 3,
1 2 2
sin x dx
3
sin x dx sin x cos x
3 3
1 2 2
sin x cos x cos x c
3 3
tan
n
Example 14 Find a reduction formula for x dx .
Now, with the Pythagorean Identity, the tan-squared term can be rewritten as
tan n 1 x
tan
n2
x tan x dx tan
2 n2
x sec x 1 dx
2
tan n 2 x dx .
n 1
e
x
Example 15 Find a reduction formula for cos nx dx
Solution:
sin nx
du e x dx , v
n
1 x 1
I e x cos nx dx e sin nx e x sin nx dx
n n
I1
cos nx
du e x dx , v
n
99
1 x 1
. I1 e sin nx dx e cos nx e x cos nx dx
x
n n
I
Then
n 1
I e x sin nx 2 e x cos nx C
n 12
n 1
1
I 2 e x n sin nx cos nx C
n 1
x
n
Example 16 Find a reduction formula for cos mx dx , hence evaluate
x cos3x dx
Solution: Let u xn , dv cos mx dx
sin mx
du nx n 1 dx , v
m
1 n n
x cos mx dx x sin mx x n 1 sin mx dx
n
, from the
m m
reduction formula (for n=1, m=3)
1 1
x cos 3x dx 3
x sin 3 x sin 3 x dx
3
1 1
x sin 3 x cos 3 x c
3 9
x
n
Example 17 Find a reduction formula for sin mx dx , hence evaluate
x
2
sin 3x dx
cos mx
du nx n 1 dx , v
m
111
1 n n
x sin mx dx x cos mx x n 1 cos mx dx ,
n
m m
1 2 2
x sin 3 x dx x cos3 x x cos3 x dx
2
3 3
1 2 2 2
x cos3 x x sin 3 x cos3 x c
3 9 27
Try By your Self Use integration by parts to derive the reduction formula
1 n2
(1)
n2
sec n
x dx tan x sec x sec n 2 x dx, n 2 , hence evaluate
n 1 n 1
sec x dx
3
1 n 1 n 1
cos x dx
n2
(2)
cos n
x dx cos sin x , hence evaluate
n n
2
cos
5
x dx
0
Exercise (4-1)
ln x
ye (2) x 2 sin 4xdx
y
(1) dy (3) dx
x2
(4) x
2
ln x dx (5) e x sin x dx (6) e
3x
cos 2 xdx .
x3
1 1
x e
3 x2
(13) x 3x dx (14) dx (15) dx .
2
0 0 x 1
111
(b) Use integration by parts to derive the reduction formula
n x n x n 1 x
(1) x e dx x e n x e dx .
x sin 2 x
sin x dx c.
2
(1)
2 4
2
n 1 2 m2
0
n 0
m
(2) sin x dx sin x dx .
(d) First make a substitution and then use integration by parts to evaluate the
integral
e cos(ln x)dx .
x
(1) dx (2)
arcsin(ln x)
(3) x ln 1 x dx (4) x
dx .
112
4.2. Trigonometric Integrals
(a) If the power of both sine and cosine are odd save one sine or cosine factor
and use cos x 1 sin x, sin x 1 cos x , then use the rule of integration
2 2 2 2
u n 1
u u dx n 1 c .
n /
(b) If the power of both sine and cosine are even use the half-angle identities
1 1
cos2 x 1 cos 2 x , sin 2 x 1 cos 2 x .
2 2
1
sin x cos x sin 2 x
2
3
Example 1 Evaluate cos x dx
Solution: Here we can separate one cosine factor and convert the remaining
cos2 x factor to an expression involving sine using the identity
cos 2 x 1 sin 2 x
cos3 x cos2 x cos x 1 sin 2 x cos x . Then
3
2
2
cos x dx 1 sin x cos x dx cos x cos x sin x dx
1
sin x sin 3 x c
3
113
5 x dx
Example 2 Evaluate sin
Solution: Here we can separate one cosine factor and convert the remaining
sin 4 x factor to an expression involving sine using the identity
sin x 1 cos x
2 2
2
sin5 x sin 4 x sin x 1 cos2 x sin 3 x . Then
Then
cos3 x cos5 x
5
sin x dx cos x 2
3 5
c .
1 cos 2 x
2
Solution: 2 dx
4 2 2
cos x dx (cos x ) dx
1
(1 2 cos2x cos 2 2x ) dx
4
1
4 4
(1 2 cos2x ) dx 1 cos 2 2x dx
2 1 cos 4x
as cos 2 x , we obtain
2
4 1 sin 2 x 1 1 cos4x
cos x dx x 2 dx
4 2 4 2
114
x sin 2 x x sin 4 x C
1 1 1
4 8 4
3 sin 2 x sin 4 x .
x C
8 4 32
sin
m
II- Strategy For Evaluating x cos n x dx
(a) If the power cosine is odd n 2k 1 , save one cosine factor and use
cos2 x 1 sin 2 x to express the remaining factors in terms of sine:
(b) If the power sine is odd m 2k 1 , save one sine factor and use
NOTE: If the powers of both sine and cosine are odd, either (a) or (b) can be
used. The best choice is the smallest odd power.
(c) If the powers of both sine and cosine are even, use the half-angle identities
1 1
sin 2 x 1 cos2 x & cos2 x 1 cos2 x
2 2
1
It is sometimes helpful to use the identity cos x sin x sin 2 x
2
115
3 4
Example 4 Evaluate sin x cos x dx
cos x
n 1
n 1
(sin
2
x)cos 4 x sin x dx 1 cos 2 x cos 4 x sin x dx
cos 4 x sin x dx - cos6 x sin x dx
sin
2
Example 5 Evaluate x cos5 x dx
sin x
n 1
sin x cos x dx c
n
n 1
1 2 1
sin 3 x sin 5 x sin 7 x c.
3 5 7
sin
3
Example 6 Evaluate x cos5 x dx
116
cos5 x 1 cos 2 x sin x dx
sin
2
Example 7 Evaluate x cos 2 x dx
1 1
Solution: sin
2
x cos 2 x dx 1 cos 2 x 1 cos 2 x dx
2 2
1 1
1 cos 2 x 1 cos 2 x dx
2 2
1 cos 2 2 x dx
1
4
1 1
1 1 cos 4 x dx
4 2
1 1 1
cos 4 x dx
4 2 2
x 1
sin 4 x c.
8 32
Example 8 Evaluate sin x cos3 x dx
2 2
sin x sin x c
3/2 7/2
3 7
117
To evaluate the integrals
1
cos mx cos nx [cos(m n)x cos(m n)x]
2
1
sin mx sin nx [cos(m n)x cos(m n)x]
2
1
sin mx cos nx [sin(m n)x sin(m n)x]
2
1 1
sin x sin(9x) c .
2 18
1 1
sin x sin(9x) c .
2 18
118
Use the transform identity (3) as m=4 and n 5 , we get :
1
sin 4x cos5xdx
2
sin(x) (sin 9x) dx
1 1
2
sin(x)dx sin(9x)dx
2
1 1
cos x cos(9x) c .
2 18
Try By your Self Evaluate the integrals
1 3 t 3 t
cos x sin x dx cos sin dt
2 2 2
3
cos t 1 3 sin x dt 2 4
tan x tan x dx
4.2.2. Integrals of Powers of tan and Sec
(a) If the power of tangent is odd or even, separate tan 2 x and use
tan 2 x sec2 x 1 , we can express the remaining tan n 2 x factor then use
u n 1
the rule of integration u u dx c.
n /
n 1
2
(b) If the power of secant is even, separate sec x , we can express the
remaining tan n 2 x factor, using the identity sec x 1 tan x , then use the rule
2 2
u n 1
of integration u u dx c.
n /
n 1
119
(c) If the power of secant is odd, then using the integration by parts as in
example 9.
tan
3
Example 12 Evaluate x dx
3
Solution: tan x dx tan x tan 2 x dx tan x sec2 x 1 dx
tan x sec x dx - tan x dx
2
1 2
tan x Ln cos x c
2
tan
4
Example 13 Evaluate x dx
Solution: tan
4
x dx tan 2 x tan 2 x dx tan
2
x sec 2 x 1 dx
tan x sec x dx - tan x dx
2 2 2
1
tan 3 x - tan x x c. .
3
sec x dx
4
Example 14 Evaluate
4 2 2
Solution: sec x dx sec x sec x dx sec
2
x tan 2 x 1 dx
tan x sec2 x dx + sec 2 x dx
2
1
tan 3 x tan x c.
3
tan
m
II- Strategy For Evaluating x sec n x dx
111
(a) If the power secant is even n 2k , k 2 , save a factor of sec2 x and use
sec2 x 1 tan 2 x to express the remaining factors in terms of tan x:
(b) If the power tangent is odd m 2k 1 , save a factor of sec x tan x and use
tan 2 x sec2 x 1 to express the remaining factors in terms of sec x:
sec n 1 x sec 2 x 1
k
sec x tan x dx
(c) If the power secant is odd, the power tangent is even there is no standard
method of evaluation. We may use integration by parts.
Solution:
5 2
tan x sec x dx tan x sec x tan x sec x dx tan x sec x sec x sec x 1 dx
3 4 2 2 2
1 2 1
sec7 x sec5 x sec3 x c.
7 5 3
111
2 4
Example 16 Evaluate tan x sec x dx
Solution:
tan 5 x tan 3 x
c.
5 3
sin t tan t
Example 17 Evaluate cos3 t
dt
1 1
tan 2 t sec3 t c.
2 3
4
sin 3 t
Example 18 Evaluate
0
cos t
dt
Solution:
4 sin3 t 4 sin t 2 4 sin t 2 t dt 4 tan t sin t cos t dt
dt sin t dt 1 cos
0 cos t 0 cos t 0 cos t 0
112
1 4 1 1
Ln cos t sin t Ln 2 1.136
2
2 0 2 4
1 tan 2 t
Example 19 Evaluate dt
sec 2 t
Solution:
1 tan 2 t 1
sec2 t sin 2t c.
2 2
dt cos t sin t dt
2
x dx
sin 2 1
Try By your Self Evaluate the integrals x2
Exercise (4-2)
cos 3 x
(10) dx (11) (1 cosx ) 2 sin x dx (12) (tan x cot x ) 2 dx
sin x
sec 2 x 2
(13) dx (14) tan x 1 dx (15) sec2 y cos3 tan y dy
2
(1 tan x ) 2
sec x
2 4 4
(16) csc t cot t dt
4
113
4) Integration by parts
(c) Find the volume obtained by rotating the region bounded by the curves
The technique here is useful for eliminating radicals from certain types
of integrals. The substitutions are listed in the following table:
a2 x2 x a sin , 1 sin 2 cos 2
2 2
a2 x2 x a tan , 1 tan 2 sec 2
2 2
3
x2 a2 x a sec , 0 , sec 2 1 tan 2
2 2
114
a 2 x 2 a cos x 2 a 2 a tan a 2 x 2 a sec
1
Example 1 Evaluate x 2
16 x 2
dx
1 4cos d
x dx
2
16 x 2 16sin 2
16 16sin 2
4cos d 4cos d
=
16sin 4
2
1 sin
2
16sin 2 4cos
1
4cos d .
(16sin ) . 4cos
2
1 1 1 1
Then, x 2
16 x 2
dx
16 sin
2
d csc 2 d
16
1
cot C
16 4 x
x
since x 4sin sin
4 16 x 2
16 x 2
cot .
x
1 1 16 x 2
Then , dx C.
x 2 16 x 2 16 x
x2 9
Example 2 Evaluate x
dx
x
Solution: Let x 3sec dx 3 sec tan d and x2 9
115
x2 9 3tan
x
dx
3sec
3sec tan d
3 tan 2 d 3 (sec 2 1) d
3 tan 3 c
x
x 2 9 3 sec 1 c.
3
(1 x 2 ) 3 / 2
Example 3 Evaluate dx
x6 1 x
Solution: Let x sin dx cos d
cos 4 cos 4 1
6 d 4 d cot 4 csc2 d
sin sin sin
2
5
cot 5 1 1 x
2
cot ( csc d )
4 2
c c.
5 5 x
x3
Example 4 Evaluate
9 x 49 2
dx
7 7 2
Solution: Let x tan dx sec d 9x 2 49 3x
3 3
7
then , 9x 2 49 49 tan 2 49 7 tan 2 1
7 sec 2 7 sec
116
3
7
tan 4
7 1
3
dx
x 3 7 2
9 x 49
2 7sec 3
sec d tan 3 sec d
3 7
thus,
x3 73 73 1 3
dx 4 sec 1 tan sec d sec sec C
2
9 x 2 49 3 81 3
x3
1
9 x 2 49
49
3/2
dx 9 x 2 49 C .
9 x 2 49 243 81
x2 y 2
Try By your Self (1) Find the area enclosed by the ellipse 2 2 1
a b
x
(2) Evaluate dx
3 2 x x2
3 Ln tan x Cos x
(3) Evaluate dx [Hint: Multiply with ]
4 sin x cos x Cos x
Exercise (4-3)
3 dx 1 1 1 dx
(5) (6) dx (7) dx (8)
2 ( x 2 1)3/2 4x 2 25 9 - 4x 2
0 1 x2 2
1 1 (4 x 2 ) 2
(9) dx (10) dx (11) dx
x 4
x 32
x 25x 16 2 x3
x2 3x 5 1
(12) dx (13) dx (14) dx
(1 - 9x ) 2 3/ 2
1 x2 (16 - x 2 ) 5 / 2
a 0.3
x
a x dx (9-25x
2 2 2
(15) x (16) 2 3/ 2
dx
0 0
)
117
4.4. Integration of Rational Functions by Partial Fractions
P( x) A1 A2 An
...
(a1 x b1 )(a2 x b2 )...(an x bn ) (a1 x b1 ) (a2 x b2 ) (an x bn )
P( x) An An 1 A2 A1
n 1
...
(ax b) n
(ax b) (ax b)
n
(ax b) 2
ax b
P( x)
(a1 x b1x c1 )(a2 x b2 x c2 )...(an x 2 bn x cn )
2 2
A1 x B1 A2 x B2 An x Bn
...
(a1 x b1x c1 ) (a2 x b2 x c2 )
2 2
(an x 2 bn x cn )
118
(4) Denominator is in the second degree with power m
P( x) A x Bm A x Bm 1 A x B2 A1 x B1
2m m21 m 1
... 22
(ax bx c)
2 m
(ax bx c) (ax bx c)
m
(ax bx c) 2
ax 2 bx c
f / ( x)
Hint: use basic integral rule f ( x)
dx ln | f ( x) | c
u
(b) arc tangent tan 1
a
au / 1 u
Hint: use basic integral rule a 2 u 2 dx tan a c .
n 1
(c)
f x
n 1
f x
n 1
f ( x) ( x) dx c.
n /
Hint: use basic integral rule f
n 1
x3 x
Example 1 Evaluate dx
x 1
119
Solution:
In this example the numerator has degree 3 and the denominator has degree
1. Thus,
x3 x 2 2
x 1 dx x x 2 x 1 dx
x3 x 2
2 x 2 Ln x 1 C
3 2
3x 4 3 x 3 5 x 2 x 1
Example 2 Evaluate x2 x 2
dx
Solution:
In this example the numerator has degree 4 and the denominator has degree 2.
Thus,
Solution:
In this example degree of the numerator = degree of the denominator=1. Thus,
x A Ln x 2 B Ln x 1 C
To find A, B
2 2 A B A x 1 B x 2
x x 2 x 2 x 1 x 2 x 1
2
x 2 x 1
2 A x 1 B x 2
121
Let x 1 2 A 1 1 B 1 2 2 3B i.e. B .
2
3
2
Let x 2 2 A 2 1 B 2 2 2 3 A i.e. A .
3
Therefore
x2 x 5 2 2
x x2
2
dx x Ln x 2 Ln x 1 C
3 3
5x 10
Example 4 Evaluate x2 3 x 4 dx
Solution:
5 x 10 5 x 10 A B
x 3x 4
2
( x 4)( x 1) x 4 x 1
A( x 1) B ( x 4)
( x 4)( x 1)
To find A, B
5 x 10 A ( x 1) B ( x 4)
2 ln x 4 3 ln x 1 c.
1
Example 5 Evaluate dx
x2 x 2
Solution:
1 1 A B
x x2
2
( x 1)( x 2) x 1 x 2
1 A( x 2) B( x 1)
1 1
Let x 2 1 3 B i.e. B . Let x 1 1 3 A i.e. A .
3 3
Then
1 1/ 3 1/ 3
x 2
x 2
dx
x 1 x 2
dx
1 1
ln x 1 ln x 2 c.
3 3
121
2x 4
Example 6 Evaluate x3 2x 2
dx
Solution:
2x 4 2x 4 A B C
2 2
x 2x
3 2
x ( x 2) x x x2
2 x 4 A( x 2) Bx( x 2) C x 2 .
2
2 ln x 2 ln x 1 c.
x
1 2
Ln Ln x 1 c.
2
2
x x
3x 3 18x 2 29x 4
Example 7 Evaluate (x 1) (x 2)3
dx
Solution:
3x3 18 x 2 29 x 4 A B C D
( x 1)( x 2) 3
x 1 ( x 2) 3
( x 2) 2
x2
Then
3x3 18 x 2 29 x 4 A ( x 2)3 B( x 1) C ( x 1)( x 2) D ( x 1)( x 2) 2 .
Then
3 x3 18 x 2 29 x 4 2 2 3 1
( x 1) ( x 2)3 dx x 1 ( x 2) 3
( x 2) 2
dx
x2
1 3
2 ln x 1 ln x 2 c.
( x 2) x 2
2
4 x 2 13x 9
Example 8 Evaluate x3 2 x 2 3x dx
122
Solution:
4 x 2 13x 9 A B C
3
x 2x 3x2 x ( x 3) ( x 1)
4 x 2 13x 9 A( x 3)( x 1) B x ( x 1) C x ( x 3)
Thus, A 3 , B 1 , C 2 and so
4 x 2 13x 9 dx dx dx
x3 2 x 2 3x dx 3 x ( x 3) 2 ( x 1)
3ln | x | ln | x 3 | 2 ln | x 1| c
ln | x 3 | ln | x 3 | ln | (x 1) 2 | c
x 3 ( x 1) 2
ln c .
( x 3)
5 x3 3x 2 7 x 3
Example 9 Evaluate ( x 2 1)2 dx
Solution:
5x 3 3x 2 7 x 3 5x 3 3x 2 7 x 3 A x B Cx D
( x 2 1) 2 ( x 2 1) 2 ( x 2 1) 2 ( x 2 1)
5 x3 3x 2 7 x 3 A x B x 2 1 Cx D x 2 1
2
5 x3 3x 2 7 x 3 2x 5x 3
Then ( x 2 1)2 dx
( x 1)
2 2
dx
( x 2 1)
dx
2x 5x 3
dx 2 dx 2 dx
( x 1)
2 2
( x 1) ( x 1)
x 5
ln(x 2 1) 3 tan 1 x c .
(x 2 1) 2
123
x2 1
Example 10 Evaluate x( x 2 3) dx
Solution:
Since x x 2 3 x3 3x, x 3x 3x 2 3 3 x 2 1
d 3
dx
1 3 x 1
2
x2 1 x2 1 1
x( x 2 3) dx x3 3x dx 3 x3 3x dx 3 Ln x 3x C.
3
Solution:
x3 u u2
Therefore, x
dx 2
u 4
2u du 2 2
u 4
du
2
u 2
4 4
du 2 1 2
4
du
u 42
u 4
2 u
2 du 2 du 2u 2 tanh 1 C
u 2
2 2
2
x3 x3
Then, x
dx 2 x 3 2 tanh 1
2
C
au / 1 u
Hint: use basic integral rule a 2 u 2 dx tanh a c .
dx
Example 12 Evaluate x3x
124
dx 6u 5 du u 3 du
Therefore, x3x
u3 u 2 u 1
6
u 3 du u 1 1 du
3
u u 1 du +
du
Although
u 1 u 1
2
= =
u 1
u 3 du u 3 u 2
u 1 = 3 + 2 +u+Ln u 1 C
u 3 du x 3x 6
u 1 3 + 2 + x +Ln x 1 C . So
6
=
dx 6
2 x +3 3 x +6 6 x +Ln x 1 +c.
6
x3x
1 x
Example 13 Show that dx sin 1 x 1 x 2 C.
1 x
1 x 1 x 1 x
Solution: dx dx
1 x 1 x 1 x
1 x 1 1 2 x
dx
2 1 x2
dx dx
1 x2 1 x2
1 x
Then dx sin 1 x 1 x 2 C.
1 x
dx 1 xa
(1) Show that Ln c, a 0.
x 2 a 2 2a xa
(2) Evaluate
4 x 2 3x 2 x dx x3 4
(a) dx (b) (c) dx
2
4x 4x 3 x 6 x x3
6 x2 4
ds t4 1 dx
(d) (e) dt (f)
s 2 s 1
2 t 5 4t 3 1 cos x
(3) Find the area of the region under the given curve from 1 to
1 x2 1
(a) y (b) y
x3 x 3x x 2
125
(4) Find the volume of the resulting solid if the region under the curve
1
y is rotated about (a) x axis (b) y axis
x 2 3x 2
1 x2
3
dx x dx
(6) Evaluate (a)
x 3 x
(b)
1 x 3
(c) x e x dx (d)
1
x2
dx
Exercise (4-4)
x3 x 3 3x - 2 2x 2 7x - 8
(4) 3 dx (5) dx (6) dx .
x 1 x2 x x 2 6x 9
x6 x3 1 x 2 +x+1 ex
(7)
x 4 9x 2
dx (8) (x 2 +1)2 dx (9) e2 x 1 e x 2 dx
dx x 2 -2x-1 sec 2 x
(10) x 3 -1 (11) ( x 1)2 ( x 2 1) dx (12) tan 2 t 3tan t 2 dx
1
x 1 x 2 3x 7 1
x
(13) 0 x 2 3x 2 dx (14) dx (15) x dx
x 4x 6 4 x 13
2 2 2
0
x3 2 x
1
5x 2 - 10x - 8 5x 2 30x 43
(16) 4 dx (17) dx (18) dx
0
x 4 x2 3 x 3 4x ( x 3) 3
x 16 37 - 11x 10x 2 9x 1
(19) dx (20) dx (21) dx
x 2 2x 8 (x 1)(x - 2)(x - 3) 2x 3 3x 2 x
126
(II) Make a substitution to express the integrand as a rational function and
then evaluate the integral
3 1
dx dx x dx x 3 dx dx
(1)
x x 1
(2)
2 x3 x
(3)
1 x x
2
(4) 3
x 1
2
(5) 1
0
3
x
3
quadratic integrals:
Substitution
Partial fractions
Trigonometric substitution
dx
Example 1 Evaluate x 2
2x
then
dx dx dx
x 2
2 x x 1 12
2
12 x 1
2
tanh 1 x 1 C.
2x 1
Example 2 Evaluate x 2
6 x 13
dx
127
then
2x 1 2x 1
x 2
6 x 13
dx
2
dx
x 3 22
2 x 6 6 1 dx 2 x 3 5
2 2
dx
2
dx
x 3 22 x 3 22 x 3 22
2 5
Ln x 3 22 tan 1
x 3 C.
2 2
dx
Example 3 Evaluate 2 x x2 8
2 x x 2 8 x 2 2 x 8 x 1 12 8
2
x 1 9 32 x 1 .
2 2
Thus
dx dx ( x 1)
sin 1 C.
2x x 8 3 x 1
2 2
2 3
dx
Example 4 Evaluate
x 8 x 25
2
Thus dx 1 x 4
dx sinh 1 C.
x 8 x 25
2
( x 4) 9 2
3
128
Exercise (4-5)
2
(4) x
dx (5) x 4 x 8 dx (6) 1
dx
2
6 x 10 2
x 4x 8
x x 2 6 x 10
(13) 1 (14) x2 4 x 5 dx .
dx
9 8x x 2
129
Chapter five
Application of Definite Integration
Definite integration is a fundamental concept in calculus hat plays a crucial
role in various fields of mathematics and beyond. At its core, definite
integration represents the accumulation of quantities over an interval, providing
a precise method to determine total amounts or measures. One of the most
intuitive applications of definite integration is in the calculation of area under
curves. The relationship between definite integration and area not only
simplifies geometric calculations but also extends to practical applications in
physics, engineering, and economics, where precise area calculations are
essential. Moreover, definite integration extends its utility beyond two-
dimensional areas to three-dimensional volumes. By considering the integral of
a function of two variables over a region in the plane, we can determine the
volume of a solid bounded by surfaces described by the function. Furthermore,
definite integration also finds application in computing other geometrical
measures such as arc length and surface area. For instance, the arc length of a
curve can be determined by integrating the square root of the sum of squared
derivatives of the curve's parametric equations. Similarly, surface area
calculations of three-dimensional objects involve integrating suitable functions
over the surface of the object, reflecting the accumulated area of infinitesimal.
elements that make up the surface. Finally, definite integration serves as a
powerful tool that connects pure mathematical concepts with real-world
applications, enabling precise calculations of quantities that are crucial in
diverse scientific and engineering disciplines. Its ability to handle complex
shapes and irregular boundaries makes it an indispensable technique for solving
a wide range of problems, from basic geometric measurements to advanced
physics and engineering analyses. Thus, the study and of definite integration
not only deepen our understanding of calculus.
131
5.1 Area between curves
In this section we will compute the area between two curves. Suppose
we want to find the area of a region that is bounded above by the curve
y f (x ) and below by the curve y g(x ) , where f (x ) and g(x ) are
continuous functions in the interval [a,b ] as shown in (fig. 5.1a). To find the
area between these curves using definite integration,
we divide it into small strips as shown in (fig. 5.1b). The area of the region can
b
be obtained by the definite integral
f (x ) g(x ) dx .
a
EXAMPLE 1 Find the area of the region enclosed by the two curves
y 2 x 2 and y x .
Solution: First we sketch the two curves (fig 5.2) then the limits of integration
131
2 x 2 x
x2 x 2 0
(x 2)(x 1) 0
x 2, x 1
b 2
A f (x ) g(x ) dx (2 x
) (x ) dx
2
a 1
2
2
x2 x3
2
2 x x ) dx 2x
2
3
1 1
4 8 1 1 9
4 2
2 3 2 3 2
y 2x x 2 and y x 2 .
Solution: First we sketch the two curves (fig 5.3) then we find the points
of intersection of the parabolas by solving their equations
simultaneously. This gives
2x x 2 x 2
x2 x 0
x (x 1) 0
x 0, x 1
fig.5.3
132
The area between the curves is
b 1
A y
y2 dx (2x x
) (x 2 ) dx
2
1
a 0
1
1
2 x3
2x 2x ) dx x 2
2
3 0
0
2 1
1
3 3
Solution: The region is shown in (fig 5.4). The upper boundary curve is
b 1
A y1 y2 dx e x x dx
a 0
1
x x2 1 3 fig.5.4
e e 1 e
2 0 2 2
EXAMPLE 4 Find the area of the region bounded by the curves y sin x ,
y cos x , x 0 and x .
2
Solution: The region is shown in (fig 5.5). The points of intersection
occur when sin x cos x that is when x . It is observed that
4
133
cos x sin x when 0 x but sin x cos x when x .
4 4 2
A A1 A2
4 2
cos x sin x dx sin x cos x dx
0
4
sin x cos x cos x sin x 2
4
fig.5.5
0
4
1 1 1 1
1 1
2 2 2 2
2 2 2
EXAMPLE 5 Find the area of the region in the first quadrant that is bounded
above by , bounded below by the x-axis y x 2 and the
line and . y x
Solution:
x x 2
x (x 2)2
x 2 5x 4 0
(x 4)(x 1) 0
x 4, x 1 fig.5.6
134
Only the value x 4 satisfies the equation
2 4
A A1 A2
0
x dx
2
x x 2 dx
2 4
2 23 2 23 x 2
x x 2x
3 0 3 2 2
2 3
2 3
2 3
(2)2 (4)2 8 8 (2)2 2 4
3 3 3
2 10
(8) 2
3 3
5.1.1 Integration with Respect to y
fig.5.7
A f (y ) g(y ) dx .
c
135
Solution:
y2 y 2
y2 y 2 0
(y 2)(y 1) 0
y 2, y 1
fig.5.8
d 2
A f (y ) g(y ) dy (y 2 y ) dy
2
c 0
2
y 2
y 4 3
8 10
2y 4
2 3 0 2 3 3
EXAMPLE 7 Find the area of the region enclosed by the line y x 1 and
the parabola y
2
2x 6 .
Solution:
We first sketch the region as in (fig 5.9) then we find the points
of intersection of the two curves by solving the two equations,
notice that the left and right boundary curves are
1
x y 2 3 and x y 1 then we have
2
136
1 2
y 3 y 1
2
y 2 2y 8 0
(y 4)(y 2) 0
y 4, y 2 fig.5.9
d
4
1 2
A
c
x1
x 2 dy
2
(y 1
2
y 3) dy
4
y 2
y
3
64 8
4y 8 16 2 8 18
2 6 2 6 6
NOTE: We could have found the area in Example 7 by integrating with respect
to x instead of y, but the calculations increase because the bottom boundary
consists of two different curves. This requires splitting the region in two and
computing the areas labeled A1 and A2 in (fig. 5.10). The method we used in
Example 7 is much easier.
fig.5.10
137
1
EXAMPLE 8 Find the area of the region enclosed by the curves y ,
x
y x and y 1 using (a) x as the variable of integration
x
4
and (b) y as the variable of integration.
Solution:
We first sketch the region as in (fig 5.11) then we find the points
of intersection of the curves as
1 1
x
4 x
x 4
2
1
x 2, y
2
1
x fig.5.11a fig.5.11b
x
x 1
2
x 1, y 1
(a) If we integrate with respect to x, we must split the region into two
parts because the top boundary consists of two separate curves, as
shown in
(fig. 5.11a). We compute the area as
1
1 2
1 1
A A1 A2 x x dx x dx
0 4 1 x 4
1 2
3 1
x 2 ln x x 2 ln 2
8 0 8 1
138
(b) If we integrate with respect to y, we also need to divide the region
into two parts because the right boundary consists of two separate
curves, as shown in (fig. 5.11b). We compute the area as
1
2 1
1
A A1 A2
0
4y y dy y
1
y dy
2
1
1
3 2 1
x 2 ln y y 2 ln 2
2 0 2 1
2
Exercises (5.1)
139
II) Find the area of the region enclosed by the given curves.
1) y x 2 2, y x 1, x 0, x 1.
2) y 1 x 3, y 2 x, x 0, x 1.
1 1
3) y , y 2 , x 2.
x x
4) y cos x, y e x , x .
2
5) y x 2 4x, y 2x .
6) x 1 y 2, x y 2 1.
7) 4x y 2 12, y x .
8) y x 2, y 4x x 2 .
9) y x 3, y x .
1
10) y x, y x.
3
11) y cos x, y sin 2x, 0 x .
2
12) y x 1, y x 1.
13) y
2
4x 4, 4x y 16.
14) y ln x, y ln(x 2 ), x 2.
15) y 2x x 2, y 2 x .
141
5.2 Solids of Revolution
2
A(x ) (radius )2 R(x )
fig.5.12
141
So the definition of volume in this case gives
This method for calculating the volume of a solid of revolution is often called
the disk method because a cross-section is a circular disk of radius R(x).
EXAMPLE 1 Find the volume of the solid obtained by rotating the region
Solution:
1
b 1
R(x )
2 2
V dx x dx x 2
a 0 2 0 2
EXAMPLE 2 Find the volume of the solid generated by revolving the region
fig.5.13
142
Then the volume is,
b 4
2 2
V R(x ) dx x 1 dx
a 1
4
x 2 4 23 7
4
x 2 x 1 dx x x
1 2 3 1 6
2
A(y ) (radius )2 R(y ) .
fig.5.14
143
EXAMPLE 3 Find the volume of the solid generated by revolving the region
EXAMPLE 4 Find the volume of the solid generated by revolving the region
Solution:
We first sketch the region as in (fig 5.15). Note that the cross-
sections are perpendicular to the line x 3 . When we slice
through the point y, we get a disk with radius
R(y) 3 (y 2 1) 2 y 2 .
fig.5.15
3 y2 1 y2 2 y 2
144
Then the volume is,
d 2
2 2
V R(y ) dy 2 y 2 dy
c 2
2
2
4 3 y5
4 4y y dy 4y y
2 4
2 3 5 2
64
2
15
5.2.2 Volumes using Washer Method:
fig.5.16
145
This method for calculating the volume of a solid of revolution is called the
washer method because a thin slab of the solid resembles a circular washer of
outer radius R(x) and inner radius r(x).
To find the volume of a solid formed by revolving a region about the y-axis, we
use the same procedure, but integrate with respect to y instead of x. In this
situation the line segment sweeping out a typical washer is perpendicular to the
y-axis, and the outer and inner radii of the washer are functions of y.
Then the definition of volume gives:
EXAMPLE 5 Find the volume of the solid generated by revolving the region
Solution:
We first sketch the region as in (fig 5.17). The limits of integration
are found by solving the equations of the two curves as
x 2 x x (x 1) 0 x 0, x 1
When we slice through the point x, we get a washer with outer
fig.5.17
146
Therefore we have
b 1
V R(x ) r (x ) dx x 2 x 4 dx
2 2
a 0
1
x 3 x 5 2
3 5 0 15
EXAMPLE 6 Find the volume of the solid generated by revolving the region
Solution:
We first sketch the region as in (fig 5.18). The limits of
integration are found by solving the equations of the two
curves as
x 2 1 x 3
x2 x 2 0
(x 2)(x 1) 0 x 2, x 1
When we slice through the point x, we get a washer with outer
fig.5.18
147
Therefore we have
b
V R(x ) r(x ) dx
2 2
a
1
2 2
2
x 3 x 1 dx
2
1
8 6x x x 4 dx
2
2
1
x3 x5 117
8x 3x
2
3 5 2 5
EXAMPLE 7 Find the volume of the solid generated by revolving the region
Solution:
We first sketch the region as in (fig 5.19). When we slice
fig.5.19
148
Therefore we have
d
V R(y ) r (y ) dy
2 2
c
y
2
4 2
y dy
2
0
4
y2
y dy
0 4
4
y2 y 3 8
2 12 0 3
EXAMPLE 8 Find the volume of the solid obtained by rotating the region in
Example 5 about the line y 2 .
Solution:
We first sketch the region as in (fig 5.20). When we slice
through the point x, we get a washer with outer
fig.5.20
149
Therefore we have
b
V R(x ) r (x ) dx
2 2
a
1
2
2
2 x2 2 x dx
0
1
x 4 5x 2 4x dx
0
1
x 5 5x 3 8
2x 2
5 3 0 15
5.2.3 Volumes using Cylindrical Shell Method:
fig.5.21
151
the volume V1 of the inner cylinder from the volume V2 of the outer cylinder:
DEFINITION The volume of the solid in (fig. 5.21), obtained by rotating about
the y-axis the region under the curve , , from to
where .
DEFINITION The volume of the solid obtained by rotating about the y-axis the
region under the curve , , from to is:
where
EXAMPLE 9 Find the volume of the solid obtained by rotating the region
Solution:
We first sketch the region as in (fig 5.22). Then we use a
vertical slice parallel to the y-axis so the distance between this
slice and the y-axis is x (shell radius) and the shell height is
151
f (x ) x . The limits of integration for the shell formula are
a 0 and b 4 , The volume is then:
fig.5.22
b 4
V 2 xf (x )dx 2 x ( x )dx
a 0
4
4 3
4 25 128
2 x dx
2
x
0 5 0 5
EXAMPLE 10 Find the volume of the solid obtained by rotating the region
Solution:
152
b 2
V 2 xf (x )dx 2 x (2x 2 x 3 )dx
a 0
2
2
x 4 x 5
2 (2x x )dx 2
3 4
0 2 5 0
16
fig.5.23
5
EXAMPLE 11 Find the volume of the solid obtained by rotating about the y-
Solution:
y x from x 0 to x 1 .
Solution:
We first sketch the region as in (fig 5.25). Then we use a horizontal
slice parallel to the x-axis so the distance between this slice and the
153
The limits of integration for the shell formula are c0 and
d 1 , The volume is then:
d 1
V 2 yf (y )dy 2 y(1 y 2 )dy
c 0
1
1
y2 y 4
2 (y y )dx 2
3
0 2 4 0
fig.5.25
2
EXAMPLE 13 Use cylindrical shells to find the volume of the solid obtained
Solution:
fig.5.26
154
b 2
V 2 xf (x )dx 2 (x 1)(2x x 2 )dx
a 0
2
2
x 3 x4
2 (x 2x x )dx 2 x
2 3 2
0 3 4 0
16
3
Exercises (5.2)
155
II) Find the volume of the solids generated by revolving the regions bounded
by the following curves about the x-axis.
1) y x, y 1, x 0. 2) y 2 x , y 2, x 0.
3) y x 2 1, y x 3. 4) y 4 x 2, y 2 x .
5) y 9 x 2 , y 0. 6) y x x 2, y 0.
7) y x 3, y 4x 2 . 8) xy 1, x 0, y 1, y 3.
9) y x , x 0, y 2. 10) x y 4, x y 2 4y 4.
III) Find the volume of the solids generated by revolving the regions bounded
by the following curves about the y-axis.
1) x 5 y , y 0, x 0. 2) 8y x 2, y x .
3) y x , y 0, x 4. 4) y 2 x , y 2, x 0.
5) y x 2, y 2 x . 6) x 2 y 2, x y 4 .
7) y x 3, y 0, x 1. 8) y 4x x 2, y x .
9) y 2 x 2 1, y 2. 10) x (y 1)2, x y 1.
156
5.3 Arc Length and Surface area
Arc length and surface area are fundamental concepts in calculus and
geometry, essential for quantifying the length of curves and the area of
surfaces.
5.3.1 Arc Length:
Arc length refers to the length of a curve. Suppose the curve whose
length we want to find is the graph of the function y f (x ) from x a to
x b (i.e f (x ) is continuous function in the interval[a,b ]) then length of the
curve can be obtained by:
Or by:
x3 1
EXAMPLE 1 Find the length of the graph of f (x ) ,1 x 4 .
12 x
Solution:
2
We first find f (x )as f (x ) x 12 So
4 x
2 2
x2 1 x4 1 1 x2 1
1 [ f (x )] 1
2
2 4 2
4 x 16 2 x 4 x
157
Then the length of the curve is
b 4
x2 1
L a 1 4 x 2 dx
2
1 [ f ( x )] dx
4
x 3 1
6
12 x 1
2
3
EXAMPLE 2 Find the length of the graph of y x from x 0 to
2
x 2.
Solution:
We first find y (x )
1 1
2 1x 3
12 3
y .
3 22 3x
Which is not defined at x = 0, so we rewrite the equation to
express x in terms of y then we have:
3 1
dx
x 2y 2 3y 2
dy
Then at x 0 y 0 , at x 2 y 1
Then the length of the curve is
2
dx
d 1
L 1 dy 1 9y dy
c dy 0
1
1 2 3
. 1 9y 2.27
9 3
2
0
5.3.2 Surface area:
Surface area refers to the total area that covers the outer part of a three-
dimensional object. It is a fundamental concept in geometry and calculus,
essential for quantifying the extent of surfaces in various shapes and forms.
Suppose the line segment AB has length L and is slanted rather than horizontal.
Now when AB is rotated about the x-axis, it generates a frustum of a cone (fig
158
5.26a). From classical geometry, the surface area of this frustum is 2 y *L ,
where y * (y1 y2 ) / 2 is the average height of the slanted segment AB
above the x-axis. This surface area is the same as that of a rectangle with side
fig.5.26a fig.5.26b
Or
159
EXAMPLE 3 Find the area of the surface generated by revolving the curve
1 x 1 x 1
1 [ f (x )]2 1
x x x
Then the surface area of the curve is:
b 2
x 1
S 2 y 1 [ f (x )] dx 2 2 x
2
dx
a 1 x
2
2 8
3
4 .
3
x 1 2
3
3 3 2 2
1
EXAMPLE 4 Find the area of the surface generated by revolving the curve
x 1 y , 0 y 1 about the y-axis.
Solution:
161
Exercises (5.3)
3 3
1 2
1) y x from x 0 to x 4.
2
2) y (x 2) , 0 x 3.
2
3
3
y 2
3) x y ,1 y 9. 4) x sin y cos y, 0 y
3
5) y 9 x2, 1 x 4 6) xy 1from[0,1]to[2, 4].
7) y x , from x 0 to y 4. 8) x y 2 4y 4, 0 y 2.
x
y
9) y tan d , 0 x . 10) x sin d , 0 y .
0 3 0 4
II) Find the area of the surface generated by revolving the regions bounded by
the following curves about the x-axis.
1) y x 2, 0 x 2. 2) y sin x, 0 x .
3) y tan x, 0 x . 4) x y 3, from[4,1]to[1,4].
4
5) y x 1, 0 x 5. 6) xy 1from[0,1]to[2, 4].
y x , x 0, y 4.
x
7) 8) y
tan d , 0 x
0
3
.
III) Find the area of the surface generated by revolving the regions bounded by
the following curves about the y-axis.
1) x cos y, 0 y
2) y 2 y x, 1 y 2.
.
4
y3 15
3) x , 0 y 1. 4) x 2 4 y , 0 y .
3 4
161
Chapter six
Improper Integrals
𝑥2 − 9 sin 𝑥
lim 𝑎𝑛𝑑 lim
𝑥→3 𝑥 − 3 𝑥→0 𝑥
In each case, taking the limits of the numerator and denominator gives us the
undefined expression 0⁄0 . We say that the indicated quotients have the
indeterminate form 0⁄0 at 𝑥 = 3 and 𝑥 = 0, respectively. We previously
used algebraic, geometric, and trigonometric methods to calculate such limits.
In this section we develop another technique that employs the derivatives of the
numerator and denominator of the quotient. We also consider the
indeterminate form ∞⁄∞ , where both the numerator and the denominator
approach ∞ or −∞. The following table displays general definitions of the
forms we shall discuss.
162
6.1.2 L'Hopital's Rule
𝑓 (𝑥 ) 𝑓 ′ (𝑥 )
lim = lim ′
𝑥→𝑐 𝑔(𝑥 ) 𝑥→𝑐 𝑔 (𝑥 )
Provided either
𝑓 ′ (𝑥 ) 𝑓 ′ (𝑥 )
lim exists or lim ′ = ∞.
𝑥→𝑐 𝑔′ (𝑥 ) 𝑥→𝑐 𝑔 (𝑥 )
cos 𝑥+2𝑥−1
Example (1) Find lim
𝑥→0 3𝑥
Solution
cos 𝑥 + 2𝑥 − 1 − sin 𝑥 + 2 2
lim = lim =
𝑥→0 3𝑥 x→0 3 3
𝑒 𝑥 +𝑒 −𝑥 −2
Example (2) Find lim
𝑥→0 1−cos 2𝑥
Solution
𝑒 𝑥 + 𝑒 −𝑥 − 2 𝑒 𝑥 − 𝑒 −𝑥
lim = lim
𝑥→0 1 − cos 2𝑥 x→0 2 sin 2𝑥
𝑒 𝑥 + 𝑒 −𝑥 2 1
= lim = =
x→0 4 cos 2𝑥 4 2
L'Hopital's rule is also valid for one-sided limits as in the following example.
4 tan 𝑥
Example (3) Find lim
𝑥→(𝜋⁄2)− 1+sec 𝑥
Solution
4⁄cos 𝑥 4 4
lim = lim = =4
𝑥→(𝜋⁄2)− sin 𝑥⁄cos 𝑥 𝑥→(𝜋⁄2)− sin 𝑥 1
𝑙𝑛 𝑥
Example (4) Find lim
𝑥→∞ √𝑥
163
Solution
𝑙𝑛 𝑥 1⁄𝑥 2√𝑥 2
lim = lim = lim = lim =0
𝑥→∞ √𝑥 𝑥→∞ 1⁄(2√𝑥) 𝑥→∞ 𝑥 𝑥→∞ √𝑥
e3x
Example (5) Find lim , if it exists.
𝑥→∞ 𝑥 2
Solution
𝑒 𝑥 +𝑒 −𝑥
Example (6) Find lim , if it exists.
𝑥→0 𝑥2
Solution
𝑒 𝑥 +𝑒−𝑥 1
lim = lim (𝑒 𝑥 + 𝑒 −𝑥 ) ( 2 ) = (2)(∞) = ∞
𝑥→0 𝑥2 𝑥→0 𝑥
3𝑥−sin 𝑥 √1+𝑥−1
(a) lim (b) lim
𝑥→0 𝑥 𝑥→0 𝑥
√1+𝑥−1−𝑥⁄2 𝑥−sin 𝑥
(c) lim (d) lim
𝑥→0 𝑥2 𝑥→0 𝑥3
Solution
3𝑥−sin 𝑥 3−cos 𝑥
(a) lim = lim =2
𝑥→0 𝑥 𝑥→0 1
1
√1+𝑥−1 2√1+𝑥 1
(b) lim = lim =
𝑥→0 𝑥 𝑥→0 1 2
−(1⁄4)(1 + 𝑥 )−3⁄2 1
= lim =−
𝑥→0 2 8
𝑥−sin 𝑥 1−cos 𝑥
(d) lim = lim
𝑥→0 𝑥3 𝑥→0 3𝑥 2
sin 𝑥
= lim
𝑥→0 6𝑥
164
cos 𝑥 1
= lim =
𝑥→0 6 6
1−cos 𝑥
Example (8) Find lim , if it exists
𝑥→0 𝑥+𝑥 2
Solution
1 − cos 𝑥 sin 𝑥
lim = lim =0
𝑥→0 𝑥 + 𝑥 2 𝑥→0 1 + 2𝑥
Solution
sec 𝑥
(a) lim
𝑥→(𝜋⁄2)− 1+tan 𝑥
sec 𝑥 tan 𝑥
= lim = lim − sin 𝑥 = 1
𝑥→(𝜋⁄2)− 𝑠𝑒𝑐 2𝑥 𝑥→(𝜋⁄2)
ln 𝑥 1⁄𝑥 1
(b) lim = lim = lim =0
𝑥→∞ 2√𝑥 𝑥→∞ 1⁄√𝑥 𝑥→∞ √𝑥
ex 𝑒𝑥 𝑒𝑥
(c) lim 2
= lim = lim =∞
𝑥→∞ 𝑥 𝑥→∞ 2𝑥 𝑥→∞ 2
𝑓(𝑥 ) 𝑔(𝑥 )
or
1⁄𝑔(𝑥 ) 1⁄𝑓 (𝑥 )
165
2 Apply L'Hopital's rule to the resulting indeterminate form
0 ⁄0 𝑜𝑟 ∞⁄ ∞.
Solution
ln 𝑥 1⁄x
lim+ 𝑥 2 ln 𝑥 = lim+ = lim
𝑥→0 𝑥→0 1⁄𝑥 2 𝑥→0+ −2⁄𝑥 3
𝑥3 𝑥2
= lim+ = lim+ =0
𝑥→0 −2𝑥 𝑥→0 −2
Solution
2x − π 2
lim (2𝑥 − 𝜋) sec 𝑥 = lim = lim
𝑥→(𝜋⁄2) − 𝑥→(𝜋⁄2)− cos x 𝑥→(𝜋⁄2)− − sin 𝑥
2
= = −2
−1
Example (12) Find the limits of
1
(a) lim (𝑥 sin ) (b) lim+ √𝑥 ln 𝑥
𝑥→∞ 𝑥 𝑥→0
Solution
1 1 sin ℎ
(a) lim (𝑥 sin ) = lim+ ( sin ℎ) = lim+ ( )
𝑥→∞ 𝑥 ℎ→0 ℎ ℎ→0 ℎ
cos ℎ
= lim+ ( )=1
ℎ→0 1
ln 𝑥
(b) lim+ √𝑥 ln 𝑥 = lim+
𝑥→0 𝑥→0 1⁄√𝑥
1⁄𝑥
= lim+
𝑥→0 −1⁄2𝑥 3⁄2
= lim+(−2√𝑥) = 0
𝑥→0
166
Indeterminate Limit form: lim 𝑓 (𝑥 ) 𝑔(𝑥)
𝑥→𝑐
form
00 lim 𝑓 (𝑥 ) = 0 and lim 𝑔(𝑥 ) = 0
𝑥→𝑐 𝑥→𝑐
∞0 lim 𝑓 (𝑥 ) = ∞ 𝑜𝑟 − ∞ and lim 𝑔(𝑥 ) = 0
𝑥→𝑐 𝑥→𝑐
1∞ lim 𝑓 (𝑥 ) = 1 and lim 𝑔(𝑥 ) = ∞ 𝑜𝑟 − ∞
𝑥→𝑐 𝑥→𝑐
1 Let 𝑦 = 𝑓 (𝑥 )𝑔(𝑥)
ln 𝑦 = ln 𝑓 (𝑥 ) 𝑔(𝑥) = 𝑔(𝑥 ) ln 𝑓 (𝑥 )
3 Investigate lim ln 𝑦 = lim[𝑔(𝑥 ) ln 𝑓 (𝑥 )] and conclude the following:
𝑥→𝑐 𝑥→𝑐
Solution
Let 𝑦 = (1 + 3𝑥 )1⁄(2𝑥)
1 ln(1 + 3𝑥 )
ln 𝑦 = ln(1 + 3𝑥 ) =
2𝑥 2𝑥
ln(1 + 3𝑥 ) 3⁄1 + 3𝑥 3
lim+ ln 𝑦 = lim+ = lim+ =
𝑥→0 𝑥→0 2𝑥 𝑥→0 2 2
lim+ (1 + 3𝑥 )1⁄(2𝑥) = lim+ 𝑦 = 𝑒 3⁄2
𝑥→0 𝑥→0
167
Solution
1
Let 𝑦 = (1 + 𝑥 )1⁄𝑥 , ln 𝑦 = ln(1 + 𝑥 )1⁄𝑥 = ln(1 + 𝑥 )
𝑥
1
ln(1 + 𝑥 ) 1
= lim+ ln 𝑦 = lim+ = lim+ 1 + 𝑥 = = 1
𝑥→0 𝑥→0 𝑥 𝑥→0 1 1
Therefore, lim+ (1 + 𝑥 )1⁄𝑥 = lim+ 𝑦
𝑥→0 𝑥→0
= lim+ 𝑒 ln 𝑦 = 𝑒 1 = 𝑒
𝑥→0
Solution
1 1 𝑥 − 𝑒𝑥 + 1 1 − 𝑒𝑥
lim ( − ) = lim+ = lim+ 𝑥
𝑥→0+ 𝑒 𝑥 − 1 𝑥 𝑥→0 𝑥𝑒 𝑥 − 𝑥 𝑥→0 𝑥𝑒 + 𝑒 𝑥 − 1
−𝑒 𝑥 1
= lim+ 𝑥 = −
𝑥→0 𝑥𝑒 + 2𝑒 𝑥 2
1 1
Example (16) Find the limit of lim ( − )
𝑥→0 sin 𝑥 𝑥
Solution
1 1 𝑥 − sin 𝑥
lim ( − ) = lim ( )
𝑥→0 sin 𝑥 𝑥 𝑥→0 𝑥 sin 𝑥
1 − cos 𝑥
= lim ( )
𝑥→0 sin 𝑥 + 𝑥 cos 𝑥
168
sin 𝑥 0
= lim ( )= =0
𝑥→0 2 cos 𝑥 − 𝑥 sin 𝑥 2
Example (17) Find lim 𝑥 1⁄1
𝑥→∞
Solution
ln 𝑥 ln 𝑥 1⁄𝑥
Let 𝑦 = 𝑥 1⁄𝑥 , ln 𝑦 = ln 𝑥 1⁄𝑥 = = lim ln 𝑦 = lim = lim
𝑥 𝑥→∞ 𝑥→∞ 𝑥 𝑥→∞ 1
0
= =0
1
Therefore, lim 𝑥 1⁄𝑥 = lim 𝑦
𝑥→∞ 𝑥→∞
= lim 𝑒 ln 𝑦 = 𝑒 0 = 1
𝑥→∞
Exercise (6.1)
2+sec x x2 ln sin x
(7) lim (8) lim (9) lim+
𝑥→(𝜋⁄2)− 3 tan 𝑥 𝑥→∞ ln 𝑥 𝑥→0 ln sin 2𝑥
sin−1 2x ln(ln x) 𝑒 −𝑥
(10) lim (11) lim (12) lim
𝑥→0 sin−1 𝑥 𝑥→∞ ln 𝑥 𝑥→∞ 1+𝑒 −𝑥
𝑥 sin−1 𝑥 tan 𝑥 𝑒 −1⁄𝑥
(13) lim (14) lim (15) lim+
𝑥→∞ 𝑥−sin 𝑥 𝑥→(𝜋⁄2)− cot 2𝑥 𝑥→0 𝑥
𝑥+cosh 𝑥 2
(16) lim (17) lim+ 𝑥𝑙𝑛 𝑥 (18) lim (x 2 − 1)e−x
𝑥→∞ 𝑥 2 +1 𝑥→0 𝑥→∞
(21) lim 𝑥(𝑒 1⁄𝑥 − 1) (22) lim 𝑥 tan−1 𝑥 (23) lim+ sin x ln sin x
𝑥→∞ 𝑥→−∞ 𝑥→0
1
(24) lim x sin (25) lim x sec 2 x (26) lim e−x ln x
𝑥→∞ x 𝑥→0 𝑥→∞
169
6.2 Improper Integrals
𝑏
In our work with definite integrals of the form ∫𝑎 𝑓(𝑥 )𝑑𝑥 , we have considered
almost exclusively proper integrals ,that is, situations in which the function 𝑓 is
continuous on a closed interval [𝑎, 𝑏] of finite length. In this section, we extend
the definite integral to cases where the interval may be of infinite length or
where the function 𝑓 has isolated discontinuities on the interval.
Definition
∞ ∞
(i) If 𝑓 is continuous on [𝑎, ∞] , then ∫𝑎 𝑓 (𝑥 )𝑑𝑥 = lim ∫𝑎 𝑓(𝑥 )𝑑𝑥 ,
𝑡→∞
Solution
∞ 1 𝑡 1 −1 𝑡
(a) ∫2 (𝑥−1)2
𝑑𝑥 = lim ∫2 (𝑥−1)2 𝑑𝑥 = lim [ ]
𝑡→∞ 𝑡→∞ 𝑥−1 2
−1 1
= lim ( + )=0+1=1
𝑡→∞ 𝑡−1 2−1
Thus, the integral converges and has the value 1.
∞ 1 𝑡 1
(b) ∫2 𝑑𝑥 = lim ∫2 𝑑𝑥 = lim [ln(𝑥 − 1)]𝑡2
𝑥−1 𝑡→∞ 𝑥−1 𝑡→∞
= lim ln(𝑡 − 1) = ∞
𝑡→∞
171
Since the limit does not exist, the improper integral diverges.
Definition
∞ 1
Example (2) Evaluate ∫−∞ 𝑑𝑥
1+𝑥 2
Solution
∞ 1 0 1 ∞ 1
∫ 𝑑𝑥 = ∫ 𝑑𝑥 + ∫ 𝑑𝑥
−∞ 1 + 𝑥2 −∞ 1 + 𝑥
2
0 1 + 𝑥2
0 t
1 1
= lim ∫ 𝑑𝑥 + lim ∫ 𝑑𝑥
𝑡→−∞ t 1 + 𝑥 2 𝑡→∞ 0 1 + 𝑥 2
π π
= (0 + ) + ( − 0) = π
2 2
Consequently the given improper integral converges and has the value 𝜋.
171
Definition
provided both of the improper integrals on the right converge. If both converge,
𝑏
then the value of the improper integral ∫𝑎 𝑓(𝑥 )𝑑𝑥 is the sum of the two values.
3 1
Example (1) Evaluate ∫0 𝑑𝑥
√3−𝑥
Solution
3 𝑡
1 1
∫ 𝑑𝑥 = lim− ∫ 𝑑𝑥
0 √3 − 𝑥 𝑡→3 0 √3 − 𝑥
t
= lim− [−2√3 − x]0
𝑡→3
= 0 + 2√3 = 2√3
172
11
Example (2) Determine whether the improper integral ∫0 𝑑𝑥 converges or
𝑥
diverges.
Solution
1 1
1 1
∫ 𝑑𝑥 = lim+ ∫ 𝑑𝑥 = lim+ [ln 𝑥 ]1𝑡
0 𝑥 𝑡→0 𝑡 𝑥 𝑡→0
= lim+ (0 − ln 𝑡) = ∞
𝑡→0
Since the limit does not exist, the improper integral diverges.
4 1
Example (3) Determine whether the improper integral ∫0 𝑑𝑥
(x−3)2
converges or diverges.
Solution
4 1 3 1 4 1
∫ 2
𝑑𝑥 = ∫ 2
𝑑𝑥 + ∫ 2 𝑑𝑥
0 (x − 3) 0 (x − 3) 3 (x − 3)
3 𝑡
1 1
∫ 2
𝑑𝑥 = lim ∫ 𝑑𝑥
0 (x − 3) 𝑡→3− 0 (x − 3)2
−1 𝑡
= lim− [ ]
𝑡→3 𝑥 − 3 0
−1 1
= lim− ( − )=∞
𝑡→3 𝑡−3 3
Thus, the given improper integral diverges.
7 1
Example (4) Evaluate ∫−2
(𝑥+1)2⁄3
𝑑𝑥.
Solution
7 −1 7
1 1 1
∫ 2⁄3
𝑑𝑥 = ∫ 2⁄3
dx + ∫ 2⁄3
dx
−2 (𝑥 + 1) −2 (x + 1) −1 (x + 1)
−1 1 𝑡 1
∫ ⁄ 𝑑𝑥 = lim ∫ 𝑑𝑥
−2 (𝑥 + 1)2 3 𝑡→−1− −2 (𝑥 + 1)2⁄3
t
= lim− [3(𝑥 + 1)1⁄3 ]−2
𝑡→−1
173
= 3 lim− [(𝑡 + 1)1⁄3 − (−1)1⁄3 ]
𝑡→−1
= 3(0 + 1) = 3
7 1 7 1
∫ 2⁄3
dx = lim ∫ dx
−1 (x + 1) 𝑡→−1+ 𝑡 (x + 1)2⁄3
7
= lim+ [3(𝑥 + 1)1⁄3 ]𝑡 = 3 lim+ [(8)1⁄3 − (𝑡 + 1)1⁄3 ] = 3(2 − 0) = 6
𝑡→−1 𝑡→−1
Since both integrals converges, the given integral converges and has the value
3 + 6 = 9.
Exercise (6.2.)
2 1 ∞ 𝑥 ∞ cos 𝑥
(4) ∫−∞ 𝑑𝑥 (5) ∫−∞ 4 𝑑𝑥 (6) ∫0 𝑑𝑥
5−2𝑥 𝑥 +9 1+𝑠𝑖𝑛2 𝑥
2 1 ∞ 2 ∞
(7) ∫−∞ 2 𝑑𝑥 (8) ∫−∞ 𝑥𝑒 −𝑥 𝑑𝑥 (9) ∫−∞ 𝑐𝑜𝑠 2𝑥 𝑑𝑥
𝑥 +4
∞ ln 𝑥 ∞ 1 ∞
(10) ∫1 𝑑𝑥 (11) ∫3 𝑑𝑥 (12) ∫0 cos 𝑥 𝑑𝑥
𝑥 𝑥 2 −1
𝜋⁄2
(13) ∫−∞ sin 2𝑥 𝑑𝑥
1 1 1 e√x −1 1
(7) ∫−2 (𝑥+2)5⁄4 𝑑𝑥 (8) ∫0 𝑑𝑥 (9) ∫0 3 𝑑𝑥
√𝑥 √𝑥+1
2 𝑥 𝜋⁄2 𝜋⁄2 1
(10) ∫1 𝑑𝑥 . (11) ∫0 tan 𝑥 𝑑𝑥 (12) ∫0 𝑑𝑥
𝑥 2 −1 1−cos 𝑥
4 𝑥−2 𝑒 1 2 1 1
(13) ∫2 𝑑𝑥 (14) ∫1⁄𝑒 (ln 2 𝑑𝑥 (15) ∫−1 2 cos 𝑑𝑥
𝑥 2 −5𝑥+4 𝑥 𝑥) 𝑥 𝑥
174
References
175