PROBLEM
7. Let A,B and C be n×n matrices. I is an n×n matrix. The following statement is correct ( ).
A. If AB=AC and A=0, then B=C.
B. If A2=A, then A=0 or A=I.
C. If A2=0, then A=0.
D. If AB=BA, then (A+B)2=A2+2AB+B2.
STEP 1
What is this asking?
Which statement about matrix multiplication and the identity matrix is always true?
Watch out!
Matrix multiplication isn't like regular multiplication, so don't assume all the same rules apply!
STEP 2
1. Analyze statement A
2. Analyze statement B
3. Analyze statement C
4. Analyze statement D
STEP 3
Statement A says: If AB=AC and A=0, then B=C.
Is this always true?
Nope! Think about it: if A was a regular number and had an inverse, we could multiply both sides by A−1 to get B=C.
But with matrices, A might not have an inverse!
STEP 4
Let's create a counterexample.
Let's use 2×2 matrices for simplicity.
Let A=(1000), B=(1212), and C=(1313).
Notice that A=0.
STEP 5
Now, let's calculate AB:
AB=(1000)(1212)=(1010).
STEP 6
And calculate AC:
AC=(1000)(1313)=(1010).
STEP 7
So, AB=AC, but B=C!
Statement A is false!
STEP 8
Statement B says: If A2=A, then A=0 or A=I.
This is also false!
The identity matrix I definitely works, since I2=I.
And the zero matrix works, since 02=0.
But there are other matrices that work too!
STEP 9
Consider the matrix A=(1000).
Then
A2=(1000)(1000)=(1000)=A. So A2=A, but A is not the zero matrix or the identity matrix.
Statement B is false!
STEP 10
Statement C says: If A2=0, then A=0.
Let's see if we can find a counterexample.
STEP 11
Consider A=(0010).
Then
A2=(0010)(0010)=(0000)=0. So, A2=0, but A=0.
Statement C is false!
STEP 12
Statement D says: If AB=BA, then (A+B)2=A2+2AB+B2.
Let's expand (A+B)2:
(A+B)2=(A+B)(A+B)=A(A+B)+B(A+B)=A2+AB+BA+B2.
STEP 13
We are given that AB=BA.
So, we can substitute AB for BA in our expansion:
(A+B)2=A2+AB+AB+B2=A2+2AB+B2. So, if AB=BA, then (A+B)2=A2+2AB+B2.
Statement D is true!
SOLUTION
The correct statement is D.
Start understanding anything
Get started now for free.