Minors

The concept of minors is fundamental to evaluating determinants of higher orders.

Definition: The minor of an element aija_{ij} of a determinant is the determinant obtained by deleting the ithi^{th} row and the jthj^{th} column in which the element aija_{ij} lies. The minor of aija_{ij} is denoted by MijM_{ij}.

Important Note: If a determinant is of order nn (n2n \ge 2), then the minor of any element is a determinant of order n1n-1.

For example, consider Δ=123456789.\Delta = \begin{vmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{vmatrix}. The element a21a_{21} is 44, 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=2389=(2×9)(3×8)=1824=6.M_{21} = \begin{vmatrix} 2 & 3 \\ 8 & 9 \end{vmatrix} = (2 \times 9) - (3 \times 8) = 18 - 24 = -6. So, the minor of a21a_{21} is 6-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 aija_{ij}, denoted by AijA_{ij}, is defined as Aij=(1)i+jMij,A_{ij} = (-1)^{i+j} M_{ij}, where MijM_{ij} is the minor of aija_{ij}.

This means:

  • If i+ji+j is even, then (1)i+j=+1(-1)^{i+j}=+1, so Aij=MijA_{ij}=M_{ij}.
  • If i+ji+j is odd, then (1)i+j=1(-1)^{i+j}=-1, so Aij=MijA_{ij}=-M_{ij}.

The signs of cofactors in a 3×33 \times 3 determinant follow the checkerboard pattern [+++++].\begin{bmatrix} + & - & + \\ - & + & - \\ + & - & + \end{bmatrix}.

Using the previous example, we found that M21=6.M_{21} = -6. Now, A21=(1)2+1M21=(1)3(6)=1×(6)=6.A_{21} = (-1)^{2+1}M_{21} = (-1)^3(-6) = -1 \times (-6) = 6. So the cofactor of a21a_{21} is 66.

Thus, a cofactor is simply the minor with the appropriate sign attached.


Properties involving Elements and Cofactors

Let Δ=a11a12a13a21a22a23a31a32a33\Delta = \begin{vmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{vmatrix} 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.\Delta = a_{11}A_{11} + a_{12}A_{12} + a_{13}A_{13}.
  • Expanding along the second column, Δ=a12A12+a22A22+a32A32.\Delta = a_{12}A_{12} + a_{22}A_{22} + a_{32}A_{32}.

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.a_{11}A_{21} + a_{12}A_{22} + a_{13}A_{23} = 0. Similarly, a21A11+a22A12+a23A13=0.a_{21}A_{11} + a_{22}A_{12} + a_{23}A_{13} = 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 66 in the determinant Δ=1246\Delta = \begin{vmatrix} 1 & -2 \\ 4 & 6 \end{vmatrix}.

Solution: The element 66 is in the second row and second column, so it is a22a_{22}.

To find the minor M22M_{22}, delete the second row and second column. The only remaining entry is 11, so M22=1=1.M_{22} = |1| = 1. Now use the cofactor formula: A22=(1)2+2M22=(1)41=11=1.A_{22} = (-1)^{2+2}M_{22} = (-1)^4 \cdot 1 = 1 \cdot 1 = 1.

Answer: M22=1,A22=1.M_{22} = 1, \qquad A_{22} = 1.


Example 2: Finding all Minors and Cofactors of a 2x2 Matrix

Find all the minors and cofactors of the determinant 2403\begin{vmatrix} 2 & -4 \\ 0 & 3 \end{vmatrix}.

Solution: The elements are a11=2,a12=4,a21=0,a22=3.a_{11}=2, \quad a_{12}=-4, \quad a_{21}=0, \quad a_{22}=3.

Now find the minors: M11=3=3,M_{11} = |3| = 3, M12=0=0,M_{12} = |0| = 0, M21=4=4,M_{21} = |-4| = -4, M22=2=2.M_{22} = |2| = 2.

Next, find the cofactors using Aij=(1)i+jMijA_{ij}=(-1)^{i+j}M_{ij}: A11=(1)1+1M11=(+1)(3)=3,A_{11} = (-1)^{1+1}M_{11} = (+1)(3) = 3, A12=(1)1+2M12=(1)(0)=0,A_{12} = (-1)^{1+2}M_{12} = (-1)(0) = 0, A21=(1)2+1M21=(1)(4)=4,A_{21} = (-1)^{2+1}M_{21} = (-1)(-4) = 4, A22=(1)2+2M22=(+1)(2)=2.A_{22} = (-1)^{2+2}M_{22} = (+1)(2) = 2.

Answer: Minors: M11=3,M12=0,M21=4,M22=2.M_{11}=3, \quad M_{12}=0, \quad M_{21}=-4, \quad M_{22}=2. Cofactors: A11=3,A12=0,A21=4,A22=2.A_{11}=3, \quad A_{12}=0, \quad A_{21}=4, \quad A_{22}=2.


Example 3: Minor and Cofactor in a 3x3 Matrix

Find the minor and cofactor of the element a32a_{32} in the determinant 235604157\begin{vmatrix} 2 & -3 & 5 \\ 6 & 0 & 4 \\ 1 & 5 & -7 \end{vmatrix}.

Solution: The element a32a_{32} means the entry in the third row and second column, which is 55.

To find the minor M32M_{32}, delete row 3 and column 2. The remaining 2×22 \times 2 determinant is M32=2564=(2×4)(5×6)=830=22.M_{32} = \begin{vmatrix} 2 & 5 \\ 6 & 4 \end{vmatrix} = (2 \times 4) - (5 \times 6) = 8 - 30 = -22. Now compute the cofactor: A32=(1)3+2M32=(1)5(22)=1×(22)=22.A_{32} = (-1)^{3+2}M_{32} = (-1)^5(-22) = -1 \times (-22) = 22.

Answer: M32=22,A32=22.M_{32} = -22, \qquad A_{32} = 22.


Example 4: Evaluating Determinant using Cofactors of a Row

Evaluate the determinant Δ=538201123\Delta = \begin{vmatrix} 5 & 3 & 8 \\ 2 & 0 & 1 \\ 1 & 2 & 3 \end{vmatrix} using the cofactors of the elements of the second row.

Solution: To expand along the second row, use Δ=a21A21+a22A22+a23A23.\Delta = a_{21}A_{21} + a_{22}A_{22} + a_{23}A_{23}. Here, a21=2,a22=0,a23=1.a_{21}=2, \quad a_{22}=0, \quad a_{23}=1.

Now calculate the cofactors: A21=(1)2+13823=((3)(3)(8)(2))=(916)=7,A_{21} = (-1)^{2+1} \begin{vmatrix} 3 & 8 \\ 2 & 3 \end{vmatrix} = - \big((3)(3) - (8)(2)\big) = -(9-16)=7, A22=(1)2+25813=+(158)=7,A_{22} = (-1)^{2+2} \begin{vmatrix} 5 & 8 \\ 1 & 3 \end{vmatrix} = +(15-8)=7, A23=(1)2+35312=((5)(2)(3)(1))=(103)=7.A_{23} = (-1)^{2+3} \begin{vmatrix} 5 & 3 \\ 1 & 2 \end{vmatrix} = -\big((5)(2)-(3)(1)\big)=-(10-3)=-7. Now substitute: Δ=(2)(7)+(0)(7)+(1)(7)=14+07=7.\Delta = (2)(7) + (0)(7) + (1)(-7) = 14 + 0 - 7 = 7.

Answer: Δ=7.\Delta = 7.


Example 5: Evaluating Determinant using Cofactors of a Column

Evaluate Δ=1xyz1yzx1zxy\Delta = \begin{vmatrix} 1 & x & yz \\ 1 & y & zx \\ 1 & z & xy \end{vmatrix} using cofactors of elements of the third column.

Solution: Expanding along the third column, Δ=a13A13+a23A23+a33A33.\Delta = a_{13}A_{13} + a_{23}A_{23} + a_{33}A_{33}. Here, a13=yz,a23=zx,a33=xy.a_{13}=yz, \quad a_{23}=zx, \quad a_{33}=xy.

Now compute the cofactors: A13=(1)1+31y1z=+(zy)=zy,A_{13} = (-1)^{1+3} \begin{vmatrix} 1 & y \\ 1 & z \end{vmatrix} = +(z-y)=z-y, A23=(1)2+31x1z=(zx)=xz,A_{23} = (-1)^{2+3} \begin{vmatrix} 1 & x \\ 1 & z \end{vmatrix} = -(z-x)=x-z, A33=(1)3+31x1y=+(yx)=yx.A_{33} = (-1)^{3+3} \begin{vmatrix} 1 & x \\ 1 & y \end{vmatrix} = +(y-x)=y-x. So, Δ=yz(zy)+zx(xz)+xy(yx).\Delta = yz(z-y) + zx(x-z) + xy(y-x). Expanding, Δ=yz2y2z+x2zxz2+xy2x2y.\Delta = yz^2 - y^2z + x^2z - xz^2 + xy^2 - x^2y. Now factor systematically: Δ=x2(zy)+y2(xz)+z2(yx).\Delta = x^2(z-y) + y^2(x-z) + z^2(y-x). This standard cyclic expression factorizes as Δ=(xy)(yz)(zx).\Delta = (x-y)(y-z)(z-x).

We can also verify the sign by checking a simple case. Let x=1,y=2,z=3x=1, y=2, z=3. Then the determinant becomes 2, and (xy)(yz)(zx)=(12)(23)(31)=(1)(1)(2)=2,(x-y)(y-z)(z-x) = (1-2)(2-3)(3-1) = (-1)(-1)(2)=2, so the factorization is correct.

Answer: Δ=(xy)(yz)(zx).\Delta = (x-y)(y-z)(z-x).


Example 6: Verifying the Zero Property

For the determinant Δ=235604157\Delta = \begin{vmatrix} 2 & -3 & 5 \\ 6 & 0 & 4 \\ 1 & 5 & -7 \end{vmatrix}, verify that a11A31+a12A32+a13A33=0a_{11}A_{31} + a_{12}A_{32} + a_{13}A_{33} = 0.

Solution: From the first row, a11=2,a12=3,a13=5.a_{11}=2, \quad a_{12}=-3, \quad a_{13}=5. We now calculate the cofactors of the third row.

First, A31=(1)3+13504=+((3)(4)(5)(0))=12.A_{31} = (-1)^{3+1} \begin{vmatrix} -3 & 5 \\ 0 & 4 \end{vmatrix} = +( (-3)(4) - (5)(0) ) = -12. Second, A32=(1)3+22564=((2)(4)(5)(6))=(830)=22.A_{32} = (-1)^{3+2} \begin{vmatrix} 2 & 5 \\ 6 & 4 \end{vmatrix} = -\big((2)(4) - (5)(6)\big) = -(8-30)=22. Third, A33=(1)3+32360=+((2)(0)(3)(6))=18.A_{33} = (-1)^{3+3} \begin{vmatrix} 2 & -3 \\ 6 & 0 \end{vmatrix} = +( (2)(0) - (-3)(6) ) = 18. Now evaluate the expression: a11A31+a12A32+a13A33=(2)(12)+(3)(22)+(5)(18).a_{11}A_{31} + a_{12}A_{32} + a_{13}A_{33} = (2)(-12) + (-3)(22) + (5)(18). Compute each term: =2466+90=90+90=0.= -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 00.


Example 7: Cofactors of an Identity Matrix

Find all cofactors of the identity matrix I3=100010001I_3 = \begin{vmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{vmatrix}.

Solution: For the identity matrix, I3=100010001.I_3 = \begin{vmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{vmatrix}.

Now find each cofactor: A11=(+1)1001=1,A_{11} = (+1) \begin{vmatrix} 1 & 0 \\ 0 & 1 \end{vmatrix} = 1, A12=(1)0001=0,A_{12} = (-1) \begin{vmatrix} 0 & 0 \\ 0 & 1 \end{vmatrix} = 0, A13=(+1)0100=0,A_{13} = (+1) \begin{vmatrix} 0 & 1 \\ 0 & 0 \end{vmatrix} = 0, A21=(1)0001=0,A_{21} = (-1) \begin{vmatrix} 0 & 0 \\ 0 & 1 \end{vmatrix} = 0, A22=(+1)1001=1,A_{22} = (+1) \begin{vmatrix} 1 & 0 \\ 0 & 1 \end{vmatrix} = 1, A23=(1)1000=0,A_{23} = (-1) \begin{vmatrix} 1 & 0 \\ 0 & 0 \end{vmatrix} = 0, A31=(+1)0010=0,A_{31} = (+1) \begin{vmatrix} 0 & 0 \\ 1 & 0 \end{vmatrix} = 0, A32=(1)1000=0,A_{32} = (-1) \begin{vmatrix} 1 & 0 \\ 0 & 0 \end{vmatrix} = 0, A33=(+1)1001=1.A_{33} = (+1) \begin{vmatrix} 1 & 0 \\ 0 & 1 \end{vmatrix} = 1. Thus the cofactor matrix is itself the identity matrix.

Answer: A11=1,A22=1,A33=1,A_{11}=1, \quad A_{22}=1, \quad A_{33}=1, and all other cofactors are 00.


Example 8: Minor of a Diagonal Element

In the diagonal matrix D=a000b000cD = \begin{vmatrix} a & 0 & 0 \\ 0 & b & 0 \\ 0 & 0 & c \end{vmatrix}, find the minor M22M_{22}.

Solution: The element a22a_{22} is bb. To find M22M_{22}, delete the second row and second column. The remaining determinant is M22=a00c.M_{22} = \begin{vmatrix} a & 0 \\ 0 & c \end{vmatrix}. Now evaluate: M22=ac0=ac.M_{22} = ac - 0 = ac.

Answer: M22=ac.M_{22} = ac.


Example 9: Minors and Cofactors involving Trigonometry

Find M12M_{12} and A12A_{12} for Δ=cosθsinθsinθcosθ\Delta = \begin{vmatrix} \cos \theta & \sin \theta \\ -\sin \theta & \cos \theta \end{vmatrix}.

Solution: The element a12a_{12} is sinθ\sin\theta, which lies in the first row and second column.

To find the minor M12M_{12}, delete row 1 and column 2. The remaining entry is sinθ-\sin\theta. Therefore, M12=sinθ=sinθ.M_{12} = |-\sin\theta| = -\sin\theta. Now find the cofactor: A12=(1)1+2M12=(1)3(sinθ)=1×(sinθ)=sinθ.A_{12} = (-1)^{1+2}M_{12} = (-1)^3(-\sin\theta) = -1 \times (-\sin\theta) = \sin\theta.

Answer: M12=sinθ,A12=sinθ.M_{12} = -\sin\theta, \qquad A_{12} = \sin\theta.


Example 10: Theoretical Application

If Δ=a11a12a13a21a22a23a31a32a33\Delta = \begin{vmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{vmatrix} and AijA_{ij} is the cofactor of aija_{ij}, write the expression for the determinant Δ\Delta expanding along the third column.

Solution: The elements of the third column are a13,a23,a33.a_{13}, \quad a_{23}, \quad a_{33}. Their corresponding cofactors are A13,A23,A33.A_{13}, \quad A_{23}, \quad A_{33}. By the cofactor expansion property, the determinant expanded along the third column is Δ=a13A13+a23A23+a33A33.\Delta = a_{13}A_{13} + a_{23}A_{23} + a_{33}A_{33}.

Answer: Δ=a13A13+a23A23+a33A33.\Delta = a_{13}A_{13} + a_{23}A_{23} + a_{33}A_{33}.