Determinants of a matrix of order two can be evaluated for a square matrix of dimensions 2 x 2. To determine the determinant of a 2×2 matrix, we have to find the difference of cross multiplication of the elements. Therefore, we don’t have to use the calculator here to find the determinant of order 2 matrix, quickly. Determinant is calculated only for a square matrix.
Facts:
|
---|
The determinant of a matrix of order 2, is denoted by A = [aij]2×2, where A is a matrix, a represents the elements i and j denotes the rows and columns, respectively. Let us learn more about the determinant formula for a 2 x 2 matrix along with examples to understand better.
Determinant of a 2 x 2 Matrix
Suppose, A = [aij] is a 2 x 2 matrix (order two matrix), such that;
Then the determinant of A is defined as:
Det (A) =
Det (A) = a11.a22 – a12.a21
Or
|A| = a11.a22 – a12.a21
This is the determinant formula for matrix of order two.
Determinant Related Articles |
---|
Solved Examples
Q.1: Find the determinant of matrix
Solution: Given,
By the determinant formula, determinant of matrix A, is:
Det A =
|A| = 3 x 8 – 5 x 9
|A| = 24 – 45
|A| = -21
Q.2: Find the determinant of 2×2 matrix
Solution:
The determinant of a matrix A of order two will be:
|A| = 0.1 – 1.4
|A\ = -4
Q.3: If
Solution: Given,
Determinant of matrix of order two is given by:
Det (A) = a11.a22 – a12.a21
In the given matrix A,
a11 = 6
a12 = 9
a21 = -4
a22 = 7
Hence,
|A|=\begin{vmatrix}
6&9 \\
-4&7
\end{vmatrix}
|A| = 6 x 7 – 9 x (-4)
= 42 + 36
= 78
Thus, the required determinant is 78.
Q.4: If
Solution: Given,
Product of matrices A and B:
Now, determinant of A.B, will be;
|A.B| = 4.2 – 3.3
|A.B| = 8 – 9
|A.B| = -1 ………………..(i)
Now, we need to check if |A.B| = |A|.|B|
Let us find the determinant of matrices A and B separately.
|A| = 1.1 – 2.1 = -1
|B| = 2.1 – 1.1 = 1
So,
|A|.|B| = (-1)x(1) = -1 ……….(ii)
Therefore, by (i) and (ii), it is proved that;
|A.B| = |A|.|B|
Practice QuestionsFind the determinant of matrices of order two, given below:
|
---|
Frequently Asked Questions – FAQs
How to find the determinant of a matrix of order 2?
Cross multiply the elements of the 2×2 matrix and then find their difference. Hence, the determinant of the matrix is calculated.
If matrix A has elements a11, a12, a21 and a22, then find the determinant of A.
The determinant of matrix A will be:
|A| = a11.a22 – a12.a21
What is a second order determinant?
The determinant of a 2×2 matrix or order two matrix, is called second order determinant.
What is the determinant of a 2×1 matrix?
We cannot determine the determinant of a 2 x 1 matrix. To find the determinant, the matrix should be a square matrix.
Comments