Question
Question: If A and B are two matrix of same order such that $A(B-I) = O, B(A-I) = O$, where $I$ and $O$ is ide...
If A and B are two matrix of same order such that A(B−I)=O,B(A−I)=O, where I and O is identity and zero matrix respectively of same order as of A and (A+B)3=K(A+B), then K is equal to

4
Solution
The problem provides two matrix equations and asks for the value of a scalar K.
Step 1: Simplify the given matrix equations. We are given:
- A(B−I)=O
- B(A−I)=O
Expanding the first equation: AB−AI=O Since AI=A (where I is the identity matrix), we get: AB−A=O⟹AB=A (Equation 1)
Expanding the second equation: BA−BI=O Since BI=B, we get: BA−B=O⟹BA=B (Equation 2)
Step 2: Determine the properties of matrices A and B using the derived relations. We will use Equation 1 (AB=A) and Equation 2 (BA=B) to find A2 and B2.
Consider A2: A2=A⋅A From Equation 1, we know A=AB. Substitute this into the expression for A2: A2=(AB)A Using the associativity of matrix multiplication: A2=A(BA) From Equation 2, we know BA=B. Substitute this into the expression for A2: A2=AB From Equation 1 again, we know AB=A. Therefore: A2=A This means matrix A is idempotent.
Consider B2: B2=B⋅B From Equation 2, we know B=BA. Substitute this into the expression for B2: B2=(BA)B Using the associativity of matrix multiplication: B2=B(AB) From Equation 1, we know AB=A. Substitute this into the expression for B2: B2=BA From Equation 2 again, we know BA=B. Therefore: B2=B This means matrix B is idempotent.
So, we have established the following properties:
- A2=A
- B2=B
- AB=A
- BA=B
Step 3: Compute (A+B)2. (A+B)2=(A+B)(A+B) =A⋅A+A⋅B+B⋅A+B⋅B =A2+AB+BA+B2 Now, substitute the properties derived in Step 2: =A+A+B+B =2A+2B =2(A+B)
Step 4: Compute (A+B)3. (A+B)3=(A+B)2(A+B) From Step 3, we know (A+B)2=2(A+B). Substitute this: (A+B)3=2(A+B)(A+B) =2(A+B)2 Substitute (A+B)2=2(A+B) again: =2[2(A+B)] =4(A+B)
Step 5: Determine the value of K. We are given that (A+B)3=K(A+B). From Step 4, we found (A+B)3=4(A+B). Comparing the two expressions: K(A+B)=4(A+B) Assuming A+B=O (the zero matrix), we can equate the scalar coefficients. If A+B=O, then K can be any scalar; however, in such problems, a unique value for K is expected. Therefore, K=4.