Skip to main content
Back to Matrices & Determinants
JEE Main 2018
Matrices & Determinants
Matrices and Determinants
Medium

Question

If A = \left[ {\matrix{ 1 & 2 & 2 \cr 2 & 1 & { - 2} \cr a & 2 & b \cr } } \right] is a matrix satisfying the equation AAT=9I,A{A^T} = 9\text{I}, where II is 3×33 \times 3 identity matrix, then the ordered pair (a,b)(a, b) is equal to :

Options

Solution

1. Key Concept: Properties of Matrices Satisfying AAT=kIAA^T = kI

The problem revolves around a matrix AA satisfying the condition AAT=9IAA^T = 9I, where II is the 3×33 \times 3 identity matrix. This condition is a special case of a broader property related to orthogonal matrices.

  • Definition of an Orthogonal Matrix: A square matrix QQ is orthogonal if QQT=QTQ=IQQ^T = Q^T Q = I. This implies that its inverse is its transpose, Q1=QTQ^{-1} = Q^T.
  • Interpretation of AAT=kIAA^T = kI: When a matrix AA satisfies AAT=kIAA^T = kI (where kk is a scalar), it implies two crucial properties about its row vectors:
    1. Orthogonality: The dot product of any two distinct row vectors is zero.
    2. Magnitude: The square of the magnitude (or norm) of each row vector is equal to kk.

Let AA be represented by its row vectors: A=[r1r2r3]A = \begin{bmatrix} \vec{r_1} \\ \vec{r_2} \\ \vec{r_3} \end{bmatrix} Then, the product AATAA^T can be expressed in terms of dot products of these row vectors: AAT=[r1r1r1r2r1r3r2r1r2r2r2r3r3r1r3r2r3r3]AA^T = \begin{bmatrix} \vec{r_1} \cdot \vec{r_1} & \vec{r_1} \cdot \vec{r_2} & \vec{r_1} \cdot \vec{r_3} \\ \vec{r_2} \cdot \vec{r_1} & \vec{r_2} \cdot \vec{r_2} & \vec{r_2} \cdot \vec{r_3} \\ \vec{r_3} \cdot \vec{r_1} & \vec{r_3} \cdot \vec{r_2} & \vec{r_3} \cdot \vec{r_3} \end{bmatrix} Given AAT=9I=[900090009]AA^T = 9I = \begin{bmatrix} 9 & 0 & 0 \\ 0 & 9 & 0 \\ 0 & 0 & 9 \end{bmatrix}, we can equate the corresponding elements:

  • riri=ri2=9\vec{r_i} \cdot \vec{r_i} = ||\vec{r_i}||^2 = 9 for i=1,2,3i=1, 2, 3. (Diagonal elements)
  • rirj=0\vec{r_i} \cdot \vec{r_j} = 0 for iji \neq j. (Off-diagonal elements)

This approach significantly simplifies the problem by avoiding full matrix multiplication and directly providing a system of equations for aa and bb.


2. Step-by-Step Solution

Let the given matrix be A=[122212a2b]A = \begin{bmatrix} 1 & 2 & 2 \\ 2 & 1 & { - 2} \\ a & 2 & b \end{bmatrix} Let the row vectors of AA be r1\vec{r_1}, r2\vec{r_2}, and r3\vec{r_3}:

  • r1=[122]\vec{r_1} = \begin{bmatrix} 1 & 2 & 2 \end{bmatrix}
  • r2=[212]\vec{r_2} = \begin{bmatrix} 2 & 1 & { - 2} \end{bmatrix}
  • r3=[a2b]\vec{r_3} = \begin{bmatrix} a & 2 & b \end{bmatrix}

Step 1: Check the magnitudes of the known row vectors.

  • For r1\vec{r_1}: We calculate the square of its magnitude: r12=12+22+22=1+4+4=9||\vec{r_1}||^2 = 1^2 + 2^2 + 2^2 = 1 + 4 + 4 = 9 This matches the condition AAT=9IAA^T = 9I (since the diagonal elements are 9). This confirms the first row is consistent with the given property.

  • For r2\vec{r_2}: We calculate the square of its magnitude: r22=22+12+(2)2=4+1+4=9||\vec{r_2}||^2 = 2^2 + 1^2 + (-2)^2 = 4 + 1 + 4 = 9 This also matches the condition.

Step 2: Use the orthogonality condition to form equations for aa and bb.

  • Orthogonality of r1\vec{r_1} and r2\vec{r_2}: Their dot product should be 0: r1r2=(1)(2)+(2)(1)+(2)(2)=2+24=0\vec{r_1} \cdot \vec{r_2} = (1)(2) + (2)(1) + (2)(-2) = 2 + 2 - 4 = 0 This is consistent with AAT=9IAA^T = 9I.

  • Orthogonality of r1\vec{r_1} and r3\vec{r_3}: Their dot product must be 0: r1r3=(1)(a)+(2)(2)+(2)(b)=a+4+2b\vec{r_1} \cdot \vec{r_3} = (1)(a) + (2)(2) + (2)(b) = a + 4 + 2b Setting this to 0 (as per the AAT=9IAA^T = 9I condition): a+4+2b=0    a+2b=4(Equation 1)a + 4 + 2b = 0 \implies a + 2b = -4 \quad \text{(Equation 1)}

  • Orthogonality of r2\vec{r_2} and r3\vec{r_3}: Their dot product must be 0: r2r3=(2)(a)+(1)(2)+(2)(b)=2a+22b\vec{r_2} \cdot \vec{r_3} = (2)(a) + (1)(2) + (-2)(b) = 2a + 2 - 2b Setting this to 0: 2a+22b=0    2a2b=2    ab=1(Equation 2)2a + 2 - 2b = 0 \implies 2a - 2b = -2 \implies a - b = -1 \quad \text{(Equation 2)}

Step 3: Solve the system of linear equations. We have a system of two linear equations with two variables:

  1. a+2b=4a + 2b = -4
  2. ab=1a - b = -1

To solve, we can subtract Equation 2 from Equation 1: (a+2b)(ab)=4(1)(a + 2b) - (a - b) = -4 - (-1) a+2ba+b=4+1a + 2b - a + b = -4 + 1 3b=33b = -3 b=1b = -1

Now, substitute the value of bb into Equation 2: a(1)=1a - (-1) = -1 a+1=1a + 1 = -1 a=2a = -2

Thus, the ordered pair (a,b)(a, b) is (2,1)(-2, -1).

Step 4: Verify with the magnitude of the third row vector. The square of the magnitude of r3\vec{r_3} must also be 9: r32=a2+22+b2=9||\vec{r_3}||^2 = a^2 + 2^2 + b^2 = 9 Substitute the values a=2a=-2 and b=1b=-1: (2)2+22+(1)2=4+4+1=9(-2)^2 + 2^2 + (-1)^2 = 4 + 4 + 1 = 9 This matches the condition, confirming our values for aa and bb are correct.

Therefore, the ordered pair (a,b)(a, b) is (2,1)(-2, -1).


3. Common Mistakes and Tips

  • Full Matrix Multiplication: A common mistake is to perform the entire AATAA^T multiplication. While correct, it's tedious and prone to calculation errors. Understanding the underlying vector properties of AAT=kIAA^T = kI is much more efficient.
  • Sign Errors: Be careful with negative signs when calculating dot products and solving equations.
  • Forgetting All Conditions: Ensure you use all relevant conditions. Here, we used orthogonality and magnitude for all rows. The magnitude check for the third row served as a crucial verification.
  • Orthogonal vs. Orthonormal: An orthogonal matrix usually implies orthonormal rows/columns (magnitude 1). Here, the magnitude is 9=3\sqrt{9}=3, so the rows are orthogonal but not orthonormal. This is why it's 9I9I and not just II.

4. Summary and Key Takeaway

The condition AAT=kIAA^T = kI is a powerful indicator that the rows of matrix AA (and similarly, its columns) form an orthogonal set of vectors, each with a squared magnitude of kk. By leveraging this property, we can directly form a system of equations from dot products, avoiding cumbersome matrix multiplication. This method is significantly faster and less error-prone for problems of this type.

The final answer is (2,1)\boxed{(-2, -1)}.

Practice More Matrices & Determinants Questions

View All Questions