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

Question

Suppose A is any 3×\times 3 non-singular matrix and ( A - 3I) (A - 5I) = O where I = I 3 and O = O 3 . If α\alpha A + β\beta A -1 = 4I, then α\alpha + β\beta is equal to :

Options

Solution

Key Concepts and Principles

This problem primarily relies on the fundamental properties of matrix algebra, especially concerning the identity matrix (II), the zero matrix (OO), and the inverse of a matrix (A1A^{-1}).

  1. Matrix Multiplication and Distributive Property: Matrix multiplication is distributive over addition, similar to scalar algebra. For matrices A,B,CA, B, C, we have A(B+C)=AB+ACA(B+C) = AB + AC and (A+B)C=AC+BC(A+B)C = AC + BC.
  2. Identity Matrix Properties: For any n×nn \times n matrix AA, AI=IA=AAI = IA = A. Also, II=II \cdot I = I.
  3. Zero Matrix Properties: For any matrix AA, AO=OA=OAO = OA = O.
  4. Inverse of a Matrix: A square matrix AA is called non-singular (or invertible) if there exists a matrix A1A^{-1} such that AA1=A1A=IA A^{-1} = A^{-1} A = I. If a matrix is non-singular, its inverse is unique.
  5. Using a Polynomial Equation to Find the Inverse: If a matrix AA satisfies a polynomial equation P(A)=OP(A) = O, and if AA is non-singular, we can often rearrange this equation to express A1A^{-1} in terms of AA and II.

Step-by-Step Derivation

Step 1: Expand the given matrix equation. We are given the matrix equation: (A3I)(A5I)=O(A - 3I)(A - 5I) = O Here, AA is a 3×33 \times 3 non-singular matrix, II is the 3×33 \times 3 identity matrix, and OO is the 3×33 \times 3 zero matrix.

To expand this expression, we apply the distributive property of matrix multiplication, similar to expanding a product of two binomials in scalar algebra. Remember that AI=AAI = A and II=II \cdot I = I. (A3I)(A5I)=AAA5I3IA+3I5I(A - 3I)(A - 5I) = A \cdot A - A \cdot 5I - 3I \cdot A + 3I \cdot 5I =A25A3A+15I= A^2 - 5A - 3A + 15I =A28A+15I= A^2 - 8A + 15I So, the given equation becomes: A28A+15I=OA^2 - 8A + 15I = O This equation is a matrix polynomial, often related to the characteristic polynomial or minimal polynomial of the matrix AA.

Step 2: Utilize the non-singularity of A to find its inverse. We are given that AA is a non-singular matrix. This is a crucial piece of information because it guarantees that its inverse, A1A^{-1}, exists. Our goal is to derive an expression involving AA and A1A^{-1} that matches the form αA+βA1=4I\alpha A + \beta A^{-1} = 4I.

To introduce A1A^{-1} into our equation A28A+15I=OA^2 - 8A + 15I = O, we can multiply both sides of the equation by A1A^{-1}. Since AA commutes with II and A1A^{-1} also commutes with II, multiplying by A1A^{-1} from the left or right will yield the same result. Let's multiply by A1A^{-1} from the right: (A28A+15I)A1=OA1(A^2 - 8A + 15I) A^{-1} = O \cdot A^{-1} Now, we distribute A1A^{-1} to each term: A2A18AA1+15IA1=OA^2 A^{-1} - 8A A^{-1} + 15I A^{-1} = O Let's simplify each term:

  • A2A1=(AA)A1=A(AA1)=AI=AA^2 A^{-1} = (A \cdot A) A^{-1} = A (A A^{-1}) = A \cdot I = A
  • 8AA1=8I8A A^{-1} = 8I
  • 15IA1=15A115I A^{-1} = 15A^{-1}
  • OA1=OO \cdot A^{-1} = O (The product of the zero matrix and any matrix is the zero matrix)

Substituting these simplified terms back into the equation, we get: A8I+15A1=OA - 8I + 15A^{-1} = O

Step 3: Rearrange the equation to match a desired form. We have the equation A8I+15A1=OA - 8I + 15A^{-1} = O. Our target equation is αA+βA1=4I\alpha A + \beta A^{-1} = 4I. Notice that the identity matrix term is on the right-hand side in the target equation. Let's move the 8I8I term to the right side of our current equation: A+15A1=8IA + 15A^{-1} = 8I

Step 4: Scale the equation to match the coefficient of I. The target equation is αA+βA1=4I\alpha A + \beta A^{-1} = 4I. Our derived equation is A+15A1=8IA + 15A^{-1} = 8I. To make the right-hand side 4I4I, we need to divide the entire equation by 2. This is equivalent to multiplying by the scalar 12\frac{1}{2}: 12(A+15A1)=12(8I)\frac{1}{2} (A + 15A^{-1}) = \frac{1}{2} (8I) 12A+152A1=4I\frac{1}{2} A + \frac{15}{2} A^{-1} = 4I

Step 5: Compare and solve for α\alpha and β\beta. Now we have two equations:

  1. αA+βA1=4I\alpha A + \beta A^{-1} = 4I (Given)
  2. 12A+152A1=4I\frac{1}{2} A + \frac{15}{2} A^{-1} = 4I (Derived)

By comparing the coefficients of AA and A1A^{-1} on both sides, we can determine the values of α\alpha and β\beta: Comparing the coefficients of AA: α=12\alpha = \frac{1}{2} Comparing the coefficients of A1A^{-1}: β=152\beta = \frac{15}{2}

Step 6: Calculate α+β\alpha + \beta. Finally, we need to find the value of α+β\alpha + \beta: α+β=12+152\alpha + \beta = \frac{1}{2} + \frac{15}{2} α+β=1+152\alpha + \beta = \frac{1+15}{2} α+β=162\alpha + \beta = \frac{16}{2} α+β=8\alpha + \beta = 8


Tips and Common Mistakes to Avoid

  • Matrix Commutativity: Remember that matrix multiplication is generally NOT commutative (ABBAAB \neq BA). However, matrices always commute with scalar multiples of the identity matrix (e.g., AI=IA=AAI = IA = A, A1I=IA1=A1A^{-1}I = I A^{-1} = A^{-1}). In this problem, because we are dealing with AA, II, and A1A^{-1} only, the order of multiplication by A1A^{-1} (left or right) does not affect the outcome.
  • Existence of Inverse: Always check or be given that the matrix is non-singular before attempting to multiply by its inverse. The problem explicitly states AA is non-singular, so A1A^{-1} exists.
  • Scalar vs. Matrix Multiplication: Be careful when multiplying a matrix by a scalar. For example, k(A+B)=kA+kBk(A+B) = kA + kB.
  • Zero Matrix: Remember that OM=OO \cdot M = O for any matrix MM.
  • Identity Matrix: In=II^n = I for any positive integer nn.

Summary and Key Takeaway

This problem demonstrates a common technique in matrix algebra where a polynomial equation satisfied by a matrix AA can be used to find an expression for its inverse, A1A^{-1}. By judiciously multiplying the polynomial equation by A1A^{-1} (after ensuring AA is non-singular) and rearranging terms, we can relate AA and A1A^{-1} to the identity matrix. This technique is very useful in simplifying matrix expressions and solving matrix equations, particularly in the context of the Cayley-Hamilton Theorem, which states that every square matrix satisfies its own characteristic equation. The ability to manipulate matrix expressions algebraically is fundamental to solving problems in linear algebra.

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

Practice More Matrices & Determinants Questions

View All Questions