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

Question

If AA and BB are square matrices of size n×nn\, \times \,n such that A2B2=(AB)(A+B),{A^2} - {B^2} = \left( {A - B} \right)\left( {A + B} \right), then which of the following will be always true?

Options

Solution

Key Concept: Non-Commutativity of Matrix Multiplication

For real numbers xx and yy, the identity (xy)(x+y)=x2y2(x-y)(x+y) = x^2 - y^2 holds true. However, when dealing with matrices, this identity does not generally hold. The fundamental reason is that matrix multiplication is not commutative in general, meaning for two matrices AA and BB, ABAB is usually not equal to BABA. The order of multiplication matters significantly.

The identity (AB)(A+B)=A2B2(A-B)(A+B) = A^2 - B^2 holds for matrices AA and BB if and only if AA and BB commute, i.e., AB=BAAB = BA. This problem essentially asks us to find the condition under which the given equation is true.


Step-by-Step Derivation

We are given that AA and BB are square matrices of size n×nn \times n and satisfy the equation: A2B2=(AB)(A+B){A^2} - {B^2} = \left( {A - B} \right)\left( {A + B} \right)

Our goal is to analyze this equation and determine which of the given options must always be true.

  1. Expand the Right-Hand Side (RHS): We need to carefully expand the product (AB)(A+B)\left( {A - B} \right)\left( {A + B} \right) by applying the distributive property of matrix multiplication, while strictly maintaining the order of matrices. (AB)(A+B)=A(A+B)B(A+B)\left( {A - B} \right)\left( {A + B} \right) = A(A+B) - B(A+B) This is the first step of distribution. We distribute (AB)(A-B) across (A+B)(A+B).

  2. Further Distribute: Now, distribute AA and B-B into their respective parentheses: =AA+ABBABB= A \cdot A + A \cdot B - B \cdot A - B \cdot B It is crucial here to note that ABA \cdot B and BAB \cdot A are kept distinct. We do not assume they are equal.

  3. Simplify the terms: =A2+ABBAB2= A^2 + AB - BA - B^2 This is the expanded form of the RHS.

  4. Substitute the expanded RHS back into the given equation: Now, equate the given LHS (A2B2A^2 - B^2) with our expanded RHS: A2B2=A2+ABBAB2{A^2} - {B^2} = A^2 + AB - BA - B^2

  5. Simplify the equation: We can subtract A2A^2 from both sides of the equation: B2=ABBAB2- {B^2} = AB - BA - B^2 Next, we can add B2B^2 to both sides of the equation: 0=ABBA0 = AB - BA

  6. Conclude the condition: From 0=ABBA0 = AB - BA, we can rearrange the terms to get: AB=BAAB = BA

    This means that the given condition, A2B2=(AB)(A+B){A^2} - {B^2} = \left( {A - B} \right)\left( {A + B} \right), is true if and only if matrices AA and BB commute, i.e., AB=BAAB = BA. Therefore, if the given equation holds, then AB=BAAB=BA must always be true.


Analysis of Options

We have established that the given condition implies AB=BAAB=BA. Now let's check the options:

  • (A) A=BA=B: If A=BA=B, then AB=AA=A2AB = A \cdot A = A^2 and BA=AA=A2BA = A \cdot A = A^2, so AB=BAAB=BA is true. In this case, the given equation becomes A2A2=(AA)(A+A)A^2 - A^2 = (A-A)(A+A), which simplifies to 0=00 = 0, which is always true. So A=BA=B is a sufficient condition for the given equation to hold. However, it is not a necessary condition. For example, consider A=(1002)A = \begin{pmatrix} 1 & 0 \\ 0 & 2 \end{pmatrix} and B=(3004)B = \begin{pmatrix} 3 & 0 \\ 0 & 4 \end{pmatrix}. Here AB=BAAB=BA (both equal (3008)\begin{pmatrix} 3 & 0 \\ 0 & 8 \end{pmatrix}), and the given equation holds, but ABA \neq B. Thus, A=BA=B is not always true.

  • (B) AB=BAAB=BA: As derived in our step-by-step process, the given equation A2B2=(AB)(A+B){A^2} - {B^2} = \left( {A - B} \right)\left( {A + B} \right) simplifies directly to AB=BAAB=BA. This means that whenever the given equation is true, the condition AB=BAAB=BA must also be true. Therefore, this option is always true.

  • (C) either of AA or BB is a zero matrix: If A=0A=0, then the equation becomes B2=(B)(B)=B2-B^2 = (-B)(B) = -B^2, which is true. If B=0B=0, then the equation becomes A2=AA=A2A^2 = A \cdot A = A^2, which is true. So, if either AA or BB is a zero matrix, the given condition holds. In both these cases, AB=BAAB=BA also holds (e.g., 0B=00 \cdot B = 0 and B0=0B \cdot 0 = 0). However, AA and BB don't have to be zero matrices for AB=BAAB=BA to hold, or for the original equation to hold (e.g., diagonal matrices, as shown above). So this is not always true.

  • (D) either of AA or BB is identity matrix: Similar to the zero matrix case, if A=IA=I (identity matrix), then I2B2=(IB)(I+B)    IB2=I+BBB2    IB2=IB2I^2-B^2 = (I-B)(I+B) \implies I-B^2 = I+B-B-B^2 \implies I-B^2 = I-B^2, which is true. Also, IB=BI=BIB=BI=B, so AB=BAAB=BA holds. Similarly for B=IB=I. However, this is not a general requirement for the given equation to hold. So this is not always true.

Therefore, the only statement that is always true when the given equation holds is AB=BAAB=BA.


Common Mistakes and Tips

  • Assuming Commutativity: The most common mistake in matrix algebra problems is to assume that AB=BAAB=BA. Always remember that matrix multiplication is generally not commutative.
  • Order of Multiplication: When expanding matrix expressions like (AB)(A+B)(A-B)(A+B), meticulously maintain the order of multiplication. ABAB is different from BABA.
  • Scalar vs. Matrix Algebra: Be aware of the differences between algebraic identities for scalars and matrices. Identities involving products often behave differently in matrix algebra due to non-commutativity.

Summary and Key Takeaway

The given equation A2B2=(AB)(A+B){A^2} - {B^2} = \left( {A - B} \right)\left( {A + B} \right) is a specific condition that holds true for matrices AA and BB if and only if they commute. By expanding the right-hand side (AB)(A+B)(A-B)(A+B) as A2+ABBAB2A^2 + AB - BA - B^2 and equating it to A2B2A^2 - B^2, we directly derive the condition ABBA=0AB - BA = 0, which means AB=BAAB = BA. Thus, if the given equality holds, it is always true that AA and BB commute.

The final answer is AB=BA\boxed{\text{AB=BA}}.

Practice More Matrices & Determinants Questions

View All Questions