Question
Question: If matrix \[A=\left[ \begin{matrix} 2\ \ \ -2 \\\ -2\ \ \ 2 \\\ \end{matrix} \right]\]an...
If matrix A=2 −2 −2 2 andA2=pA, then write the value of p.
Solution
Recall that A2=A⋅A and use this relation to find the matrix A2 . Then find the matrix pA (where p is a scalar) and use these matrices to determine the value of p by using the condition of equality of matrices. Remember that two matrices are equal if and only if all elements of the two matrices at the same index are equal.
Complete step by step answer:
First, we find the matrix A2 by using the following relation:
A2=A⋅A =2 −2 −2 2 2 −2 −2 2
Now, we’ll multiply the two matrices. To get the first element of the matrix A2 , we’ll multiply the elements in the first row of the first matrix with the elements in the first column of the second matrix and then add them. So, the first element of the matrix A2 will be 2(2)+(−2)(−2) . Similarly, the other elements can be computed as shown below:
A2=2(2)+(−2)(−2) 2(−2)+(−2)2 (−2)2+2(−2) (−2)(−2)+2(2) =4+4 −4−4 −4−4 4+4 =8 −8 −8 8
Now, we'll find the matrix pA . Since p is a constant, we’ll multiply it with all the elements of A to obtain
pA=2p −2p −2p 2p
Now, we use the important fact quoted in question A2=pA and the condition of equality of matrices (two matrices are equal if and only if each element of the matrices at the same index is equal).
A2=pA
8 −8 −8 8 =2p −2p −2p 2p
We see that 2p=8, −2p=−8 and so on.
We conclude that 2p=8⇒p=4 and the equality of all the elements in the matrices at the same index holds for this value of p .
Hence, the value of p is 4 .
Note: It is important to ensure that the equality of all elements of the two matrices at the same index holds with the value of p found. If the equality of elements at a particular index does not hold, the matrices would not be equal and there would be no value of p for which A2=pA . Also, observe that A2 is the product of the matrices A and A . A common mistake is to consider A2 as the matrix of the squares of all the elements of A . This should be avoided.