Miscellaneous Universe
CHAPTER 3 • MATRICES • FINAL EXERCISE
💡 Mastery Summary
- Symmetry: $A$ is symmetric if $A’ = A$; skew-symmetric if $A’ = -A$.
- Transpose Rule: Remember the reversal law $(AB)’ = B’A’$.
- Zero Matrix: If a matrix equation equals $O$, it represents a matrix where every element is $0$.
Proof: Given that $A$ and $B$ are symmetric matrices, we have $A’ = A$ and $B’ = B$.
To check if $(AB – BA)$ is skew-symmetric, we take its transpose:
Proof: Let $X = B’AB$. Then,
Case 1: If $A$ is symmetric, then $A’ = A$. Hence, $X’ = B’AB = X$. (Symmetric)
Case 2: If $A$ is skew-symmetric, then $A’ = -A$. Hence, $X’ = B'(-A)B = -B’AB = -X$. (Skew-Symmetric)
Equating corresponding elements:
- $2x^2 = 1 \implies \mathbf{x = \pm \frac{1}{\sqrt{2}}}$
- $6y^2 = 1 \implies \mathbf{y = \pm \frac{1}{\sqrt{6}}}$
- $3z^2 = 1 \implies \mathbf{z = \pm \frac{1}{\sqrt{3}}}$
(a) Revenue: [Quantity Matrix] $\times$ [Price Matrix]
(b) Profit: (Revenue – Cost). Total profit is Market I: ₹15,000 and Market II: ₹17,000.
Let $X = \begin{bmatrix} a & b \\ c & d \end{bmatrix}$. Multiplying and comparing:
- $a + 4b = -7, \ 2a + 5b = -8 \implies \mathbf{a = 1, b = -2}$
- $c + 4d = 2, \ 2c + 5d = 4 \implies \mathbf{c = 2, d = 0}$
Q9: $A^2 = I \implies \begin{bmatrix} \alpha^2+\beta\gamma & 0 \\ 0 & \beta\gamma+\alpha^2 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \implies 1 – \alpha^2 – \beta\gamma = 0$.
Correct: (C)
Q10: A matrix both symmetric ($A’=A$) and skew-symmetric ($A’=-A$) means $A = -A \implies 2A = O \implies A = O$.
Correct: (B) Zero Matrix
Q11: Given $A^2 = A$. Expand $(I+A)^3 – 7A$.
$(I + 3A + 3A^2 + A^3) – 7A = (I + 3A + 3A + A) – 7A = I + 7A – 7A = I$.
Correct: (C) I