Chapter - 4 -Determinant
Chapter - 4 -Determinant
CONTENTS
• OPERATIONS ON DETERMINANTS
[8 MARKS, CREDIT: 8]
CONCEPTS OF DETERMINANTS:
In mathematics, a determinant is a scalar value that can be computed from the elements of a
square matrix and encodes certain properties of the matrix. The determinant plays an
important role in linear algebra, especially in solving systems of linear equations, finding the
inverse of a matrix, and understanding matrix transformations. The determinant is only
defined for square matrices (i.e., matrices with the same number of rows and columns).
The determinant of a matrix A is commonly denoted det(A), det A, or |A|. Its value
characterizes some properties of the matrix and the linear map represented by the matrix.
𝑎11 𝑎12
𝐴 = (𝑎 𝑎22 )
21
• For a square matrix of order 2, the determinant of the matrix A can be expressed as
𝑎11 𝑎12
𝐷𝑒𝑡(𝐴) = |𝑎 𝑎22 |
21
The minor of an element in a matrix is the determinant of the submatrix that remains after
removing the row and column of that element. The minor of an element of a given
determinant is the determinant obtained by deleting the row and column through that
element.
The minor of the element 𝑎𝑖𝑗 (by definition) is to be obtained by deleting the row and column
through 𝑎𝑖𝑗 (i.e i-th row and j-th column). It is denoted by 𝑀𝑖𝑗 (𝑖, 𝑗 = 1,2,3). Therefore, The
minor of the element 𝑎11 (by definition) is to be obtained by deleting the row and column
through 𝑎11 (i.e 1st row and 1st column)
𝑎22 𝑎23
𝑀11 = |𝑎 𝑎33 |
32
𝑎21 𝑎23
co-factor of the element 𝑎12 = 𝐴12 = − |𝑎 𝑎33 |
31
𝑎21 𝑎22
co-factor of the element 𝑎13 = 𝐴13 = + |𝑎 𝑎32 |
31
𝑎12 𝑎13
co-factor of the element 𝑎21 = 𝐴21 = − |𝑎 𝑎33 |
32
𝑎11 𝑎13
co-factor of the element 𝑎22 = 𝐴22 = + |𝑎 𝑎33 |
31
𝑎11 𝑎12
co-factor of the element 𝑎23 = 𝐴23 = − |𝑎 𝑎32 |
31
𝑎12 𝑎13
co-factor of the element 𝑎31 = 𝐴31 = + |𝑎 𝑎23 |
22
𝑎11 𝑎13
co-factor of the element 𝑎32 = 𝐴32 = − |𝑎 𝑎23 |
21
𝑎11 𝑎12
co-factor of the element 𝑎33 = 𝐴33 = + |𝑎 𝑎22 |
21
OPERATIONS OF DETERMINANTS:
and
𝑏11 𝑏12 𝑏13
𝐵 = |𝑏21 𝑏22 𝑏23 |
𝑏31 𝑏32 𝑏33
By element wise and by row-wise, for two given 3rd order determinant stated above,
𝑎11 𝑎12 𝑎13 𝑏11 𝑏12 𝑏13 𝑎11 ±𝑏11 𝑎12 ± 𝑏12 𝑎13 ± 𝑏13
𝐴 ± 𝐵 = |𝑎21 𝑎22 𝑎23 | ± |𝑏21 𝑏22 𝑏23 | = |𝑎21 ± 𝑏21 𝑎22 ± 𝑏22 𝑎23 ± 𝑏23 |
𝑎31 𝑎32 𝑎33 𝑏31 𝑏32 𝑏33 𝑎31 ± 𝑏31 𝑎32 ± 𝑏32 𝑎33 ± 𝑏33
By row and by row-wise, for two given 3rd order determinant stated above,
𝑎11 𝑎12 𝑏11 𝑏12 𝑎 𝑏 + 𝑎12 𝑏12 𝑎11 𝑏21 + 𝑎12 𝑏22
|𝑎 𝑎22 | . |𝑏21 | = | 11 11 |
21 𝑏22 𝑎21 𝑏11 + 𝑎22 𝑏12 𝑎21 𝑏21 + 𝑎22 𝑏22
PROPERTIES OF DETERMINANTS:
The solution of a system of linear equations involves finding the values of variables that satisfy
all the given equations simultaneously. There are several methods to solve systems of linear
equations, depending on the nature of the system and the size of the matrices involved.
Types of Systems:
• Consistent system: A system that has at least one solution.
o Unique solution: The system has exactly one solution.
o Infinitely many solutions: The system has more than one solution.
𝐀. 𝐗 = 𝐁
where
𝑎11 𝑎12 𝑎13
𝐴 = (𝑎21 𝑎22 𝑎23 )
𝑎31 𝑎32 𝑎33
𝑏1
𝐵 = (𝑏2 )
𝑏3
and
𝑥1
𝑋 = ( 𝑥2 )
𝑥3
Solution of the system of linear equation as defined above can be done by following two
methods –
CRAMER’S RULE:
Cramer’s Rule is a mathematical method for solving a system of linear equations using
determinants. It is applicable to systems of linear equations of 𝑛 variables, where the
coefficient matrix has a non-zero determinant. Cramer’s rule expresses each variable as a
ratio of determinants.
Note:
• The system must have the same number of equations as unknowns (i.e., the coefficient
matrix must be square).
• The determinant of the coefficient matrix must be non-zero (det(A)≠0det(A) =0) for a
unique solution to exist.
Cramer’s rule is one of the important methods applied to solve a system of equations. In this
method, the values of the variables in the system are to be calculated using the determinants
of matrices. Thus, Cramer’s rule is also known as the determinant method.
Here we will discuss the solution of the above system of linear equation by the method of
Cramer’s rule only. Consider the following system of linear equations
The solution of the above system of linear equation is possible only when the coefficient
determinant is different from 0, i. e
Hence the solution of the above system of linear equation is obtained and given by
∆𝟏
𝒙𝟏 =
∆
∆𝟐
𝒙𝟐 =
∆
∆𝟑
𝒙𝟑 =
∆
𝑏1 𝑎12 𝑎13
∆1 = |𝑏2 𝑎22 𝑎23 |
𝑏3 𝑎32 𝑎33
𝑎11 𝑏1 𝑎13
∆2 = |𝑎21 𝑏2 𝑎23 |
𝑎31 𝑏3 𝑎33
𝑎11 𝑎12 𝑏1
∆3 = |𝑎21 𝑎22 𝑏2 |
𝑎31 𝑎32 𝑏3
Suggested Books/References:
ASSIGNMENT
1. If 𝑥 + 𝑦 + 𝑧 = 0, show that
𝑥 𝑦 𝑧
| 𝑥2 𝑦2 𝑧 2 | = 0.
𝑦+𝑧 𝑥+𝑧 𝑥+𝑦
[CU-B. Com-2016]
2. Solve by Cramer’s rule:
𝑥 + 2𝑦 − 𝑧 = 9,
2𝑥 − 𝑦 + 3𝑧 = −2,
3𝑥 + 2𝑦 + 3𝑧 = 9.
[CU-B. Com-2018]
3. Prove that
1+𝑎 1 1
1 1 1
| 1 1+𝑏 1 | = 𝑎𝑏𝑐(1 + 𝑎 + 𝑏 + 𝑐 ). [CU-B. Com-2017,2019,2021]
1 1 1+𝑐
4. Find the value of 𝑥, when
𝑥−1 1 1
| 1 𝑥+1 −1 | = 0
−1 1 𝑥+1
[CU-B. Com-2014,2022]
5. Solve by Cramer’s rule:
𝑥 + 𝑦 + 𝑧 = 6,
2𝑥 − 𝑦 + 3𝑧 = 9,
𝑥 + 3𝑦 − 2𝑧 = 1.
[CU-B. Com-2013,2019]
6. If 𝑥 + 𝑦 + 𝑧 = 0, show that
𝑥 𝑦 𝑧
2
|𝑥 𝑦 2 𝑧 2 | = 0.
𝑥3 𝑦3 𝑧3
[CU-B. Com-2012]
7. Solve by Cramer’s rule:
1 1 1
+ + = 1,
𝑥 𝑦 𝑧
2 5 3
+ + = 0,
𝑥 𝑦 𝑧
1 2 4
+ + =3
𝑥 𝑦 𝑧
[CU-B. Com-2017,2022]
8. Prove that
1 + 𝑎2 − 𝑏2 2𝑎𝑏 −2𝑏
| 2𝑎𝑏 1 − 𝑎2 + 𝑏2 2𝑎 | = (1 + 𝑎2 + 𝑏2 ).
2𝑏 −2𝑎 1 − 𝑎2 − 𝑏2
[CU-B. Com-2017]
𝑥 𝑦 𝑧
2
9. Prove that |𝑥 𝑦2 𝑧 2 | = 𝑥𝑦𝑧(𝑥 − 𝑦)(𝑦 − 𝑧)(𝑧 − 𝑥).
𝑥3 𝑦3 𝑧3
[CU-B. Com-2020]
1 + 𝑥2 + 𝑦2 𝑥 2 + 2𝑦 2 + 3 𝑥 2 + 3𝑦 2 + 4
| 𝑦2 + 2 2𝑦 2 + 6 3𝑦 2 + 8 | = 𝑥 2 𝑦 2
𝑦2 + 1 2𝑦 2 + 3 3𝑦 2 + 4
[CU-B. Com-2022]