The determinant of a 2x2 matrix A=[aamp;bcamp;d] is given by det(A)=ad−bc. This determinant is crucial for testing the invertibility of a matrix. It also relates to how areas and volumes change under a linear transformation represented by the matrix.
A matrix (A) is invertible if and only if det(A)=0.
A matrix (A) is not invertible if and only if det(A)=0.
Applications of Determinants
Testing Matrix Invertibility: The primary use, as noted above.
Theoretical Development: Properties of determinants facilitate various theoretical developments.
Area and Volume Measurement: Determinants relate to how areas and volumes transform.
Determinants are computationally intensive for large matrices, making them less suitable for large-scale computational problems. Numerical stability issues, such as the division step in matrix inversion, further limit their applicability in large matrix settings.
Justification of the Two by Two Determinant Formula
Consider a 2x2 matrix A=[aamp;bcamp;d].
Case 1: a is non-zero
Divide the first row by (a).
Subtract (c) copies of the first row from the second row: [aamp;bcamp;d]→[1amp;ab0amp;d−abc]=[1amp;ab0amp;aad−bc]
The bottom row will be all zeros if and only if ad−bc=0.
If ad−bc=0, the matrix is singular (not invertible).
If ad−bc=0, the matrix is invertible.
Case 2: a = 0 and c is non-zero
Swap rows one and two and perform a similar calculation, leading to the same conclusion.
Case 3: Both a and c are zero
If both a=0 and c=0, the matrix has a column of zeros and is not invertible. In this case, ad−bc=0.
Examples of Calculating Two by Two Determinants
Example 1:
Calculate the determinant of A=[2amp;11amp;−1].
det(A)=(2)(−1)−(1)(1)=−2−1=−3
This determinant indicates that the plane is flipped (orientation reversal) and areas are scaled by a factor of 3.
Example 2:
Calculate the determinant of A=[1amp;−3−1amp;3].
det(A)=(1)(3)−(−1)(−3)=3−3=0
Since the determinant is zero, the matrix is not invertible. The rows (or columns) are linearly dependent (one is a multiple of the other).
Example 3:
Calculate the determinant of A=[−1amp;5−3amp;3].
det(A)=(−1)(3)−(−3)(5)=−3+15=12
Example 4:
Calculate the determinant of A=[5amp;3−1amp;−1].
det(A)=(5)(−1)−(−1)(3)=−5+3=−2
Three by Three Determinant
Row reduction on a 3x3 matrix, assuming appropriate terms are non-zero, leads to a determinant formula:
This formula determines whether a matrix is invertible. If the determinant is zero, the matrix is singular and not invertible. If non-zero, the matrix is invertible.
Remembering the 3x3 Determinant Formula
To remember the formula, repeat the first two columns of the matrix:
Multiply along the diagonals. The positive terms are obtained by going diagonally down from the top left to the bottom right. The negative terms are obtained by going down the other direction.
Cofactor Expansion
The 3x3 determinant can be expressed in terms of cofactors: