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

Question

If A2A+1=0{A^2} - A + 1 = 0, then the inverse of AA is :

Options

Solution

Key Concept: Definition and Properties of Matrix Inverse

The fundamental concept here is the definition of a matrix inverse. For a square matrix AA, its inverse, denoted as A1A^{-1}, is a matrix such that when multiplied by AA, it yields the identity matrix II: AA1=A1A=IAA^{-1} = A^{-1}A = I The identity matrix II acts like the number 11 in scalar multiplication, meaning AI=IA=AAI = IA = A for any matrix AA. The zero matrix 00 acts like the number 00, such that A0=0A=0A \cdot 0 = 0 \cdot A = 0. Our goal is to manipulate the given matrix equation to express A1A^{-1} in terms of AA and II.


Prerequisite: Verifying the Existence of the Inverse

Before attempting to find the inverse, it's crucial to ensure that A1A^{-1} actually exists. A square matrix AA has an inverse if and only if its determinant is non-zero (i.e., det(A)0\det(A) \neq 0).

Let's use the given equation to confirm this: Given: A2A+I=0A^2 - A + I = 0 Step 1: Rearrange the equation to factor out AA. To determine if det(A)0\det(A) \neq 0, we can try to express the identity matrix in terms of AA and another matrix. A2A=IA^2 - A = -I Factor out AA from the left side. Remember that AA can be factored as AIA \cdot I to maintain matrix dimensions: A(AI)=IA(A - I) = -I

Step 2: Take the determinant of both sides. For any square matrices MM and NN of the same size, det(MN)=det(M)det(N)\det(MN) = \det(M)\det(N). Also, for an n×nn \times n identity matrix II, det(I)=1\det(I) = 1. For a scalar kk and an n×nn \times n matrix MM, det(kM)=kndet(M)\det(kM) = k^n \det(M). Here, I-I is equivalent to (1)I(-1)I. det(A(AI))=det(I)\det(A(A - I)) = \det(-I) det(A)det(AI)=(1)ndet(I)\det(A) \det(A - I) = (-1)^n \det(I) det(A)det(AI)=(1)n1\det(A) \det(A - I) = (-1)^n \cdot 1 det(A)det(AI)=(1)n\det(A) \det(A - I) = (-1)^n

Step 3: Conclude invertibility. Since the right-hand side, (1)n(-1)^n, is either 11 or 1-1 (and therefore never zero), it implies that neither det(A)\det(A) nor det(AI)\det(A - I) can be zero. Therefore, det(A)0\det(A) \neq 0, which confirms that the inverse of matrix AA, denoted as A1A^{-1}, exists.


Step-by-Step Solution: Finding the Inverse of A

We are given the matrix equation A2A+I=0A^2 - A + I = 0, and our goal is to find an expression for A1A^{-1}.

Step 1: Start with the given matrix equation. The foundation of our solution is the provided equation: A2A+I=0A^2 - A + I = 0 Why this step? This is the starting point from which we will derive the expression for A1A^{-1}.

Step 2: Multiply the entire equation by A1A^{-1}. Since we've established that A1A^{-1} exists, we can multiply both sides of the equation by A1A^{-1}. In matrix algebra, it's important to be consistent with the side of multiplication (left or right). For polynomial equations like this, where AA commutes with A1A^{-1} and II, multiplying from either side yields the same result. Let's multiply from the left: A1(A2A+I)=A1(0)A^{-1}(A^2 - A + I) = A^{-1}(0) Why this step? Our objective is to find A1A^{-1}. Multiplying by A1A^{-1} introduces it into the equation and allows us to use the definition A1A=IA^{-1}A = I to simplify terms.

Step 3: Distribute A1A^{-1} and simplify the right side. Now, distribute A1A^{-1} to each term inside the parenthesis on the left side. The product of any matrix with the zero matrix is the zero matrix itself. A1A2A1A+A1I=0A^{-1}A^2 - A^{-1}A + A^{-1}I = 0 Why this step? This is an application of the distributive property of matrix multiplication, which allows us to break down the equation into simpler terms.

Step 4: Simplify each term using the definition of inverse and identity matrices. Let's simplify each term on the left-hand side using the properties A1A=IA^{-1}A = I and AI=IA=AAI = IA = A:

  • Term 1: A1A2A^{-1}A^2 We can write A2A^2 as AAA \cdot A. So, A1A2=A1(AA)A^{-1}A^2 = A^{-1}(A \cdot A). Using the associative property of matrix multiplication, this becomes (A1A)A(A^{-1}A)A. By the definition of an inverse matrix, A1A=IA^{-1}A = I. Therefore, (A1A)A=IA(A^{-1}A)A = I \cdot A. Any matrix multiplied by the identity matrix remains itself: IA=AI \cdot A = A. So, A1A2=AA^{-1}A^2 = A.

  • Term 2: A1AA^{-1}A By the definition of an inverse matrix, A1A=IA^{-1}A = I.

  • Term 3: A1IA^{-1}I Any matrix multiplied by the identity matrix remains itself: A1I=A1A^{-1}I = A^{-1}.

Substitute these simplified terms back into the equation from Step 3: AI+A1=0A - I + A^{-1} = 0 Why this step? This is the core simplification step where we apply the fundamental definitions of matrix inverse and identity to transform the equation into a form where A1A^{-1} is present and can be isolated.

Step 5: Isolate A1A^{-1}. Finally, rearrange the equation to solve for A1A^{-1}: A1=IAA^{-1} = I - A Why this step? This is the final algebraic manipulation to express A1A^{-1} explicitly, thereby providing the answer to the problem.


Important Tips and Common Mistakes:

  • Existence of Inverse: Always confirm that A1A^{-1} exists before multiplying by it. While often implicitly assumed in multiple-choice questions, it's a critical prerequisite for the operation.
  • Matrix vs. Scalar: Be extremely careful not to confuse the identity matrix II with the scalar 11. While II acts like 11 in matrix multiplication (AI=IA=AAI=IA=A), it is a matrix, and operations like AIA-I are matrix subtractions, not scalar subtractions.
  • Order of Multiplication: In general matrix algebra, the order of multiplication matters (ABBAAB \neq BA). While A1A^{-1} commutes with AA and II in this context, it's good practice to be mindful of left vs. right multiplication for other matrix equations.
  • Zero Matrix: Remember that A1(0)=0A^{-1}(0) = 0, where 00 represents the zero matrix of appropriate dimensions.

Summary and Key Takeaway:

By systematically applying the definition of a matrix inverse (A1A=IA^{-1}A = I) and the properties of the identity matrix (IA=AIA = A, A1I=A1A^{-1}I = A^{-1}), we can manipulate a given polynomial matrix equation to solve for the inverse.

For the given equation A2A+I=0A^2 - A + I = 0, the inverse of AA is found to be: A1=IAA^{-1} = I - A

Practice More Matrices & Determinants Questions

View All Questions