Sem 5 Statistics Study Material
Sem 5 Statistics Study Material
Concepts and measurement of National Income (numerical examples preferred); Circular flow of
income – Real and Nominal GDP –Implicit deflator. [L 6 / Marks:6]
Suggested Readings
• W. H. Branson, Macro Economic Theory and Policy
• Joydeb Sarkhel, Macro Economic Theory
• Mazumdar & Chatterjee, Macroeconomics & Advanced Business Mathematics, ABS
• Dornbusch, Fischer & Startz, Macroeconomics, TMH
• Samuelson & Nordhaus, Macroeconomics, McGraw Hill
Module II
Advanced Business Mathematics
Internal Assessment: 10 marks
Semester-end Examinations: 40 marks
Total 50 marks
Suggested Readings
DSE 5.2 A
CORPORATE ACCOUNTING
Full Marks – 100
Marks shown against the units indicate marks for Semester–end Examinations
s Introduction to
Structure
1.0 Objectives
1.1 Introduction
1.2 Matrix
1.2.1 Types of Matrices
1.3 Matrix Algebra
1.3.1 Equality of Matrices
1.3.2 Addition and subtraction of two Matrices
1.3.3 Multiplication of Matrix by a scalar quantity
1.3.4 Multiplication of Two Matrices
1. 4 Transpose of a Matrix
1.4.1 Symmetric Matrices
1.4.2 Skew Symmetric Matrices
1.4.3 Orthogonal Matrices
1.5 Let Us Sum Up
1.6 Key Words
1.7 Some Useful Books
1.8 Answer or Hints to Check Your Progress
1.9 Exercises with Answer/Hints
1.0 OBJECTIVES
After going through this unit, you will be able to understand:
i) Basic concept of matrix;
ii) Types of the matrices;
iii) Basic operations of matrix algebra; and
iv) Transpose of a matrix.
1.1 INTRODUCTION
Matrix (matrices in plural) is an arrangement of numbers into rows and
columns. Because of its features of (i) compact notation for describing sets of
data and (ii)efficient methods for manipulating data sets, it becomes a handy
tool for finding solutions to problems which can be represented in linear
equation system. Needless to say, matrix algebra finds wide applications
covering the fields such as Engineering, Economics and Business, Sociology,
Statistics, Physics, Medicine and Information Technology. For a better
understanding of the applications, consider the following examples:
sociologists use matrices to study the dominance within a group;
demographers use these to study births and survivals, industries and
businesses take the help of matrices for fast and accurate in decision making
in the areas like evaluation of customers preferences to produce and sell.
Some use linear programming techniques that is based on matrix
formulations of data to maximise profit and thus plan production or 5
Business Mathematics availability of raw materials. Use also is made of the matrices to arrive at a
decision on the location of business, marketing of the products or arranging
financial resources. Economists use matrices to examine Inter-Industry flows,
for studying game theory and to construct the system of social accounting.
Moreover, in medical studies, scientists use data in matrix form to determine
a statistically valid rate of efficacy of a drug before prescribing it in hospitals
and pharmacies. Many IT companies also use matrices as data structures to
track user information, perform search queries, and manage databases.
1.2 MATRIX
Definition: A matrix is defined as a rectangular array of numbers arranged in
rows and columns enclosed by a pair of brackets viz., [ ] or ( ) . For
example, the following array of numbers shows a matrix as
11 42 22 84
10 15 60 25
41 28 45 51
On the basis of number of rows and columns that a matrix has, we decide its
dimension or its order. By convention, rows are expressed first while
columnssecond in a matrix. Since the above matrix has 3 rows and 4
columns, we say that its dimension (or order) is 3 x 4,
The numbers that appear in the rows and columns are called elements of the
matrix. In the matrix above, the element in the first column of the first row is
11; the element in the second column of the first row is 42. Following the
same logic, we can identify the other elements.
6
s The above matrix can also be written as Introduction to
Matrices
A = [aij}mxn where I = 1,2,3…m
J=1,2,3…..n
Indicating a m x n order matrix.
−2
0
� �
2
1
3) Rectangular Matrix: A matrix is said to be rectangular if the number
of rows is not equal to the number of columns.
Example 3:
3 7 9
� �
4 6 9
4) Square Matrix: A matrix in which the number of rows is equal to the
number of columns is called square matrix i.e., the matrix of order m x
n is a square matrix, if m = n.
Example 4:
1 −2 1 −3
−3 0 5 1
� �
2 2 1 −2
1 1 −1 2
5) Diagonal Matrix: A square matrix in which all the elements except the
diagonal elements are zero is called diagonal matrix.
Square Matrix A = [aij] is a diagonal matrix if aij = 0 for all I≠j
Example5:
1 0 0 0
0 −3 0 0
� �
0 0 1 0
0 0 0 2
7
Business Mathematics 6) Scalar Matrix: A diagonal matrix in which all the diagonal elements
are the same is called scalar matrix.
Example 6:
−3 0 0 0
0 −3 0 0
� �
0 0 −3 0
0 0 0 −3
7) Identity Matrix (Unit matrix):A scalar matrix in which all the
diagonal elements are one is called unit matrix or an identity matrix. An
identity matrix is denoted by capital letter I.
Example 7:
1 0 0 0
0 1 0 0
� �
0 0 1 0
0 0 0 1
8) Triangular Matrix: A square matrix is said to be triangular if all of its
elements above the main diagonal are zero (lower triangular
matrix) or all of its elements below the main diagonal are zero (upper
triangular matrix).
Example 8:
i) Lower Triangular Matrix
1 0 0 0
3 2 0 0
� �
5 −1 −1 0
−2 3 2 1
9) Null or Zero Matrix: A square matrix in which all the elements are
zero is called zero matrix or null matrix. It is denoted by capital
letter O.
Example 9:
0 0 0 0
0 0 0 0
� �
0 0 0 0
0 0 0 0
8
s 1 3 5 Introduction to
Example10: �3 2 −1� Matrices
5 −1 −1
−5 12 5 9
7 6 3 1
� �
3 2 0 5
8 7 −4 2
Also find diagonal elements.
3) Find x and y if
�+� 2 3 2
� � =� �
1 �−� 1 7
4) Classify the following matrices:
−5
1 0 0 1 0 0
7
(i)�0 1 0� (ii) �3 2 0 � (iii)� �
3
0 0 1 5 −1 −1
8
0 0 0 1 3 5
(iv)�7 6 3 1� (v)�0 0 0� (vi) �0 2 −1�
0 0 0 0 0 −1
8 0 0 0 1 3 5
0 8 0 0 1 3 5 3 2 −1
(vii)� � (viii)� � (ix)� �
0 0 8 0 5 −1 −1 5 −1 −1
0 0 0 8 2 1 3
10
s And Introduction to
Matrices
0 2 3 7 3 5
A - B =� � - � �
2 1 4 5 −1 −3
0−7 2−3 3−5 −7 −1 −2
=� � = � �
2 − 5 1 − (−1) 4 − (−3) −3 2 7
Negation of a Matrix: The negation of a Matrix A is denoted by –A which is
obtained by replacing all the elements of A by their negation. For example, if
1 3 5 −1 −3 −5
A=� � then –A = � �
5 −1 −1 −5 1 1
So, the subtraction of two matrices A and B can be expressed as the sum of A
and the negation of matrix B.
A – B = A + (-B)
1 3 5 5 1 3 6 1 −7
Let A = � �, B=� �, C=� �
5 −1 −1 6 −1 2 −2 0 5
0 0 0
and O = � �. Then
0 0 0
11
Business Mathematics 1 3 5 5 1 3 6 4 8
A+B=� �+� � =� �;
5 −1 −1 6 −1 2 11 −2 1
5 1 3 1 3 5 6 4 8
B+A=� � +� �=� � = A + B;
6 −1 2 5 −1 −1 11 −2 1
6 4 8 6 1 −7 12 5 1
(A +B) + C = � �+� �=� �;
11 −2 1 −2 0 5 9 −2 6
5 1 3 6 1 −7 11 2 −4
B+C=� � + � �=� �;
6 −1 2 −2 0 5 4 −1 7
1 3 5 11 2 −4 12 5 1
A + (B+C) = � �+� �=� � = (A + B)
5 −1 −1 4 −1 7 9 −2 6
+C;
1 3 5 0 0 0 1 3 5
A+O=� �+� � =� � = A and
5 −1 −1 0 0 0 5 −1 −1
1 3 5 −1 −3 −5 0 0 0
A + (-A) = � �+� � =� � = O.
5 −1 −1 −5 1 1 0 0 0
where
12
s Remark: In the matrix product AB, the matrix A is called the pre-factor and Introduction to
Matrices
matrix B is called post-factor.
Example 14:
0 1 2
1 3 5
Let A = � � and B = � 5 2 1�
5 −1 −1
−1 2 1
Here the order of matrix A is 2 x 3 and the order of matrix B is 3 x 3, so the
product AB is defined.
��� ��� ���
AB = �� ��� ��� �
��
10 17 10
Thus, AB = � �
−4 1 8
Consider these matrices A and B to see whether the product BA is defined.
You will find that it is not. Why? Because the number of columns in B is not
equal to the number of rows in A. This shows that matrix multiplication is
not commutative.
For two matrices A and B, if AB and BA both are defined, then it is not
necessary that they are equal.
1 3 1 2
For example, if A = � � and B = � � then
2 −1 3 4
10 14 5 1
AB = � � and BA = � �
−1 0 11 5
Here AB ≠ BA
For two matrices A and B if AB = O, then it is not necessary that either of
A, B is a null matrix.
Example 15:
1 0 0 0
Let A = � � and B = � �
0 0 0 1
0 0
Here AB = � � = O but neither A = O nor B = O.
0 0
Properties of Matrix Multiplication
1) Associativity: Matrix multiplication is associative. For three matrices
A, B and C of order m x n,n x p and p x q respectively,
(AB) C = A (BC)
13
Business Mathematics 2) Distributive over Addition: Matrix Multiplication is distributive over
matrix addition. For three matrices A, B and C of order m x n, n x p
and p x q respectively,
A (B+C) = AB + AC
3) Identity: For any matrix A of order m x n, there is an identity matrix In
of order n x n and an identity matrix Im of order m x m such that Im A =
A = A In.
For a square matrix A of order nxn, In A = A In = A
Example 16:
1 2 1 0 1 −1
If A = � �, B = � � and C = � �, then show that
3 4 2 −3 0 1
(I) (AB) C= A (BC)
(II) A (B+C) = AB + AC
(III) AI = IA = A
Solution:
1 2 1 0 5 −6
i) AB = � �� �=� �
3 4 2 −3 11 −12
5 −6 1 −1 5 −11
(AB) C = � �� �=� �
11 −12 0 1 11 −23
1 0 1 −1 1 −1
BC = � �� �=� �
2 −3 0 1 2 −5
1 2 1 −1 5 −11
A (BC) = � �� �=� �
3 4 2 −5 11 −23
Therefore, (AB) C= A (BC)
1 0 1 −1 2 −1
ii) B+C= � � +� �= � �
2 −3 0 1 2 −2
1 2 2 −1 6 −5
A (B+C) = � �� �= � �
3 4 2 −2 14 −11
1 2 1 0 5 −6
AB = � �� �=� �
3 4 2 −3 11 −12
1 2 1 −1 1 1
AC = � �� � =� �
3 4 0 1 3 1
5 −6 1 1 6 −5
AB + AC = � �+� �=� �
11 −12 3 1 14 −11
Therefore, A (B+C) = AB + AC
1 0 1 2 1 2
iii) IA= � �� �= � � =A
0 1 3 4 3 4
1 2 1 0 1 2
AI= � �� � = � � =A
3 4 0 1 3 4
14 Hence, AI = IA = A
s Introduction to
Check Your Progress 3 Matrices
1) Check the following two matrices. State if they are equal. Give reason
to support your answer.
1 3 1 3 6
� � and � �
5 4 5 4 8
2) Suppose that the following two matrices are equal. What are the values
of x and y?
1 3 � 3
�= � �, B=� �
5 4 5 �
3) When do you say matrix multiplication is defined?
4) Explain with example the Properties of Matrix Multiplication.
5) When would you say a matrix operation is not commutative?
6) Why would you say that matrix addition is associative?
Example17:
2 3 3 4 1 0
Let A = � �, B = � � and I = � �
0 1 2 1 0 1
2 0 2 3
A’ = � � and (A’)’ = � �=A
3 1 0 1
2 3 6 9
3A = 3 � �=� �
0 1 0 3
6 0 2 0 6 0
(3A)’ = � � and 3A’=3� �=� � = (3A)’
9 3 3 1 9 3
15
Business Mathematics 2 3 3 4 5 7
A+B=� �+� � = � �
0 1 2 1 2 2
5 2
(A + B)’ =� �
7 2
2 0 3 2 2 0 3 2 5 2
A’ = � � and B’ = � � so, A’ + B’ =� �+ � � =� � =
3 1 4 1 3 1 4 1 7 2
(A + B)’
2 3 3 4 12 11 12 2
AB = � �� � =� � and (AB)’ = � �
0 1 2 1 2 1 11 1
3 2 2 0 12 2
B’A’ = � �� � =� � = (AB)’
4 1 3 1 11 1
1 5 4
A’ = �5 2 −1� = A. So A is a Symmetric Matrix.
4 −1 3
0 5 4
A = �−5 0 −1�,
−4 1 0
0 −5 −4 0 5 4
A’ = �5 0 1 � = -�−5 0 −1� = -A. So A is a skew symmetric
4 −1 0 −4 1 0
matrix.
1 2 2
�
A = �� 2 1 −2�,
−2 2 −1
1 2 −2
�
A’ = � �2 1 2 �.
2 −2 −1
1 2 2 1 2 −2
� �
Now, AA’ = � � 2 1 −2� � �2 1 2�
−2 2 −1 2 −2 −1
16
s 9 0 0 1 0 0 Introduction to
� Matrices
= � �0 9 0� = �0 1 0� = I
0 0 9 0 0 1
Similarly, it also can be proved that A’A = I
18
s Check Your Progress 2 Introduction to
Matrices
1) Diagonal Elements:All the elements aijare called diagonal elements if
i=j. The elements a11, a22, a33 …ann are diagonal elements. In the above
matrices the diagonal elements are 1, 4 in matrix A and 2, 0, -2 are in
matrix B and 1, 0, 1, 2 are in matrix C.
2) a21 = 7, a34 = 5, a24 = 1 and a11 = -5. Diagonal Elements are -5, 6, 0, 2.
3) x = 5, y = -2.
4) (i) Identity Matrix (ii) Lower Triangular Matrix (iii) Column Matrix
(iv) Row Matrix (v) Null Matrix (vi) Upper Triangular Matrix (vii)
Scalar Matrix (viii) 2 x 3 Matrix (ix) 4 x 3 Matrix
Check Your Progress 3
1) These two matrices are not equal since they are not of the same dimensions.
2) � =1 and � =4
3) The matrix multiplication AB is defined only when the number of
columns in A is equal to the number of rows in B.
4) Explain associativity, distributive and identity properties.
5) Consider matrices A and B to see whether the product BA is defined. If
not, that could be due to the number of columns in B is not equal to the
number of rows in A. Such a result indicates that matrix multiplication
is not commutative.
6) Because (A+B) +C = A +(B+C)
Check Your Progress 4
1) The new matrix obtained by interchanging rows and columns of the
original matrix is called its transpose.
2 1
2 3 4
2) Get ���′
=�3 −5�, then transpose it to get ��′ �′ = � �
1 −5 9
4 9
3) Take an example such that ��′ = �′ �=I
4 0 � 0
� = �6 −2� , � = �6 � + 4�
�
3 1 �
1
4 0 � 0
Rewriting the matrices as �6 −2� = �6� � + 4�, then we solve for
3 1 �
1
x= 4, y = –6, and z = 9.
2) Why is matrix multiplication not commutative? 19
Business Mathematics Ans.: When we do not use square matrices, we cannot even try to
commute multiplied matrices as the sizes wouldn't match. But even
with square matrices, we don't have commutative feature always. For
example, consider case of 2×2 matrices A and B.
��� ��� ��� ���
Let � = �� ��� � and � = ���� �,
�� ���
��� ��� + ��� ��� ��� ��� + ��� ���
then, AB = � �
��� ��� + ��� ��� ��� ��� + ��� ���
��� ��� + ��� ��� ��� ��� + ��� ���
BA= � �
��� ��� + ��� ��� ��� ��� + ��� ���
It may be noted that these matrices are not be the same unless we make
some very specific restrictions on the values for A and B. Since we take
the rows from the first matrix and multiply by columns from the
second, such a process switching the order changes the values.
2 −5 1 3 4 0 7 −6 2
3) If A = � �, B = � � and C =� �,
−2 −1 4 5 −2 3 1 −4 11
then evaluate
i) A+B
ii) B–C
iii) 2A + B – C
5 −1 1 −4 10 −2
Ans.: (i)� � (ii)� �
3 −3 7 4 2 −8
0 0 0
(iii)� �
0 0 0
4) Find the matrices A and B from the following relations
6 −6 0 3 2 5
2A – B = � � and 2B + A = � �
−4 2 1 −2 1 −7
3 −2 1 0 2 2
Ans.: A = � � B=� �
−2 1 −1 0 0 −3
9 1 1 5
5) If A =� � and B =� �, find the matrix X such that 3A + 5B +
4 3 7 12
2X = O
−16 −14
Ans. X= � �
−47/2 −69/2
1 2 1 0 1 −1
6) If A =� � , B =� � and C =� � then show that
3 4 2 −3 0 1
(i) A (B + C) = AB + AC (ii) (AB)C = A(BC)
4 2
7) If A = � �, find (A – 2I) (A – 3I).
−1 1
1 2
8) If A = � �, show that products AA’ and A’A are symmetric but not
3 4
equal.
20
Determinants
UNIT 2 DETERMINANTS
Structure
2.0 Objectives
2.1 Introduction
2.2 Computation of Value of a Determinant
2.3 Properties of Determinants
2.4 Minors and Cofactors
2.5 Use of Cramer’s Rule in Determinants to Solve System of Linear
Equations
2.6 Let Sum Up
2.7 Key Words
2.8 Some Useful Books
2.9 Answer or Hints to Check Your Progress
2.10 Exercises with Answer/Hints
2.0 OBJECTIVES
After going through this unit, you will be able to understand:
1) Basic concept of Determinant
2) Difference between matrix and determinant
3) Cofactors and Minors of a Determinant
4) Application of determinant in solving a system of linear equations
(Cramer’s Rule)
2.1 INTRODUCTION
In the preceding unit, we have seen simple operations of matrices which can
be used as a background material for obtaining solution in linear form
problems. In the present unit, we extend the discussion to determinant which
was discovered by Cramer during solving of system of linear equations.Note
that determinant is a numerical value and can be computed from the elements
of a square matrix.
The determinant of a matrix A is denoted det(A), det A, or |A|. Seen
geometrically, it can be viewed as the volume scaling factor of the linear
transformation described by the matrix. We get a determinant in positive or
negative value form.
As a base case, the value of determinant of a 1*1 matrix is the single value
itself.
That is to say that if the Matrix A has only one element, then the element
itself is the determinant of matrix A, i.e.,
2 3
For example, if A = � �then |A| = (2 x 2) – (1 x 3) = 4 – 3 = 1.
1 2
Determinant of a Matrix whose order is three (n=3)
� � �
Let A = �� � � �,
� ℎ �
� � � � � �
� �
Then ��� (�) = ��� � � � � � = �� � � � = � �� �
�−�� �+
ℎ � � �
� ℎ � � ℎ �
� �
�� �.
� ℎ
In other words, go across the first row of the matrix ,(� � �) . Multiply
each entry by the determinant of the2 × 2 matrix obtained from by
crossing out the row and column containing that entry.Then we add and
subtract the resulting terms, alternating signs (add the -term, subtract the
-term, add the -term.)
2 1 −1
For example, if � = �1 1 1 �, then
1 −2 −3
1 1 1 1 1 1
|A| = +2� � -1� �+ (-1)� �
−2 −3 1 −3 1 −2
= 2(-3 + 2) -1(-3 - 1) – 1(-2 - 1) = -2 + 4 + 3 = 5.
22
We can use the same method to compute the determinant of a 4 × 4 matrix.In Determinants
fact, the method seen above can be applied for any square matrix of any size.
Note that you don't have to use the first row only; you can use any row or any
column, as long as you know where to put the plus and minus signs. Thus,
1 6 5 1 3 −2
For example,� 3 2 1 � = �6 2 0 �
−2 0 −3 5 1 −3
1 6 5 −2 0 −3
For example,� 3 2 1 �=- � 3 2 1 �
−2 0 −3 1 6 5
1 6 5
For example,� 3 2 1� = 0
3 2 1
1 6 5 1 + (2�6) 6 5
For example,� 3 2 1 � = 56 and � + (2�2)
3 2 1 �=
−2 0 −3 −2 + (2�0) 0 −3
13 6 5
�7 2 1 � = 56
−2 0 −3
1 6 5 1 6 2+3 1 6 2
For example,� 3 2 1 �=� 3 2 0+1 �=� 3 2 0� +
−2 0 −3 −2 0 2 + (−5) −2 0 2
1 6 3
�3 2 1 �= - 24 + 80 = 56
−2 0 −5
24
��� ��� st st Determinants
the minor of a11 is �� ��� �, which is obtained by deleting 1 row and 1
��
column of
��� ��� nd
Similarly the minor of a22 is �� ��� � which is obtained by deleting 2
��
row and 2nd column of
7 9
The minor of a32 is � � = (7x4) – (9x3) = 28 – 27 = 1.
3 4
7 5
The minor of a23 is � � = (7x2) – (5x6) = 14 – 30 = -16.
6 2
Cofactor of an element of a determinant
The cofactor of an element of a determinant is the signed minor of that
element. The sign of minor is determined on the value of � and �, i.e., the
row and column in which the element exists. The cofactor of element��� is
denoted by ��� .
25
Business Mathematics Illustration:
1 6 5
For the matrix � = � 3 2 1 �, let us find out the cofactors of all the
−2 0 −3
elements of the corresponding determinant of the matrix.
2 1
A11 = (-1)1+1� � = (-1)1+1(2x-3 – 0x1) = -6 – 0 = -6.
0 −3
3 1
A12 = (-1)1+2� � = (-1)1+2(3x-3 – 1x-2) = -(-9 + 2) = 7.
−2 −3
3 2
A13 = (-1)1+3� � = (-1)1+3(3x0 – 2x-2) = (0+ 4)= 4.
−2 0
6 5
A21 = (-1)2+1� � = (-1)2+1(6x-3 – 5x0) = -(-18 –0) = 18.
0 −3
1 5
A22 = (-1)2+2� � = (-1)2+2(1x-3 – 5x-2) = (-3+10) = 7.
−2 −3
1 6
A23 = (-1)2+3� � = (-1)2+3(1x0 – 6x-2) = -(0+12) = -12.
−2 0
6 5
A31 = (-1)3+1� � = (-1)3+1(6x1 – 2x5) = 6 – 10 = -4.
2 1
1 5
A32 = (-1)3+2� � = (-1)3+2(1x1 – 5x3) = -(1 – 15)= 14.
3 1
1 6
A33 = (-1)3+3� � = (-1)3+3(1x2 – 6x3) = 2 – 18 = -16.
3 2
Miscellaneous Examples:
1 2 0 −1
3 −1 4 1
Example1: If A = � � , find |A|.
−2 0 −3 3
4 3 1 2
Solution:
1 2 0 −1
3 −1 4 1
�=� �
−2 0 −3 3
4 3 1 2
−1 4 1 3 4 1 3 −1 1
|A| = 1� 0 −3 3� - 2�−2 −3 3� + 0�−2 0 3� – (-
3 1 2 4 1 2 4 3 2
3 −1 4
1)�−2 0 −3�
4 3 1
|A| = 1M11 – 2M12 + 0M13 +1M14
−1 4 1
M11 = � 0 −3 3� = (-1)(-6 – 3) -4(0 – 9) + 1(0 +9) = 9 + 36 + 9 = 54
3 1 2
26
3 4 1 Determinants
M12 = �−2 −3 3� = 3(-6 – 3) - 4(-4 – 12) + 1(-2 + 12) = -27 +64 +10 =47
4 1 2
3 −1 1
M13 = �−2 0 3� = 3(0 – 9) +1(-4 – 12) + 1(-6 – 0) = -27 -16 - 6 = -49
4 3 2
3 −1 4
M14 = �−2 0 −3� = 3(0 + 9) +1(-2 + 12) + 4(-6 – 0) = 27 + 10 - 24 =
4 3 1
13.
|A| = 1M11 – 2M12 + 0M13 +1M14
|A| =1x54 – 2x47 + 0x(-49) + 1x13
= 54 – 94 + 0 + 13 = -27.
0 �� � �� �
Example2: Evaluate ��� � 0 �� � �
�� � ��� 0
Solution:
Take common a from first row, b from second row and c from third row.
0 �� � �� � 0 �� ��
��� � � � = abc� �
0 �� � 0 ���
�� � ��� 0 �� �� 0
Now, take common a2 from first column, b2 from second column and c2 from
0 1 1
third column. We obtain a3b3c3�1 0 1� = a3b3c3 [0(0 – 1) – 1(0 – 1) + 1(1
1 1 0
-0)] = a3b3c3[0+1+1) = 2 a3b3c3.
27
Business Mathematics
2.5 USE OFCRAMER’S RULEIN
DETERMINANTS TO SOLVE SYSTEM OF
LINEAR EQUATIONS
Cramer’s Rule:
This method was given by Swiss mathematician Gabriel Cramer to solve a
system of � linear equations in � variables using determinants.
Let the system of n linear equations with n variable x1, x2, x3, x4,……xn be
a11x1 + a12x2 + a13x3 + …………..+ a1nxn = b1
a21x1 + a22x2 + a23x3 + …………..+ a2nxn = b2
.
.
.
an1x1 + an2x2 + an3x3 + …………..+ annxn= b. The above system can be written in
Matrix form
AX = B
��� ��� ��� . ��� �� ��
���� ��� ��� . ��� � � �� � � �
��
�
where A= ���� ��� ��� . ��� �� , X = �� �� �� and B = �� �� ��
� . . . . . � � . � � . �
���� ��� ��� . ��� � ��� � ��� �
28
�� ��� ��� . ��� Determinants
� ��� ��� . ���
� � �
� ��� ��� . ��� = D1
� � �
. . . . .
�� ��� ��� . ���
��
� �
�
� ��
Where D1 is the determinant of A after replacing first column by � �� �
� . �
��� �
��
So x1 D = D1 which provides x1 = �
��
� �
�
� ��
where Dnis the determinant of A after replacing nth column by ��� �
� . �
��� �
Illustrations:
i) Solve the following system of equations by Cramer’s Rule.
x – 4y –z = 11
2x – 5y +2z = 39
-3x + 2y + z = 1
Solution:
1 −4 −1
We have D = � 2 −5 2 � = 1(-5 -4) + 4(2 + 6) -1(4 – 15) = -9 +32 + 11 = 34
−3 2 1
Here D ≠ 0, so solution is unique and can be obtained as
�� �� ��
x= �
,y= �
,z= �
29
Business Mathematics 11 −4 −1
D1 = �39 −5 2 � = 11(-5 – 4) + 4(39 – 2) - 1(78 + 5) = -99 + 148 - 83 = -34
1 2 1
1 11 −1
D2 = � 2 39 2 � = 1(39 –2) – 11(2 + 6) – 1(2 + 117) = 37 – 88 –119 = -170
−3 1 1
1 −4 11
D3 = � 2 −5 39� = 1(-5 –78) + 4(2 + 117) +11(4 –15) = -83 + 476 –121 = 272
−3 2 1
�� ��� �� ���� �� ���
So, x = �
= ��
= -1, y = �
= ��
= -5 and z = �
= ��
=8
30
Since D = 0 and D1 ≠ 0, so the system has no solution. The system is Determinants
inconsistent.
33
Business Mathematics 3) Take 2� + � = 5 and −� + � = 2. When working together, we have a
system.
4) A system of linear equations is called inconsistent if it has no solutions.
34
Inverse of Matrices
UNIT 3 INVERSE OF MATRICES
Structure
3.0 Objectives
3.1 Introduction
3.2 Inverse Matrix
3.2.1 Definition of Inverse Matrix
3.2.2 Properties of Inverse Matrix
3.2.3 Inverting a 2 × 2 Matrix
3.2.4 Computing Inverse of Bigger Matrices
3.3 Matrix Inverse Method: Determinant and Adjoint Route
3.3.1 Adjoint of a Matrix
3.3.2 Computation of Inverse using Adjoint of a Matrix
3.4 Matrix Inverse Method: Elementary Operations Route
3.4.1 Elementary Matrix Operations
3.4.2 Computation of Inverse using Elementary Row Operations
3.5 Inverse and Rank of a Matrix
3.5.1 Rank of a Matrix
3.5.2 Linear Independence
3.5.3 Invertibility and Rank of a Matrix
3.6 Solving System of Linear Equations by Matrix Inverse
3.6.1 Systems of Equations
3.7 Let Us Sum Up
3.8 Key Words
3.9 Some Useful Books
3.10 Answer or Hints to Check Your Progress
3.11 Exercises with Answer/Hints
3.0 OBJECTIVES
After going through this unit, you will be able to understand:
1) Concept of the inverse of a matrix
2) Finding Inverse of a matrix using adjoint
3) Elementary operations
4) Finding Inverse of a matrix using elementary operations
5) Rank of a matrix
3.1 INTRODUCTION
In the first unit of this block under the title, ‘Introduction to Matrices’, we
have seen matrix operations of addition, subtraction and multiplication.
However, as it may be recalled, there was no discussion on division of a 35
Business Mathematics matrix. It is because of the underlying reason that a matrix cannot be divided.
While we cannot do that, there is a related concept to work with for that
purpose. It is called "inversion" of a matrix.
To get an intuitive idea of inverse, it is useful to recall that a simple equation
like 4� = 8 is solved if divided both the sides by 4. The result of such a
move is the solution of x=2. Just note that instead of dividing by 4, we could
have resorted to multiplication of ¼ in both the sides of the equation to solve
the problem and the answer could have been 2. What is done is to take the
help of reciprocal of 4/1 in the multiplication. Thus, reciprocal ¼ is the
inversion of 4/1.We get 1 on multiplying 4/1 with its reciprocal 1/4. Matrix
inversion can be thought of similar to such an operation with reciprocal
numbers.
1 6 5
�=� 3 2 1 �
−2 0 −3
and verify the theorem �. ���(�) = ���(�). � = |�|. ��
Solution:
��� ��� ���
���(�) = transpose of ���� ��� ��� �
��� ��� ���
1 6 5
Given that � = � 3 2 1 �, let us find out the cofactors of all the elements
−2 0 −3
of the matrix.
2 1
A11 = (-1)1+1� � = (-1)1+1(2x-3 – 0x1) = -6 – 0 = -6.
0 −3
3 1
A12 = (-1)1+2� � = (-1)1+2(3x-3 – 1x-2) = -(-9 + 2) = 7.
−2 −3
3 2
A13 = (-1)1+3� � = (-1)1+3(3x0 – 2x-2) = (0 + 4) = 4.
−2 0
6 5
A21 = (-1)2+1� � = (-1)2+1(6x-3 – 5x0) = -(-18 – 0) = 18.
0 −3
1 5
A22 = (-1)2+2� � = (-1)2+2(1x-3 – 5x-2) = -3 +10 = 7.
−2 −3
1 6
A23 = (-1)2+3� � = (-1)2+3(1x0 – 6x-2) = -(0 + 12) = -12.
−2 0
6 5
A31 = (-1)3+1� � = (-1)3+1(6x1 – 2x5) = 6 – 10 = -4.
2 1
1 5
A32 = (-1)3+2� � = (-1)3+2(1x1 – 5x3) = -(1 – 15) = 14.
3 1
1 6
A33 = (-1)3+3� � = (-1)3+3(1x2 – 6x3) = 2 – 18 = -16.
3 2
−6 7 4
So ���(�) = transpose of � 18 7 −12�
−4 14 −16
−6 18 −4
���(�) = � 7 7 14 �
4 −12 −16
Also |�| = 1(-6 – 0) – 6(-9 + 2)+5(0 + 4)
= -6 + 42 + 20 = 56
Now,
1 6 5 −6 18 −4
�. ���(�) = � 3 2 1 �� 7 7 14 �
−2 0 −3 4 −12 −16
39
Business Mathematics −6 + 42 + 20 18 + 42 − 60 −4 + 84 − 80
= �−18 + 14 + 4 54 + 14 − 12 −12 + 28 − 16�
12 + 0 − 12 −36 + 0 + 36 8 + 0 + 48
56 0 0
=�0 56 0 �……………………………………………. (I)
0 0 56
Similarly,
−6 18 −4 1 6 5
���(�). � = � 7 7 14 � � 3 2 1 �
4 −12 −16 −2 0 −3
−6 + 54 + 8 −36 + 36 − 0 −30 + 18 + 12
= � 7 + 21 − 28 42 + 14 + 0 −12 + 28 − 16�
12 + 0 − 12 −36 + 0 + 36 8 + 0 + 48
56 0 0
=� 0 56 0 � ……………………………………………….. (II)
0 0 56
56 0 0 1 0 0
�0 56 0 � = 56 �0 1 0� = |�|. �� ………………….. (III)
0 0 56 0 0 1
From (I), (II) and (III),
���(�). � = �. ���(�) = |�|. ��
40
The cofactors of elements of matrix � are Inverse of Matrices
A11 = (2 – 4) =-2
A12 = -(-6 – 8) =14
A13 = (3+2) =5
A21 = -(4 – 3) = -1
A22= (-2 – 6) =-8
A23 = -(1 + 4) =-5
A31 = (-8 + 3) =-5
A32 = -(4 – 9) = 5
A33 = (-1 + 6) = 5
��� ��� ���
���(�) = transpose of � ��
� ��� ��� �
��� ��� ���
−2 14 5
= transpose of �−1 −8 −5�
−5 5 5
−2 −1 −5
=� 14 −8 5 �
5 −5 5
���(�)
Since ��� = |�|.
,
−2 −1 −5
�
��� = − �� � 14 −8 5 �
5 −5 5
1 −2 3 −2 −1 −5
�
So, � × ��� = �3 −1 4 �.( − ��) � 14 −8 5 �
2 1 −2 5 −5 5
−2 − 28 + 15 −1 + 16 − 15 −5 − 10 + 15
�
=− �� �−6 − 14 + 20 −3 + 8 − 20 −15 − 5 + 20�
−4 + 14 − 10 −2 − 8 + 10 −10 + 5 − 10
−15 0 0 1 0 0
�
=− �� � 0 −15 0 � = �0 1 0� = I3
0 0 −15 0 0 1
Similarly, it also can be proved that ��� × � = ��
2 3 10 4
Example 4: Find the matrix � such that � �� = � �
−1 4 −5 9
Solution:
2 3 10 4
Let � = � � and B = � �.
−1 4 −5 9
So, the above relation can be rewritten as �� = �
Consequently, � = ��� �
41
Business Mathematics Here |�|= (2x4 – (-1x3) = 8+3 = 11.
��� ���
���(�) = transpose of � �
��� ���
4 1
= transpose of � �
−3 2
4 −3
=� �
1 2
���(�) � 4 −3
��� = , so, A-1=�� � �
|�|. 1 2
� = ��� �
Hence,
� 4 −3 10 4
= �� � �� �
1 2 −5 9
� 40 + 15 16 − 27
= �� � �
10 − 10 4 + 18
� 55 −11
= �� � �
0 22
5 −1
=� �.
0 2
Example 5: If �is a square matrix of order 3 and ���� = 5 then what is
��� [(2�)�� ]?
Solution: If � is of order 3 then, ��� is also of order 3. Again, ��� (��) =
� � (det A) where � is the order of the matrix. A determinant being a scalar
�
number, ��� � = ��� ���. Thus, ��� [(2�)�� ] = 2� ���[�] and ���[��� ] =
� �
�.�
= �� .
1 2−2 1 0 0
� � �
�0 1− �� = � � � 0� �
0 −2 1 0 0 1
Apply R1→� 1 - 2R2
� � �
�1 0 − �� �
−� 0
�0 1 − �� = � �
0�
�
� �� � �
�0 – 2 1 � 0 0 1
Apply R3→� 3 + R1
� � �
�1 0 − �� �� − � 0�
� �� �� � �
�0 1 − �� = �� � 0� �
� � � �� � �
�0 0 � � �� � 1�
Apply R3→5R3
� � �
1 0 −� �
−� 0
�0 �� = � �
0� �
�
1 − � � �
0 0 1 2 2 5
�
Apply R1→� 1+� R3 and
�
R2→� 2 + � R3
44
1 0 0 3 2 6 Inverse of Matrices
�0 1 0� = �1 1 2� �
0 0 1 2 2 5
3 2 6
So, A-1 = �1 1 2�
2 2 5
Check Your Progress 3
1) What is an elementary matrix?
2) When would you get elementary matrices?
3) List the three kinds of elementary matrix operations
4) James obtained a square matrix from another matrix by applying
elementary operations. Then he said of deriving a rectangular matrix
due to operations. Would you say James is correct? Give reasons to
support your answer.
5) State the meaning of elementary operators.
����(��×� ) ≤ min (�, �) where ���( �, �) denotes the smaller of the two
numbers m and n (or their common value if m = n). For example, the rank of
a 3 x 5 matrix can be no more than 3, and the rank of a 4 x 2 matrix can be no
more than 2. Note that the rank of matrix A is denoted by ρ(A).
45
Business Mathematics Remarks
• A zero matrix or Null matrix is said to have rank zero.
• The elementary transformations do not alter the rank of a matrix.
As linear independence is associated with the identification of the rank of a
matrix, it seems pertinent to understand the concept clearly.
46
3.5.3 Invertibility and Rank of a Matrix Inverse of Matrices
1 0
1 2
� � = �2 1� �
0 1 −
5 5
Further, taking
�� → �� − 2�� we get
1 0 1/5 2/5
� �=� ��
0 1 2/5 −1/5
giving ��� = 1/5 2/5 .
� �
2/5 −1/5
Also we can assess that less than full rank square matrix is not invertible.
Example 9: Let � is the 4 x 4 matrix of
Since �� = �� = −�� and �� = ��, all rows but the first will vanish. As only 1
nonzero row remains, rank C = 1. So, the matrix is not invertible.
Although there are many ways to solve systems of linear equations like the
ones at our disposal, we solve systems of equations by using inverse
matrices.
Note that the present method of solution can be obtained by going through
two steps, viz.,
i) find the coefficient matrix and its inverse matrix and
ii) use the inverse matrix to solve the equations.
The coefficient matrix is consisted of coefficients, or, numbers in front of
each variable in the system of equations.
Seen in terms of the above example, in the first equation the coefficients are 1
of � and 2 of �. In the second equation, we have 3 of � and 5 of �. Their
arrangement in matrix form will generate a 2x2 matrix. Let us call it
matrix A. Thus, we have the coefficient matrix of
1 2
�=� �
3 5
In the coefficient matrix, the elements of first row are the coefficients of the
first equation whereas the second row is composed of the coefficients from
the second equation. Again, the first column of the matrix is formed from the
coefficients of the �'s and the second column are the coefficients of the �'s.
Since we have two variables, we will have a 2x1 matrix called variable
matrix. So, the variable matrix is
�
� = �� �
A third matrix, called the constant matrix, contains the constants of the
system of equations. Let us call this matrix �,whichis a 2x1 matrix because it
has two rows and one column.
Write it as
50
�=� �
140
With these arrangements, we have a system of equations inmatrix form which
can be used to solve the system and find the answer.
Now that we know the required matrices, putting them together, a matrix
equation is obtained. Such an equation contains a coefficient matrix, a
variable matrix and a constant matrix, making use of which the system be
solved. Essentially, we know that if we multiply matrix � times matrix �, it
will equal matrix �.
50
1 2 −2 1 0 0 Inverse of Matrices
�0 −5 5 � = �−2 1 0� �
0 −3 −1 −1 0 1
��
From R2→ � R2
1 2 −2 1 0 0
� �
�0 1 −1� = � � − � 0� �
0 −3 −1 −1 0 1
From R1→ R1 - 2 R2 and
R3→ R3 + 3 R2
� �
1 0 0 �� � 0�
�� � �
�0 1 −1� = �� − � 0� �
0 0 −4 �� � �
�� − � 1�
��
From R3→ � R3 ,
� �
� � 0�
1 0 0 �
� � � �
�0 1 −1� = � � −� 0 ��
0 0 1 � � � ��
�− �� �� − ��
From R2→ R2 + R3
� �
0�
1 0 0 � �� �
� � ��
�0 1 0� = � �� − �� − �� �
0 0 1 � � � ��
�− �� �� − ��
� �
� � �
0�
� � � ��
So,��� = � �� − �� − ��
� � � ��
�− �� �� − ��
Taking � = ��� �, we get
� �
0�
� � � � −7
� � � ��
��� = � �� − �� − �� � 6 �
� � � � �� −3
�− �� �� − ��
�� ��
� � + � +0�
� �� � ��
=�− �� − �� + ��
� � �� � �
� �� + �� + � �
�
� � �
� ���
=�− ���
� �� �
� �� � 51
Business Mathematics � 1
�
� �=�−2�
� 2
So, x=1; y=-2; and z=2.
4) Find values for each of the unknowns that will satisfy every equation in
the system.
55
Business Mathematics 1 2 3
A = �3 4 5�
4 6 8
11) Given the following matrix, examine its rank and find its inverse
using the method of adjoint. Comment on its invertibility.
2 2 −1
�4 0 2�
0 6 −3
Answers
3 −4 −5
1) �−9 1 4�
−5 3 1
32 9 2 −1 −4 2
3) (I) � � (II)� � (III)� �
−110 −30 −7 4 14 −8
�
4) ����
�
� � �
� �� �� � �
� �� � ��
5) If A = �− �� ��
− ��
� � � ��
�−� �
− ��
6) x = 3; y = 4; z = 6
7) Equations have no solution.
8) 2
9) x=1
10) Since A is a square matrix of order 3 so ρ(A)≤ 3
Now,
|A|= 1(32 – 30) - 2(24 – 20) + 3(18-16) = 2 – 8 + 6 =0
|A| is the only minor of order 3 which is zero however a minor of
order 2 is not equal to zero, viz.
1 2
� � = 4 – 6 = -2 ≠ 0.
3 4
So, a square matrix with less than full rank is not invertible.
11) The matrix is linearly independent with a rank 3. Determinant is -24
and inverse of the matrix is
0.5 0 −0.17
�−0.5 0.25 0.33 � .
−1 0.5 0.33
56
Application of
UNIT 4 APPLICATION OF MATRICES IN Matrices in Business
and Economics
BUSINESS AND ECONOMICS
Structure
4.0 Objectives
4.1 Introduction
4.2 Matrix Representation of Data
4.3 Market Demand and Supply Equilibrium
4.4 National Income Model
4.5 Input-Output Analysis
4.5.1 Assumptions
4.5.2 Input-Output Table
4.5.3 Technological Coefficient Matrix
4.5.4 Hawkins-Simon Conditions
4.5.5 Closed and Open Input-Output Models
4.6 Let Us Sum Up
4.7 Key Words
4.8 Some Useful Books
4.9 Answer or Hints to Check Your Progress
4.10 Exercises with Answer/Hints
4.0 OBJECTIVES
After going through this unit, you will be able to understand application of
matrices to
• Matrix Representation of Data;
• Market demand and supply Equilibrium;
• National Income Model; and
• Input-Output Analysis.
4.1 INTRODUCTION
In the preceding Unit 3, we have learnt Solving System of Linear Equations
by matrix algebra. The present unit discusses application of the tool to some
of the themes in business and economics. It may be useful to note that matrix
algebra is widely used many areas including those of demand-supply
equilibrium, national income determination and input-output analysis. We see
such applications in the following.
����������
� �� �� �� ��
�� 15 17 20 12
Factories �� 21 10 17 19
�� 10 27 18 16
Answer:
i) Per unit cost is minimum from F1, F2 and F3 to W4, W2 and W1
respectively.
ii) Per unit maximum cost from F1, F2 and F3 to W3, W1 and W2
respectively.
Example 2: In an elocution contest, a participant can speak either of the five
languages, viz., Hindi, English, Punjabi, Gujarati and Tamil. A college (say,
No.1) sent 30 students of which 10 offered to speak in Hindi, 9 in English, 6
in Punjabi, 3 in Gujarati and rest in Tamil. Another college (say, No.2) sent
25 students of which 7 spoke in Hindi, 8 in English, 10 in Punjabi. Out of 22
students from third college (say, No.3), 12 offered to speak in Hindi, 5 in
English and 5 in Gujarati.
Write the information given above in matrix form.
Answer:
Hindi English Punjabi Gujarati Tamil
College 1 10 9 6 3 2
College 2 7 8 10 0 0
College 3 12 5 0 5 0
58
Using matrix notation, find Application of
Matrices in Business
i) The total number of posts of each kind in all the offices taken together. and Economics
ii) The total basic monthly salary bill of each kind of office and,
iii) The total basic monthly salary bill of all the offices taken together.
Answer:
The number of offices can be arranged in a row matrix:
Division District Taluka
� = [ 5 30 200 ]
Staff compostion can be arranged in 3 x 6 matrix
O H C T Cl P
1 1 1 1 3 2
� = �0 1 1 0 2 2�
0 1 1 0 1 1
where O = Office Superintendent
H = Head Clerk
C = Cashier
T = Typist
Cl = Clerk
P = Peon
The column matrix D will have the elements that correspond to basic
monthly salary
� 15000
� �12000�
� �11750��
�= �
� �11500�
�� �11500�
� � 7500 �
i) Total Number of posts of each kind in all the offices are the columns of
the matrix ��
1 1 1 1 3 2
�. � = [5 30 200] �0 1 1 0 2 2� =
0 1 1 0 1 1
[3 235 235 5 275 270]
ii) Total basic monthly salary bill of each kind of offices is the elements of
matrix ��
15000
�12000�
1 1 1 1 3 2 � � 99750
11750�
�. � = �0 1 1 0 2 2� � = �61750�
�11500�
0 1 1 0 1 1 42750
�11500�
� 7500 �
59
Business Mathematics iii) Total bill of all the offices is the element of the matrix
99750
[5 30 200] �61750� = [10901250]
42750
Check Your Progress 1
1) Why would you prefer to store data of a business operation in matrix
form?
2) You use two modes of travel, bus and train, while commuting between
home and your study centre. The cost of travel for the last two days is
recorded as follows:
Day one: Rs. 20 (in bus)+Rs. 30(in train)=Rs.50 (total)
Day two: Re.0 (in bus)+ Rs. 60 (in train)=Rs. 60 (total)
Write the above data in matrix format.
3) The total cost of manufacturing three types of motor car is given by the
following table:
Labour cost Rs 2 per hour, units of material cost Rs 1 each and unit of
sub-contracted work cost Rs 3 per unit. Find the total cost of
manufacturing 3000, 2000 and 1000 vehicles of type A, type B and
type C respectively using matrices.
60
Mathematical
UNIT 5 MATHEMATICAL FUNCTIONS Functions
Structure
5.0 Objectives
5.1 Introduction
5.2 Functions and Their Types
5.2.1 Definition of Function
5.2.1.1 Domain, Codomain and Range
5.2.2 F u n c t i o n T yp e s : A l g e b r a i c
5.2.2.1 Polynomial Function
5.2.2.2 Rational Function
5.2.2.3 Piecewise Function
5.2.3 F u n c t i o n T yp e s : T r a n s c e n d e n t a l
5.2.3.1 Exponential Function
5.2.3.2 Logarithmic Function
5.2.4 Function Types: Inverse and Composite
5.2.4.1 Inverse Function
5.2.4.2 Composite Function
5.3 Functions and Cartesian Coordinates
5.4 Graph of Some Functions
5.4.1 Graphing Functions of Straight-Line Types
5.4.1.1 Linear Function:
5.4.1.2 Absolute Value Function
5.4.1.3 Step Function
5.4.2 Graphing Functions: Curvy Types
5.4.2.1 Quadratic Functions
5.4.2.2 Cubic Function
5.4.3 Graphing Functions: Asymptotic Types
5.4.3.1 Square Root Function
5.4.3.2 Exponential Function
5.4.3.3 Logarithmic Function
5.5 Functions related to Business and Economics
5.5.1 Demand Function
5.5.2 Supply Function
5.5.3 Cost Function
5.5.4 Revenue Function
5.5.5 Profit Function
5.5.6 Consumption Function
5.6 Let Us Sum Up
5.7 Key Words
5.8 Some Useful Books
5.9 Answer or Hints to Check Your Progress
5.10 Exercises with Answers/Hints
75
Business Mathematics
5.0 OBJECTIVES
After going through this unit, you will be able to understand:
• meaning of a function;
• different types of functions; and
• use of functions in Business and Economics.
5.1 INTRODUCTION
A function relates an input (or, argument) to an output. Notice the three main
components, viz., input, relation and output present in describing a function.
For example, in producing an output, you have used an input. It may so
happen that you have got the output whose value is doubled the value of the
input. That means the relationship between input and output is a simple
function of multiplying 2, viz., ����� × 2 = ������.
We use "�" or any other letter like � … to name a function. To read a
function, for example, we say "� �� � ������ � �������" and write it
as�(�) = � � . Here input �, if takes a value 3, output becomes 9 and we can
write �(3) = 9.
The format of the function as output depends on inputs is useful represent
many relations in the form of graphs. In this unit we discuss graphic forms of
some mathematical function.
76
Mathematical
Functions
Sometimes a relation or a function does not follow directly the stated pattern
discussed above. The case of implicit function falls in this category. We see
it before going further.
A function is explicit is when it shows us how to go directly from
independent input � to dependent output �.
For example, take� = � � – 5. See that if you know �, then you can find �.
That is how we write � = �(�).
Implicit function is one where the independent input and its dependent
output are not given directly as is done with � = �(�).
Example 2: � � − 5�� + � � = 0
As you may notein case of the above equation, it is difficult to go directly
from � to �. 77
Business Mathematics Out of many types, we will discuss the following functions which are
commonly used.
��������
� �
� ���������� � ������
���������� ���������
� �
��������� � ��������
� � ���������
� �����
� �����������
�������������� �
� �������ℎ���
78
Power Function: A power function is a function that can be represented in Mathematical
Functions
the form:
�(�) = �� � ,
where � and � are real numbers, and � is known as the coefficient. See that
this function is constituted of a variable base raised to a fixed power just like
you find in a single term of a polynomial function.
All the functions given below are power functions:
The constant and only x term functions are power functions because they can
be written as�(�) = � � and �(�) = �� .
The quadratic and cubic functions are power functions with whole number
powers �(�) = � � and �(�) = � � .
The reciprocal and reciprocal squared functions are power functions with
negative integral powers because they can be written as �(�) =
� �� ��� �(�) = � ��
The square and cube root functions are power functions with fractional
� �
powers because they can be written as�(�) = � � and �(�) = � � .
5.2.2.2 Rational Function
A rational function is defined by a rational fraction, i.e., an algebraic
fraction such that both the numerator and the denominator are polynomials.
Example 3: The function �(�) = (−2� � + 4� � − 1) / � � is a
rational function since the numerator and the denominator are polynomials.
Note that the value of denominator should not be equal to zero.
5.2.2.3 Piecewise Function
We can have functions that behave differently depending on the input value.
That is, it is defined on a sequence of intervals. The absolute value function
as given below is an example of a piecewise function.
Example 4:
−� ��� � < 0
|�| = � 0 ��� � = 0
� ��� � > 0
We may consider the rate structure of Indian income tax to appreciate such a
function. It may be seen from the income tax rates for 2019-20 is given
below.
79
Business Mathematics Taking rate of tax in the table above as a function of income level, we can
construct the piecewise function.
Notice that in the function above,� is in the exponent and the base is a fixed
number. This is exactly the opposite from what we’ve seen in algebraic
functions. There the base has been the variable, � in most cases, and the
exponent was a fixed number. We will see some examples of exponential
functions shortly.
Before we proceed further, we should address the restrictions on �. We avoid
taking one and zero as the function would be,
�(�) = 0� = 0 and �(�) = 1� =1.
Such constant functions won’t have many of the properties that general
exponential functions have.
Next, we do not take negative numbers. Such numbers would result in getting
complex values out of the function. For example, taking � = −4, the
function would be,
�
�(�) = (−4)� ⇒ �(1/2) = (−4)� = √−4 ,
80
While evaluating logarithmic functions, the bases used most often are base 10 Mathematical
Functions
and base �. ��� base 10,i.e ��� 10 is known as the common logarithm and is
written as log.
The logarithm of a number is the exponent to which we must raise the base to
get the number. e.g.,
log2 8 = 3 because 23 =8.
log3 27 = 3 because 33 = 27
log10 100 = 2 because 102 = 100.
If ��� base e, i.e., ���e, is used, it is known as the natural logarithm and is
written as l�.
Having seen both exponential and logarithm function above, it would be
useful to note the relationship between the two. That is, a logarithmic
function is inverse of an exponential function, and vice versa. Thus, � � (an
exponential function) is the inverse function of ���� (�) (a logarithm
function).
If �, � and � be positive numbers, then important properties of logarithmic
functions are:
1) log (m.n) = log m + log n; logarithm of product is the sum of logarithms.
2) log ( m/n) = log m - log n; logarithm of quotient is the difference of
logarithms.
3) log (mn) = n log m; logarithm of power of a number is the exponent
times the logarithm of that number.
4) loge (ex) = x
5) loge e = 1
6) loga 1 = 0
7) loga a = 1.
81
Business Mathematics
84
Mathematical
Functions
The sign of the coordinate in each quadrant is shown in the figure. Note that
quadrants are numbered anticlockwise.
Each point in the coordinate system is associated with ordered pair of
numbers known as coordinates, showing the location of point in relation to
origin. For example, the point (2, 1) is 2 units on�-axis and 1 unit on-axis
measured from the origin.
� � = 7 − 5�
-1 12
0 7
85
Business Mathematics
1 2
2 -3
3 -8
Source: Internet
−3; �<2
Consider the function �(�) = �0; −2 ≤ � ≤ 1 . Its graph is given below:
3; �>1
87
Business Mathematics 5.4.2.1 Quadratic Functions
Quadratic functions help describing demand, cost, revenue and profit which
you will find while covering microeconomic analysis. The general technique
for graphing quadratics is the same as for graphing linear equations.
However, since quadratics graph are curvy lines (called "parabolas"), rather
than the straight lines generated by linear equations, there will have to be
some additional considerations.
The most basic quadratic function is y = x2. We will use the following F
chart to draw the graph.
Table: T-chart of � = � �
� � = ��
0 0
1 1
2 4
Based only on this experiment the plotted graph will produce a straight line.
Thus, the graph is not correct presentation of the function. More points need
to be considered. By extending the above table with more points we construct
the following table.
Table: t-chart of � = � �
X -3 -2 -1 0 1 2 3
Y 9 4 1 0 1 4 9
Computation of Vertex
Consider a generic quadratic expression:� = �� � + �� + �.Start with
completing the square on the equation to have � = �[� � + ��/� + �/�] or,
� = �[(� + �/2�)� − (�/2�)� + �/�]
The expression −(�/2�)� + �/� is a constant and it does not depend on �.
So, we can replace it with �. Thus, we write � = �[(� + �/2�)� + �].
Now, depending on whether � is positive or negative, the parabola given by �
will either have a maximum or minimum. Since � and � are fixed, this must
occur when (� + �/2�)� = 0. Hence, � = −�/2� which implies that the
function y is at a minimum or a maximum when this is true.
Since parabolas are symmetric over a vertical line, let us call that line � = �.
This means that if the graph crosses the x-axis, then, �� � + �� + � = 0 to
have real solutions they must be equidistant from � = �.So (�, 0) must be
the midpoint of the segment with endpoints at the zeros of the quadratic or, �
is the average of the zeros. From the quadratic formula, the two zeros of the
��±√� � ���� �� �
quadratic are, ��
so their sum is �
and their average is � = − �� .
�
That means, the � − ���������� of the vertex must be − �� .
� � = 3� � + � − 2
-2 8
-1 0
0 -2
1 2
2 12
� -2 -1 0 1 2
�(�) = � � -8 -1 0 1 8
= 1200 – 1000p
�
or, p= 12 - ����
97
Business Mathematics 9) A firm wants to launch a new product. It observes that the fixed cost of
the new product is Rs. 35000 and the variable cost per unit is Rs. 500.
The revenue function of the new product is 5000x – 100x2. Find i)
Profit ii) Break-even values iii) the values of � results in loss.
Answers
1) p= 12- x/1000; x>2000
2) C (x)= 10x +1500
3) i) C (x)= 150000 +150x;
ii) R(x) = 350x
iii) P(x) =200x – 150000
iv) 750
4) p = 48 -1/2 x.
5) p = 1/20 x.
6) i) C(x) = 9,00,000 + 300x
ii) R(x) = 750x
iii) 450x – 9,00,000
iv) P(1500) = - 2,25,000
v) x = 2,000
7) i) Take y = mx + c, where � denotes earnings, � denotes the months
and m and c are constants. From given data obtain,
5500 = m + c …1
7000 = 2m + c …2
Solve these to get, 1500 = m and c = 4000 and linear equation is
y = 1500x + 4000.
ii) Earning for the fourth month is
y = 1500 x 4 + 4000
= 6000 + 4000 = 10000
8) i) Let the quadratic function is
y= ax2 + bx + c
where y stand for earnings and � for weeks.
From above data to obtain
380 = a. 12 + b. 1 +c
660 = a. 22 + b. 2 +c
860 = a. 32 + b. 3 +c.
Solve these to get a= -40, b = 400 and c= 20.
Therefore, the required function is:
98
y = -40 x2 + 400 x +20 Mathematical
Functions
ii) The predicated earning for the fourth week is:
y = -40 x 16 + 400 x 4 + 20
= Rs. 980.
9) i) Given R(x) = 5000x – 100x2 (revenue function)
C(x) = FC + VC (Cost Function)
= 35000 + 500x
P(x) = R(x) – C(x) (Profit Function)
= 5000x – 100x2 – (35000 + 500x)
= -100x2 +4500x -35000
ii) For break-even values, P(x) = 0
P(x)= -100x2 +4500x -35000 = 0
x2 – 45x + 350 = 0
(x-10)(x-35) = 0
x= 10,35
iii) For loss making values; P(x)<0
-100x2 +4500x -35000 < 0
i.e., (x-10)(x-35) > 0
This is possible if x<10 and x>35.
99
Business Mathematics
UNIT 6 LIMIT AND CONTINUITY
Structure
6.0 Objectives
6.1 Introduction
6.2 Limit of a Function
6.2.1 Properties of Limit
6.2.2 Some Standard Limits
6.2.3 Method of Factorization
6.3 Continuity
6.3.1 Properties of Continuity
6.4 Let Us Sum Up
6.5 Key Words
6.6 Some Useful Books
6.7 Answer or Hints to Check Your Progress
6.8 Exercises with Answer/Hints
6.0 OBJECTIVES
After going through this unit, you will be able to:
• Understand the concept of limit of a function and
• Explain the concept of continuous function.
6.1 INTRODUCTION
The present unit discusses two basic concepts, viz., limit and continuity,
which are adopted widely in differential calculus. We consider these two
themes together as the concept of a limit is closely connected to that
of continuity. We will see later that a function is continuous at a point, if
the limit exists at that point and is equal to the corresponding value of the
function.
Idea of Limits of Functions
When we discussed about functions in the preceding unit, we tried to see the
values of functions at specific points. For example, our concern was to
discern the value of f(x) if, say, x=1.
The idea behind limit is to analyze the value that function is "approaching"
when its input "approaches" a specific value. To appreciate underlying idea,
see the following Graph 1:
100
Limit and Continuity
It may be seen that when � approaches the value "�" in the � axis, the
function �(�) approaches "�" in the � axis. Let us pay attention to the
hole at the point (�, �) given in the form of a small circle. Around that
area, we don't necessarily know the value of function � at � = �. That is,
we cannot work out the exact value of the function but can see what it
should be as we get closer and closer. Such a situation is expressed as
lim�→� �(�) = � .
� � ��
Example 1: Let us take a function�(�) = ���
and try to solve it for � = 1.
� � �� �
Plugging the value � = 1 into ���
we get �. There is a difficulty in the
�
solution obtained. We do not know the value as � is indeterminate.
Therefore, we need to find some other way toderive an answer.
Instead of working out for � = 1, we try approaching 1 closer and closer
in the following way:
� �� − 1
�−1
0.5 1.50000
0.9 1.90000
0.99 1.99000
0.999 1.99900
0.9999 1.99990
0.99999 1.99999
101
Business Mathematics � � ��
See that as � gets closer to 1, the value of ��� gets closer to 2. With such a
result, an interesting situation is obtained. For, when x=1, we don't know the
answer as it is indeterminate. But in another approach, we could see that it
is going to be 2. That is to say, we want to give the answer "2" but can't do
(� � ��)
so. Instead, we say, the limit of ��� = 2 as � approaches 1. Essentially, we
are saying, ignoring what happens when we get there, weknow of getting
closer and closer to 2 as � goes closer and closer to 1.
The Idea of Continuous Functions
Basically, we say a function is continuous when we can graph it without
lifting a pencil from the paper. Here's an example of what a continuous
function looks like Graph 2:
If there is a break in the curve shown above in the graph, then the function is
not continuous. Intuitively, a continuous function indicates that small
changes in the input of the function would result in small changes in the
output.
We will return to see the precise definitions of limit and continuity concepts
introduced above.
102
Above equation implies that as � approaches �, the limit of �(�) equals �. Limit and Continuity
Here � approximately equals to � (i.e., � can be less than � or greater than �
but x≠ �).
To find out the limit, we need to work on the value of function for two
different values of � - one for � greater than c (right-hand limit) and other for
� less than c (left-hand limit) and verify whether both of these are equal or
not. The limit of a function will exist if and only if both left-hand and right-
hand limits are equal, i.e.,
If, lim�→�� �(�) = � and lim�→�� �(�) = �, then lim�→� �(�) = �
Example 2: Find out the limit of � � when � → 2.
Solution: To find out the limit, following tables are created with assumed
values of � and the corresponding values of �(�):
When � < 2,
When � > 2,
� � ��
Example 3: Find out the limit of f(�)= ���
when �→2.
Solution:
We can solve it by the method of substitution,steps of which are as follows:
1) We consider a value of �close to,say,� = � +
ℎ,whereℎisaverysmallpositive number. Clearly, as �→�, ℎ → 0
� � ��
For � (�) = , we write � = 3 + ℎ, when � → 3 then ℎ → 0.
���
���� �����
= �
�� ���
= �
= ℎ+6
3) Putℎ = 0
�(3 + 0) = �(3) = 6
i.e., lim�→� �(�) = lim�→� (ℎ + 6) = 6.
In the above while defining limit we have seen a condition on existence of a limit. When
we say the limit does not exist, it means that the limit is either infinity or not
defined. In case of the limit of a function 'tends to infinity’, its value gets
arbitrarily larger. If it doesn't get closer to any value, the limit does not exist.
If the variable tends to a finite value, then the function must get closer to a
number as the variable gets closer to the finite value. Again, if it doesn't get
closer to any value, then the limit does not exist. It could be because the left-
and right-hand limits are not equal, or because they're equal to infinity.
4) The limit of a product is the product of limits. i.e., lim [�(�). �(�)] =
�→�
lim �(�). lim �(�).
�→� �→�
104
�(�) ��� �(�) Limit and Continuity
5) lim �(�) = �→�
��� �(�)
given, lim �(�) ≠ 0
�→� �→�
�→�
2) lim(1 + �)�/� = �
�→�
�� ��
3) lim �
= log � � (where a>0)
�→�
� � ��
4) lim �
=1
�→�
��� (���)
5) lim �
=1
�→�
2) lim 3� �
�→�
3) lim( 5� � + 3� + 7)
�→�
�� � � ���
5) lim ��� �
�→�
Solutions:
1) lim 9 = 9
�→�
105
Business Mathematics 2) Is the limiting value of a function exist when left-hand limit is not equal
to the right-handlimit?
3) What is lim�→� ��(�) = � lim �(�)?
�→�
� � ��
4) What is value of lim �
?
�→�
2 2 2
lim = = =1
�→� �√1 + � + √1 − �� √1 + 0 + √1 − 0 2
�� � �����
Example 7: Evaluate lim�→� ��� �����
����� �
= ����� = � = 0
�
Example 8: For the demand function � = ��� (where � is price, � is
quantity demanded and � and � are constants), show, by using the concept of
limit, that the demand increases to infinitely large amount as the price falls.
Also, show that total revenue reaches a limiting value as the quantity demand
increases.
�
Solution: Given, � = ���
Rearranging equation,
�
� = − �
�
Putting the limit � → 0,
�
lim�→� � = lim [� − �] = ∞
�→�
= 0
Also, �(�) = � − � = 0
Hence, �(�) = ��� �(� + ℎ) = 0
�→�
� is continuous at � = 1.
Example 11: Find the points of discontinuity of the function
2� � + 6� − 5
12� � + � − 20
Solution: The given function will be discontinuous at the point where
denominator is equal to zero. i.e.,
12x2 + x – 20 = 0
or, 12x2 + 16x -15x – 20 = 0
or, 4x (3x + 4) -5 (3x + 4) = 0
or, (4x – 5) (3x + 4) = 0. So
� �
x = �or, − �
which are the points of discontinuity.
Example 12: Examine the continuity at � = 0 of the function �(�) defined
as under: 109
Business Mathematics �
�(�) = � at x≠0
�� � �
= 0 at x = 0
��� �
Solution: R.H.L. lim�→�� �(�) = lim�→� � = lim� →� � =0
�� � � �� � �
��� ��
L.H.L. lim�→�� �(�) = lim�→� �
� = lim� →� �
� =0
�� � � �� � �
Also, f(0) =0
Since R.H.L. = L.H.L = 0 = f(0), the given function is continuous at � = 0.
Example 13: A function is defined as under
� � � ����
� = �(�) = ���
112
Limit and Continuity
6.7 ANSWER/HINTS TO CHECK YOUR
PROGRESS
Check Your Progress 1
1) Value that a function approaches as the input approaches some value.
2) When we can graph a function without lifting a pencil from the
paper.
3) A function �(�) is continuous at a point �� if the limit exists at �� and
is equal to �(�� ).
Check Your Progress 2
1) For RHS limit, value of a function is just greater than the limit
whereasfor LHS limit, value of a function is just less than the limit.
2) no
3) It is a property of limit of a function.
4) 1
Check Your Progress 3
� �
1) the value of the equation is of the form of �
��� �
.
2) Constant
�
3) In cases of functions with two indeterminate forms viz., 0/0 and �.
c) lim(3� + 4)
�→�
d) lim(3� � − 2� � + 4� � + 5� − 7)
�→�
113
Business Mathematics 2) Discuss whether the following functions are continuous or not:
a) lim(2� � − 3� + 5)
�→�
Answers:
1) a) 7 b) 0 c) 13 d)3 e) 9 f) 2/3 g) -2/5
2) a)continuous b)continuous
3) continuous
4) a) 4 b) No, since it is not defined at � = 5.
5) Continuous at � = 1, discontinuous at � = 3.
114
Concept of
UNIT 7 CONCEPT OF DIFFERENTIATION Differentiation
Structure
7.0 Objectives
7.1 Introduction
7.2 Differentiation by First Principle
7.3 Rules of Differentiation
7.4 Standard Derivatives
7.5 Differentiation of Implicit Functions
7.6 Differentiation using Logarithms
7.7 Derivative of Inverse Function
7.8 Differentiation of Parametric Function
7.9 Let Us Sum Up
7.10 Key Words
7.11 Some Useful Books
7.12 Answer or Hints to Check Your Progress
7.13 Exercises with Answer/Hints
7.0 OBJECTIVES
After studying this unit, you will be able to:
• understand the concept of derivative, its meaning,
computation and interpretation;
• comprehend several rules for calculating derivatives; and
• use logarithm in differentiation.
7.1 INTRODUCTION
The rate of change of one variable of function with respect to another on
which it depends is called the derivative of the function. Differentiation is the
process of the finding out the derivative of a continuous function. A
derivative is the limit of the ratio of the small increment in one variable of
the function corresponding to a small increment in the argument (other
variable) as the later tends to zero.
115
Business Mathematics Let � = �(�) be a function defined in an interval (�, �). Let � = � be any
point of the interval, so that �(�) is the corresponding value of the function.
Let( � + ℎ) be any other point of this interval which lies to the right or left of
� according as ℎ is positive or negative. The corresponding value of the
function is �(� + ℎ). Then �(� + ℎ) − �(�) is the change in the dependent
variable � corresponding to the change ℎ in the independent variable �.
�(���)��(�)
Consider the ratio: �
of these two changes whichis a function of ℎ
and is not defined for ℎ = 0, � being a fixed point.
Definition: A function � = �(�) is said to be differentiable at � = � if
��� f(c + h) − f(c)
h �� 0
h
exists and the limit is called the derivative of the function �(�) at � = �. it is
denoted by �’(�) or �� (�).
Steps
1) Put the given �(�) equal to � i.e.,
� = �(�) (1)
2) Increase � by a small quantity ∆� and corresponding increase in ∆�
So � + ∆� = �(� + ∆�) (2)
3) Subtracting (1) from (2)
� + ∆� − � = �(� + ∆�) – �(�)
or, ∆� = �(� + ∆�) − �(�)
4) �ividing both sides by ∆�
Δ� �(� + ∆x) − f(x)
=
Δ� ∆x
���
5) Put ∆x �� 0 both sides such that
��� �� ��� �(��∆�)� �(�)
∆x �� 0 �� = ∆ x �� 0 ∆�
(iii) y = 5/6
��
��
=0
117
Business Mathematics Example 2:
i) y= x3/2
�
�� � �
Solution: ��
= � � ��� = � x1/2
ii) y=x
��
Solution: ��
= 1. ���� = 1
�
iii) y=
√�
Solution: y = x-1/2
� �
�� � �
��
= − � � ���� = − � � ��
iv) y = 2 x6
��
Solution: ��
= 2.6 x6-1
=12 x5
�
v) y = �.x 2/3
�
�� � � ��
Solution: �� = . � ��� =
� � �
. x -1/3
���
vi) y= �
√�
Example 3:
If � = 3� + 7, then ��/�� = 3 + 0
or,dy/dx = 3
The derivative of a linear function, � = �� + � = ����������� �� �.
Rule 4: Rule of Sums and Differences
118
If f and g are differential functions, and Concept of
Differentiation
� (�) = � (�) ± � (�) then, we have:
�’(�) = �’(�) ± �’(�)
The derivative of a sum or a difference of two functions is the same as
the sum or difference of their individual derivatives.
Example 4:
i) y = x8 + x2/3
Solution:
�� � � � �
= .� + . ��
�� �� ��
�
�� � �
or, �� = 8. � ��� + � . � ��� = 8. � � + � . � ��/�
Solution:
�� � � � �
��
= �� . 3 x3 + ��. 4x2- ��.5x+��.5
��� �
iii) y= �
Solution:
�� � �� + 1
= � �
�� �� �
� �� � �
= �� . �
+ �� . �
� � �
= �� � � + �� . �
� �
= �� � � + �� � ��
= 2x - x-2
�
= 2x - � �
119
Business Mathematics � � �
[ �(�). �(�)] = �(�). [�(�)] + �(�). [ �(�)]
�� �� ��
�
or,�� [ �(�). �(�)] = �(�). [�′(�)] + �(�). [ �′(�)]
Example 5:
i) y = 5x4(3x − 7)
Solution:
� � �
[5� � (3� − 7)] = 5� � . [3� − 7] + (3� − 7). [5� � ]
�� �� ��
��
or, �� = 5� � . 3 + (3� − 7). 20� �
��
or, �� = 15x4+ 60x4- 140x3
��
or, �� = 75� � − 140� �
Example 6:
Find dy/dx from
����
i) y= ���
120
Solution: Concept of
Differentiation
� �
�� (� − 1) �� (2� + 1) − (2� + 1) �� (� − 1)
=
�� (� − 1)�
(���)(�)� (����)(�) ��
= (���)�
= (���)�
� � �� � ��
ii) y= � � ��
Solution:
� � � � � � � �
�� (� + 1) �� (� − � + 1) − (� − � + 1) �� (� + 1)
=
�� (� � + 1)�
�� � ������� ����� ��� �� � ��� (��) � � ��� � ���
= (� � ��)�
= (� � ��)�
�� �� ��
= .
�� �� ��
��
Example 7: Find �� of the following
i) if y = u2 and u = 2x3+ 5x + 1
Solution:
�� � �
= �
�� ��
��
or, ��
= 2�
�� �
����, = . (2� � + 5� + 1)
�� ��
��
or, �� = 6� � + 5
�� �� ��
or, �� = �� ��
. = 2u. (6x2 +5)2
��
Putting the value of u in �� ,
��
= 2(2� � + 5� + 1). (6� � + 5)
��
ii) y= 4u3 and u = 12x2 + 5
Solution:
dy/du = 12u2
du/dx = 24x
So, dy/dx = 12u2(24x) 121
Business Mathematics or, dy/dx = 288xu2
putting the value of u in dy/dx,
dy/dx= 288x(12x2+5)2
iii) y= √� and u= 5 + 7x + x3
Solution:
�� � �
= . ��
�� ��
�
�� �
or, �� = �
. � ��
�� � ��
��� ��
= ��
. (5 + 7� + � � ) or, �� = 0 + 7 + 3� � = 3� � + 7
�
�� �� �� �� �
Thus, �� = �� . �� or, �� = �� . ��� � . (3� � + 7 )
��
������� �ℎ� ����� �� � �� �� ,
�� 1 �
= � . (5 + 7� + � � )�� � . (3� � + 7 )
�� 2
�� (�� � � � )
��, �� =
��(����� � � )
�
Therefore, �� . [�(�)]� = � [�(�)]��� . �(�)
(����)�
iv)
(����)�
Solution:
(����)� ����
Let y = (����)� . Then � can be written as � = �� , where � = ����
.
122
Applying quotient rule, Concept of
Differentiation
�� (5� − 7)(2) − (2� + 5)(5)
=
�� (5� − 7)�
�� (10� − 14) − (10� + 25) −39
⇒ = �
=
�� (5� − 7) (5� − 7)�
�� ���
Thus, �� = 4�� . (����)�
123
Business Mathematics
Note:the chain rule is also useful in finding the derivative of y = log u and
y = eu where u is an appropriate function of x. then we can find
differentiation by applying chain rule. For example, if y = log u and u=
f(x), then
�� �� �� 1 ��
= . = .
�� �� �� � ��
and if y = eu, u = f(x)
�� ��
= ��
�� ��
Example 8:
��
Find �� of the following
i) y = log (5x2 + 7)
Solution: This function is of the form y = log u, where u = 5x2 + 7.
Thus,
�� 1 � �
1
= . (5� + 7) = . (10�)
�� 5� � + 7 �� 5� � + 7
10�
=
5� � + 7
ii) y = x2 log (3x + 7)
Solution: applying product rule
�� � �
= �� ���(3� + 7) + log(3� + 7) � �
�� �� ��
�� � �� �
or, �� = � � ������ (3) + log(3� + 7). (2�) = ���� + 2� log(3� + 7)
� �����
iii) y = � ��
Solution:
�� � ����� � � �����
��
= � �� ��
. (5� � + 4� + 8) = � �� (10� + 4)
��� �
iv) y= ��
v) y = x3 + 8x + log x
�� � � � �
Solution: �� = ��
�� + ��
8� + ��
log � =3� � + 8� log � � + �
124
Concept of
Check Your Progress 3 Differentiation
1) Find the derivative of �(�) = 5�
2) What is the derivative of � = 3� � + 2� � ?
����
3) Differentiate �(�) = �� (�)
�� ��
��, 3� � + 3 � � . = �. + �
�� ��
�� ��
Rearranging,3� � �� − � �� = � − 3� �
��
or, (3� � − �) �� = � − 3� � .
�� � − 3� �
�ℎ��, =
�� 3� � − �
� � � � � � �� �
�. (� ) + 2ℎ (��) + � (� ) + 2� (�) + 2� + �
�� �� �� �� �� ��
�
= 0
��
�� �� ��
or, 2�� + 2ℎ � � �� + �� + 2�� ��
+ 2� + 2� �� + 0 = 0
��
or, ��
(2ℎ� + 2�� + 2�) + ( 2�� + 2ℎ� + 2�) = 0
125
Business Mathematics ��
or, �� (2ℎ� + 2�� + 2�) = − ( 2�� + 2ℎ� + 2�)
�� �( ����������) �������
or, �� = ����������
= − �������
��1 + � = − �√1 + �
x2 (1 + y) = y2 (1+ x)
or ( x + y + xy) = 0
(because � ≠ � �ℎ�� � − � ≠ 0
�� � �
= �− ( )�
�� �� 1+�
�� (���).���.� �
or, ��
= − (���)�
= − (���)�
126
Concept of
Differentiation
Note:Important properties of logarithm
log (m.n) = log m + log n
log ( m/n) = log m - log n
log (mn) = n log m
log (ex) = x
log e = 1
(���)�� (���)(���)
ii) �= (���)�
127
Business Mathematics iii) xy = yx
Solution: Taking log on both sides
log xy = log yx
y log x = x log y
Differentiating w.r.t.�, we get
� �� � �
�. log � + log � = �. ���� + ���� �
�� �� �� ��
� �� � ��
or, �. � + log � �� = �. � �� + log �
�� � �� �
or, log � �� − �. � �� = log � − �
� �� �
or, �log � − �� �� = log � − �
[� ��� ���] �� � ��� ���
or, � ��
= �
�� � ��� ��� �
or, �� = ���� ��� . �
iv) y = (3x2+5)1/x
Solution:Take log on both sides to get
log y = log (3x2+5)1/x
�
log y = � log (3x2+5)
� �� ���( �� � � �)
or,� �� = 6 − ��
�� ���( �� � � �)
or,�� = �. �6 − ��
�
�� ���( �� � � �)
or, �� = (3x2+5)1/x �6 − ��
�
128
Concept of
7.7 DERIVATIVE OF INVERSE FUNCTION Differentiation
Let � = �(�) be a function of � and suppose that we can solve this equation
for � in terms of �.So, we may write � as a function of �, i.e., � = �(�).
Then �(�) is called the inverse of �(�). If � = �(�) is a differentiable
function at � such that �’ (�) ≠ 0, then � = �(�) is also differentiable at
�� �
the corresponding value of � and �� = �� .
��
ii) � = (� + 2)�/�
Solution: Differentiating � w.r t. �
�� � �
= (� + 2)�
�� ��
�
�� �
or, ��
= � . (� + 2)�� . 1
�� �
or, �� = �
�(���)�
�� �
or, �� =
��(���)
�� �
or, �� = ��/�� = 2�(� + 2)
i) y= t3 and x = t2
��
Solution:Since y= t3, �� = 3� � .
132
Check Your Progress 4 Concept of
Differentiation
1) Differentiate both sides of the equation and obtain an expression for
dy/dx from resulting equation.
2) -3/2
�
3) First, solve the equation for y to get � � = �. So � = � � . Then get
�
�� �
= � ��
�� �
3) Inverse function.
Check Your Progress 7
1) A class of functions exists which defined in terms of another
variable t (known as the parameter).
2) Through chain rule.
�� �� ��
3) ��
= ��
× ��
�� �� �
Since �� = 4��, we get ��
= ���.
�� �� � �
Again, ��
= 4�. Hence �� = 4� × ���= �
134
Maxima and Minima
FUNCTIONS
Structure
8.0 Objectives
8.1 Introduction
8.2 Higher Order Derivatives
8.3 Increasing and Decreasing Functions
8.3.1 Increasing Functions
8.3.2 Decreasing Functions
8.4 Maxima and Minima
8.4.1 First Derivative Test for Local Extreme Values
8.4.2 Second Derivative Test for Local Extreme Values
8.4.3 Steps for Maxima/Minima Using Second Order Derivative
8.5 Let Us Sum Up
8.6 Key Words
8.7 Some Useful Books
8.8 Answer or Hints to Check Your Progress
8.9 Exercises with Answer/Hints
8.0 OBJECTIVES
After going through this unit, you will be able to:
• Understand higher order derivatives;
• Find the intervals on which a given function is increasing or decreasing;
and
• Find the maximum and minimum values of the function.
8.1 INTRODUCTION
In the preceding unit, we have seen the derivatives of functions. Going
further from that level, an attempt is made in the present unit to use
derivatives for finding the extreme points of the graph of a function. For
example, we will show how the sign of the derivative is used to settle
questions about intervals over which the graph of a function is rising or
falling. The principal application of this is in locating high or low points on
graphs and, in turn, these points are used to determine the maximum and
minimum values attained by the function.
Since �′′(�) is also a function, its derivative can also be found which is
denoted as �′′′ (�). For higher order derivatives, superscripts can be used i.e.,
f4 = fourth derivative etc.
Example 1: �(�) = 5x4 + 6x3+2x+1
�’(�) = 20x3 + 18x2 + 2
�’’(�) = 60x2 + 36x
�′′′(�) = 120x + 36
Example 2: �= 9x4+ 7x3+ 2x2+ 5x + 7
Find all possible order of derivatives.
Solution:
Y1= dy/dx= 36x3 + 21 x2+4x+5
Y2 = d2y/dx2 = 108x2 + 42x + 4
= �(log1 – log �)
= -xlogx (as log1 = 0)
Differentiating both sides w.r.t. �
1 �� 1
. = − �� � � + log � .1�
� �� �
= - (1+ logx)
��
or,�� = −�. (1 + ����)
136
��� 1 �� Maxima and Minima
�
= − �� � � + (1 + log �) . � of Functions
�� � ��
Putting the value of ��/��,
�� � 1
= − �� � � + (1 + log �) . (−�. (1 + ����))�
�� � �
�� � �
or, �� � = − �� − (1 + ����)� ��
�� � �
or, �� � = −� �� − (1 + ����)� �
137
Business Mathematics
8.3 INCREASING AND DECRE
DECREASING
ASING
FUNCTIONS
Broadly spspeaking, a function, say, �(�), is increasing when y increases
as � gets larger (i.e., looking left to right) and �((�)is decreasing when y
decreases as � gets larger. Such functions are of interest to us for determining
rate of change of a variable. For example, we would be interested to know the
speed of a car, or, rate of growing and declining population of a country.
138
Example 4: Show that the function � = �(�) = 3x3+ 3x2+ � – 1 is Maxima and Minima
of Functions
increasing for allvalues of �.
Solution:��/��=�′(�) = 9x2+ 6x + 1
= (3x + 1)2
So, ��/�� > 0for all values of �.
Thus, the given function is increasing for all values of �.
Example 5: Find the interval in which �(�) is (i)increasing (ii) decreasing
�(�)= 2x3+ 9x2+12 � – 1.
Solution:��/�� = �′(�) = 6� � + 18 � + 12
= 6(�2+3 �+2)= 6(�+1)( �+2)
i) For �(�) to be increasing, �’(�)>0
i.e., 6(� + 1)(� + 2) > 0.
If � < −2, then �’(�)= 6 (-) (-)>0. That is, �(�) is increasing
and if � > −1, then �’(�)= 6 (+) (+)>0. That is, �(�) is increasing.
Hence, �(�) is increasing when � ∈ (−∞, −2)�(−1, ∞)
ii) If�(�)is decreasing, then �’(�)<0
i.e., 6(x+1)(x+2)<0.
If -2<x<-1, then �’(�)= 6 (-)(+)<0. �(�) is decreasing when x∈(-2,-1).
Therefore, �(�) is increasing when x∈(-∞,-2)U(-1,∞) and �(�) is
decreasing when x∈(-2,-1).
Example 6: Find the value of � for which the given function
f (�) =2x2− 8x+80
is decreasing.
Solution: For the function to be decreasing, its first derivative, �’(�)
should be less than 0. That is
�′(�) = 4� – 8 < 0 for the function to be decreasing. So,
4x –
8<0,
or,
4x < 8
x<2
Thus, the function is decreasing for � less than 2 and increasing for
more than 2 and has a stationary value at � = 2.
Example 7: Find the interval in which �(�)
�(�)=-2x3 + 3x2+12 x – 1
139
Business Mathematics is (i)increasing (ii) decreasing.
Solution: �’(�) = -6x2 +6x+12
= -6(x2-x-2)=-6 (x+1) (x-2).
i) For �(�) to be increasing, �’(�)>0
i.e., -6(x+1)(x-2)>0.
If -1<x<2, then �’(�)= (-) (+) (-)>0. That is, �(�) is increasing.
Hence, �(�) is increasing when x∈(-1,2)
ii) For �(�) to be decreasing, �’(�)<0
i.e., -6(x+1)(x-2)<0.
If x<-1, then �’(�)= (-) (-)(-)<0. So, �(�) is decreasing
and if x>2, then �’(�)= (−)(+)(+) < 0. That is, �(�) is decreasing
when x∈(-∞,-1)U(2,∞).
Therefore, �(�) is increasing when x∈(-1,2)and �(�) is decreasing
when x∈(-∞,-1)U(2,∞).
Example 8: Find the interval in which the function
�(�) = x4 – 2x2 is
i) increasing
ii) decreasing
Solution: �(�) = x4 – 2x2
⇒ �’(�)= 4x3 – 4x
= 4x(x2-1)
= 4x(x-1)(x+1)
i) For �(�) to be increasing, �’(�) should be greater than zero.
�’(�) = 4x(x-1)(x+1)>0
If -1< � < 0 then �’(�)= 4 (-) (-)(+)>0. So, �(�) is increasingand
if x>1, then �’(�)= 4(+) (+) (+)>0⇒�(�) is increasing.
Hence, �(�) is increasing when x∈(-1,0)U(1,∞).
ii) For �(�) to be decreasing, �’(�)<0
i.e., 4x(x-1)(x+1)<0.
If -∞<x<-1, then �’(�)= 4(-) (-)(-)<0. and if 0<x<1, then �’(�) = 4(+)(-)(+)
<0. Therefore, �(�) is decreasing when x∈(-∞,-1) U(0,1).
Thus, �(�) is increasing when x∈(-1,0)U(1,∞) and �(�) is decreasing when
x∈(-∞, -1) U(0,1).
Example 9: The Revenue function of a firm is given by
R = [8,00,000 + (� –300)2]
140
Determine the values of � for which total Revenue function is increasing Maxima and Minima
of Functions
and decreasing.
Solution: R’(x) = +2 (� – 300)
For revenue function to be increasing R’(�) > 0
i.e., + 2(� − 300) >0
Hence revenue function is increasing for more than/greater than 300
i.e., � > 300. For the Revenue function to be decreasing
R’(�) < 0
i.e., + 2(� − 300) <0
when �=0 then R’(�) < 0
and �− 300 < 0
�< 300.
Hence, the revenue function is decreasing for � = 0 ��� lying between 0
and 300 i.e., 0 ≤ �< 300.and it is stationary value at � = 300.
147
Business Mathematics Check Your Progress 2
1) Find that the first order derivative is greater than zero (i.e.,�’(�)> 0) for
all values of � in an interval [�, �].
2) Second order derivative
3) Check Sub-Section 8.3.2.
Check Your Progress 3
1) The largest and the smallest value of the function, defined either within
a given range or on the entire domain of a function.
2) The smallest number in defined range and corresponds to the value of
the function at the lowest point of its graph.
3) Read Sub-Section 8.4.1 and answer.
4) A point at which the function alters its rate of change.
5) In a differentiable function of one variable a point on the graph of the
function where the function's derivative is zero. Informally, it is a point
where the function stops increasing or decreasing.
6) Read Sub-Section 8.4.2 and answer.
7) Check Sub-Section 8.4.3
8) A critical point is an interior point in the domain of a function at
which � ′(�) = 0 or �′ does not exist.
Answers
1) i) 30x2 -30x +7 ii) Aα(α-1)Lα-2
2) i) Increasing on (-∞, -2) and (6,∞), decreasing on (-2,6)
ii) Increasing on (-∞,2) and (3,∞), decreasing on (2,3)
iii) Increasing on (1,∞), decreasing on (-∞,1)
iv) Increasing on (-∞, -2) and (0, ∞), decreasing on (-2,0)
3) i) Local maximum at x=1, value 0, point of inflection at x=0
ii) Local maximum at x= -1/2, value 81/16, local minimum at x=2,
value -10,point of inflection at x=0.
7) iii) Neither maximum nor minimum.
149
Business Mathematics
UNIT 9 APPLICATION OF DERIVATIVES
Structure
9.0 Objectives
9.1 Introduction
9.2 Demand Function and Supply Function
9.2.1 Slope of Demand Curve
9.2.2 Slope of Supply Curve
9.3 Elasticity: Demand and Supply Functions
9.3.1 Price Elasticity of Demand
9.3.2 Income Elasticity of Demand
9.3.3 Supply Elasticity of Demand
9.3.4 Cross-Elasticity of Demand
9.4 Average and Marginal Cost
9.5 Revenue Function
9.5.1 Relationship between AR, MR and Price Elasticity of Demand
9.5.2 Maximizing Revenue
9.6 Profit Maximization
9.7 Let Us Sum Up
9.8 Key Words
9.9 Some Useful Books
9.10 Answer or Hints to Check Your Progress
9.11 Exercises with Answers/Hints
9.0 OBJECTIVES
After going through this unit, you will be able to understand
• application of derivatives to elasticity of demand as well as supply; cost
and revenue functions; profit maximization; and
• the importance of derivatives in maximum-minimum problems.
9.1 INTRODUCTION
In the preceding two units, we have discussed the techniques of
differentiation and extreme values of a function. In the present unit, we
extend differentiation techniques for applying to select business and
economic themes. Basically, an attempt is made here to learn the use of
derivatives to understand the rate of change as well as change in rate of
change, which is the corner stone of marginal analyses in economics as well
as business studies.
150
Application of
9.2 DEMAND FUNCTION AND SUPPLY Derivatives
FUNCTION
In microeconomic analysis, it is postulated that demand and supply are
functions of price. While the quantity demanded is related to price inversely,
in case of supply it has a direct relationship with price. Because of such a
proposition, we have a downward sloping demand curve and upward sloping
supply curve. For the sake of simplicity, we often assume the demand curve
and supply curve for a good or service to be a linear line, although other non-
linear types are also considered. The consequent slopes of demand and
supply curves are, respectively, negative and positive. Let us use derivatives
to see the process of deriving these results.
We know that a linear equation is of the form � = �� + �, where � is the
slope of the line and � is the � intercept. We can model a demand function as
� = −�� + �(or, the inverse demand function as � = −�� + �),where �
and � represent price and quantity respectively. In such a format, we move
the price to the horizontal (�) axis and quantity to the vertical (�) axis as we
think of quantity demanded or supplied as a function of price. In the event of
presenting inverse demand function, we consider quantity in horizontal axis
and price in vertical axis. You will see the use of this form when we come to
derivation of marginal revenue.
The slope is negative in case of a normal demand curve, which slopes
downward. Similarly, a supply curve is modelled by another linear equation
of the form � = �� + � where � is the slope of supply curve with a positive
sign.
Seen in terms of numerical value, we would say that the value of X changes
from 20 to 30. So, the proportion change is
��� ��
� = �� = 0.5. This is a percentage change in X of 50%. If concerned
with elasticity, then we say the elasticity of Y with respect to X. And we need
to find the ratio of the percentage change in Y to the percentage change in X.
That is,
������� ������ �� �
Elasticity of Y with respect to � = ���������� ������ �� �.
152
9.3.1 Price Elasticity of Demand Application of
Derivatives
The most common use of elasticity in economics and business studies is price
elasticity of demand (PED) or elasticity of demand with respect to price.
Such a concept helps us explore the responsiveness of the consumer demand
for some product to changes in the price of that product. If the price of a cup
of coffee were to increase, the quantity sold will be influenced. To see the
point, suppose that in 2016, Nestle increased the price of coffee from Rs.
4.95 to Rs. 5. 00. Due to such a change, the demand for coffees dropped
from 440 units per day to 438 units per day. The percent change in price P is
∆� �.�� ��.��
�
= �.��
= 0.01
∆�
It may be noted that ∆� represents the average rate of change of demand Q
with respect to price P. If we assume the change in price is small, we can
replace the average rate of change with the instantaneous rate of change, viz.,
��
��
.
Let the demand function be Q = f (P). Then, the price elasticity �� of demand
is
� ��
�� =
� ��
153
Business Mathematics Specifically, we may also define point price elasticity of demand at a point
(�� , �� ) on the demand curve as ��� = (��/��) (�� /�� ).
��
Example 1: Let the demand curve be � = −5 � + 30. Then �� = −5 . If a
point (P0, q0) = (1,25) is on the demand curve, how do we compute the PED
at (1,25).
�� = -50(100/10,000) = -.5
�� = -50(10/14,500) = -.034
Results obtained show that both elasticities are negative. That imply a
downward sloping demand relationship. Moreover, they are relatively more
elastic.
Deriving Elasticity using Log Functions
Here is another expression for elasticity that is sometimes useful. It turns out
that elasticity can also be expressed as
� ���
����
.
154
The proof involves repeated application of the chain rule. We start by noting Application of
Derivatives
that
� ��� � ��� ��
= .
���� �� ����
� ��
= � ����
(1)
�� �� � ��� �� �
We also note that ��
= ���� ��
= ���� �
�� ��
⇒ ���� = � �� .
∆�/�
= ∆�/�
� ∆�
= � ∆�
� ��
In case of instantaneous change income,�� = � ��
Therefore,
�
�� = 8�. ��� = 2
The higher the income elasticity of demand for a specific product, the more
responsive it becomes to the change in consumers’ income.
Now, we can measure the income elasticity of demand for different products by
categorizing them as inferior goods and normal goods.
155
Business Mathematics Normal Goods
The YED for a product can be elastic or inelastic based on its category—
whether it is an inferior good or a normal good. When YED is more than zero,
the product is income-elastic. Normal goods have a positive YED. That is,
when the consumers’ income increases, the demand for these goods also
increases.
Inferior Goods
Inferior goods are called so because these have superior alternatives. Such
goods have a negative income elasticity, that is, YED is less than 0. If the
consumers’ income increases, they demand less of these goods.
Note: If sign of income elasticity of demand is negative, then the
commodity is inferior.
9.3.3 Elasticity of Supply (Es)
It is defined as the ratio of proportionate change inquantity supplied to a
proportionate change in its price.
������������� ������ �� ������
�� = ������������� ������ �� �����
���
= �����
157
Business Mathematics = 0.5 × (10 / 1991.51)
= 0.5 × 0.002008
= 0.001004
Thus, cross-price elasticity of demand is 0.000502. Since it is greater than 0,
goods are substitutes.
Marginal Cost, which is the rate of change in total cost when � units
are produced and defined as
���
MC= ��
.
158
Application of
Derivatives
��� � �� �
���
= �
��
= 2q + 8 + �
.
���
MC = ��
����� � �� �����
= ��
= 4q+ 8.
When q= 3, MC = 4x3 + 8 = 20.
Interpretation:It It means when production increases by 1 unit from 3rd
unit to 4th unit, then the total cost increases by Rs.20,approximately.
Example 7:: Total Cost of the firm is
C(x) = 0.005x3 – 0.002 x2 -30x
30x +5000, where x is the output
Find out
159
Business Mathematics i) Fixed Cost
ii) Variable Cost
iii) Average Cost
iv) Average Variable Cost
v) Marginal Cost
vi) Marginal Cost when 50 units are produced, interpret the results.
vii) Actual Cost of producing 51st unit.
viii) Rate of change in Marginal Cost w.r.t. x
ix) Marginal Average Cost
Solution: Given C(x) = 0.005x3 – 0.002 x2 -30x +5000, we have to find
out
i) Fixed cost by putting x=0 (i.e., output = 0)and get
FC = 5000
ii) VC= TC – FC
= 0.005x3 – 0.002 x2 -30x +5000 -5000
= 0.005x3 – 0.002 x2 -30x
�.����� – �.��� �� ���� �����
iii) AC= TC/x = �
= 0.005x � – 0.002 x −
����
30 + �
= 0.005x � – 0.002 x − 30
��� �
v) MC = �� = ��
�0.005x � – 0.002 x � − 30x + 5000� = 0.015 x2 –
0.004x -30.
vi) When x= 50, MC= 0.015 (50)2 – 0.004(50) -30 = 7.3
Interpretation: It means if production increases by 1 unit from 50th
unit to 51th unit, then the total cost increases by Rs.7.3,
approximately.
vii) C(51) = 0.005(51)3 – 0.002 (51)2 -30(51) +5000 = 4128.05
C(50) = 0.005(50)3 – 0.002 (50)2 -30(50) +5000 = 4120
Actual cost of producing 51th unit = C(51) – C(50) = 4128.05 –
4120
= 8.05
��� �
viii) Rate of change in MC = ��
= ��
�0.015x� – 0.004 x − 30�
= 0.030x – 0.004
160
��� � Application of
ix) Marginal Average Cost = ��
= �� �0.005x � – 0.002 x − 30 + Derivatives
����
��
�
����
= 0.010x -0.002 - �
�
Example 8:Prove that slope of average cost curve is �
( MC − AC) for the
TC= ax3 + bx2 +cx +d.
Solution: GivenTC= ax3 + bx2 +cx +d,
��� ���� �����
AC= �
= ax2 +bx + c + d/x
��� � �
Slope of AC = �� = �� �ax � + bx + c + � �
= 2ax +b – d/x2
��� �
MC = ��
= �� (ax � + bx � + cx + d )
= 2ax +b –d/x2
= slope of AC
Hence proved.
� ∆�
�� = � �1 + �
� ∆�
Remembering we are trying to derive the relationship between MR and
�� , let usdo undertake some refinement on the second term in �� =
� ∆�
� �1 + � ∆� �. Broadly, it looks like inverse of �� . So, we can write �� =
�
� �1 + � �. Since we have used to write �� attaching a negative sign, we do
�
�
so here by writing �� = � �1 − |� |�, i.e., writting the �� in absolute term.
�
� 1 �� 1
�� = � � � �1 − �= �1 − �
� |�� | � |�� |
�� �
= � �1 − |� |�
�
�
=�� �1 − |� |�
�
��
��, �� − �� = �− �
|�� | 163
Business Mathematics ��
��, −�� + �� = � �
|�� |
�� − �� 1
��, =
�� |�� |
��
��, ����� = |�� |.
Taking reciprocal
dx 1
= −
dp 3
� �� ����� � �����
�� = - � �� = − �
.−� = ��
If p= 5, then
5 = 50 – 3x
x= 45/3= 15
Putting the value of x in Ed
������ ����� �
�� = ���
= ��
= �.
When x=15,
MR = 50- 6×15 = 50 – 90 = -40
�� � � �
�����
= ��(���) = �� = � =� d
Hence proved.
165
Business Mathematics The profit-maximizing firm chooses both inputs and outputs so as to
maximize the difference between total revenue and total cost, i.e., � =
�(�) – �(�)
The firm will adjust variables under its control such that it can no longer
increase the profit further. Thus, the firm looks at each additional unit of
input or output with respect to its effect on profit.
Let us define revenue as �(�) = �(�) × �, where � and � are functions of
�. Note that we are taking inverse demand function �(�), which depicts price
as a function of quantity for getting the revenue function. As we will see
below it helps calculate MR quickly, which is required for getting the profit-
maximizing condition for firms regardless of market structure.
Profit function is the function of total revenue and total cost and it can be
expressed as:
� = �(�) = ��(�) − ��(�), i.e.,
� = �(�) × � − �(�).
To maximise profit take
�� �� ��
��
= ��
− �� =0
�� ��
⇒ = =0
�� ��
⇒ �� = ��.
Such an equality specifies the first order condition and we must add the
second order condition of profit maximisation. So, we need to have
�� �
< 0.
�� �
That is, at the optimal quantity (q*), marginal profitmust be declining. In
�� �
terms of �� and ��, weget �� �
< 0 ��,
167
Business Mathematics Example 14: A stereo manufacturer determines that in order to sell x units of
a new stereo, the price per unit, in rupees, must be p(x)= 1000 - x. The
manufacturer also determines that the total cost of producing x units is given
by C(x) = 3000 + 20x.
a) Find the total revenue R(x).
b) Find the total profit P(x).
c) How many units must the manufacturer produce and sell in order to
maximize profit?
d) What is the maximum profit?
e) What price per unit must be charged in order to make this maximum
profit?
Solution:
a) Revenue = quantity × price
�(�) = � × �
�(�) = �(1000 − �)
�(�) = 1000� − � �
b) Profit = Total Revenue - Total Cost
P(x) = R(x)- C(x)
P(x) = 1000x- x2- (3000 + 20x)
P(x) = - x2+ 980x - 3000
c) P′(x) = -2x + 980 = 0
-2x = -980
x = 490
Since there is only one critical value, we can use the second derivative to
determine whether or not it yields a maximum or minimum.
P’’(x) = -2
Since P’’(x) is negative, x = 490 yields a maximum.
Thus, profit is maximized when 490 units are produced and sold.
d) The maximum profit is given by
P(490) = -(490)2+ 980(490) - 3000
P(490) = 237,100.
Thus, the stereo manufacturer makes a maximum profit of 237,100 when 490
units are produced and sold.
e) The price per unit to achieve this maximum profit is
p(490) = 1000 - 490
p(490) = 510.
168
Application of
Check Your Progress 5 Derivatives
1) How do you get profit of a firm?
2) What are the two conditions to be satisfied for profit maximization?
3) Interpret the second order condition of profit maximization.
∆�/�
= (-) ∆�/�
� ∆� � ��
= (-) � ∆� or =(-) � ��
174
Contents 13
Integration
13.1 Basic Concepts of Integration 2
Learning outcomes
In this Workbook you will learn about integration and about some of the common techniques
employed to obtain integrals. You will learn that integration is the inverse operation to
differentiation and will also appreciate the distinction between a definite and an indefinite
integral. You will understand how a definite integral is related to the area under a curve.
You will understand how to use the technique of integration by parts to obtain integrals
involving the product of functions. You will also learn how to use partial fractions and
trigonometric identities in integration.
Basic Concepts
of Integration 13.1
Introduction
df
When a function f (x) is known we can differentiate it to obtain its derivative . The reverse process
dx
is to obtain the function f (x) from knowledge of its derivative. This process is called integration.
Applications of integration are numerous and some of these will be explored in subsequent Sections.
First, what is important is to practise basic techniques and learn a variety of methods for integrating
functions.
2 HELM (2008):
Workbook 13: Integration
®
differentiate
x2 2x
integrate
Figure 1
The situation is just a little more complicated because there are lots of functions we can differentiate
to give 2x. Here are some of them: x2 + 4, x2 − 15, x2 + 0.5
All these functions have the same derivative, 2x, because when we differentiate the constant term we
obtain zero. Consequently, when we reverse the process, we have no idea what the original constant
term might have been. So we include in our answer an unknown constant, c say, called the constant
of integration. We state that the integral of 2x is x2 + c.
d
When we want to differentiate a function, y(x), we use the notation as an instruction to differ-
dx
d
entiate, and write y(x) . In a similar way, when we want to integrate a function we use a special
Z dx
notation: y(x) dx.
Z
The symbol for integration, , is known as an integral sign. To integrate 2x we write
!
2x dx = x2 + c
integral
sign
this term is constant of integration
called the
integrand there must always be a
term of the form dx
Note that along with the integral sign there is a term of the form dx, which must always be written,
and which indicates the variable involved, in this case x. We say that 2x is being integrated with
respect to x . The function being integrated is called the integrand. Technically, integrals of this
sort are called indefinite integrals, to distinguish them from definite integrals which are dealt with
subsequently. When you find an indefinite integral your answer should always contain a constant of
integration.
Exercises
1. (a) Write down the derivatives of each of: x3 , x3 + 17, x3 − 21
Z
(b) Deduce that 3x2 dx = x3 + c.
2. Explain why, when finding an indefinite integral, a constant of integration is always needed.
HELM (2008): 3
Section 13.1: Basic Concepts of Integration
Answers
1. (a) 3x2 , 3x2 , 3x2 (b) Whatever the constant, it is zero when differentiated.
2. Any constant will disappear (i.e. become zero) when differentiated so one must be reintroduced
to reverse the
process.
2. A table of integrals
We could use a table of derivatives to find integrals, but the more common ones are usually found
in a ‘Table of Integrals’ such as that shown below. You could check the entries in this table using
your knowledge of differentiation. Try this for yourself.
constant, k
kx + c
1 2
x 2
x +c
1 3
x2 3
x +c
xn+1
xn + c, n 6= −1
n+1
1
x−1 (or ) ln |x| + c
x
cos x sin x + c
sin x − cos x + c
1
cos kx sin kx + c
k
1
sin kx − cos kx + c
k
1
tan kx ln | sec kx|+c
k
ex ex + c
e−x −e−x + c
1 kx
ekx e +c
k
When dealing with the trigonometric functions the variable x must always be measured in radians
and not degrees. Note that the fourth entry in the Table, for xn , is valid for any value of n, positive
or negative, whole number or fractional, except n = −1. When n = −1 use the fifth entry in the
Table.
4 HELM (2008):
Workbook 13: Integration
®
Example 1 Z
7
Use Table 1 to find the indefinite integral of x : that is, find x7 dx
Solution
xn+1
Z
From Table 1 note that xn dx = + c. In words, this states that to integrate a power
n+1
of x, increase the power by 1, and then divide the result by the new power. With n = 7 we find
Z
1
x7 dx = x8 + c
8
Example 2 Z
Find the indefinite integral of cos 5x: that is, find cos 5x dx
Solution
Z
sin kx
From Table 1 note that cos kx dx = +c
k
Z
1
With k = 5 we find cos 5x dx = sin 5x + c
5
In Table 1 the independent variable is always given as x. However, with a little imagination you will
be able to use it when other independent variables are involved.
Example
Z 3
Find cos 5t dt
Solution
We integrated cos 5x in the previous example. Now the independent variable is t, so simply use
Table 1 and replace every x with a t. With k = 5 we find
Z
1
cos 5t dt = sin 5t + c
5
It follows immediately that, for example,
Z Z
1 1
cos 5ω dω = sin 5ω + c, cos 5u du = sin 5u + c and so on.
5 5
HELM (2008): 5
Section 13.1: Basic Concepts of Integration
Example 4 Z
1 1
Find the indefinite integral of : that is, find dx
x x
Solution
This integral deserves special mention. You may be tempted
Z to try to write the integrand as x−1
n+1
x
and use the fourth row of Table 1. However, the formula xn dx = + c is not valid when
n+1
n = −1 as Table 1 makes clear. ZThis is because we can never divide by zero. Look to the fifth
entry of Table 1 and you will see x−1 dx = ln |x| + c.
Example
Z 5 Z
Find 12 dx and 12 dt
Solution
In this Example we are integrating a constant, 12. Using Table 1 we find
Z Z
12 dx = 12x + c Similarly 12 dt = 12t + c.
Task Z
Find t4 dt
Your solution
Answer
Z
1
t4 dt = t5 + c.
5
6 HELM (2008):
Workbook 13: Integration
®
Task Z
1
Find dx using the laws of indices to write the integrand as x−5 and then use
x5
Table 1:
Your solution
Answer
1 1
− x−4 + c = − 4 + c.
4 4x
Task Z
Find e−2x dx using the entry in Table 1 for integrating ekx :
Your solution
Answer
1
e−2x dx = − e−2x + c.
R
With k = −2, we have
2
Exercises
1. Integrate each of the following functions with respect to x: √
(a) x9 , (b) x1/2 , (c) x−3 , (d) 1/x4 , (e) 4, (f) x, (g) e4x
Z Z Z Z
2
2. Find (a) t dt, (b) 6 dt, (c) sin 3t dt, (d) e7t dt.
Answers
1 10 2 3/2 1 1
1 (a) x + c, (b) x + c, (c) − x−2 + c, (d) − x−3 + c, (e) 4x + c,
10 3 2 3
1
(f) same as (b), (g) e4x + c
4
1 3 1 1 7t
2. (a) t + c, (b) 6t + c, (c) − cos 3t + c, (d) e +c
3 3 7
HELM (2008): 7
Section 13.1: Basic Concepts of Integration
3. Some rules of integration
To enable us to find integrals of a wider range of functions than those normally given in a table of
integrals we can make use of the following rules.
Key Point 1
Z Z
k f (x) dx = k f (x) dx
Example 6 Z
2
Find the indefinite integral of 11x : that is, find 11x2 dx
Solution
3
11x3
Z Z
2 2 x
11x dx = 11 x dx = 11 +c = +K where K is a constant.
3 3
Example 7 Z
Find the indefinite integral of −5 cos x; that is, find −5 cos x dx
Solution
Z Z
−5 cos x dx = −5 cos x dx = −5 (sin x + c) = −5 sin x + K where K is a constant.
8 HELM (2008):
Workbook 13: Integration
®
x) + g (x
The integral of f (x x) − g (x
x) and of f (x x)
When we wish to integrate the sum or difference of two functions, we integrate each term separately
as follows:
Key Point 2
Z Z Z
[ f (x) + g(x) ] dx = f (x) dx + g(x) dx
Z Z Z
[ f (x) − g(x) ] dx = f (x) dx − g(x) dx
Example
Z 8
Find (x3 + sin x) dx
Solution
Z Z Z
1
(x + sin x) dx = x dx + sin x dx = x4 − cos x + c
3 3
4
Note that only a single constant of integration is needed.
Task Z √
Find (3t4 + t) dt
Your solution
Answer
3 5 2 3/2
t + t +c
5 3
HELM (2008): 9
Section 13.1: Basic Concepts of Integration
Task
The hyperbolic sine and cosine functions, sinh x and cosh x, are defined as follows:
ex − e−x ex + e−x
sinh x = cosh x =
2 2
Note that they are combinations of the exponential functions ex and e−x .
Find the indefinite integrals of sinh x and cosh x.
Your solution Z
ex − e−x
Z
sinh x dx = dx =
2
ex + e−x
Z Z
cosh x dx = dx =
2
Answer
Z Z Z
1 1 1 1 1
x
e−x dx = ex + e−x + c = ex + e−x + c = cosh x + c.
sinh x dx = e dx −
2 2 2 2 2
Z
Similarly cosh x dx = sinh x + c.
Further rules for finding more complicated integrals are dealt with in subsequent Sections.
10 HELM (2008):
Workbook 13: Integration
Introduction
When you were first introduced to integration as the reverse of differentiation, the integrals you dealt
with were indefinite integrals. The result of finding an indefinite integral is usually a function plus a
constant of integration. In this Section we introduce definite integrals, so called because the result
will be a definite answer, usually a number, with no constant of integration. Definite integrals have
many applications, for example in finding areas bounded by curves, and finding volumes of solids.
• understand integration as the reverse of
Prerequisites differentiation
Before starting this Section you should . . . • be able to use a table of integrals
• find simple definite integrals
Learning Outcomes
• handle some integrals involving an infinite
On completion you should be able to . . . limit of integration
14 HELM (2008):
Workbook 13: Integration
®
1. Definite integrals
Z
We saw in the previous Section that f (x) dx = F (x) + c where F (x) is that function which, when
dF
differentiated, gives f (x). That is, = f (x). For example,
dx
Z
cos(3x)
sin(3x) dx = − +c
3
Here, f (x) = sin(3x) and F (x) = − 13 cos(3x) We now consider a definite integral which is simply
an indefinite integral but with numbers written to the upper and lower right of the integral sign. The
quantity
Z b
f (x) dx
a
is called the definite integral of f (x) from a to b. The numbers a and b are known as the lower
limit and upper limit respectively of the integral. We define
Z b
f (x) dx = F (b) − F (a)
a
so that a definite integral is usually a number. The meaning of a definite integral will be developed
in later Sections. For the present we concentrate on the process of evaluating definite integrals.
Example 9 Z 4
2
Find the definite integral of x from 1 to 4; that is, find x2 dx
1
Solution
Z
x2 dx = 13 x3 + c
3
Here f (x) = x2 and F (x) = x3 . Thus, according to our definition
Z 4
43 13
x2 dx = F (4) − F (1) = − = 21
1 3 3
HELM (2008): 15
Section 13.2: Definite Integrals
Writing F (b) − F (a) each time we calculate a definite integral becomes laborious so we replace this
b
difference by the shorthand notation F (x) . Thus
a
b
F (x) ≡ F (b) − F (a)
a
Example 10 Z π/2
π
Find the definite integral of cos x from 0 to ; that is, find cos x dx.
2 0
Solution
R
Since cos x dx = sin x + c then
Z π/2 π/2
cos x dx = sin x
0
π 0
= sin − sin 0 = 1 − 0 = 1
2
Always remember, that if you use a calculator to evaluate any trigonometric functions, you must
work in radian mode.
Task Z 2
2
Find the definite integral of x + 1 from 1 to 2; that is; find (x2 + 1) dx
1
Your solution
Answer
2
1 3
x +x .
3 1
16 HELM (2008):
Workbook 13: Integration
®
Now insert the limits of integration, the upper limit first, and hence evaluat the integral:
Your solution
Answer
8 1 10
+2 − +1 = or 3.333 (3 d.p.).
3 3 3
Task Z 1
Find (x2 + 1) dx.
2
This Task is very similar to the previous Task. Note the limits have been interchanged:
Your solution
Answer
1
1 3 1 8 10
x +x = +1 − +2 =− .
3 2 3 3 3
Note from these two Tasks that interchanging the limits of integration, changes the sign of the
answer.
Key Point 3
If you interchange the limits, you must change the sign:
Z b Z a
f (x) dx = − f (x) dx
a b
HELM (2008): 17
Section 13.2: Definite Integrals
i.e. the curves join smoothly.
The second derivatives, though, are not equal (zero in one case). In the theoretical limit as θ → ∞
2π
T = τ R3
3 Y
so this is the total torsional torque which can be carried by the bar. (The critical torque above is
three-quarters of this value.) However, clearly θ → ∞ is merely a theoretical limit since the bar
would, in fact, shear at a finite value of θ.
Example 11 Z ∞
Find the definite integral of e −x
from 0 to ∞; that is, find e−x dx.
0
Solution
Z ∞ ∞
−x −x
The integral is found in the normal way: e dx = −e
0 0
There is no difficulty in evaluating the square bracket at the lower limit. We obtain simply −e−0 =
−1. At the upper limit we must examine the behaviour of −e−x as x gets infinitely large. This is
where it is important that you are familiar with the properties of the exponential function. If you
refer to the graph (Figure 5) you will see that as x tends to infinity e−x tends to zero.
Consequently the contribution to the integral from the upper limit is zero. So
! ∞ " #∞
−x −x
e dx = −e
0 0
= (−e ) − (−e−0 )
−∞ e−x
= (0) − (−e−0 )
= 1 x
Figure 5
Z ∞
Thus the value of e−x dx is 1.
0
22 HELM (2008):
Workbook 13: Integration
®
Z ∞ Z b
−x
e dx = lim e−x dx
0 b→∞ 0
Z b b
−x −x
= −e−b − −e−0 = −e−b + 1
Now, e dx = −e
0 0
−b
Then as b tends to infinity −e tends to zero, and the resulting integral has the value 1, as before.
Many integrals having infinite limits cannot be evaluated in a simple way like this, and many cannot
be evaluated at all. Fortunately, most of the integrals you will meet will exhibit the sort of behaviour
seen in the last example.
Exercise
Z ∞ Z ∞ Z ∞ Z ∞
−x −2x −3x 4
Evaluate (a) e dx (b) e dx (c) e dx (d) dt
1 0 2 1 t2
Answer
(a) e−1 ∼ 0.368 (b) 1
2
(c) 13 e−6 = 0.0008 (4 d.p.) (d) 4
HELM (2008): 23
Section 13.2: Definite Integrals
The Area Bounded
by a Curve 13.3
Introduction
One of the important applications of integration is to find the area bounded by a curve. Often such
an area can have a physical significance like the work done by a motor, or the distance travelled by
a vehicle. In this Section we explain how such an area is calculated.
' $
• understand integration as the reverse of
differentiation
24 HELM (2008):
Workbook 13: Integration
®
y area is A(x)
y = f (x)
a x x
Figure 6
A(x) is clearly a function of x since as the upper limit changes so does the area. How does the area
change if we change the upper limit by a very small amount δx? See Figure 7 below.
y
y = f (x)
a x x + δx x
Figure 7
To a good approximation the change in the area is:
A(x + δx) − A(x) ≈ f (x)δx
[This is because the shaded area is approximately a rectangle with base δx and height f (x).] This
approximation gets better and better as δx gets smaller and smaller. Rearranging gives:
A(x + δx) − A(x)
f (x) ≈
δx
Clearly, in the limit as δx → 0 we have
A(x + δx) − A(x)
f (x) = lim
δx→0 δx
But this limit on the right-hand side is the derivative of A(x) with respect to x so
dA(x)
f (x) =
dx
Thus A(x) is an indefinite integral of f (x) and we can therefore write:
Z
A(x) = f (x)dx
Now the area under the curve from a to b is clearly A(b) − A(a). But remembering our shorthand
notation for this difference, introduced in the last Section we have, finally
b Z b
A(b) − A(a) ≡ A(x) = f (x)dx
a a
We conclude that the area under the curve y = f (x) from a to b is given by the definite integral of
f (x) from a to b.
HELM (2008): 25
Section 13.3: The Area Bounded by a Curve
2. The area bounded by a curve lying above the x-axis
Consider the graph of the function y = f (x) shown in Figure 8. Suppose we are interested in
calculating the area underneath the graph and above the x-axis, between the points where x = a
and x = b. When such an area R b lies entirely above the x-axis, as is clearly the case here, this area is
given by the definite integral a f (x) dx.
y area required
y = f (x)
a b x
Figure 8
Key Point 4
Z b
The area under the curve y = f (x), between x = a and x = b is given by f (x) dx
a
when the curve lies entirely above the x-axis between a and b.
Example 12
Calculate the area bounded y = x−1 and the x-axis, between x = 1 and x = 4.
Solution
Below is a graph of y = x−1 . The area required is shaded; it lies entirely above the x-axis.
y 1
y=
x area required
1
x
O 1 2 3 4 5
Figure 9
Z 4 4
1
area = dx = ln |x| = ln 4 − ln 1 = ln 4 = 1.386 (3 d.p.)
1 x 1
26 HELM (2008):
Workbook 13: Integration
®
Task
Find the area bounded by the curve y = sin x and the x-axis between x = 0 and
x = π. (The required area is shown in the figure. Note that it lies entirely above
the x-axis.)
y y =sinx
area required
O π x
Your solution
Answer
Z π π
sin x dx = − cos x = 2.
0 0
Task
Find the area under f (x) = e2x from x = 1 to x = 3 given that the exponential
function e2x is always positive.
Your solution
Answer
Z 3 3
2x 1 2x
area = e dx = e = 198 to 3 significant figures.
1 2 1
HELM (2008): 27
Section 13.3: The Area Bounded by a Curve
Example 13
The figure shows the graphs of y = sin x and y = cos x for 0 ≤ x ≤ 21 π. The two
graphs intersect at the point where x = 14 π. Find the shaded area.
y
y =cos x
π
2 x
Figure 10
Solution
To find the shaded area we could calculate the area under the graph of y = sin x for x between
0 and 14 π, and subtract this from the area under the graph of y = cos x between the same limits.
Alternatively the two processes can be combined into one and we can write
Z π/4
shaded area = (cos x − sin x)dx
0
π/4
= sin x + cos x
0
1 1
= sin + cos 4
π− (sin 0 + cos 0)
4
π
1 1 2 √
= ( √ + √ ) − (0 + 1) = √ − 1 = 2 − 1
2 2 2
Exercises
In each question you should check that the required area lies entirely above the horizontal axis.
1. Find the area under the curve y = 7x2 and above the x-axis between x = 2 and x = 5.
2. Find the area bounded by the curve y = x3 and the x-axis between x = 0 and x = 2.
3. Find the area bounded by the curve y = 3t2 and the t-axis between t = −3 and t = 3.
4. Find the area under y = x−2 between x = 1 and x = 10.
Answer
1. 273, 2. 4, 3. 54, 4. 0.9.
28 HELM (2008):
Workbook 13: Integration
®
y
y =−x2 +1
-2 -1 1 2 3 x
area required
Figure 11
The shaded area is bounded
R2 by the x-axis and the curve, but lies entirely below the x-axis. Let us
2
evaluate the integral 1 (−x + 1)dx.
Z 2 3 2
2 x
(−x + 1)dx = − + x
1 3
3 1 3
2 1
= − +2 − − +1
3 3
7 4
= − +1=−
3 3
The evaluation of the area yields a negative quantity. There is, of course, no such thing as a negative
area. The area is actually 43 , and the negative sign is an indication that the area lies below the x-axis.
(However, in applications of integration such as work/energy or distance travelled in a given direction
negative values can be meaningful.)
If an area contains parts both above and below the horizontal axis, care must be taken when calcu-
lating this area. It is necessary to determine which parts of the graph lie above the horizontal axis
and which lie below. Separate integrals need to be calculated for each ‘piece’ of the graph. This idea
is illustrated in the next Example.
HELM (2008): 29
Section 13.3: The Area Bounded by a Curve
Example 14
Find the total area enclosed by the curve y = x3 −5x2 +4x and the x-axis between
x = 0 and x = 3.
Solution
We need to determine which parts of the graph lie above and which lie below the x-axis. To do this
it is helpful to consider where the graph cuts the x-axis. So we consider the function x3 − 5x2 + 4x
and look for its zeros
x3 − 5x2 + 4x = x(x2 − 5x + 4) = x(x − 1)(x − 4)
So the graph cuts the x-axis when x = 0, x = 1 and x = 4. Also, when x is large and positive,
y is large and positive since the term involving x3 dominates. When x is large and negative, y is
large and negative for the same reason. With this information we can sketch a graph showing the
required area:
1 2 3 4 x
area required
Figure 12
From the graph we see that the required area lies partly above the x-axis (when 0 ≤ x ≤ 1) and
partly below (when 1 ≤ x ≤ 3). So we evaluate the integral in two parts: Firstly:
Z 1 4 1
5x3 4x2
3 2 x 1 5 7
(x − 5x + 4x)dx = − + = − + 2 − (0) =
0 4 3 2 0 4 3 12
This is the part of the required area which lies above the x-axis. Secondly:
3 3
x4 5x3 4x2
Z
3 2
(x − 5x + 4x)dx = − +
1 4 3 2 1
81 135 1 5 22
= − + 18 − − +2 =−
4 3 4 3 3
This represents the part of the required area which lies below the x-axis. The actual area is 22
3
.
Combining the results of the two separate calculations we can find the total area bounded by the
curve:
7 22 95
area = + =
12 3 12
30 HELM (2008):
Workbook 13: Integration
®
Task
(a) Sketch the graph of y = sin 2x for 0 ≤ x ≤ π.
(b) Find the total area bounded by the curve and the x-axis between x = 13 π
and x = 43 π.
(a) Sketch the graph and indicate the required area noting where the graph crosses the x-axis:
Your solution
Answer
y
π 3π
2 4 x
π π
3
y =sin 2x
(b) Perform the integration in two parts to obtain the required area:
Your solution
Answer
Z π/2 Z 3π/4
1 1
sin 2x dx = and sin 2xdx = − .
π/3 4 π/2 2
1 1 3
The required area is + = .
4 2 4
HELM (2008): 31
Section 13.3: The Area Bounded by a Curve
Exercises
1. Find the total area enclosed between the x-axis and the curve y = x3 between x = −1 and
x = 1.
6. Find the area enclosed between y = x(x − 1)(x − 2) and the x axis.
Answers
16 1
1. 0.5 2. 0.4207 3. (a) 3
, (b) 9, (c) 4 4. 0.5 5. e2 − 1 6. 2
32 HELM (2008):
Workbook 13: Integration
®
Introduction
Integration by Parts is a technique for integrating products of functions. In this Section you will learn
to recognise when it is appropriate to use the technique and have the opportunity to practise using
it for finding both definite and indefinite integrals.
' $
• understand what is meant by definite and
indefinite integrals
Prerequisites • be able to use a table of integrals
Before starting this Section you should . . .
• be able to differentiate and integrate a range
of common functions
& %
' $
• decide when it is appropriate to use the
method known as integration by parts
HELM (2008): 33
Section 13.4: Integration by Parts
1. Indefinite integration
The technique known as integration by parts is used to integrate a product of two functions, such
as in these two examples:
Z Z 1
(i) 2x
e sin 3x dx (ii) x3 e−2x dx
0
Note that in the first example, the integrand is the product of the functions e2x and sin 3x, and in
the second example the integrand is the product of the functions x3 and e−2x . Note also that we
can change the order of the terms in the product if we wish and write
Z Z 1
(i) 2x
(sin 3x) e dx (ii) e−2x x3 dx
0
What you must never do is integrate each term in the product separately and then multiply - the
integral of a product is not the product of the separate integrals. However, it is often possible to
find integrals involving products using the method of integration by parts - you can think of this as
a product rule for integrals.
The integration by parts formula states:
Key Point 5
Integration by Parts for Indefinite Integrals
For indefinite integrals, given functions f (x) and g(x):
Z Z Z Z
df
f · g dx = f · g dx − · gdx dx
dx
Study the formula carefully and note the following observations. Firstly, to apply the formula we must
df
be able to differentiate the function f to find , and we must be able to integrate the function, g.
dx
Secondly the formula replaces one integral, the one on the left, with a different integral, that on the
far right. The intention is that the latter, whilst it may look more complicated in the formula above,
is simpler to evaluate. Consider the following Example:
34 HELM (2008):
Workbook 13: Integration
®
Example 15 R
Find the integral of the product of x with sin x; that is, find x sin x dx.
Solution
Compare the required integral with the formula for integration by parts: we choose
f =x and g = sin x
It follows that
Z Z
df
=1 and g dx = sin x dx = − cos x
dx
(When integrating g there is no need to worry about a constant of integration. When you become
confident with the method, you may like to think about why this is the case.)
Applying the formula we obtain
Z Z Z Z
df
x sin x dx = f · g dx − · gdx dx
dx
Z
= x(− cos x) − 1(− cos x) dx
Z
= −x cos x + cos x dx = −x cos x + sin x + c
Task Z
Find (5x + 1) cos 2x dx.
Z
df
Let f = 5x + 1 and g = cos 2x. Now calculate and g dx:
dx
Your solution
Answer Z
df 1
= 5 and cos 2x dx = sin 2x.
dx 2
Substitute these results into the formula for integration by parts and complete the Task:
Your solution
HELM (2008): 35
Section 13.4: Integration by Parts
Answer Z
1 1 1 5
(5x + 1)( sin 2x) − 5( sin 2x)dx = (5x + 1) sin 2x + cos 2x + c
2 2 2 4
Sometimes it is necessary to apply the formula more than once, as the next Example shows.
Example
Z 16
Find 2x2 e−x dx
Solution
Z
df
2
We let f = 2x and g = e . Then −x
= 4x and gdx = −e−x
dx
Using the formula for integration by parts we find
Z Z Z
2x e dx = 2x (−e ) − 4x(−e )dx = −2x e + 4xe−x dx
2 −x 2 −x −x 2 −x
Z Z
4xe dx = 4x(−e ) − 4(−e−x )dx
−x −x
Z
= −4xe + 4e−x dx = −4xe−x − 4e−x
−x
Altogether we have
Z
2x2 e−x dx = −2x2 e−x − 4xe−x − 4e−x + c = −2e−x (x2 + 2x + 2) + c
Exercises
In some questions
Z below it will be necessary
Z to apply integration
Z by parts more than once.
3t
1. Find (a) x sin(2x)dx, (b) te dt, (c) x cos x dx.
Z
2. Find (x + 3) sin x dx.
Z
3. By writing ln x as 1 × ln x find ln x dx.
Z Z Z
−1
4. Find (a) tan x dx, (b) −7x cos 3x dx, (c) 5x2 e3x dx,
Z Z
5. Find (a) x cos kx dx, where k is a constant (b) z 2 cos kz dz, where k is a constant.
Z Z
−st
6. Find (a) te dt where s is a constant, (b) Find t2 e−st dt where s is a constant.
36 HELM (2008):
Workbook 13: Integration
®
Answers
1 1 1 1
1. (a) sin 2x − x cos 2x + c, (b) e3t ( t − ) + c, (c) cos x + x sin x + c
4 2 3 9
2. −(x + 3) cos x + sin x + c.
3. x ln x − x + c.
1 7 7 5
4. (a) x tan−1 x − ln(x2 + 1) + c, (b) − cos 3x − x sin 3x + c, (c) e3x (9x2 − 6x + 2) + c,
2 9 3 27
cos kx x sin kx 2z cos kz z 2 sin kz 2 sin kz
5. (a) + + c, (b) + − + c.
k2 k k2 k k3
−e−st (st + 1) −e−st (s2 t2 + 2st + 2)
6. (a) + c, (b) + c.
s2 s3
2. Definite integration
When dealing with definite integrals the relevant formula is as follows:
Key Point 6
Integration by Parts for Definite Integrals
For definite integrals, given functions f (x) and g(x):
Z b Z b Z b Z
df
f · g dx = f · g dx − · gdx dx
a a a dx
Z b b Z b
dv du
Alternatively, given functions u and v: u dx = uv − v dx
a dx a a dx
Example 17
Z 2
Find xex dx.
0
Solution
Z
df
We let f = x and g = e . Then = 1 and g dx = ex . Using integration by parts we obtain
x
dx
Z 2 2 Z 2 2
x x
xe dx = xe − 1.e dx = 2e − ex = 2e2 −[e2 −1] = e2 +1
x 2
(or 8.389 to 3 d.p.)
0 0 0 0
Sometimes it is necessary to apply the formula more than once as the next Example shows.
HELM (2008): 37
Section 13.4: Integration by Parts
Example 18 Z 2
2 x
Find the definite integral of x e from 0 to 2; that is, find x2 ex dx.
0
Solution
Z
df
2
We let f = x and g = e . Then x
= 2x and g dx = ex . Using integration by parts:
dx
Z 2 2 Z 2 Z 2
2 x 2 x x 2
x e dx = x e − 2xe dx = 4e − 2 xex dx
0 0 0 0
The remainingZ integral must be integrated by parts also but we have just done this in the example
2
above. So x2 ex dx = 4e2 − 2[e2 + 1] = 2e2 − 2 = 12.778 (3 d.p.)
0
Task Z π/4
Find (4 − 3x) sin x dx.
0
Your solution
Answer
Take f = 4 − 3x and g = sin x.
Now complete the integral:
Your solution
Z π/4
(4 − 3x) sin x dx =
0
Answer
Z π/4 π/4 Z π/4
(4 − 3x) sin x dx = (4 − 3x)(− cos x) −3 cos x dx
0 0 0
π/4 π/4
= (4 − 3x)(− cos x) −3 sin x
0 0
= 0.716 to 3 d.p.
38 HELM (2008):
Workbook 13: Integration
®
Exercises
Z 1 Z π/2 Z 1
1. Evaluate the following: (a) x cos 2x dx, (b) x sin 2x dx, (c) te2t dt
Z 2 0 0 −1
2. Find (x + 2) sin x dx
1
Z 1
3. Find (x2 − 3x + 1)ex dx
0
Answers
1. (a) 0.1006, (b) π/4 = 0.7854, (c) 1.9488.
2. 3.3533.
3. −0.5634.
HELM (2008): 39
Section 13.4: Integration by Parts
Integration by
Substitution and Using
Introduction
The first technique described here involves making a substitution to simplify an integral. We let
a new variable equal a complicated part of the function we are trying to integrate. Choosing the
correct substitution often requires experience. This skill develops with practice.
Often the technique of partial fractions can be used to write an algebraic fraction as the sum of simpler
fractions. On occasions this means that we can then integrate a complicated algebraic fraction. We
shall explore this approach in the second half of the section.
' $
• be able to find a number of simple definite
and indefinite integrals
Before starting this Section you should . . . • be familiar with the technique of expressing
an algebraic fraction as the sum of its partial
fractions
&
' %
$
• make simple substitutions in order to find
definite and indefinite integrals
40 HELM (2008):
Workbook 13: Integration
®
1. Making a substitution
The technique described here involves making a substitution in order to simplify an integral. We let
a new variable, u say, equal a more complicated part of the function we are trying to integrate. The
choice of which substitution to make often relies upon experience: don’t worry if at first you cannot
see an appropriate substitution. This skill develops with practice. However, it is not simply a matter
of changing the variable - care must be taken with the differential form dx as we shall see. The
technique is illustrated in the following Example.
Example 19
Z
Find (3x + 5)6 dx.
Solution
First look at the function we are trying to integrate: (3x + 5)6 . It looks quite complicated to
integrate. Suppose we introduce a new variable, u, such that u = 3x + 5. Doing this means that
the function we must integrate becomes u6 . Would you not agree that this looks a much simpler
function to integrate than (3x + 5)6 ? There is a slight complication however. The new function of
u must be integrated with respect to u and not with respect to x. This means that we must take
care of the term dx correctly.
du dx 1
Long Method u = 3x + 5 so = 3, or =
dx du 3
Z Z
6
Let I= (3x + 5) dx = u6 dx (substituting for 3x + 5)
Z
dx
= u6 du (to change from x to u)
du
Z
1 dx
= u6 . du (substituting for )
3 du
u7
Z
1
= u6 dx = + constant
3 21
du 1
Short Method u = 3x + 5 so = 3, so dx = du
dx 3
u7
Z Z Z Z
1 1
Let I = (3x + 5)6 dx = u6 dx = u6 . . du = u6 du = + constant
3 3 21
To finish off we must rewrite this answer in terms of the original variable x and replace u by 3x + 5:
(3x + 5)7
Z
(3x + 5)6 dx = +c
21
HELM (2008): 41
Section 13.5: Integration by Substitution and Using Partial Fractions
In practice the short method is generally used but mathematicians don’t like to separate the ‘dx’
1
from the ‘du’ as in the statement ‘dx = du’ as it is meaningless mathematically (but it works!). In
3
the future we will use the short method, with apologies to the mathematicians!
Task Z
By making the substitution u = sin x find cos x sin2 x dx
du
You are given the substitution u = sin x. Find :
dx
Your solution
Answer
du
= cos x
dx
Now make the substitution, simplify the result, and finally perform the integration:
Your solution
Answer
Z Z
1
cos x sin x dx simplifies to u2 du. The final answer is sin3 x + c.
2
3
Exercise
Use suitable substitutions to find
Z Z
(a) (4x + 1) dx (b) t2 sin(t3 + 1)dt
7
(Hint: you need to simplify sin(t3 + 1))
Answer
(4x + 1)8 cos(t3 + 1)
(a) +c (b) − +c
32 3
42 HELM (2008):
Workbook 13: Integration
®
Example 20 Z 3
Find the definite integral t sin(t2 )dt by making the substitution u = t2 .
2
Solution
du du
Note that if u = t2 then = 2t so that dt = . We find
dt 2t
Z t=3 Z t=3
1 t=3
Z
2 du
t sin(t )dt = t sin u = sin u du
t=2 t=2 2t 2 t=2
An important point to note is that the limits of integration are limits on the variable t, not u. To
emphasise this they have been written explicitly as t = 2 and t = 3. When we integrate with respect
to the variable u, the limits must be written in terms of u. From the substitution u = t2 , note that
when t = 2 then u = 4 and when t = 3 then u = 9 so the integral becomes
9
1 u=9
Z
1 1
sin u du = − cos u = (− cos 9 + cos 4) = 0.129 to 3 d.p.
2 u=4 2 4 2
Exercise
Z 2 Z 1
7 3
Use suitable substitutions to find (a) (2x + 3) dx, (b) 3t2 et dt.
1 0
Answer
(a) u = 2x + 3 is suitable; 3.359 × 105 to 4 sig. figs. (b) 1.718 to 3 d.p.
HELM (2008): 43
Section 13.5: Integration by Substitution and Using Partial Fractions
3. Integrals giving rise to logarithms
Example 21
3x2 + 1
Z
Find dx
x3 + x + 2
Solution
Let us consider what happens when we make the substitution z = x3 + x + 2. Note that
dz
= 3x2 + 1 so that we can write dz = (3x2 + 1)dx
dx
Then
3x2 + 1
Z Z
1
3
dx = dz = ln |z| + c = ln |x3 + x + 2|
x +x+2 z
Note that in the last Example, the numerator of the integrand (3x2 + 1) is the derivative of the
denominator (x3 + x + 2). The result is the logarithm of the denominator. This is a special case of
the following rule:
Key Point 7
f 0 (x)
Z
dx = ln |f (x)| + c
f (x)
Note that it is the modulus of f (x) in the answer.
Task
Write
Z down, purely by inspection,
Z the following Z
integrals:
1 2x 1
(a) dx, (b) 2
dx, (c) dx.
x+1 x +8 x−3
Hint: In each case the numerator of the integrand is the derivative of the denominator.
Your solution
Answer
(a) ln |x + 1| + c, (b) ln |x2 + 8| + c, (c) ln |x − 3| + c
44 HELM (2008):
Workbook 13: Integration
®
Task 4
3t2 + 2t
Z
Evaluate the definite integral dt.
2 t3 + t2 + 1
Your solution
Answer
4
3 2
ln |t + t + 1| = ln 81 − ln 13 = 1.83
2
Sometimes it is necessary to make slight adjustments to the integrand to obtain a form for which
the rule in Key Point 7 is suitable. Consider the next Example.
Example 22
x2
Z
Find the indefinite integral dx.
x3 + 1
Solution
In this Example the derivative of the denominator is 3x2 whereas the numerator is just x2 . We
adjust the numerator as follows:
x2 3x2
Z Z
1
dx = dx and integrate by the rule to get 13 ln |x3 + 1| + c
x3 + 1 3 x3 + 1
Note that the sort of procedure in the last Example is only possible because we can move constant
factors through the integral sign. It would be wrong to try to move terms involving the variable x
in a similar way.
Exercise
Write
Z down the result
Z of finding the following
Z integrals. Z
1 2t 1 2
(a) dx, (b) 2
dt, (c) dx, (d) dx.
x t +1 2x + 5 3x − 2
Answer
1 2
(a) ln |x| + c, (b) ln |t2 + 1| + c, (c) 2
ln |2x + 5| + c, (d) 3
ln |3x − 2| + c.
HELM (2008): 45
Section 13.5: Integration by Substitution and Using Partial Fractions
4. Integration using partial fractions
Sometimes expressions which at first sight look impossible to integrate using the techniques already
met may in fact be integrated by first expressing them as simpler partial fractions, and then using
the techniques described earlier in this Section. Consider the following Task.
Task
23 − x
Express as the sum of its partial fractions.
(x − 5)(x + 4)
23 − x
Z
Hence find dx
(x − 5)(x + 4)
A B
First produce the partial fractions. Write the fraction in the form + and find A, B.
x−5 x+4
Your solution
Answer
A = 2, B = −3
Now integrate each term separately:
Your solution
23 − x
Z Z Z
A B
dx = dx + dx =
(x − 5)(x + 4) x−5 x+4
Answer
2 ln |x − 5| − 3 ln |x + 4| + c
46 HELM (2008):
Workbook 13: Integration
®
Exercises
By expressing the following in partial fractions, evaluate each integral:
Z
1
1. 3
dx
x +x
13x − 4
Z
2. dx
6x2 − x − 2
Z
1
3. dx
(x + 1)(x − 5)
Z
2x
4. dx
(x − 1)2 (x + 1)
Answers
1
1. ln |x| − ln |x2 + 1| + c
2
3 2
2. ln |2x + 1| + ln |3x − 2| + c
2 3
1 1
3. ln |x − 5| − ln |x + 1| + c
6 6
1 1 1
4. − ln |x + 1| + ln |x − 1| − +c
2 2 x−1
HELM (2008): 47
Section 13.5: Integration by Substitution and Using Partial Fractions
Integration of
Trigonometric
Functions 13.6
Introduction
Integrals involving trigonometric functions are commonplace in engineering mathematics. This is
especially true when modelling waves and alternating current circuits. When the root-mean-square
(rms) value of a waveform, or signal is to be calculated, you will often find this results in an integral
of the form
Z
sin2 t dt
In this Section you will learn how such integrals can be evaluated.
' $
• be able to find a number of simple definite
and indefinite integrals
Prerequisites • be able to use a table of integrals
Before starting this Section you should . . .
• be familiar with standard trigonometric
identities
&
%
• use trigonometric identities to write
Learning Outcomes integrands in alternative forms to enable
On completion you should be able to . . . them to be integrated
48 HELM (2008):
Workbook 13: Integration
®
Task
Write
Z down the following
Z integrals: Z Z
(a) sin x dx, (b) cos x dx, (c) sin 2x dx, (d) cos 2x dx
Your solution
(a) (b)
(c) (d)
Answer
1 1
(a) − cos x + c, (b) sin x + c, (c) − cos 2x + c, (d) sin 2x + c.
2 2
The basic rules from which these results can be derived are summarised here:
Key Point 8
Z Z
cos kx sin kx
sin kx dx = − +c cos kx dx = +c
k k
In engineering applications it is often necessary to integrate functions involving powers of the trigono-
metric functions such as
Z Z
2
sin x dx or cos2 ωt dt
Note that these integrals cannot be obtained directly from the formulas in Key Point 8 above.
However, by making use of trigonometric identities, the integrands can be re-written in an alternative
form. It is often not clear which identities are useful and each case needs to be considered individually.
Experience and practice are essential. Work through the following Task.
HELM (2008): 49
Section 13.6: Integration of Trigonometric Functions
Task
1
Use the trigonometric identity sin2 θ ≡ (1 − cos 2θ) to express the integral
Z 2
2
sin x dx in an alternative form and hence evaluate it.
Answer Z
1
The integral can be written (1 − cos 2x)dx.
2
Note that the trigonometric identity is used to convert a power of sin x into a function involving
cos 2x which can be integrated directly using Key Point 8.
(b) Now evaluate the integral:
Your solution
Answer
1
x − 12 sin 2x + c = 21 x − 14 sin 2x + K where K = c/2.
2
Task Z
Use the trigonometric identity sin 2x ≡ 2 sin x cos x to find sin x cos x dx
Answer
1
The integrand can be written as 2
sin 2x
(b) Now evaluate the integral:
Your solution
Answer
Z 2π Z 2π 2π
1 1 1 1 1 1
sin x cos x dx = sin 2x dx = − cos 2x + c = − cos 4π + cos 0 = − + = 0
0 0 2 4 0 4 4 4 4
50 HELM (2008):
Workbook 13: Integration