Important Theorems on Determinants and Matrices

Before solving a large variety of problems, let us recall the fundamental results used throughout this chapter.

  • Theorem 1: If AA is any square matrix of order nn, then A(adjA)=(adjA)A=AI,A(\operatorname{adj} A) = (\operatorname{adj} A)A = |A|I, where II is the identity matrix of order nn. This is one of the most important identities in matrix algebra and directly leads to the inverse formula.

  • Theorem 2: If AA and BB are non-singular matrices of the same order, then ABAB and BABA are also non-singular matrices. This follows because AB=AB,|AB| = |A||B|, and the product of two non-zero numbers is non-zero.

  • Theorem 3: If AA and BB are square matrices of the same order, then AB=AB.|AB| = |A||B|. As an important corollary, for a non-singular matrix of order nn, adjA=An1.|\operatorname{adj} A| = |A|^{n-1}.

  • Theorem 4: A square matrix AA is invertible if and only if it is non-singular, that is, A0.|A| \neq 0. In that case, A1=1AadjA.A^{-1} = \frac{1}{|A|}\operatorname{adj} A.

These results will be used repeatedly in the examples below.


Example 1: Evaluation of a 2×22 \times 2 Trigonometric Determinant

Evaluate: Δ=sin30cos30sin60cos60\Delta = \begin{vmatrix} \sin 30^\circ & \cos 30^\circ \\ -\sin 60^\circ & \cos 60^\circ \end{vmatrix}

Solution: Substitute the standard trigonometric values: sin30=12,cos30=32,sin60=32,cos60=12.\sin 30^\circ = \frac{1}{2}, \quad \cos 30^\circ = \frac{\sqrt{3}}{2}, \quad \sin 60^\circ = \frac{\sqrt{3}}{2}, \quad \cos 60^\circ = \frac{1}{2}. So, Δ=12323212.\Delta = \begin{vmatrix} \frac{1}{2} & \frac{\sqrt{3}}{2} \\ -\frac{\sqrt{3}}{2} & \frac{1}{2} \end{vmatrix}. Now use the rule for a 2×22 \times 2 determinant: abcd=adbc.\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc. Therefore, Δ=(12)(12)(32)(32)=14(34)=14+34=1.\Delta = \left(\frac{1}{2}\right)\left(\frac{1}{2}\right) - \left(\frac{\sqrt{3}}{2}\right)\left(-\frac{\sqrt{3}}{2}\right) = \frac{1}{4} - \left(-\frac{3}{4}\right) = \frac{1}{4} + \frac{3}{4} = 1.

Answer: 11


Example 2: Equating Determinants

Find the value(s) of xx if 2451=2x46x.\begin{vmatrix} 2 & 4 \\ 5 & 1 \end{vmatrix} = \begin{vmatrix} 2x & 4 \\ 6 & x \end{vmatrix}.

Solution: First evaluate the determinant on the left-hand side: 2451=(2)(1)(4)(5)=220=18.\begin{vmatrix} 2 & 4 \\ 5 & 1 \end{vmatrix} = (2)(1) - (4)(5) = 2 - 20 = -18. Now evaluate the determinant on the right-hand side: 2x46x=(2x)(x)(4)(6)=2x224.\begin{vmatrix} 2x & 4 \\ 6 & x \end{vmatrix} = (2x)(x) - (4)(6) = 2x^2 - 24. Equating both sides, 18=2x224.-18 = 2x^2 - 24. So, 2x2=6x2=3.2x^2 = 6 \Rightarrow x^2 = 3. Hence, x=±3.x = \pm \sqrt{3}.

Answer: x=3,3x = \sqrt{3}, -\sqrt{3}


Example 3: Evaluation of a 3×33 \times 3 Determinant

Evaluate: Δ=112213549\Delta = \begin{vmatrix} 1 & 1 & -2 \\ 2 & 1 & -3 \\ 5 & 4 & -9 \end{vmatrix}

Solution: Expand along the first row: Δ=1134912359+(2)2154.\Delta = 1 \begin{vmatrix} 1 & -3 \\ 4 & -9 \end{vmatrix} - 1 \begin{vmatrix} 2 & -3 \\ 5 & -9 \end{vmatrix} + (-2) \begin{vmatrix} 2 & 1 \\ 5 & 4 \end{vmatrix}. Now evaluate each minor: 1349=(1)(9)(3)(4)=9+12=3,\begin{vmatrix} 1 & -3 \\ 4 & -9 \end{vmatrix} = (1)(-9) - (-3)(4) = -9 + 12 = 3, 2359=(2)(9)(3)(5)=18+15=3,\begin{vmatrix} 2 & -3 \\ 5 & -9 \end{vmatrix} = (2)(-9) - (-3)(5) = -18 + 15 = -3, 2154=(2)(4)(1)(5)=85=3.\begin{vmatrix} 2 & 1 \\ 5 & 4 \end{vmatrix} = (2)(4) - (1)(5) = 8 - 5 = 3. Substitute back: Δ=1(3)1(3)+(2)(3)=3+36=0.\Delta = 1(3) - 1(-3) + (-2)(3) = 3 + 3 - 6 = 0.

Answer: 00


Example 4: Algebraic 3×33 \times 3 Determinant

Evaluate: Δ=xyx+yyx+yxx+yxy\Delta = \begin{vmatrix} x & y & x+y \\ y & x+y & x \\ x+y & x & y \end{vmatrix}

Solution: Expand along the first row: Δ=xx+yxxyyyxx+yy+(x+y)yx+yx+yx.\Delta = x \begin{vmatrix} x+y & x \\ x & y \end{vmatrix} - y \begin{vmatrix} y & x \\ x+y & y \end{vmatrix} + (x+y) \begin{vmatrix} y & x+y \\ x+y & x \end{vmatrix}. Now compute each 2×22 \times 2 determinant.

First term: x+yxxy=(x+y)yx2=xy+y2x2.\begin{vmatrix} x+y & x \\ x & y \end{vmatrix} = (x+y)y - x^2 = xy + y^2 - x^2. So the first contribution is x(xy+y2x2)=x2y+xy2x3.x(xy + y^2 - x^2) = x^2y + xy^2 - x^3.

Second term: yxx+yy=y2x(x+y)=y2x2xy.\begin{vmatrix} y & x \\ x+y & y \end{vmatrix} = y^2 - x(x+y) = y^2 - x^2 - xy. So the second contribution is y(y2x2xy)=y3+x2y+xy2.-y(y^2 - x^2 - xy) = -y^3 + x^2y + xy^2.

Third term: yx+yx+yx=xy(x+y)2=xy(x2+2xy+y2)=x2xyy2.\begin{vmatrix} y & x+y \\ x+y & x \end{vmatrix} = xy - (x+y)^2 = xy - (x^2 + 2xy + y^2) = -x^2 - xy - y^2. Hence the third contribution is (x+y)(x2xyy2).(x+y)(-x^2 - xy - y^2). Now use the identity (x+y)(x2xy+y2)=x3+y3.(x+y)(x^2 - xy + y^2) = x^3 + y^3. So, (x+y)(x2+xy+y2)=x3+2x2y+2xy2+y3,(x+y)(x^2 + xy + y^2) = x^3 + 2x^2y + 2xy^2 + y^3, and therefore the third contribution is x32x2y2xy2y3.-x^3 - 2x^2y - 2xy^2 - y^3. Now add all three contributions: Δ=(x2y+xy2x3)+(y3+x2y+xy2)+(x32x2y2xy2y3).\Delta = (x^2y + xy^2 - x^3) + (-y^3 + x^2y + xy^2) + (-x^3 - 2x^2y - 2xy^2 - y^3). All the mixed terms cancel: Δ=2x32y3.\Delta = -2x^3 - 2y^3. Now factor using x3+y3=(x+y)(x2xy+y2).x^3 + y^3 = (x+y)(x^2 - xy + y^2). Hence, Δ=2(x3+y3)=2(x+y)(x2xy+y2).\Delta = -2(x^3 + y^3) = -2(x+y)(x^2 - xy + y^2).

Answer: 2(x3+y3)=2(x+y)(x2xy+y2).-2(x^3 + y^3) = -2(x+y)(x^2 - xy + y^2).


Example 5: Area of a Triangle

Find the area of the triangle with vertices A(5,4)A(5, 4), B(2,4)B(-2, 4), and C(2,6)C(2, -6).

Solution: Use the determinant formula for area: Area=12541241261.\text{Area} = \frac{1}{2} \left| \begin{vmatrix} 5 & 4 & 1 \\ -2 & 4 & 1 \\ 2 & -6 & 1 \end{vmatrix} \right|. Expand along the third column: 541241261=1242615426+15424.\begin{vmatrix} 5 & 4 & 1 \\ -2 & 4 & 1 \\ 2 & -6 & 1 \end{vmatrix} = 1\begin{vmatrix} -2 & 4 \\ 2 & -6 \end{vmatrix} - 1\begin{vmatrix} 5 & 4 \\ 2 & -6 \end{vmatrix} + 1\begin{vmatrix} 5 & 4 \\ -2 & 4 \end{vmatrix}. Now, 2426=128=4,\begin{vmatrix} -2 & 4 \\ 2 & -6 \end{vmatrix} = 12 - 8 = 4, 5426=308=38,\begin{vmatrix} 5 & 4 \\ 2 & -6 \end{vmatrix} = -30 - 8 = -38, 5424=20+8=28.\begin{vmatrix} 5 & 4 \\ -2 & 4 \end{vmatrix} = 20 + 8 = 28. So the determinant equals 4(38)+28=70.4 - (-38) + 28 = 70. Therefore, Area=1270=35.\text{Area} = \frac{1}{2}|70| = 35.

Answer: 3535 square units.

Example 6: Equation of a Line

Find the equation of the line joining A(1,3)A(1, 3) and B(0,0)B(0, 0) using determinants.

Solution: Let P(x,y)P(x,y) be any point on the required line. Then the three points P(x,y)P(x,y), A(1,3)A(1,3), and B(0,0)B(0,0) are collinear. Therefore, the area of the triangle formed by them is zero: xy1131001=0.\begin{vmatrix} x & y & 1 \\ 1 & 3 & 1 \\ 0 & 0 & 1 \end{vmatrix} = 0. Expand along the third row: 00+1xy13=0.0 - 0 + 1\begin{vmatrix} x & y \\ 1 & 3 \end{vmatrix} = 0. So, 3xy=0.3x - y = 0. Hence, y=3x.y = 3x.

Answer: y=3xy = 3x


Example 7: Checking Collinearity

Using determinants, show that the points A(a,b+c)A(a, b+c), B(b,c+a)B(b, c+a), and C(c,a+b)C(c, a+b) are collinear.

Solution: The three points are collinear if the determinant used in the area formula is zero: Δ=12ab+c1bc+a1ca+b1.\Delta = \frac{1}{2}\begin{vmatrix} a & b+c & 1 \\ b & c+a & 1 \\ c & a+b & 1 \end{vmatrix}. Apply the column operation C2C2+C1.C_2 \to C_2 + C_1. Then, Δ=12aa+b+c1ba+b+c1ca+b+c1.\Delta = \frac{1}{2}\begin{vmatrix} a & a+b+c & 1 \\ b & a+b+c & 1 \\ c & a+b+c & 1 \end{vmatrix}. Now take (a+b+c)(a+b+c) common from the second column: Δ=12(a+b+c)a11b11c11.\Delta = \frac{1}{2}(a+b+c)\begin{vmatrix} a & 1 & 1 \\ b & 1 & 1 \\ c & 1 & 1 \end{vmatrix}. But the second and third columns are identical, so the determinant is zero. Therefore, Δ=0.\Delta = 0. Hence the points are collinear.

Answer: Proved.


Example 8: Finding Coordinate Given Area

If the area of a triangle is 44 square units and its vertices are (k,0)(k, 0), (4,0)(4, 0), and (0,2)(0, 2), find the value(s) of kk.

Solution: Use the area formula: 12k01401021=4.\frac{1}{2}\left|\begin{vmatrix} k & 0 & 1 \\ 4 & 0 & 1 \\ 0 & 2 & 1 \end{vmatrix}\right| = 4. So, k01401021=±8.\begin{vmatrix} k & 0 & 1 \\ 4 & 0 & 1 \\ 0 & 2 & 1 \end{vmatrix} = \pm 8. Expand along the second column, since it has two zeros. Only the entry 2 contributes: 2k141=±8.-2\begin{vmatrix} k & 1 \\ 4 & 1 \end{vmatrix} = \pm 8. Thus, 2(k4)=±8.-2(k-4) = \pm 8. Case 1: 2(k4)=8k4=4k=0.-2(k-4)=8 \Rightarrow k-4=-4 \Rightarrow k=0. Case 2: 2(k4)=8k4=4k=8.-2(k-4)=-8 \Rightarrow k-4=4 \Rightarrow k=8.

Answer: k=0k = 0 or k=8k = 8


Example 9: Collinearity Condition

If the points (a,0)(a, 0), (0,b)(0, b), and (1,1)(1, 1) are collinear, prove that 1a+1b=1\frac{1}{a} + \frac{1}{b} = 1.

Solution: Since the points are collinear, a010b1111=0.\begin{vmatrix} a & 0 & 1 \\ 0 & b & 1 \\ 1 & 1 & 1 \end{vmatrix} = 0. Expand along the first row: ab1110+10b11=0.a\begin{vmatrix} b & 1 \\ 1 & 1 \end{vmatrix} - 0 + 1\begin{vmatrix} 0 & b \\ 1 & 1 \end{vmatrix} = 0. So, a(b1)+(0b)=0,a(b-1) + (0-b) = 0, which gives abab=0.ab - a - b = 0. Thus, ab=a+b.ab = a+b. Dividing both sides by abab, 1=1b+1a.1 = \frac{1}{b} + \frac{1}{a}. Hence, 1a+1b=1.\frac{1}{a} + \frac{1}{b} = 1.

Answer: Proved.


Example 10: Minors and Cofactors of a 2×22 \times 2 Matrix

Write the minors and cofactors of the elements 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. Now use the cofactor rule Aij=(1)i+jMijA_{ij}=(-1)^{i+j}M_{ij}: A11=(+1)(3)=3,A_{11} = (+1)(3)=3, A12=(1)(0)=0,A_{12} = (-1)(0)=0, A21=(1)(4)=4,A_{21} = (-1)(-4)=4, A22=(+1)(2)=2.A_{22} = (+1)(2)=2.

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


Example 11: Expanding using Cofactors

Evaluate Δ=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: Expansion along the second row is Δ=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 compute the needed cofactors: A21=(1)2+13823=(916)=7,A_{21} = (-1)^{2+1}\begin{vmatrix} 3 & 8 \\ 2 & 3 \end{vmatrix} = - (9-16)=7, A23=(1)2+35312=(103)=7.A_{23} = (-1)^{2+3}\begin{vmatrix} 5 & 3 \\ 1 & 2 \end{vmatrix} = -(10-3)=-7. Then, Δ=2(7)+0+1(7)=147=7.\Delta = 2(7) + 0 + 1(-7) = 14-7 = 7.

Answer: 77

Example 12: Zero Property of Cofactors

For Δ=235604157,\Delta = \begin{vmatrix} 2 & -3 & 5 \\ 6 & 0 & 4 \\ 1 & 5 & -7 \end{vmatrix}, verify that a11A21+a12A22+a13A23=0.a_{11}A_{21} + a_{12}A_{22} + a_{13}A_{23} = 0.

Solution: The elements of the first row are a11=2,a12=3,a13=5.a_{11}=2, \quad a_{12}=-3, \quad a_{13}=5. Now compute cofactors of the second row.

For A21A_{21}: A21=(1)2+13557=(2125)=4.A_{21} = (-1)^{2+1}\begin{vmatrix} -3 & 5 \\ 5 & -7 \end{vmatrix} = -\big(21-25\big)=4. For A22A_{22}: A22=(1)2+22517=145=19.A_{22} = (-1)^{2+2}\begin{vmatrix} 2 & 5 \\ 1 & -7 \end{vmatrix} = -14-5=-19. For A23A_{23}: A23=(1)2+32315=(10+3)=13.A_{23} = (-1)^{2+3}\begin{vmatrix} 2 & -3 \\ 1 & 5 \end{vmatrix} = -(10+3)=-13. Now evaluate: (2)(4)+(3)(19)+(5)(13)=8+5765=0.(2)(4) + (-3)(-19) + (5)(-13) = 8 + 57 - 65 = 0. Thus the expression is verified.

Answer: Verified.


Example 13: Adjoint of a 2×22 \times 2 Matrix

Find the adjoint of the matrix A=[2314].A = \begin{bmatrix} 2 & 3 \\ 1 & 4 \end{bmatrix}.

Solution: For a 2×22 \times 2 matrix [abcd],\begin{bmatrix} a & b \\ c & d \end{bmatrix}, its adjoint is adjA=[dbca].\operatorname{adj} A = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}. So here, adjA=[4312].\operatorname{adj} A = \begin{bmatrix} 4 & -3 \\ -1 & 2 \end{bmatrix}.

Answer: [4312]\begin{bmatrix} 4 & -3 \\ -1 & 2 \end{bmatrix}


Example 14: Inverse of a 2×22 \times 2 Matrix

Find the inverse of A=[2243].A = \begin{bmatrix} 2 & -2 \\ 4 & 3 \end{bmatrix}.

Solution: First compute the determinant: A=(2)(3)(2)(4)=6+8=14.|A| = (2)(3) - (-2)(4) = 6+8=14. Since A0|A| \neq 0, the inverse exists. Now, adjA=[3242].\operatorname{adj} A = \begin{bmatrix} 3 & 2 \\ -4 & 2 \end{bmatrix}. Thus, A1=114[3242]=[3/141/72/71/7].A^{-1} = \frac{1}{14}\begin{bmatrix} 3 & 2 \\ -4 & 2 \end{bmatrix} = \begin{bmatrix} 3/14 & 1/7 \\ -2/7 & 1/7 \end{bmatrix}.

Answer: [3/141/72/71/7]\begin{bmatrix} 3/14 & 1/7 \\ -2/7 & 1/7 \end{bmatrix}


Example 15: Property A(adjA)=AIA(\operatorname{adj} A) = |A|I

Verify A(adjA)=AIA(\operatorname{adj} A) = |A|I for the matrix A=[2346].A = \begin{bmatrix} 2 & 3 \\ -4 & -6 \end{bmatrix}.

Solution: First compute the determinant: A=(2)(6)(3)(4)=12+12=0.|A| = (2)(-6) - (3)(-4) = -12 + 12 = 0. So, AI=0[1001]=[0000].|A|I = 0\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}. Now find the adjoint: adjA=[6342].\operatorname{adj} A = \begin{bmatrix} -6 & -3 \\ 4 & 2 \end{bmatrix}. Then, A(adjA)=[2346][6342]=[12+126+624241212]=[0000].A(\operatorname{adj} A) = \begin{bmatrix} 2 & 3 \\ -4 & -6 \end{bmatrix}\begin{bmatrix} -6 & -3 \\ 4 & 2 \end{bmatrix} = \begin{bmatrix} -12+12 & -6+6 \\ 24-24 & 12-12 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}. Thus, A(adjA)=AI.A(\operatorname{adj} A)=|A|I.

Answer: Verified.

Example 16: Inverse of a 3×33 \times 3 Matrix

Find the inverse of A=[112023324].A = \begin{bmatrix} 1 & -1 & 2 \\ 0 & 2 & -3 \\ 3 & -2 & 4 \end{bmatrix}.

Solution: First find the determinant. Expanding along the first column: A=12324+0+31223.|A| = 1\begin{vmatrix} 2 & -3 \\ -2 & 4 \end{vmatrix} + 0 + 3\begin{vmatrix} -1 & 2 \\ 2 & -3 \end{vmatrix}. So, A=1(86)+3(34)=23=1.|A| = 1(8-6) + 3(3-4) = 2 - 3 = -1. Hence the inverse exists.

Now compute the cofactors: A11=2,A12=9,A13=6,A_{11}=2, \quad A_{12}=-9, \quad A_{13}=-6, A21=0,A22=2,A23=1,A_{21}=0, \quad A_{22}=-2, \quad A_{23}=-1, A31=1,A32=3,A33=2.A_{31}=-1, \quad A_{32}=3, \quad A_{33}=2. Thus the cofactor matrix is [296021132],\begin{bmatrix} 2 & -9 & -6 \\ 0 & -2 & -1 \\ -1 & 3 & 2 \end{bmatrix}, and therefore adjA=[201923612].\operatorname{adj} A = \begin{bmatrix} 2 & 0 & -1 \\ -9 & -2 & 3 \\ -6 & -1 & 2 \end{bmatrix}. Now, A1=11adjA=[201923612].A^{-1} = \frac{1}{-1}\operatorname{adj} A = \begin{bmatrix} -2 & 0 & 1 \\ 9 & 2 & -3 \\ 6 & 1 & -2 \end{bmatrix}.

Answer: [201923612]\begin{bmatrix} -2 & 0 & 1 \\ 9 & 2 & -3 \\ 6 & 1 & -2 \end{bmatrix}


Example 17: Matrix Polynomial to find Inverse

If A=[3112],A = \begin{bmatrix} 3 & 1 \\ -1 & 2 \end{bmatrix}, show that A25A+7I=OA^2 - 5A + 7I = O. Hence find A1A^{-1}.

Solution: First compute A2=[3112][3112]=[8553].A^2 = \begin{bmatrix} 3 & 1 \\ -1 & 2 \end{bmatrix}\begin{bmatrix} 3 & 1 \\ -1 & 2 \end{bmatrix} = \begin{bmatrix} 8 & 5 \\ -5 & 3 \end{bmatrix}. Now evaluate A25A+7I:A^2 - 5A + 7I: [8553][155510]+[7007]=[0000].\begin{bmatrix} 8 & 5 \\ -5 & 3 \end{bmatrix} - \begin{bmatrix} 15 & 5 \\ -5 & 10 \end{bmatrix} + \begin{bmatrix} 7 & 0 \\ 0 & 7 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}. So the relation is verified.

Now post-multiply by A1A^{-1}: (A25A+7I)A1=O.(A^2 - 5A + 7I)A^{-1} = O. Using associativity, A5I+7A1=O.A - 5I + 7A^{-1} = O. Thus, 7A1=5IA.7A^{-1} = 5I - A. So, A1=17(5IA)=17([5005][3112])=17[2113].A^{-1} = \frac{1}{7}(5I - A) = \frac{1}{7}\left(\begin{bmatrix} 5 & 0 \\ 0 & 5 \end{bmatrix} - \begin{bmatrix} 3 & 1 \\ -1 & 2 \end{bmatrix}\right) = \frac{1}{7}\begin{bmatrix} 2 & -1 \\ 1 & 3 \end{bmatrix}.

Answer: A1=17[2113]A^{-1} = \frac{1}{7}\begin{bmatrix} 2 & -1 \\ 1 & 3 \end{bmatrix}


Example 18: Verifying Reversal Law (AB)1=B1A1(AB)^{-1} = B^{-1}A^{-1}

Verify (AB)1=B1A1(AB)^{-1} = B^{-1}A^{-1} for A=[2111],B=[4025].A = \begin{bmatrix} 2 & 1 \\ 1 & 1 \end{bmatrix}, \qquad B = \begin{bmatrix} 4 & 0 \\ 2 & 5 \end{bmatrix}.

Solution: First compute AB=[2111][4025]=[10565].AB = \begin{bmatrix} 2 & 1 \\ 1 & 1 \end{bmatrix}\begin{bmatrix} 4 & 0 \\ 2 & 5 \end{bmatrix} = \begin{bmatrix} 10 & 5 \\ 6 & 5 \end{bmatrix}. Now, AB=10556=5030=20.|AB| = 10\cdot 5 - 5\cdot 6 = 50-30 = 20. So, (AB)1=120[55610]=[1/41/43/101/2].(AB)^{-1} = \frac{1}{20}\begin{bmatrix} 5 & -5 \\ -6 & 10 \end{bmatrix} = \begin{bmatrix} 1/4 & -1/4 \\ -3/10 & 1/2 \end{bmatrix}. Next, A=2111=1,|A| = 2\cdot 1 - 1\cdot 1 = 1, so A1=[1112].A^{-1} = \begin{bmatrix} 1 & -1 \\ -1 & 2 \end{bmatrix}. Also, B=4502=20,|B| = 4\cdot 5 - 0\cdot 2 = 20, so B1=120[5024].B^{-1} = \frac{1}{20}\begin{bmatrix} 5 & 0 \\ -2 & 4 \end{bmatrix}. Now multiply: B1A1=120[5024][1112]=120[55610].B^{-1}A^{-1} = \frac{1}{20}\begin{bmatrix} 5 & 0 \\ -2 & 4 \end{bmatrix}\begin{bmatrix} 1 & -1 \\ -1 & 2 \end{bmatrix} = \frac{1}{20}\begin{bmatrix} 5 & -5 \\ -6 & 10 \end{bmatrix}. Thus, B1A1=(AB)1.B^{-1}A^{-1} = (AB)^{-1}.

Answer: Verified.


Example 19: Checking Consistency of a System

Examine the consistency of the system: x+3y=5x + 3y = 5 2x+6y=82x + 6y = 8

Solution: Write the system in matrix form: A=[1326],B=[58].A = \begin{bmatrix} 1 & 3 \\ 2 & 6 \end{bmatrix}, \qquad B = \begin{bmatrix} 5 \\ 8 \end{bmatrix}. Now, A=66=0.|A| = 6-6=0. So the matrix is singular. Next, adjA=[6321].\operatorname{adj} A = \begin{bmatrix} 6 & -3 \\ -2 & 1 \end{bmatrix}. Then, (adjA)B=[6321][58]=[302410+8]=[62]O.(\operatorname{adj} A)B = \begin{bmatrix} 6 & -3 \\ -2 & 1 \end{bmatrix}\begin{bmatrix} 5 \\ 8 \end{bmatrix} = \begin{bmatrix} 30-24 \\ -10+8 \end{bmatrix} = \begin{bmatrix} 6 \\ -2 \end{bmatrix} \neq O. Hence the system is inconsistent.

Answer: Inconsistent.

Example 20: Solving a 2×22 \times 2 System

Solve the system using matrix method: 5x+2y=45x + 2y = 4 7x+3y=57x + 3y = 5

Solution: Write A=[5273],X=[xy],B=[45].A = \begin{bmatrix} 5 & 2 \\ 7 & 3 \end{bmatrix}, \qquad X = \begin{bmatrix} x \\ y \end{bmatrix}, \qquad B = \begin{bmatrix} 4 \\ 5 \end{bmatrix}. Now, A=5372=1514=10.|A| = 5\cdot 3 - 7\cdot 2 = 15-14=1 \neq 0. So, A1=[3275].A^{-1} = \begin{bmatrix} 3 & -2 \\ -7 & 5 \end{bmatrix}. Hence, X=A1B=[3275][45]=[121028+25]=[23].X = A^{-1}B = \begin{bmatrix} 3 & -2 \\ -7 & 5 \end{bmatrix}\begin{bmatrix} 4 \\ 5 \end{bmatrix} = \begin{bmatrix} 12-10 \\ -28+25 \end{bmatrix} = \begin{bmatrix} 2 \\ -3 \end{bmatrix}. Therefore, x=2,y=3.x=2, \qquad y=-3.

Answer: x=2,y=3x = 2, y = -3


Example 21: Solving a 3×33 \times 3 System

Solve by matrix method: xy+z=4x - y + z = 4 2x+y3z=02x + y - 3z = 0 x+y+z=2x + y + z = 2

Solution: Here, A=[111213111],B=[402].A = \begin{bmatrix} 1 & -1 & 1 \\ 2 & 1 & -3 \\ 1 & 1 & 1 \end{bmatrix}, \qquad B = \begin{bmatrix} 4 \\ 0 \\ 2 \end{bmatrix}. First compute the determinant: A=11311(1)2311+12111.|A| = 1\begin{vmatrix} 1 & -3 \\ 1 & 1 \end{vmatrix} - (-1)\begin{vmatrix} 2 & -3 \\ 1 & 1 \end{vmatrix} + 1\begin{vmatrix} 2 & 1 \\ 1 & 1 \end{vmatrix}. So, A=1(1+3)+1(2+3)+1(21)=4+5+1=10.|A| = 1(1+3) + 1(2+3) + 1(2-1) = 4+5+1=10. Thus a unique solution exists.

The cofactors are: A11=4,A12=5,A13=1,A_{11}=4, \quad A_{12}=-5, \quad A_{13}=1, A21=2,A22=0,A23=2,A_{21}=2, \quad A_{22}=0, \quad A_{23}=-2, A31=2,A32=5,A33=3.A_{31}=2, \quad A_{32}=5, \quad A_{33}=3. Thus, adjA=[422505123].\operatorname{adj} A = \begin{bmatrix} 4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3 \end{bmatrix}. Now, X=110[422505123][402]=110[201010]=[211].X = \frac{1}{10}\begin{bmatrix} 4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3 \end{bmatrix}\begin{bmatrix} 4 \\ 0 \\ 2 \end{bmatrix} = \frac{1}{10}\begin{bmatrix} 20 \\ -10 \\ 10 \end{bmatrix} = \begin{bmatrix} 2 \\ -1 \\ 1 \end{bmatrix}. So, x=2,y=1,z=1.x=2, \qquad y=-1, \qquad z=1.

Answer: x=2,y=1,z=1x = 2, y = -1, z = 1


Example 22: Word Problem to Linear System

The sum of three numbers is 6. If we multiply the third number by 3 and add the second number to it, we get 11. By adding first and third numbers, we get double of the second number. Find the numbers.

Solution: Let the numbers be x,y,zx, y, z. Then: x+y+z=6,x+y+z=6, y+3z=11,y+3z=11, x+z=2yx2y+z=0.x+z=2y \Rightarrow x-2y+z=0. Thus, A=[111013121],B=[6110].A = \begin{bmatrix} 1 & 1 & 1 \\ 0 & 1 & 3 \\ 1 & -2 & 1 \end{bmatrix}, \qquad B = \begin{bmatrix} 6 \\ 11 \\ 0 \end{bmatrix}. As shown earlier, A=9,|A|=9, and adjA=[732303131].\operatorname{adj} A = \begin{bmatrix} 7 & -3 & 2 \\ 3 & 0 & -3 \\ -1 & 3 & 1 \end{bmatrix}. Therefore, X=19[732303131][6110]=19[91827]=[123].X = \frac{1}{9}\begin{bmatrix} 7 & -3 & 2 \\ 3 & 0 & -3 \\ -1 & 3 & 1 \end{bmatrix}\begin{bmatrix} 6 \\ 11 \\ 0 \end{bmatrix} = \frac{1}{9}\begin{bmatrix} 9 \\ 18 \\ 27 \end{bmatrix} = \begin{bmatrix} 1 \\ 2 \\ 3 \end{bmatrix}. Hence the numbers are 1,2,31, 2, 3.

Answer: The numbers are 1,2,31, 2, 3.

JEE Main Level

Example 23: Determinant of Adjoint

If AA is a 3×33 \times 3 non-singular matrix such that A=2|A| = 2, then find the value of 3adj(2A)|3\operatorname{adj}(2A)|.

Solution: Let X=adj(2A).X = \operatorname{adj}(2A). Then since XX is a 3×33 \times 3 matrix, 3X=33X=27X.|3X| = 3^3|X| = 27|X|. So, 3adj(2A)=27adj(2A).|3\operatorname{adj}(2A)| = 27|\operatorname{adj}(2A)|. Now use the adjoint property for a matrix of order 3: adj(2A)=2A31=2A2.|\operatorname{adj}(2A)| = |2A|^{3-1} = |2A|^2. Also, 2A=23A=82=16.|2A| = 2^3|A| = 8\cdot 2 = 16. Thus, adj(2A)=162=256.|\operatorname{adj}(2A)| = 16^2 = 256. Therefore, 3adj(2A)=27256=6912.|3\operatorname{adj}(2A)| = 27 \cdot 256 = 6912.

Answer: 69126912


Example 24: System with Non-Trivial Solutions

The system of linear equations x+λyz=0,x + \lambda y - z = 0, λxyz=0,\lambda x - y - z = 0, x+yλz=0x + y - \lambda z = 0 has a non-trivial solution for what values of λ\lambda?

Solution: A homogeneous system has a non-trivial solution if and only if the determinant of the coefficient matrix is zero. Thus, 1λ1λ1111λ=0.\begin{vmatrix} 1 & \lambda & -1 \\ \lambda & -1 & -1 \\ 1 & 1 & -\lambda \end{vmatrix} = 0. Expand along the first row: 1111λλλ11λ+(1)λ111=0.1\begin{vmatrix} -1 & -1 \\ 1 & -\lambda \end{vmatrix} - \lambda\begin{vmatrix} \lambda & -1 \\ 1 & -\lambda \end{vmatrix} + (-1)\begin{vmatrix} \lambda & -1 \\ 1 & 1 \end{vmatrix} = 0. Now evaluate: 1(λ+1)λ(λ2+1)(λ+1)=0.1(\lambda+1) - \lambda(-\lambda^2+1) - (\lambda+1)=0. The first and third terms cancel, giving λ(λ2+1)=0λ(λ21)=0.-\lambda(-\lambda^2+1)=0 \Rightarrow \lambda(\lambda^2-1)=0. So, λ(λ1)(λ+1)=0.\lambda(\lambda-1)(\lambda+1)=0. Hence, λ=0,  1,  1.\lambda = 0,\; 1,\; -1.

Answer: λ=0,1,1\lambda = 0, 1, -1


Example 25: Range of Determinant

Let A=[1sinθ1sinθ1sinθ1sinθ1],0θ2π.A = \begin{bmatrix} 1 & \sin \theta & 1 \\ -\sin \theta & 1 & \sin \theta \\ -1 & -\sin \theta & 1 \end{bmatrix}, \quad 0 \le \theta \le 2\pi. Find the range of values of A|A|.

Solution: Expand along the first row: A=11sinθsinθ1sinθsinθsinθ11+1sinθ11sinθ.|A| = 1\begin{vmatrix} 1 & \sin\theta \\ -\sin\theta & 1 \end{vmatrix} - \sin\theta\begin{vmatrix} -\sin\theta & \sin\theta \\ -1 & 1 \end{vmatrix} + 1\begin{vmatrix} -\sin\theta & 1 \\ -1 & -\sin\theta \end{vmatrix}. Now evaluate each minor: 1sinθsinθ1=1+sin2θ,\begin{vmatrix} 1 & \sin\theta \\ -\sin\theta & 1 \end{vmatrix} = 1 + \sin^2\theta, sinθsinθ11=sinθ+sinθ=0,\begin{vmatrix} -\sin\theta & \sin\theta \\ -1 & 1 \end{vmatrix} = -\sin\theta + \sin\theta = 0, sinθ11sinθ=sin2θ+1.\begin{vmatrix} -\sin\theta & 1 \\ -1 & -\sin\theta \end{vmatrix} = \sin^2\theta + 1. So, A=(1+sin2θ)+0+(1+sin2θ)=2(1+sin2θ).|A| = (1+\sin^2\theta) + 0 + (1+\sin^2\theta) = 2(1+\sin^2\theta). Since 0sin2θ1,0 \le \sin^2\theta \le 1, we get 11+sin2θ2.1 \le 1+\sin^2\theta \le 2. Multiplying by 2, 2A4.2 \le |A| \le 4.

Answer: [2,4][2, 4]


JEE Advanced Level

Example 26: Matrix Polynomials

Let PP and QQ be two 3×33 \times 3 matrices such that PQP \neq Q, P3=Q3P^3 = Q^3 and P2Q=Q2PP^2 Q = Q^2 P. Find the value of P2+Q2|P^2 + Q^2|.

Solution: Consider the product (P2+Q2)(PQ).(P^2 + Q^2)(P-Q). Expanding, (P2+Q2)(PQ)=P3P2Q+Q2PQ3.(P^2 + Q^2)(P-Q) = P^3 - P^2Q + Q^2P - Q^3. Now use the given conditions: P3=Q3,P2Q=Q2P.P^3 = Q^3, \qquad P^2Q = Q^2P. Hence, P3P2Q+Q2PQ3=0.P^3 - P^2Q + Q^2P - Q^3 = 0. So, (P2+Q2)(PQ)=O.(P^2 + Q^2)(P-Q) = O. Taking determinants on both sides, P2+Q2PQ=O=0.|P^2 + Q^2|\,|P-Q| = |O| = 0. Now suppose P2+Q20|P^2 + Q^2| \neq 0. Then P2+Q2P^2 + Q^2 is invertible, so from (P2+Q2)(PQ)=O,(P^2 + Q^2)(P-Q)=O, we can multiply by (P2+Q2)1(P^2 + Q^2)^{-1} to obtain PQ=OP=Q,P-Q = O \Rightarrow P=Q, which contradicts the given condition PQP \neq Q. Therefore our assumption is false, and we must have P2+Q2=0.|P^2 + Q^2| = 0.

Answer: 00