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

Question

For two 3 × 3 matrices A and B, let A + B = 2B T and 3A + 2B = I 3 , where B T is the transpose of B and I 3 is 3 × 3 identity matrix. Then :

Options

Solution

1. Key Concepts and Formulas

To solve this problem, we'll utilize fundamental properties of matrices, including addition, scalar multiplication, and transposition. For matrices XX and YY of appropriate dimensions, and a scalar kk:

  • Matrix Addition: X+YX+Y is defined if XX and YY have the same dimensions.
  • Scalar Multiplication: kXkX involves multiplying every element of XX by kk.
  • Transpose of a Matrix (XTX^T):
    • (X+Y)T=XT+YT(X+Y)^T = X^T + Y^T (The transpose of a sum is the sum of the transposes).
    • (kX)T=kXT(kX)^T = kX^T (The transpose of a scalar multiple is the scalar multiple of the transpose).
    • (XT)T=X(X^T)^T = X (The transpose of a transpose is the original matrix).
    • The transpose of an identity matrix is itself: InT=InI_n^T = I_n.
  • Identity Matrix (InI_n): A square matrix with ones on the main diagonal and zeros elsewhere. It acts as the multiplicative identity for matrices.
  • Solving System of Linear Matrix Equations: Similar to solving systems of linear algebraic equations, we can use substitution or elimination methods to find unknown matrices.

2. Step-by-Step Solution

We are given two equations involving two 3×33 \times 3 matrices, AA and BB:

  1. A+B=2BT(1)A + B = 2B^T \quad \ldots (1)
  2. 3A+2B=I3(2)3A + 2B = I_3 \quad \ldots (2)

Our goal is to find the matrices AA and BB and then check which of the given options holds true.

  • Step 1: Express A in terms of B and BTB^T from Equation (1). We start by isolating AA from the first equation. This allows us to substitute AA into the second equation, reducing the system to an equation involving only BB and BTB^T. A=2BTB(3)A = 2B^T - B \quad \ldots (3)

  • Step 2: Substitute the expression for A into Equation (2). Now, substitute the expression for AA from Equation (3) into Equation (2). This eliminates AA from the system, leaving us with an equation solely in terms of BB and BTB^T. 3(2BTB)+2B=I33(2B^T - B) + 2B = I_3

  • Step 3: Simplify the resulting equation. Distribute the scalar and combine the terms involving BB: 6BT3B+2B=I36B^T - 3B + 2B = I_3 6BTB=I3(4)6B^T - B = I_3 \quad \ldots (4) This simplified equation is a key intermediate result.

  • Step 4: Take the transpose of Equation (4). To create a system of equations for BB and BTB^T, we take the transpose of both sides of Equation (4). Remember the transpose properties: (X+Y)T=XT+YT(X+Y)^T = X^T+Y^T, (kX)T=kXT(kX)^T = kX^T, (XT)T=X(X^T)^T = X, and I3T=I3I_3^T = I_3. (6BTB)T=I3T(6B^T - B)^T = I_3^T 6(BT)TBT=I36(B^T)^T - B^T = I_3 6BBT=I3(5)6B - B^T = I_3 \quad \ldots (5) Now we have a system of two linear matrix equations involving BB and BTB^T.

  • Step 5: Solve the system of equations (4) and (5) for B and BTB^T. Our system is: 6BTB=I3(4)6B^T - B = I_3 \quad \ldots (4) BT+6B=I3(5)-B^T + 6B = I_3 \quad \ldots (5) To eliminate BTB^T, multiply Equation (5) by 6: 6BT+36B=6I3(6)-6B^T + 36B = 6I_3 \quad \ldots (6) Now, add Equation (4) and Equation (6): (6BTB)+(6BT+36B)=I3+6I3(6B^T - B) + (-6B^T + 36B) = I_3 + 6I_3 35B=7I335B = 7I_3 B=735I3B = \frac{7}{35}I_3 B=15I3B = \frac{1}{5}I_3 This determines matrix BB.

  • Step 6: Find BTB^T. Substitute the value of BB back into Equation (4) (or Equation (5)) to find BTB^T: 6BT15I3=I36B^T - \frac{1}{5}I_3 = I_3 6BT=I3+15I36B^T = I_3 + \frac{1}{5}I_3 6BT=65I36B^T = \frac{6}{5}I_3 BT=15I3B^T = \frac{1}{5}I_3 Notice that B=BTB = B^T, which means BB is a symmetric matrix. This is expected since BB is a scalar multiple of the identity matrix.

  • Step 7: Solve for Matrix A. Now that we have BB and BTB^T, substitute these into Equation (3) to find AA: A=2BTBA = 2B^T - B A=2(15I3)(15I3)A = 2\left(\frac{1}{5}I_3\right) - \left(\frac{1}{5}I_3\right) A=25I315I3A = \frac{2}{5}I_3 - \frac{1}{5}I_3 A=15I3A = \frac{1}{5}I_3 So, we have found that A=15I3A = \frac{1}{5}I_3 and B=15I3B = \frac{1}{5}I_3.

  • Step 8: Verify the options. Substitute A=15I3A = \frac{1}{5}I_3 and B=15I3B = \frac{1}{5}I_3 into each option:

    • (A) 5A+10B=2I35A + 10B = 2I_3 5(15I3)+10(15I3)=I3+2I3=3I35\left(\frac{1}{5}I_3\right) + 10\left(\frac{1}{5}I_3\right) = I_3 + 2I_3 = 3I_3 Since 3I32I33I_3 \neq 2I_3, option (A) is incorrect.

    • (B) 10A+5B=3I310A + 5B = 3I_3 10(15I3)+5(15I3)=2I3+I3=3I310\left(\frac{1}{5}I_3\right) + 5\left(\frac{1}{5}I_3\right) = 2I_3 + I_3 = 3I_3 Since 3I3=3I33I_3 = 3I_3, option (B) is correct.

    • (C) B+2A=I3B + 2A = I_3 15I3+2(15I3)=15I3+25I3=35I3\frac{1}{5}I_3 + 2\left(\frac{1}{5}I_3\right) = \frac{1}{5}I_3 + \frac{2}{5}I_3 = \frac{3}{5}I_3 Since 35I3I3\frac{3}{5}I_3 \neq I_3, option (C) is incorrect.

    • (D) 3A+6B=2I33A + 6B = 2I_3 3(15I3)+6(15I3)=35I3+65I3=95I33\left(\frac{1}{5}I_3\right) + 6\left(\frac{1}{5}I_3\right) = \frac{3}{5}I_3 + \frac{6}{5}I_3 = \frac{9}{5}I_3 Since 95I32I3\frac{9}{5}I_3 \neq 2I_3, option (D) is incorrect.

3. Common Mistakes & Tips

  • Transpose Properties: Always be careful when applying transpose properties, especially to sums and scalar multiples. Remember (XT)T=X(X^T)^T = X and InT=InI_n^T = I_n.
  • Systematic Elimination/Substitution: Treat matrix equations like algebraic equations. A systematic approach to solving simultaneous equations (like substitution or elimination) is crucial for accuracy.
  • Verify Solutions: After finding the matrices AA and BB, it's good practice to substitute them back into the original given equations to ensure they satisfy the conditions. This helps catch calculation errors early.

4. Summary

We were given a system of two linear matrix equations involving 3×33 \times 3 matrices AA and BB. By using substitution, transposition properties, and solving the resulting system, we found that A=15I3A = \frac{1}{5}I_3 and B=15I3B = \frac{1}{5}I_3. Substituting these values into the given options, we determined that only option (B) holds true, as 10A+5B=10(15I3)+5(15I3)=2I3+I3=3I310A + 5B = 10(\frac{1}{5}I_3) + 5(\frac{1}{5}I_3) = 2I_3 + I_3 = 3I_3, which matches the right-hand side of option (B).

5. Final Answer

The final answer is A\boxed{\text{A}}.

Practice More Matrices & Determinants Questions

View All Questions