KnowledgeBoat Logo
|

Mathematics

If A=[33pq] and A2=O,A = \begin{bmatrix}[r] 3 & 3 \ p & q \end{bmatrix} \text{ and } A^2 = O, find p and q.

Matrices

6 Likes

Answer

Given, A2 = O.

[33pq][33pq]=[0000][3×3+3×p3×3+3×qp×3+q×pp×3+q×q]=[0000][9+3p9+3q3p+qp3p+q2]=[0000]\Rightarrow \begin{bmatrix}[r] 3 & 3 \ p & q \end{bmatrix} \begin{bmatrix}[r] 3 & 3 \ p & q \end{bmatrix} = \begin{bmatrix}[r] 0 & 0 \ 0 & 0 \end{bmatrix} \\[0.5em] \Rightarrow \begin{bmatrix}[r] 3 \times 3 + 3 \times p & 3 \times 3 + 3 \times q \ p \times 3 + q \times p & p \times 3 + q \times q \end{bmatrix} = \begin{bmatrix}[r] 0 & 0 \ 0 & 0 \end{bmatrix} \\[0.5em] \Rightarrow \begin{bmatrix}[r] 9 + 3p & 9 + 3q \ 3p + qp & 3p + q^2 \end{bmatrix} = \begin{bmatrix}[r] 0 & 0 \ 0 & 0 \end{bmatrix} \\[0.5em]

By definition of equality of matrices we get,

⇒ 9 + 3p = 0 or 3p = -9 or p = -3

⇒ 9 + 3q = 0 or 3q = -9 or q = -3

⇒ 3p + qp = 0     (Eq 1)

⇒ 3p + q2 = 0     (Eq 2)

Checking whether p = -3 and q = -3 satisfy Eq 1,

⇒ 3p + qp = 0

L.H.S. = 3(-3) + (-3)(-3) = -9 + 9 = 0 = R.H.S.

Checking whether p = -3 and q = -3 satisfy Eq 2,

⇒ 3p + q2 = 0

L.H.S. = 3(-3) + (-3)2 = -9 + 9 = 0 = R.H.S.

Since, p = -3 and q = -3 satisfies Eq 1 and Eq 2,

∴ p = -3 and q = -3.

Hence, the values are p = -3 and q = -3.

Answered By

4 Likes


Related Questions