Skip to main content
Back to Matrices & Determinants
JEE Main 2019
Matrices & Determinants
Matrices and Determinants
Easy

Question

If A = \left[ {\matrix{ {5a} & { - b} \cr 3 & 2 \cr } } \right] and AA adj A=AA=A AT,{A^T}, then 5a+b5a+b is equal to :

Options

Solution

Key Concepts and Formulas

To solve this problem, we will utilize several fundamental concepts from matrix algebra:

  1. Relationship between a Matrix, its Adjoint, and its Determinant: For any square matrix AA of order nn, the product of the matrix and its adjoint is equal to the determinant of the matrix multiplied by the identity matrix of the same order. This is expressed as: A(adj A)=(adj A)A=AIA (\text{adj } A) = (\text{adj } A) A = |A| I where A|A| is the determinant of AA and II is the identity matrix of order nn. This identity is crucial for simplifying the left-hand side of the given equation.

  2. Determinant of a 2×22 \times 2 Matrix: For a 2×22 \times 2 matrix M = \left[ {\matrix{ p & q \cr r & s \cr } } \right], its determinant is calculated as: M=psqr|M| = ps - qr

  3. Transpose of a Matrix: The transpose of a matrix MM, denoted as MTM^T, is obtained by interchanging its rows and columns. For a 2×22 \times 2 matrix M = \left[ {\matrix{ p & q \cr r & s \cr } } \right], its transpose is: M^T = \left[ {\matrix{ p & r \cr q & s \cr } } \right]

  4. Matrix Multiplication: To multiply two matrices, say C=ABC = AB, the element in the ii-th row and jj-th column of CC is obtained by taking the dot product of the ii-th row of AA and the jj-th column of BB.

  5. Equality of Matrices: Two matrices are equal if and only if they have the same dimensions and their corresponding elements are equal.


Step-by-Step Solution

We are given the matrix A = \left[ {\matrix{ {5a} & { - b} \cr 3 & 2 \cr } } \right] and the condition A(adj A)=AATA (\text{adj } A) = A A^T. Our goal is to find the value of 5a+b5a+b.

Step 1: Simplify the Left-Hand Side (LHS) using the fundamental identity.

  • Why this step? The given equation involves A(adj A)A (\text{adj } A) on the LHS. Directly calculating adj A\text{adj } A and then multiplying by AA can be tedious and prone to errors. Using the identity A(adj A)=AIA (\text{adj } A) = |A| I allows us to simplify the LHS into a scalar multiple of the identity matrix, which is much easier to work with.

First, let's calculate the determinant of matrix AA: A=(5a)(2)(b)(3)|A| = (5a)(2) - (-b)(3) A=10a(3b)|A| = 10a - (-3b) A=10a+3b|A| = 10a + 3b

Now, substitute this into the identity A(adj A)=AIA (\text{adj } A) = |A| I. Since AA is a 2×22 \times 2 matrix, II will be the 2×22 \times 2 identity matrix, I = \left[ {\matrix{ 1 & 0 \cr 0 & 1 \cr } } \right]. So, the LHS becomes: A (\text{adj } A) = (10a + 3b) \left[ {\matrix{ 1 & 0 \cr 0 & 1 \cr } } \right] A (\text{adj } A) = \left[ {\matrix{ {10a + 3b} & 0 \cr 0 & {10a + 3b} \cr } } \right] \quad \text{(Equation 1)}

Step 2: Simplify the Right-Hand Side (RHS) by calculating AATA A^T.

  • Why this step? The RHS of the given equation is AATA A^T. We need to explicitly calculate this matrix product to compare it with the simplified LHS. This involves finding the transpose of AA and then performing matrix multiplication.

First, let's find the transpose of AA: Given A = \left[ {\matrix{ {5a} & { - b} \cr 3 & 2 \cr } } \right], we swap its rows and columns to get ATA^T: A^T = \left[ {\matrix{ {5a} & 3 \cr { - b} & 2 \cr } } \right]

Now, perform the matrix multiplication AATA A^T: A A^T = \left[ {\matrix{ {5a} & { - b} \cr 3 & 2 \cr } } \right] \left[ {\matrix{ {5a} & 3 \cr { - b} & 2 \cr } } \right]

Let's calculate each element of the resulting matrix:

  • (Row 1, Column 1): (5a)(5a)+(b)(b)=25a2+b2(5a)(5a) + (-b)(-b) = 25a^2 + b^2
  • (Row 1, Column 2): (5a)(3)+(b)(2)=15a2b(5a)(3) + (-b)(2) = 15a - 2b
  • (Row 2, Column 1): (3)(5a)+(2)(b)=15a2b(3)(5a) + (2)(-b) = 15a - 2b
  • (Row 2, Column 2): (3)(3)+(2)(2)=9+4=13(3)(3) + (2)(2) = 9 + 4 = 13

So, the RHS becomes: A A^T = \left[ {\matrix{ {25a^2 + b^2} & {15a - 2b} \cr {15a - 2b} & {13} \cr } } \right] \quad \text{(Equation 2)}

Step 3: Equate the LHS and RHS and solve for aa and bb.

  • Why this step? The problem statement tells us that A(adj A)=AATA (\text{adj } A) = A A^T. By equating the simplified forms from Equation 1 and Equation 2, we create a matrix equality. From this equality, we can derive a system of algebraic equations by comparing corresponding elements, which will allow us to find the values of aa and bb.

From Equation 1 and Equation 2, we have: \left[ {\matrix{ {10a + 3b} & 0 \cr 0 & {10a + 3b} \cr } } \right] = \left[ {\matrix{ {25a^2 + b^2} & {15a - 2b} \cr {15a - 2b} & {13} \cr } } \right]

By equating corresponding elements:

  1. From the (Row 1, Column 2) elements: 0=15a2b(Equation 3)0 = 15a - 2b \quad \text{(Equation 3)} This gives us a simple linear relationship between aa and bb.

  2. From the (Row 2, Column 2) elements: 10a+3b=13(Equation 4)10a + 3b = 13 \quad \text{(Equation 4)} This gives us another linear equation involving aa and bb.

Now we have a system of two linear equations with two variables aa and bb: (3) 15a2b=015a - 2b = 0 (4) 10a+3b=1310a + 3b = 13

From Equation 3, we can express bb in terms of aa: 2b=15a2b = 15a b=152a(Equation 5)b = \frac{15}{2}a \quad \text{(Equation 5)}

Substitute Equation 5 into Equation 4: 10a+3(152a)=1310a + 3\left(\frac{15}{2}a\right) = 13 10a+452a=1310a + \frac{45}{2}a = 13 To combine the terms with aa, find a common denominator: 20a2+45a2=13\frac{20a}{2} + \frac{45a}{2} = 13 65a2=13\frac{65a}{2} = 13 65a=2665a = 26 a=2665a = \frac{26}{65} Simplify the fraction by dividing both numerator and denominator by their greatest common divisor, 13: a=2×135×13=25a = \frac{2 \times 13}{5 \times 13} = \frac{2}{5}

Now substitute the value of aa back into Equation 5 to find bb: b=152×25b = \frac{15}{2} \times \frac{2}{5} b=155b = \frac{15}{5} b=3b = 3

We have found a=25a = \frac{2}{5} and b=3b = 3.

Step 4: Verify with the (Row 1, Column 1) elements (Optional but Recommended).

  • Why this step? This step serves as a valuable check to ensure the correctness of our calculated values for aa and bb. If they satisfy the remaining equality, it increases our confidence in the solution.

Equating the (Row 1, Column 1) elements: 10a+3b=25a2+b210a + 3b = 25a^2 + b^2

Substitute the values a=25a = \frac{2}{5} and b=3b = 3: LHS: 10(25)+3(3)=4+9=1310\left(\frac{2}{5}\right) + 3(3) = 4 + 9 = 13 RHS: 25(25)2+(3)2=25(425)+9=4+9=1325\left(\frac{2}{5}\right)^2 + (3)^2 = 25\left(\frac{4}{25}\right) + 9 = 4 + 9 = 13

Since LHS = RHS (13=1313 = 13), our values for aa and bb are consistent.

Step 5: Calculate the required expression 5a+b5a+b.

  • Why this step? This is the final step to answer the question posed in the problem, which asks for the value of the specific expression 5a+b5a+b.

Substitute the values of a=25a = \frac{2}{5} and b=3b = 3 we found: 5a+b=5(25)+35a + b = 5\left(\frac{2}{5}\right) + 3 5a+b=2+35a + b = 2 + 3 5a+b=55a + b = 5

Thus, the value of 5a+b5a+b is 55.


Tips and Common Mistakes

  • Master the Identity: The identity A(adj A)=AIA (\text{adj } A) = |A| I is fundamental. Recognizing and applying it correctly is the most important step in simplifying this type of problem.
  • Identity Matrix vs. Scalar: Remember that II in AI|A|I is the identity matrix, not just the number 1. For a 2×22 \times 2 matrix, I = \left[ {\matrix{ 1 & 0 \cr 0 & 1 \cr } } \right].
  • Careful with Matrix Multiplication: Matrix multiplication is not commutative (ABBAAB \neq BA in general). Ensure you multiply matrices in the correct order as given in the problem (AATA A^T not ATAA^T A). Pay close attention to signs and arithmetic, especially when dealing with negative values.
  • Systematic Approach: Break down the problem into smaller, manageable steps (simplify LHS, simplify RHS, equate, solve system of equations). This reduces the chances of errors and makes complex problems more approachable.
  • Verification: If time permits, always verify your solutions by substituting the derived values back into the original equations or remaining matrix element equalities. This helps catch calculation mistakes.

Summary and Key Takeaway

This problem effectively tests your understanding of fundamental matrix properties and operations. The key to solving it efficiently was recognizing and applying the identity A(adj A)=AIA (\text{adj } A) = |A|I, which significantly simplified the left-hand side of the given equation. The remaining steps involved standard matrix operations: calculating a determinant, finding a transpose, performing matrix multiplication, and solving a system of linear equations obtained by equating corresponding elements of the resulting matrices. Mastering these basic operations and matrix identities is crucial for success in matrix-related JEE problems.

The final answer is 5\boxed{5}.

Practice More Matrices & Determinants Questions

View All Questions