Question
Question: If \(A=\left[ \begin{matrix} 1 & 2 & 2 \\\ 2 & 1 & -2 \\\ a & 2 & b \\\ \end{matrix...
If A=1 2 a 2122−2b is a matrix satisfying the equation AAT=9I where I is 3×3 identity matrix, then the ordered pair (a, b) is equal to
(a) (-2, -1)
(b) (-2, 1)
(c) (2, 1)
(d) (2, -1)
Solution
Hint: Write the transpose of a matrix by interchanging the value of entries in each row and column. Multiply the matrix and is transpose using laws of matrix multiplication. Write the 3×3 identity matrix. Substitute the values given in the equation AAT=9I and compare the terms on both sides to find the value of variables ‘a’ and ‘b’.
Complete step-by-step answer:
We have the matrix A=1 2 a 2122−2b such that AAT=9I. We have to calculate the values of variables ‘a’ and ‘b’.
We will write the transpose of a given matrix by interchanging the value of entries in each row and column.
Thus, the transpose of the matrix A=1 2 a 2122−2b is AT=1 2 2 21−2a2b.
We will now multiply both the matrices using the law of matrix multiplication.
Let A=(aij)n×n and B=(bjk)n×n be two matrices. The product of two matrices is AB=(j=1∑3aijbjk)ik.
Thus, we have AAT=1(1)+2(2)+2(2) 2(1)+1(2)−2(2) a(1)+2(2)+2(b) 1(2)+2(1)+2(−2)2(2)+1(1)−2(−2)a(2)+2(1)+b(−2)1(a)+2(2)+2(b)2(a)+1(2)−2(b)a(a)+2(2)+b(b).
Further simplifying the above expression, we have AAT=9 0 a+4+2b 092a+2−2ba+4+2b2a+2−2ba2+4+b2.
We know that AAT=9I, where I is the 3×3 matrix. Thus, I=1 0 0 010001.
So, we have AAT=9I=91 0 0 010001=9 0 0 090009.
We know that AAT=9 0 a+4+2b 092a+2−2ba+4+2b2a+2−2ba2+4+b2.
Thus, we have 9 0 a+4+2b 092a+2−2ba+4+2b2a+2−2ba2+4+b2=9 0 0 090009.
Comparing each corresponding term in both the matrices, we have a+2b+4=0.....(1) and 2a−2b+2=0.....(2).
We will now solve these two linear equations by the elimination method.
Adding both the equations, we have (a+2b+4)+(2a−2b+2)=0.
Thus, we have 3a+6=0.
Rearranging the terms, we have a=3−6=−2.....(3).
Substituting equation (3) in equation (1), we have −2+2b+4=0. Simplifying this equation, we have 2b+2=0⇒b=2−2=−1.
Hence, we have (a,b)=(−2,−1), which is option (a).
Note: One must know the definition of the transpose of a matrix. We also need to keep in mind that matrix multiplication is not commutative, i.e., for any two matrices A and B, we have AB=BA. While multiplying two matrices, one must keep in mind that the number of columns of the first matrix must be equal to the number of rows of the second matrix.