A determinant is a scalar value that can be calculated from the elements of a square matrix.
Table of Contents
Introduction to Determinants
The development of determinants took place when mathematicians were trying to solve a system of simultaneous linear equations.
Mathematicians defined the symbol
For every square matrix A of order n x n, there exists a number associated with it called the determinant of a square matrix.
For a matrix of 1 x 1, the determinant is A = [a].
For a 2 x 2 matrix,
Note:
(i) The number of elements in a determinant of order n is n2.
(ii) A determinant of order 1 is the number itself.
Properties of Determinants
- There will be no change in the value of the determinant if the rows and columns are interchanged.
- Suppose any two rows or columns of a determinant are interchanged, then its sign changes.
- If any two rows or columns of a determinant are the same, then the determinant is 0.
- If any row or column of the determinant is multiplied by a variable k, then its value is multiplied by k.
- Say if some or all elements of a row or column are expressed as the sum of two or more terms, then the determinant can be expressed as the sum of two or more determinants.
Contents in Determinants
- Introduction to Determinants
- Minors and Cofactors
- Properties of Determinants in detail
- System of Linear Equations Using Determinants
- Differentiation and Integration of Determinants
- Standard Determinants
Illustration 1: Expand
by Sarrus rules.
Solution:
By using Sarrus rule, i.e.,
Here,
Illustration 2: Evaluate the determinant :
Solution:
By using the determinant expansion formula, we can get the result.
We have
Symmetric and Skew Symmetric Determinants
Symmetric Determinant
A determinant is called a symmetric determinant if aij = aji, β i, j
Skew Symmetric Determinant
A determinant is called a skew symmetric determinant if aij = -aji, β i, j for every element.
Note: (i) det |A| = 0 βA is singular matrix (ii) det | A | β 0 βA is non-singular matrix
Multiplication of Two Determinants
(a) Multiplication of two second order determinants is as follows: (as R to C method)
(b) Multiplication of two third order determinants is defined as follows
(as R to C method)
Note:
(i) The two determinants to be multiplied must be of the same order.
(ii) To get the Tmn (term in the mth row nth column) in the product, Take the mth row of the 1st determinant and multiply it by the corresponding terms of the nth column of the 2nd determinant and add.
(iii) This method is the row-by-column multiplication rule for the product of 2 determinants of the nth order determinant.
(iv) IfΞβ² is the determinant formed by replacing the elements of a Ξ of order n with their corresponding co-factors, then
Ξβ = Ξn-1 . Ξβ is called the reciprocal determinant.
Illustration 3: Reduce the power of the determinant
to 1.
Solution:
By multiplying the given determinant two times, we get the determinant as required.
Also, Read
Matrices and Determinants Previous Year Questions
Important Matrices and Determinants Formulas for JEE Main and Advanced
Toughest JEE Advanced Problems from Matrices and Determinants

Top JEE Advanced Questions from Matrices and Determinants

Matrices and Determinants β Important Topics

Matrices and Determinants β Important Questions

Matrices and Determinants Revision for JEE β Part 1

Matrices and Determinants Revision for JEE β Part 2

Matrices and Determinants Revision for JEE β Part 3

Matrices and Determinants β Top 10 Most Important and Expected JEE Main Questions

Matrices and Determinants Revision for JEE β Part 4

Most Difficult Matrices and Determinants Problems for JEE Advanced 2022

Frequently Asked Questions
What is the determinant of an identity matrix?
The determinant of an identity matrix is 1.
Are determinants always positive?
No, determinants can be negative, positive or zero.
Give an application of determinants.
Determinants are used to solve linear equations in two or three variables.
What is the value of the determinant of a matrix, if any two rows or columns are identical?
If any two rows or columns of a matrix are identical, then the value of the determinant is equal to zero.
What will be the determinant of a matrix when two rows and columns are interchanged?
If two rows or columns of a determinant are interchanged, then the determinant changes its sign.
Will the determinant change if transposed?
No, the determinant of a matrix is equal to the determinant of the transpose of the matrix. |AT| = |A|.
Does a matrix have more than one determinant?
No, a matrix cannot have more than one determinant.
What happens to a determinant if all the elements of a row/column are multiplied by any scalar k?
If all elements of a row/column of a determinant are multiplied by some scalar k, the value of the new determinant is k times the given determinant. If A is a square matrix having n rows, and k is any scalar, then |kA| = kn|A|.
Comments