Solveeit Logo

Question

Question: If matrix \[A=\left[ \begin{matrix} 2\ \ \ -2 \\\ -2\ \ \ 2 \\\ \end{matrix} \right]\]an...

If matrix A=[2   2 2   2 ]A=\left[ \begin{matrix} 2\ \ \ -2 \\\ -2\ \ \ 2 \\\ \end{matrix} \right]andA2=pA{{A}^{2}}=pA, then write the value of pp.

Explanation

Solution

Recall that A2=AA{{A}^{2}}=A\cdot A and use this relation to find the matrix A2{{A}^{2}} . Then find the matrix pApA (where pp is a scalar) and use these matrices to determine the value of pp 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{{A}^{2}} by using the following relation:
A2=AA      =[2   2 2   2 ][2   2 2   2 ] \begin{aligned} & {{A}^{2}}=A\cdot A \\\ & \ \ \ \ \ =\left[ \begin{matrix} 2\ \ \ -2 \\\ -2\ \ \ 2 \\\ \end{matrix} \right]\left[ \begin{matrix} 2\ \ \ -2 \\\ -2\ \ \ 2 \\\ \end{matrix} \right] \\\ \end{aligned}
Now, we’ll multiply the two matrices. To get the first element of the matrix A2{{A}^{2}} , 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{{A}^{2}} will be 2(2)+(2)(2)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   44 44   4+4 ]      =[8   8 8   8 ] \begin{aligned} & {{A}^{2}}=\left[ \begin{matrix} 2(2)+(-2)(-2)\ \ \ \ \ 2(-2)+(-2)2 \\\ (-2)2+2(-2)\ \ \ \ \ (-2)(-2)+2(2) \\\ \end{matrix} \right] \\\ & \ \ \ \ \ =\left[ \begin{matrix} 4+4\ \ \ -4-4 \\\ -4-4\ \ \ 4+4 \\\ \end{matrix} \right] \\\ & \ \ \ \ \ =\left[ \begin{matrix} 8\ \ \ -8 \\\ -8\ \ \ 8 \\\ \end{matrix} \right] \\\ \end{aligned}
Now, we'll find the matrix pApA . Since pp is a constant, we’ll multiply it with all the elements of AA to obtain
pA=[2p   2p 2p   2p ]pA=\left[ \begin{matrix} 2p\ \ \ -2p \\\ -2p\ \ \ 2p \\\ \end{matrix} \right]
Now, we use the important fact quoted in question A2=pA{{A}^{2}}=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{{A}^{2}}=pA
[8   8 8   8 ]=[2p   2p 2p   2p ]\left[ \begin{matrix} 8\ \ \ -8 \\\ -8\ \ \ 8 \\\ \end{matrix} \right]=\left[ \begin{matrix} 2p\ \ \ -2p \\\ -2p\ \ \ 2p \\\ \end{matrix} \right]
We see that 2p=8, 2p=82p=8,\ -2p=-8 and so on.
We conclude that 2p=8p=42p=8\Rightarrow p=4 and the equality of all the elements in the matrices at the same index holds for this value of pp .

Hence, the value of pp is 44 .

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 pp 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 pp for which A2=pA{{A}^{2}}=pA . Also, observe that A2{{A}^{2}} is the product of the matrices AA and AA . A common mistake is to consider A2{{A}^{2}} as the matrix of the squares of all the elements of AA . This should be avoided.