The concept of minors is fundamental to evaluating determinants of higher orders.
Definition: The minor of an element aij of a determinant is the determinant obtained by deleting the ith row and the jth column in which the element aij lies. The minor of aij is denoted by Mij.
Important Note: If a determinant is of order n (n≥2), then the minor of any element is a determinant of order n−1.
For example, consider
Δ=147258369.
The element a21 is 4, which lies in the second row and first column. To find its minor, we delete row 2 and column 1. The remaining determinant is
M21=2839=(2×9)−(3×8)=18−24=−6.
So, the minor of a21 is −6.
This idea is very important because minors are the building blocks used to define cofactors and to expand determinants of order 3 or higher.
Cofactors
Cofactors are closely related to minors, but with an additional sign attached depending on the position of the element.
Definition: The cofactor of an element aij, denoted by Aij, is defined as
Aij=(−1)i+jMij,
where Mij is the minor of aij.
This means:
If i+j is even, then (−1)i+j=+1, so Aij=Mij.
If i+j is odd, then (−1)i+j=−1, so Aij=−Mij.
The signs of cofactors in a 3×3 determinant follow the checkerboard pattern
+−+−+−+−+.
Using the previous example, we found that
M21=−6.
Now,
A21=(−1)2+1M21=(−1)3(−6)=−1×(−6)=6.
So the cofactor of a21 is 6.
Thus, a cofactor is simply the minor with the appropriate sign attached.
Properties involving Elements and Cofactors
Let
Δ=a11a21a31a12a22a32a13a23a33
be a determinant of order 3.
Property 1 (Expansion of a Determinant)
The sum of the products of the elements of any row (or any column) with their corresponding cofactors is equal to the value of the determinant.
For example:
Expanding along the first row,
Δ=a11A11+a12A12+a13A13.
Expanding along the second column,
Δ=a12A12+a22A22+a32A32.
Property 2 (Zero Property)
If the elements of one row (or one column) are multiplied by the cofactors of another row (or another column), then the sum is zero.
For example, if we take the elements of the first row and the cofactors of the second row, then
a11A21+a12A22+a13A23=0.
Similarly,
a21A11+a22A12+a23A13=0.
This property is extremely useful in determinant theory and later in matrices, especially while proving identities and finding inverses of matrices.
Example 1: Minor and Cofactor in a 2x2 Matrix
Find the minor and cofactor of the element 6 in the determinant Δ=14−26.
Solution:
The element 6 is in the second row and second column, so it is a22.
To find the minor M22, delete the second row and second column. The only remaining entry is 1, so
M22=∣1∣=1.
Now use the cofactor formula:
A22=(−1)2+2M22=(−1)4⋅1=1⋅1=1.
Answer:M22=1,A22=1.
Example 2: Finding all Minors and Cofactors of a 2x2 Matrix
Find all the minors and cofactors of the determinant 20−43.
Solution:
The elements are
a11=2,a12=−4,a21=0,a22=3.
Now find the minors:
M11=∣3∣=3,M12=∣0∣=0,M21=∣−4∣=−4,M22=∣2∣=2.
Next, find the cofactors using Aij=(−1)i+jMij:
A11=(−1)1+1M11=(+1)(3)=3,A12=(−1)1+2M12=(−1)(0)=0,A21=(−1)2+1M21=(−1)(−4)=4,A22=(−1)2+2M22=(+1)(2)=2.
Find the minor and cofactor of the element a32 in the determinant 261−30554−7.
Solution:
The element a32 means the entry in the third row and second column, which is 5.
To find the minor M32, delete row 3 and column 2. The remaining 2×2 determinant is
M32=2654=(2×4)−(5×6)=8−30=−22.
Now compute the cofactor:
A32=(−1)3+2M32=(−1)5(−22)=−1×(−22)=22.
Answer:M32=−22,A32=22.
Example 4: Evaluating Determinant using Cofactors of a Row
Evaluate the determinant Δ=521302813 using the cofactors of the elements of the second row.
Solution:
To expand along the second row, use
Δ=a21A21+a22A22+a23A23.
Here,
a21=2,a22=0,a23=1.
Now calculate the cofactors:
A21=(−1)2+13283=−((3)(3)−(8)(2))=−(9−16)=7,A22=(−1)2+25183=+(15−8)=7,A23=(−1)2+35132=−((5)(2)−(3)(1))=−(10−3)=−7.
Now substitute:
Δ=(2)(7)+(0)(7)+(1)(−7)=14+0−7=7.
Answer:Δ=7.
Example 5: Evaluating Determinant using Cofactors of a Column
Evaluate Δ=111xyzyzzxxy using cofactors of elements of the third column.
Solution:
Expanding along the third column,
Δ=a13A13+a23A23+a33A33.
Here,
a13=yz,a23=zx,a33=xy.
Now compute the cofactors:
A13=(−1)1+311yz=+(z−y)=z−y,A23=(−1)2+311xz=−(z−x)=x−z,A33=(−1)3+311xy=+(y−x)=y−x.
So,
Δ=yz(z−y)+zx(x−z)+xy(y−x).
Expanding,
Δ=yz2−y2z+x2z−xz2+xy2−x2y.
Now factor systematically:
Δ=x2(z−y)+y2(x−z)+z2(y−x).
This standard cyclic expression factorizes as
Δ=(x−y)(y−z)(z−x).
We can also verify the sign by checking a simple case. Let x=1,y=2,z=3. Then the determinant becomes 2, and
(x−y)(y−z)(z−x)=(1−2)(2−3)(3−1)=(−1)(−1)(2)=2,
so the factorization is correct.
Answer:Δ=(x−y)(y−z)(z−x).
Example 6: Verifying the Zero Property
For the determinant Δ=261−30554−7, verify that a11A31+a12A32+a13A33=0.
Solution:
From the first row,
a11=2,a12=−3,a13=5.
We now calculate the cofactors of the third row.
First,
A31=(−1)3+1−3054=+((−3)(4)−(5)(0))=−12.
Second,
A32=(−1)3+22654=−((2)(4)−(5)(6))=−(8−30)=22.
Third,
A33=(−1)3+326−30=+((2)(0)−(−3)(6))=18.
Now evaluate the expression:
a11A31+a12A32+a13A33=(2)(−12)+(−3)(22)+(5)(18).
Compute each term:
=−24−66+90=−90+90=0.
Hence the result is zero, which verifies the property that elements of one row multiplied by cofactors of another row sum to zero.
Answer: The expression is equal to 0.
Example 7: Cofactors of an Identity Matrix
Find all cofactors of the identity matrix I3=100010001.
Solution:
For the identity matrix,
I3=100010001.
Now find each cofactor:
A11=(+1)1001=1,A12=(−1)0001=0,A13=(+1)0010=0,A21=(−1)0001=0,A22=(+1)1001=1,A23=(−1)1000=0,A31=(+1)0100=0,A32=(−1)1000=0,A33=(+1)1001=1.
Thus the cofactor matrix is itself the identity matrix.
Answer:A11=1,A22=1,A33=1,
and all other cofactors are 0.
Example 8: Minor of a Diagonal Element
In the diagonal matrix D=a000b000c, find the minor M22.
Solution:
The element a22 is b.
To find M22, delete the second row and second column. The remaining determinant is
M22=a00c.
Now evaluate:
M22=ac−0=ac.
Answer:M22=ac.
Example 9: Minors and Cofactors involving Trigonometry
Find M12 and A12 for Δ=cosθ−sinθsinθcosθ.
Solution:
The element a12 is sinθ, which lies in the first row and second column.
To find the minor M12, delete row 1 and column 2. The remaining entry is −sinθ. Therefore,
M12=∣−sinθ∣=−sinθ.
Now find the cofactor:
A12=(−1)1+2M12=(−1)3(−sinθ)=−1×(−sinθ)=sinθ.
Answer:M12=−sinθ,A12=sinθ.
Example 10: Theoretical Application
If Δ=a11a21a31a12a22a32a13a23a33 and Aij is the cofactor of aij, write the expression for the determinant Δ expanding along the third column.
Solution:
The elements of the third column are
a13,a23,a33.
Their corresponding cofactors are
A13,A23,A33.
By the cofactor expansion property, the determinant expanded along the third column is
Δ=a13A13+a23A23+a33A33.
Answer:Δ=a13A13+a23A23+a33A33.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.