Board Exam Presentation Strategy

When solving Determinant and Matrix problems in Board Exams, the method of presentation is very important because step marks are awarded even if the final answer is incorrect.

Define matrices clearly

If a question is about solving a system of equations by matrix method, first write the system in the form AX=B,AX = B, and clearly state what AA, XX, and BB represent.

State the formula before using it

For example, if the matrix is non-singular, explicitly write X=A1BX = A^{-1}B and if you are finding inverse, write A1=1AadjA.A^{-1} = \frac{1}{|A|}\operatorname{adj} A.

Check the determinant first

Before finding the inverse, always calculate A|A| and state whether it is zero or non-zero. This establishes whether the matrix is singular or non-singular.

Show cofactor work in 3×33 \times 3 problems

Do not jump directly to the adjoint matrix. Show at least a few cofactor calculations such as A11,A12,A13A_{11}, A_{12}, A_{13}, because that is where many step marks are awarded.

Write proper conclusions

After calculations, write a final statement such as:

  • 'Hence, the matrix is singular.'
  • 'Hence, the system is inconsistent.'
  • 'Therefore, x=2,y=1,z=3x=2, y=1, z=3.'

This style helps secure full marks in descriptive board-exam answers.

Question 1

Evaluate the determinant: cos15sin15sin75cos75\begin{vmatrix} \cos 15^\circ & \sin 15^\circ \\ \sin 75^\circ & \cos 75^\circ \end{vmatrix}

Solution: Using the 2×22 \times 2 determinant formula, Δ=(cos15)(cos75)(sin15)(sin75).\Delta = (\cos 15^\circ)(\cos 75^\circ) - (\sin 15^\circ)(\sin 75^\circ). Now use the identity cosAcosBsinAsinB=cos(A+B).\cos A \cos B - \sin A \sin B = \cos(A+B). So, Δ=cos(15+75)=cos90=0.\Delta = \cos(15^\circ + 75^\circ) = \cos 90^\circ = 0.

Answer: 00


Question 2

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

Solution: 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 values, 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=±3x = \pm \sqrt{3}


Question 3

For what value of kk is the matrix A=[k842k]A = \begin{bmatrix} k & 8 \\ 4 & 2k \end{bmatrix} a singular matrix?

Solution: A matrix is singular if its determinant is zero. Therefore, A=0.|A| = 0. Now, k842k=k(2k)8(4)=2k232.\begin{vmatrix} k & 8 \\ 4 & 2k \end{vmatrix} = k(2k) - 8(4) = 2k^2 - 32. Set this equal to zero: 2k232=0.2k^2 - 32 = 0. So, 2k2=32k2=16.2k^2 = 32 \Rightarrow k^2 = 16. Hence, k=±4.k = \pm 4.

Answer: k=4,4k = 4, -4


Question 4

If AA is a square matrix of order 3 and A=5|A| = 5, find 3A|3A|.

Solution: For a matrix of order nn, kA=knA.|kA| = k^n|A|. Here, k=3k=3 and n=3n=3. Therefore, 3A=33A=27×5=135.|3A| = 3^3|A| = 27 \times 5 = 135.

Answer: 135135


Question 5

Write the value of the determinant abbccabccaabcaabbc.\begin{vmatrix} a-b & b-c & c-a \\ b-c & c-a & a-b \\ c-a & a-b & b-c \end{vmatrix}.

Solution: Apply the row operation R1R1+R2+R3.R_1 \to R_1 + R_2 + R_3. Then each element of the first row becomes (ab)+(bc)+(ca)=0,(a-b)+(b-c)+(c-a)=0, (bc)+(ca)+(ab)=0,(b-c)+(c-a)+(a-b)=0, (ca)+(ab)+(bc)=0.(c-a)+(a-b)+(b-c)=0. So the determinant becomes 000bccaabcaabbc.\begin{vmatrix} 0 & 0 & 0 \\ b-c & c-a & a-b \\ c-a & a-b & b-c \end{vmatrix}. A determinant with an entire row of zeros is zero.

Answer: 00

Question 6

Find the maximum value of 11111+sinθ1111+cosθ.\begin{vmatrix} 1 & 1 & 1 \\ 1 & 1+\sin \theta & 1 \\ 1 & 1 & 1+\cos \theta \end{vmatrix}.

Solution: Apply the column operations C2C2C1,C3C3C1.C_2 \to C_2 - C_1, \qquad C_3 \to C_3 - C_1. Then the determinant becomes 1001sinθ010cosθ.\begin{vmatrix} 1 & 0 & 0 \\ 1 & \sin\theta & 0 \\ 1 & 0 & \cos\theta \end{vmatrix}. Now expand along the first row: Δ=1sinθ00cosθ=sinθcosθ.\Delta = 1 \cdot \begin{vmatrix} \sin\theta & 0 \\ 0 & \cos\theta \end{vmatrix} = \sin\theta \cos\theta. Use the identity 2sinθcosθ=sin2θ.2\sin\theta\cos\theta = \sin 2\theta. So, Δ=12sin2θ.\Delta = \frac{1}{2}\sin 2\theta. The maximum value of sin2θ\sin 2\theta is 1. Hence the maximum value of the determinant is 12.\frac{1}{2}.

Answer: 12\frac{1}{2}


Question 7

Find the area of the triangle whose vertices are (3,8)(3, 8), (4,2)(-4, 2), and (5,1)(5, -1).

Solution: The area of a triangle with vertices (x1,y1)(x_1,y_1), (x2,y2)(x_2,y_2), (x3,y3)(x_3,y_3) is Area=12x1y11x2y21x3y31.\text{Area} = \frac{1}{2}\left|\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix}\right|. Substituting the given points, Area=12381421511.\text{Area} = \frac{1}{2}\left|\begin{vmatrix} 3 & 8 & 1 \\ -4 & 2 & 1 \\ 5 & -1 & 1 \end{vmatrix}\right|. Expand along the first row: =123211184151+14251.= \frac{1}{2}\left| 3\begin{vmatrix} 2 & 1 \\ -1 & 1 \end{vmatrix} - 8\begin{vmatrix} -4 & 1 \\ 5 & 1 \end{vmatrix} + 1\begin{vmatrix} -4 & 2 \\ 5 & -1 \end{vmatrix} \right|. Now, 2111=2(1)1(1)=3,\begin{vmatrix} 2 & 1 \\ -1 & 1 \end{vmatrix} = 2(1)-1(-1)=3, 4151=4(1)1(5)=9,\begin{vmatrix} -4 & 1 \\ 5 & 1 \end{vmatrix} = -4(1)-1(5)=-9, 4251=(4)(1)2(5)=410=6.\begin{vmatrix} -4 & 2 \\ 5 & -1 \end{vmatrix} = (-4)(-1)-2(5)=4-10=-6. Therefore, Area=123(3)8(9)6=129+726=12(75)=37.5.\text{Area} = \frac{1}{2}|3(3)-8(-9)-6| = \frac{1}{2}|9+72-6| = \frac{1}{2}(75) = 37.5.

Answer: 37.537.5 sq. units


Question 8

Find the value of kk if the area of the triangle is 35 sq. units and vertices are (2,6)(2, -6), (5,4)(5, 4), and (k,4)(k, 4).

Solution: Using the area formula, 12261541k41=35.\frac{1}{2}\left|\begin{vmatrix} 2 & -6 & 1 \\ 5 & 4 & 1 \\ k & 4 & 1 \end{vmatrix}\right| = 35. So, 261541k41=±70.\begin{vmatrix} 2 & -6 & 1 \\ 5 & 4 & 1 \\ k & 4 & 1 \end{vmatrix} = \pm 70. Expand along the first row: 24141(6)51k1+154k4=±70.2\begin{vmatrix} 4 & 1 \\ 4 & 1 \end{vmatrix} - (-6)\begin{vmatrix} 5 & 1 \\ k & 1 \end{vmatrix} + 1\begin{vmatrix} 5 & 4 \\ k & 4 \end{vmatrix} = \pm 70. Now, 4141=0,\begin{vmatrix} 4 & 1 \\ 4 & 1 \end{vmatrix} = 0, 51k1=5k,\begin{vmatrix} 5 & 1 \\ k & 1 \end{vmatrix} = 5-k, 54k4=204k.\begin{vmatrix} 5 & 4 \\ k & 4 \end{vmatrix} = 20-4k. Thus, 0+6(5k)+(204k)=±70.0 + 6(5-k) + (20-4k) = \pm 70. So, 306k+204k=±70,30-6k+20-4k = \pm 70, 5010k=±70.50-10k = \pm 70. Case 1: 5010k=7010k=20k=2.50-10k=70 \Rightarrow -10k=20 \Rightarrow k=-2. Case 2: 5010k=7010k=120k=12.50-10k=-70 \Rightarrow -10k=-120 \Rightarrow k=12.

Answer: k=12,2k = 12, -2


Question 9

Using determinants, show that the points A(a,0)A(a, 0), B(0,b)B(0, b), and C(x,y)C(x, y) are collinear if xa+yb=1.\frac{x}{a} + \frac{y}{b} = 1.

Solution: For collinearity of the three points, the determinant a010b1xy1\begin{vmatrix} a & 0 & 1 \\ 0 & b & 1 \\ x & y & 1 \end{vmatrix} must be zero. Expand along the first row: ab1y10+10bxy=0.a\begin{vmatrix} b & 1 \\ y & 1 \end{vmatrix} - 0 + 1\begin{vmatrix} 0 & b \\ x & y \end{vmatrix} = 0. So, a(by)+(0byx?)a(b-y) + (0-byx? ) Carefully evaluating the last minor, 0bxy=0ybx=bx.\begin{vmatrix} 0 & b \\ x & y \end{vmatrix} = 0\cdot y - bx = -bx. Hence, a(by)bx=0,a(b-y) - bx = 0, abaybx=0,ab - ay - bx = 0, bx+ay=ab.bx + ay = ab. Dividing by abab, xa+yb=1.\frac{x}{a} + \frac{y}{b} = 1. Thus the given condition implies the determinant is zero, so the points are collinear.

Answer: Proved.

Question 10

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

Solution: Let P(x,y)P(x,y) be any point on the required line. Then the three points are collinear, so xy1121361=0.\begin{vmatrix} x & y & 1 \\ 1 & 2 & 1 \\ 3 & 6 & 1 \end{vmatrix} = 0. Expand along the first row: x2161y1131+11236=0.x\begin{vmatrix} 2 & 1 \\ 6 & 1 \end{vmatrix} - y\begin{vmatrix} 1 & 1 \\ 3 & 1 \end{vmatrix} + 1\begin{vmatrix} 1 & 2 \\ 3 & 6 \end{vmatrix} = 0. Now, 2161=26=4,\begin{vmatrix} 2 & 1 \\ 6 & 1 \end{vmatrix} = 2-6=-4, 1131=13=2,\begin{vmatrix} 1 & 1 \\ 3 & 1 \end{vmatrix} = 1-3=-2, 1236=66=0.\begin{vmatrix} 1 & 2 \\ 3 & 6 \end{vmatrix} = 6-6=0. Hence, 4xy(2)=04x+2y=0.-4x - y(-2) = 0 \Rightarrow -4x + 2y = 0. Therefore, y=2x.y = 2x.

Answer: y=2xy = 2x


Question 11

Write the cofactor of a21a_{21} in the matrix A=[123436279].A = \begin{bmatrix} 1 & 2 & 3 \\ -4 & 3 & 6 \\ 2 & -7 & 9 \end{bmatrix}.

Solution: The element a21a_{21} is 4-4. Delete row 2 and column 1 to get its minor: M21=2379=2(9)3(7)=18+21=39.M_{21} = \begin{vmatrix} 2 & 3 \\ -7 & 9 \end{vmatrix} = 2(9) - 3(-7) = 18 + 21 = 39. Now, A21=(1)2+1M21=(1)3(39)=39.A_{21} = (-1)^{2+1}M_{21} = (-1)^3(39) = -39.

Answer: 39-39


Question 12

If AA is a square matrix of order 3 and A=4|A| = 4, write the value of adjA|\operatorname{adj} A|.

Solution: For a non-singular matrix of order nn, adjA=An1.|\operatorname{adj} A| = |A|^{n-1}. Here n=3n=3 and A=4|A|=4. Therefore, adjA=431=42=16.|\operatorname{adj} A| = 4^{3-1} = 4^2 = 16.

Answer: 1616


Question 13

If AA is an invertible matrix of order 2×22 \times 2 such that A=8|A| = 8, find the value of A1|A^{-1}|.

Solution: We use the property A1=1A.|A^{-1}| = \frac{1}{|A|}. Since A=8|A|=8, A1=18.|A^{-1}| = \frac{1}{8}.

Answer: 18\frac{1}{8}


Question 14

Find the adjoint of matrix A=[2134].A = \begin{bmatrix} 2 & -1 \\ 3 & 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}. Here, a=2,b=1,c=3,d=4.a=2, \quad b=-1, \quad c=3, \quad d=4. So, adjA=[4132].\operatorname{adj} A = \begin{bmatrix} 4 & 1 \\ -3 & 2 \end{bmatrix}.

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


Question 15

Given A=[2347],A = \begin{bmatrix} 2 & -3 \\ -4 & 7 \end{bmatrix}, find A1A^{-1}.

Solution: First find the determinant: A=2(7)(3)(4)=1412=2.|A| = 2(7) - (-3)(-4) = 14 - 12 = 2. Since A0|A| \neq 0, the inverse exists. Now, adjA=[7342].\operatorname{adj} A = \begin{bmatrix} 7 & 3 \\ 4 & 2 \end{bmatrix}. Therefore, A1=12[7342]=[7/23/221].A^{-1} = \frac{1}{2}\begin{bmatrix} 7 & 3 \\ 4 & 2 \end{bmatrix} = \begin{bmatrix} 7/2 & 3/2 \\ 2 & 1 \end{bmatrix}.

Answer: [7/23/221]\begin{bmatrix} 7/2 & 3/2 \\ 2 & 1 \end{bmatrix}

Question 16

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, A25A+7I=[8553][155510]+[7007]=[0000].A^2 - 5A + 7I = \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}. Hence, A25A+7I=O.A^2 - 5A + 7I = O. Now post-multiply by A1A^{-1}: A5I+7A1=O.A - 5I + 7A^{-1} = O. So, 7A1=5IA.7A^{-1} = 5I - A. Thus, A1=17([5005][3112])=17[2113].A^{-1} = \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: 17[2113]\frac{1}{7}\begin{bmatrix} 2 & -1 \\ 1 & 3 \end{bmatrix}


Question 17

Solve the following system of linear equations using matrix method: xy+2z=7x - y + 2z = 7 3x+4y5z=53x + 4y - 5z = -5 2xy+3z=122x - y + 3z = 12

Solution: Write the system as AX=B,AX = B, where A=[112345213],X=[xyz],B=[7512].A = \begin{bmatrix} 1 & -1 & 2 \\ 3 & 4 & -5 \\ 2 & -1 & 3 \end{bmatrix}, \qquad X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, \qquad B = \begin{bmatrix} 7 \\ -5 \\ 12 \end{bmatrix}. Now compute A=14513(1)3523+23421.|A| = 1\begin{vmatrix} 4 & -5 \\ -1 & 3 \end{vmatrix} - (-1)\begin{vmatrix} 3 & -5 \\ 2 & 3 \end{vmatrix} + 2\begin{vmatrix} 3 & 4 \\ 2 & -1 \end{vmatrix}. Thus, A=1(125)+1(9+10)+2(38)=7+1922=4.|A| = 1(12-5) + 1(9+10) + 2(-3-8) = 7 + 19 - 22 = 4. Since A0|A| \neq 0, a unique solution exists.

Cofactors are: A11=7,A12=19,A13=11,A_{11}=7, \quad A_{12}=-19, \quad A_{13}=-11, A21=1,A22=1,A23=1,A_{21}=1, \quad A_{22}=-1, \quad A_{23}=-1, A31=3,A32=11,A33=7.A_{31}=-3, \quad A_{32}=11, \quad A_{33}=7. Therefore, adjA=[713191111117].\operatorname{adj} A = \begin{bmatrix} 7 & 1 & -3 \\ -19 & -1 & 11 \\ -11 & -1 & 7 \end{bmatrix}. Now, X=A1B=14[713191111117][7512].X = A^{-1}B = \frac{1}{4}\begin{bmatrix} 7 & 1 & -3 \\ -19 & -1 & 11 \\ -11 & -1 & 7 \end{bmatrix}\begin{bmatrix} 7 \\ -5 \\ 12 \end{bmatrix}. Multiply: =14[49536133+5+13277+5+84]=14[8412]=[213].= \frac{1}{4}\begin{bmatrix} 49 - 5 - 36 \\ -133 + 5 + 132 \\ -77 + 5 + 84 \end{bmatrix} = \frac{1}{4}\begin{bmatrix} 8 \\ 4 \\ 12 \end{bmatrix} = \begin{bmatrix} 2 \\ 1 \\ 3 \end{bmatrix}. Hence, x=2,y=1,z=3.x=2, \quad y=1, \quad z=3.

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


Question 18

If A=[231122311],A = \begin{bmatrix} 2 & 3 & 1 \\ 1 & 2 & 2 \\ -3 & 1 & -1 \end{bmatrix}, find A1A^{-1}. Using A1A^{-1}, solve the system 2x+y3z=13,2x + y - 3z = 13, 3x+2y+z=4,3x + 2y + z = 4, x+2yz=8.x + 2y - z = 8.

Solution: Notice that the coefficient matrix of the system is AT=[213321121].A^T = \begin{bmatrix} 2 & 1 & -3 \\ 3 & 2 & 1 \\ 1 & 2 & -1 \end{bmatrix}. So the system is ATX=B,A^T X = B, where B=[1348].B = \begin{bmatrix} 13 \\ 4 \\ 8 \end{bmatrix}. Therefore, X=(AT)1B=(A1)TB.X = (A^T)^{-1}B = (A^{-1})^T B. First compute A1A^{-1}.

Determinant of AA: A=2221131231+11231.|A| = 2\begin{vmatrix} 2 & 2 \\ 1 & -1 \end{vmatrix} - 3\begin{vmatrix} 1 & 2 \\ -3 & -1 \end{vmatrix} + 1\begin{vmatrix} 1 & 2 \\ -3 & 1 \end{vmatrix}. So, A=2(22)3(1+6)+(1+6)=815+7=16.|A| = 2(-2-2) - 3(-1+6) + (1+6) = -8 - 15 + 7 = -16. Cofactors are: A11=4,A12=5,A13=7,A_{11}=-4, \quad A_{12}=-5, \quad A_{13}=7, A21=4,A22=1,A23=11,A_{21}=4, \quad A_{22}=1, \quad A_{23}=-11, A31=4,A32=3,A33=1.A_{31}=4, \quad A_{32}=-3, \quad A_{33}=1. Thus, adjA=[4445137111].\operatorname{adj} A = \begin{bmatrix} -4 & 4 & 4 \\ -5 & 1 & -3 \\ 7 & -11 & 1 \end{bmatrix}. Hence, A1=116[4445137111].A^{-1} = \frac{1}{-16}\begin{bmatrix} -4 & 4 & 4 \\ -5 & 1 & -3 \\ 7 & -11 & 1 \end{bmatrix}. So, (A1)T=116[4574111431].(A^{-1})^T = \frac{1}{-16}\begin{bmatrix} -4 & -5 & 7 \\ 4 & 1 & -11 \\ 4 & -3 & 1 \end{bmatrix}. Now, X=(A1)TB=116[4574111431][1348].X = (A^{-1})^T B = \frac{1}{-16}\begin{bmatrix} -4 & -5 & 7 \\ 4 & 1 & -11 \\ 4 & -3 & 1 \end{bmatrix}\begin{bmatrix} 13 \\ 4 \\ 8 \end{bmatrix}. Multiply: =116[5220+5652+4885212+8]=116[163248]=[123].= \frac{1}{-16}\begin{bmatrix} -52 - 20 + 56 \\ 52 + 4 - 88 \\ 52 - 12 + 8 \end{bmatrix} = \frac{1}{-16}\begin{bmatrix} -16 \\ -32 \\ 48 \end{bmatrix} = \begin{bmatrix} 1 \\ 2 \\ -3 \end{bmatrix}. Thus, x=1,y=2,z=3.x=1, \quad y=2, \quad z=-3.

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


Question 19

Find the product [111122213][444713531]\begin{bmatrix} 1 & -1 & 1 \\ 1 & -2 & -2 \\ 2 & 1 & 3 \end{bmatrix} \begin{bmatrix} -4 & 4 & 4 \\ -7 & 1 & 3 \\ 5 & -3 & -1 \end{bmatrix} and use it to solve the system of equations: xy+z=4,x - y + z = 4, x2y2z=9,x - 2y - 2z = 9, 2x+y+3z=1.2x + y + 3z = 1.

Solution: Let C=[111122213],D=[444713531].C = \begin{bmatrix} 1 & -1 & 1 \\ 1 & -2 & -2 \\ 2 & 1 & 3 \end{bmatrix}, \qquad D = \begin{bmatrix} -4 & 4 & 4 \\ -7 & 1 & 3 \\ 5 & -3 & -1 \end{bmatrix}. Now multiply CDCD: CD=[4+7+54134314+141042+646+287+158+198+33]=[800080008]=8I.CD = \begin{bmatrix} -4+7+5 & 4-1-3 & 4-3-1 \\ -4+14-10 & 4-2+6 & 4-6+2 \\ -8-7+15 & 8+1-9 & 8+3-3 \end{bmatrix} = \begin{bmatrix} 8 & 0 & 0 \\ 0 & 8 & 0 \\ 0 & 0 & 8 \end{bmatrix} = 8I. Thus, C1=18D.C^{-1} = \frac{1}{8}D. The system is CX=B,CX = B, where B=[491].B = \begin{bmatrix} 4 \\ 9 \\ 1 \end{bmatrix}. Hence, X=C1B=18DB.X = C^{-1}B = \frac{1}{8}DB. Now, DB=[444713531][491]=[16+36+428+9+320271]=[24168].DB = \begin{bmatrix} -4 & 4 & 4 \\ -7 & 1 & 3 \\ 5 & -3 & -1 \end{bmatrix}\begin{bmatrix} 4 \\ 9 \\ 1 \end{bmatrix} = \begin{bmatrix} -16 + 36 + 4 \\ -28 + 9 + 3 \\ 20 - 27 - 1 \end{bmatrix} = \begin{bmatrix} 24 \\ -16 \\ -8 \end{bmatrix}. So, X=18[24168]=[321].X = \frac{1}{8}\begin{bmatrix} 24 \\ -16 \\ -8 \end{bmatrix} = \begin{bmatrix} 3 \\ -2 \\ -1 \end{bmatrix}. Therefore, x=3,y=2,z=1.x=3, \quad y=-2, \quad z=-1.

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


Question 20

Solve the following system of equations: 2x+3y+10z=4,\frac{2}{x} + \frac{3}{y} + \frac{10}{z} = 4, 4x6y+5z=1,\frac{4}{x} - \frac{6}{y} + \frac{5}{z} = 1, 6x+9y20z=2.\frac{6}{x} + \frac{9}{y} - \frac{20}{z} = 2.

Solution: Let u=1x,v=1y,w=1z.u = \frac{1}{x}, \quad v = \frac{1}{y}, \quad w = \frac{1}{z}. Then the system becomes 2u+3v+10w=4,2u + 3v + 10w = 4, 4u6v+5w=1,4u - 6v + 5w = 1, 6u+9v20w=2.6u + 9v - 20w = 2. So, A=[23104656920],X=[uvw],B=[412].A = \begin{bmatrix} 2 & 3 & 10 \\ 4 & -6 & 5 \\ 6 & 9 & -20 \end{bmatrix}, \qquad X = \begin{bmatrix} u \\ v \\ w \end{bmatrix}, \qquad B = \begin{bmatrix} 4 \\ 1 \\ 2 \end{bmatrix}. Now, A=2(12045)3(8030)+10(36+36)=150+330+720=1200.|A| = 2(120-45) - 3(-80-30) + 10(36+36) = 150 + 330 + 720 = 1200. Hence the inverse exists. The adjoint is adjA=[75150751101003072024].\operatorname{adj} A = \begin{bmatrix} 75 & 150 & 75 \\ 110 & -100 & 30 \\ 72 & 0 & -24 \end{bmatrix}. Therefore, X=11200[75150751101003072024][412].X = \frac{1}{1200}\begin{bmatrix} 75 & 150 & 75 \\ 110 & -100 & 30 \\ 72 & 0 & -24 \end{bmatrix}\begin{bmatrix} 4 \\ 1 \\ 2 \end{bmatrix}. Multiply: =11200[300+150+150440100+60288+048]=11200[600400240]=[1/21/31/5].= \frac{1}{1200}\begin{bmatrix} 300+150+150 \\ 440-100+60 \\ 288+0-48 \end{bmatrix} = \frac{1}{1200}\begin{bmatrix} 600 \\ 400 \\ 240 \end{bmatrix} = \begin{bmatrix} 1/2 \\ 1/3 \\ 1/5 \end{bmatrix}. So, u=12,v=13,w=15.u=\frac{1}{2}, \quad v=\frac{1}{3}, \quad w=\frac{1}{5}. Hence, x=2,y=3,z=5.x=2, \quad y=3, \quad z=5.

Answer: x=2,y=3,z=5x=2, y=3, z=5

Question 21

Given A=[110234012]andB=[224424215],A = \begin{bmatrix} 1 & -1 & 0 \\ 2 & 3 & 4 \\ 0 & 1 & 2 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} 2 & 2 & -4 \\ -4 & 2 & -4 \\ 2 & -1 & 5 \end{bmatrix}, find ABAB. Use this to solve the system: xy=3,x - y = 3, 2x+3y+4z=17,2x + 3y + 4z = 17, y+2z=7.y + 2z = 7.

Solution: First compute ABAB: AB=[110234012][224424215].AB = \begin{bmatrix} 1 & -1 & 0 \\ 2 & 3 & 4 \\ 0 & 1 & 2 \end{bmatrix}\begin{bmatrix} 2 & 2 & -4 \\ -4 & 2 & -4 \\ 2 & -1 & 5 \end{bmatrix}. Carrying out multiplication, AB=[600060006]=6I.AB = \begin{bmatrix} 6 & 0 & 0 \\ 0 & 6 & 0 \\ 0 & 0 & 6 \end{bmatrix} = 6I. Hence, A1=16B.A^{-1} = \frac{1}{6}B. Now write the system as AX=C,AX = C, where X=[xyz],C=[3177].X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, \qquad C = \begin{bmatrix} 3 \\ 17 \\ 7 \end{bmatrix}. So, X=A1C=16BC.X = A^{-1}C = \frac{1}{6}BC. Now, BC=[224424215][3177]=[6+342812+3428617+35]=[12624].BC = \begin{bmatrix} 2 & 2 & -4 \\ -4 & 2 & -4 \\ 2 & -1 & 5 \end{bmatrix}\begin{bmatrix} 3 \\ 17 \\ 7 \end{bmatrix} = \begin{bmatrix} 6+34-28 \\ -12+34-28 \\ 6-17+35 \end{bmatrix} = \begin{bmatrix} 12 \\ -6 \\ 24 \end{bmatrix}. Thus, X=16[12624]=[214].X = \frac{1}{6}\begin{bmatrix} 12 \\ -6 \\ 24 \end{bmatrix} = \begin{bmatrix} 2 \\ -1 \\ 4 \end{bmatrix}. So, x=2,y=1,z=4.x=2, \quad y=-1, \quad z=4.

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


Question 22

Check the consistency of the system: 3xy2z=2,3x - y - 2z = 2, 2yz=1,2y - z = -1, 3x5y=3.3x - 5y = 3.

Solution: The coefficient matrix is A=[312021350].A = \begin{bmatrix} 3 & -1 & -2 \\ 0 & 2 & -1 \\ 3 & -5 & 0 \end{bmatrix}. Now, A=32150(1)0130+(2)0235.|A| = 3\begin{vmatrix} 2 & -1 \\ -5 & 0 \end{vmatrix} - (-1)\begin{vmatrix} 0 & -1 \\ 3 & 0 \end{vmatrix} + (-2)\begin{vmatrix} 0 & 2 \\ 3 & -5 \end{vmatrix}. So, A=3(05)+1(0+3)+(2)(06)=15+3+12=0.|A| = 3(0-5) + 1(0+3) + (-2)(0-6) = -15 + 3 + 12 = 0. Since A=0|A|=0, compute (adjA)B(\operatorname{adj} A)B. The adjoint is adjA=[51053636126].\operatorname{adj} A = \begin{bmatrix} -5 & 10 & 5 \\ -3 & 6 & 3 \\ -6 & 12 & 6 \end{bmatrix}. Also, B=[213].B = \begin{bmatrix} 2 \\ -1 \\ 3 \end{bmatrix}. Thus, (adjA)B=[51053636126][213]=[1010+1566+91212+18]=[536]O.(\operatorname{adj} A)B = \begin{bmatrix} -5 & 10 & 5 \\ -3 & 6 & 3 \\ -6 & 12 & 6 \end{bmatrix}\begin{bmatrix} 2 \\ -1 \\ 3 \end{bmatrix} = \begin{bmatrix} -10-10+15 \\ -6-6+9 \\ -12-12+18 \end{bmatrix} = \begin{bmatrix} -5 \\ -3 \\ -6 \end{bmatrix} \neq O. Hence the system is inconsistent.

Answer: Inconsistent


Question 23

The cost of 4 kg onion, 3 kg wheat and 2 kg rice is ₹60. The cost of 2 kg onion, 4 kg wheat and 6 kg rice is ₹90. The cost of 6 kg onion, 2 kg wheat and 3 kg rice is ₹70. Find the cost of each item per kg by matrix method.

Solution: Let the cost per kg of onion, wheat, and rice be x,y,zx, y, z respectively. Then, 4x+3y+2z=60,4x + 3y + 2z = 60, 2x+4y+6z=90,2x + 4y + 6z = 90, 6x+2y+3z=70.6x + 2y + 3z = 70. To simplify, divide the second equation by 2: x+2y+3z=45.x + 2y + 3z = 45. So the equivalent system is 4x+3y+2z=60,4x + 3y + 2z = 60, x+2y+3z=45,x + 2y + 3z = 45, 6x+2y+3z=70.6x + 2y + 3z = 70. Thus, A=[432123623],B=[604570].A = \begin{bmatrix} 4 & 3 & 2 \\ 1 & 2 & 3 \\ 6 & 2 & 3 \end{bmatrix}, \qquad B = \begin{bmatrix} 60 \\ 45 \\ 70 \end{bmatrix}. Now, A=4(66)3(318)+2(212)=0+4520=25.|A| = 4(6-6) - 3(3-18) + 2(2-12) = 0 + 45 - 20 = 25. So a unique solution exists. The adjoint is adjA=[0551501010105].\operatorname{adj} A = \begin{bmatrix} 0 & -5 & 5 \\ 15 & 0 & -10 \\ -10 & 10 & 5 \end{bmatrix}. Hence, X=A1B=125[0551501010105][604570].X = A^{-1}B = \frac{1}{25}\begin{bmatrix} 0 & -5 & 5 \\ 15 & 0 & -10 \\ -10 & 10 & 5 \end{bmatrix}\begin{bmatrix} 60 \\ 45 \\ 70 \end{bmatrix}. Multiply: =125[0225+350900+0700600+450+350]=125[125200200]=[588].= \frac{1}{25}\begin{bmatrix} 0 - 225 + 350 \\ 900 + 0 - 700 \\ -600 + 450 + 350 \end{bmatrix} = \frac{1}{25}\begin{bmatrix} 125 \\ 200 \\ 200 \end{bmatrix} = \begin{bmatrix} 5 \\ 8 \\ 8 \end{bmatrix}. Therefore, x=5,y=8,z=8.x=5, \quad y=8, \quad z=8.

Answer: Onion = ₹5/kg, Wheat = ₹8/kg, Rice = ₹8/kg


Question 24

Determine the inverse of the matrix A=[1000cosθsinθ0sinθcosθ].A = \begin{bmatrix} 1 & 0 & 0 \\ 0 & \cos \theta & \sin \theta \\ 0 & \sin \theta & -\cos \theta \end{bmatrix}.

Solution: First find the determinant. Since the matrix is block-triangular with first row and first column simple, A=1cosθsinθsinθcosθ=1(cos2θsin2θ)=1.|A| = 1\cdot \begin{vmatrix} \cos\theta & \sin\theta \\ \sin\theta & -\cos\theta \end{vmatrix} = 1\cdot(-\cos^2\theta - \sin^2\theta) = -1. So the inverse exists. Now compute cofactors: A11=1,A12=0,A13=0,A_{11} = -1, \quad A_{12}=0, \quad A_{13}=0, A21=0,A22=cosθ,A23=sinθ,A_{21}=0, \quad A_{22}=-\cos\theta, \quad A_{23}=-\sin\theta, A31=0,A32=sinθ,A33=cosθ.A_{31}=0, \quad A_{32}=-\sin\theta, \quad A_{33}=\cos\theta. Thus, adjA=[1000cosθsinθ0sinθcosθ].\operatorname{adj} A = \begin{bmatrix} -1 & 0 & 0 \\ 0 & -\cos\theta & -\sin\theta \\ 0 & -\sin\theta & \cos\theta \end{bmatrix}. Therefore, A1=11adjA=[1000cosθsinθ0sinθcosθ].A^{-1} = \frac{1}{-1}\operatorname{adj} A = \begin{bmatrix} 1 & 0 & 0 \\ 0 & \cos\theta & \sin\theta \\ 0 & \sin\theta & -\cos\theta \end{bmatrix}. So the inverse is the matrix itself.

Answer: A1=AA^{-1} = A


Question 25

Prove that adj(adjA)=A(n1)2|\operatorname{adj}(\operatorname{adj} A)| = |A|^{(n-1)^2} for a non-singular matrix AA of order nn.

Solution: Let B=adjA.B = \operatorname{adj} A. For any non-singular matrix XX of order nn, adjX=Xn1.|\operatorname{adj} X| = |X|^{n-1}. Applying this to X=BX=B, adjB=Bn1.|\operatorname{adj} B| = |B|^{n-1}. Since B=adjAB = \operatorname{adj} A, adj(adjA)=adjAn1.|\operatorname{adj}(\operatorname{adj} A)| = |\operatorname{adj} A|^{n-1}. Again using adjA=An1,|\operatorname{adj} A| = |A|^{n-1}, we get adj(adjA)=(An1)n1=A(n1)2.|\operatorname{adj}(\operatorname{adj} A)| = (|A|^{n-1})^{n-1} = |A|^{(n-1)^2}. Hence proved.

Answer: Proved.

Question 26

Solve for xx: x+abcax+bcabx+c=0\begin{vmatrix} x+a & b & c \\ a & x+b & c \\ a & b & x+c \end{vmatrix} = 0.

Solution: Apply the column operation C1C1+C2+C3.C_1 \to C_1 + C_2 + C_3. Then the determinant becomes x+a+b+cbcx+a+b+cx+bcx+a+b+cbx+c=0.\begin{vmatrix} x+a+b+c & b & c \\ x+a+b+c & x+b & c \\ x+a+b+c & b & x+c \end{vmatrix} = 0. Take (x+a+b+c)(x+a+b+c) common from the first column: (x+a+b+c)1bc1x+bc1bx+c=0.(x+a+b+c)\begin{vmatrix} 1 & b & c \\ 1 & x+b & c \\ 1 & b & x+c \end{vmatrix} = 0. Now apply R2R2R1,R3R3R1.R_2 \to R_2 - R_1, \qquad R_3 \to R_3 - R_1. Then, (x+a+b+c)1bc0x000x=0.(x+a+b+c)\begin{vmatrix} 1 & b & c \\ 0 & x & 0 \\ 0 & 0 & x \end{vmatrix} = 0. Expanding along the first column, (x+a+b+c)(1)(x2)=0.(x+a+b+c)(1)(x^2) = 0. So, x2(x+a+b+c)=0.x^2(x+a+b+c)=0. Hence, x=0orx=(a+b+c).x=0 \quad \text{or} \quad x=-(a+b+c).

Answer: x=0,(a+b+c)x = 0, -(a+b+c)


Question 27

If A=[2314],B=[1213],A = \begin{bmatrix} 2 & 3 \\ 1 & -4 \end{bmatrix}, \qquad B = \begin{bmatrix} 1 & -2 \\ -1 & 3 \end{bmatrix}, verify that (AB)1=B1A1(AB)^{-1} = B^{-1}A^{-1}.

Solution: First compute AB=[2314][1213]=[234+91+4212]=[15514].AB = \begin{bmatrix} 2 & 3 \\ 1 & -4 \end{bmatrix}\begin{bmatrix} 1 & -2 \\ -1 & 3 \end{bmatrix} = \begin{bmatrix} 2-3 & -4+9 \\ 1+4 & -2-12 \end{bmatrix} = \begin{bmatrix} -1 & 5 \\ 5 & -14 \end{bmatrix}. Now, AB=(1)(14)5(5)=1425=11.|AB| = (-1)(-14) - 5(5) = 14-25 = -11. So, (AB)1=111[14551]=111[14551].(AB)^{-1} = \frac{1}{-11}\begin{bmatrix} -14 & -5 \\ -5 & -1 \end{bmatrix} = \frac{1}{11}\begin{bmatrix} 14 & 5 \\ 5 & 1 \end{bmatrix}. Next, A=2(4)3(1)=83=11,|A| = 2(-4) - 3(1) = -8-3=-11, so A1=111[4312].A^{-1} = \frac{1}{-11}\begin{bmatrix} -4 & -3 \\ -1 & 2 \end{bmatrix}. Also, B=1(3)(2)(1)=32=1,|B| = 1(3) - (-2)(-1) = 3-2 = 1, so B1=[3211].B^{-1} = \begin{bmatrix} 3 & 2 \\ 1 & 1 \end{bmatrix}. Now, B1A1=[3211](111[4312]).B^{-1}A^{-1} = \begin{bmatrix} 3 & 2 \\ 1 & 1 \end{bmatrix}\left(\frac{-1}{11}\begin{bmatrix} -4 & -3 \\ -1 & 2 \end{bmatrix}\right). Multiplying, =111[1229+4413+2]=111[14551]=111[14551].= \frac{-1}{11}\begin{bmatrix} -12-2 & -9+4 \\ -4-1 & -3+2 \end{bmatrix} = \frac{-1}{11}\begin{bmatrix} -14 & -5 \\ -5 & -1 \end{bmatrix} = \frac{1}{11}\begin{bmatrix} 14 & 5 \\ 5 & 1 \end{bmatrix}. Thus, (AB)1=B1A1.(AB)^{-1} = B^{-1}A^{-1}.

Answer: Verified.


Question 28

Using matrices, solve the system: 4x+3y+2z=60,4x + 3y + 2z = 60, x+2y+3z=45,x + 2y + 3z = 45, 6x+2y+3z=70.6x + 2y + 3z = 70.

Solution: Write A=[432123623],X=[xyz],B=[604570].A = \begin{bmatrix} 4 & 3 & 2 \\ 1 & 2 & 3 \\ 6 & 2 & 3 \end{bmatrix}, \qquad X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, \qquad B = \begin{bmatrix} 60 \\ 45 \\ 70 \end{bmatrix}. Now, A=4(66)3(318)+2(212)=25.|A| = 4(6-6) - 3(3-18) + 2(2-12) = 25. So the matrix is non-singular. The cofactors are: A11=0,A12=15,A13=10,A_{11}=0, \quad A_{12}=15, \quad A_{13}=-10, A21=5,A22=0,A23=10,A_{21}=-5, \quad A_{22}=0, \quad A_{23}=10, A31=5,A32=10,A33=5.A_{31}=5, \quad A_{32}=-10, \quad A_{33}=5. Thus, adjA=[0551501010105].\operatorname{adj} A = \begin{bmatrix} 0 & -5 & 5 \\ 15 & 0 & -10 \\ -10 & 10 & 5 \end{bmatrix}. Hence, X=125[0551501010105][604570].X = \frac{1}{25}\begin{bmatrix} 0 & -5 & 5 \\ 15 & 0 & -10 \\ -10 & 10 & 5 \end{bmatrix}\begin{bmatrix} 60 \\ 45 \\ 70 \end{bmatrix}. Now multiply: =125[225+350900700600+450+350]=125[125200200]=[588].= \frac{1}{25}\begin{bmatrix} -225+350 \\ 900-700 \\ -600+450+350 \end{bmatrix} = \frac{1}{25}\begin{bmatrix} 125 \\ 200 \\ 200 \end{bmatrix} = \begin{bmatrix} 5 \\ 8 \\ 8 \end{bmatrix}. Therefore, x=5,y=8,z=8.x=5, \quad y=8, \quad z=8.

Answer: x=5,y=8,z=8x=5, y=8, z=8


---### Question 29 If A=[123014221],A = \begin{bmatrix} 1 & -2 & 3 \\ 0 & -1 & 4 \\ -2 & 2 & 1 \end{bmatrix}, find (A)1(A')^{-1}, where AA' denotes the transpose of AA.

Solution: Use the property (A)1=(A1).(A')^{-1} = (A^{-1})'. So first find A1A^{-1}.

Now, A=11421(2)0421+30122.|A| = 1\begin{vmatrix} -1 & 4 \\ 2 & 1 \end{vmatrix} - (-2)\begin{vmatrix} 0 & 4 \\ -2 & 1 \end{vmatrix} + 3\begin{vmatrix} 0 & -1 \\ -2 & 2 \end{vmatrix}. Thus, A=1(18)+2(0+8)+3(02)=9+166=1.|A| = 1(-1-8) + 2(0+8) + 3(0-2) = -9 + 16 - 6 = 1. So A1=adjAA^{-1} = \operatorname{adj} A.

The cofactors are: A11=9,A12=8,A13=2,A_{11}=-9, \quad A_{12}=-8, \quad A_{13}=-2, A21=8,A22=7,A23=2,A_{21}=8, \quad A_{22}=7, \quad A_{23}=2, A31=5,A32=4,A33=1.A_{31}=-5, \quad A_{32}=-4, \quad A_{33}=-1. Hence, adjA=[985874221].\operatorname{adj} A = \begin{bmatrix} -9 & 8 & -5 \\ -8 & 7 & -4 \\ -2 & 2 & -1 \end{bmatrix}. Therefore, A1=[985874221].A^{-1} = \begin{bmatrix} -9 & 8 & -5 \\ -8 & 7 & -4 \\ -2 & 2 & -1 \end{bmatrix}. So, (A)1=(A1)=[982872541].(A')^{-1} = (A^{-1})' = \begin{bmatrix} -9 & -8 & -2 \\ 8 & 7 & 2 \\ -5 & -4 & -1 \end{bmatrix}.

Answer: [982872541]\begin{bmatrix} -9 & -8 & -2 \\ 8 & 7 & 2 \\ -5 & -4 & -1 \end{bmatrix}


Question 30

Show that the points (a+5,a4)(a+5, a-4), (a2,a+3)(a-2, a+3), and (a,a)(a, a) do not lie on a straight line for any value of aa.

Solution: Three points are collinear if the area of the triangle formed by them is zero. So consider Δ=12a+5a41a2a+31aa1.\Delta = \frac{1}{2}\begin{vmatrix} a+5 & a-4 & 1 \\ a-2 & a+3 & 1 \\ a & a & 1 \end{vmatrix}. Apply the row operations R1R1R3,R2R2R3.R_1 \to R_1 - R_3, \qquad R_2 \to R_2 - R_3. Then, Δ=12540230aa1.\Delta = \frac{1}{2}\begin{vmatrix} 5 & -4 & 0 \\ -2 & 3 & 0 \\ a & a & 1 \end{vmatrix}. Now expand along the third column: Δ=12(1)5423.\Delta = \frac{1}{2}(1)\begin{vmatrix} 5 & -4 \\ -2 & 3 \end{vmatrix}. Thus, Δ=12(158)=72.\Delta = \frac{1}{2}(15-8) = \frac{7}{2}. This value is non-zero and does not depend on aa. Therefore the points can never be collinear for any value of aa.

Answer: Proved. The points do not lie on a straight line for any value of aa.