Solveeit Logo

Question

Question: Matrix a with row p,0 and 0,2 matrix b with row 0,-q and 1,0 matrix c with rows 2,-2 and 2,2 and ba=...

Matrix a with row p,0 and 0,2 matrix b with row 0,-q and 1,0 matrix c with rows 2,-2 and 2,2 and ba=cc then find p and q

Answer

p=8, q=4

Explanation

Solution

To find the values of pp and qq, we need to perform the matrix multiplications BABA and CCCC and then equate the resulting matrices.

Given matrices are: A=(p002)A = \begin{pmatrix} p & 0 \\ 0 & 2 \end{pmatrix} B=(0q10)B = \begin{pmatrix} 0 & -q \\ 1 & 0 \end{pmatrix} C=(2222)C = \begin{pmatrix} 2 & -2 \\ 2 & 2 \end{pmatrix}

The given condition is BA=CCBA = CC.

Step 1: Calculate BABA

BA=(0q10)(p002)BA = \begin{pmatrix} 0 & -q \\ 1 & 0 \end{pmatrix} \begin{pmatrix} p & 0 \\ 0 & 2 \end{pmatrix}

BA=((0)(p)+(q)(0)(0)(0)+(q)(2)(1)(p)+(0)(0)(1)(0)+(0)(2))BA = \begin{pmatrix} (0)(p) + (-q)(0) & (0)(0) + (-q)(2) \\ (1)(p) + (0)(0) & (1)(0) + (0)(2) \end{pmatrix}

BA=(0+002qp+00+0)BA = \begin{pmatrix} 0 + 0 & 0 - 2q \\ p + 0 & 0 + 0 \end{pmatrix}

BA=(02qp0)BA = \begin{pmatrix} 0 & -2q \\ p & 0 \end{pmatrix}

Step 2: Calculate CCCC

CC=(2222)(2222)CC = \begin{pmatrix} 2 & -2 \\ 2 & 2 \end{pmatrix} \begin{pmatrix} 2 & -2 \\ 2 & 2 \end{pmatrix}

CC=((2)(2)+(2)(2)(2)(2)+(2)(2)(2)(2)+(2)(2)(2)(2)+(2)(2))CC = \begin{pmatrix} (2)(2) + (-2)(2) & (2)(-2) + (-2)(2) \\ (2)(2) + (2)(2) & (2)(-2) + (2)(2) \end{pmatrix}

CC=(44444+44+4)CC = \begin{pmatrix} 4 - 4 & -4 - 4 \\ 4 + 4 & -4 + 4 \end{pmatrix}

CC=(0880)CC = \begin{pmatrix} 0 & -8 \\ 8 & 0 \end{pmatrix}

Step 3: Equate BABA and CCCC

According to the problem statement, BA=CCBA = CC:

(02qp0)=(0880)\begin{pmatrix} 0 & -2q \\ p & 0 \end{pmatrix} = \begin{pmatrix} 0 & -8 \\ 8 & 0 \end{pmatrix}

For two matrices to be equal, their corresponding elements must be equal. Comparing the elements:

From the element in the first row, second column: 2q=8-2q = -8

2q=82q = 8

q=82q = \frac{8}{2}

q=4q = 4

From the element in the second row, first column: p=8p = 8

Thus, the values of pp and qq are 88 and 44 respectively.