Question
Question: If \(A\)=\(\left[ \begin{matrix} 3 & x \\\ 0 & 1 \\\ \end{matrix} \right]\) and \(B\)=\(...
If A=3 0 x1 and B=9 0 16−y. Find x and y when A2=B
Solution
We are given equations in the matrix form. So, we will first create a matrix on either side and then we will compare the elements. After doing that we will calculate the value ofxandy. We need to find A2 as well, which means we have to multiply the matrix A by itself. The matrix multiplication is a bit of a complex process because it is not done like the real numbers. After making a matrix on both sides, we will compare the matrices element-wise and obtain the result.
Complete step by step answer:
To multiply the matrix A by itself, we use the formula below for matrix multiplication:
If A=[aij] is an m×n matrix and B=[bij] is an n×p matrix,
The product AB is an m×p matrix.
AB=[cij]
Wherecij=ai1b1j+ai2b2j+...+ainbnj
So, we have:
A=3 0 x1
Using the formula we obtain:
A2=3 0 x1×3 0 x1=3×3+(x×0) 0×3+(1×0) 3×x+(x×1)0×x+(1×1)
⇒A2=9 0 4x1
Hence, we have found A2
Now, we plug these values in the equation given:
A2=B
⇒9 0 4x1=9 0 16−y
Now, we compare the elements. After comparing the element at first row and second column we get:
4x=16
⇒x=416
⇒x=4
Now we compare the element at second row, second column:
1=−y
⇒y=−1
So, the values of x and y have been found.
Note: Make sure that you add the terms before giving the resultant value in each position of the resultant matrix. Look for any calculation mistake that might occur while doing multiplication. Always check the other elements to cross check if you have made any calculation mistakes.