Matrices & Determinants
Determinant Properties
Grade 12
Question:
<p>Given that matrix B is the inverse of a \(3 \times 3\) matrix A, where:</p><p>\[B = \begin{pmatrix} 5 & 2a & 1 \\ 0 & 2 & 1 \\ a & 3 & -1 \end{pmatrix}\]</p><p>If \(\det(A) + 1 = 0\), find the value(s) of \(a\).</p>
Step-by-Step Solution
Key Concept: For inverse matrices, the product of determinants equals 1: det(A)·det(B) = 1. Use the given condition to set up an equation for det(B).
<p><strong>Step 1:</strong> Since B is the inverse of A, we have $A \cdot B = I$</p><p><strong>Step 2:</strong> We know that $\det(A) \cdot \det(B) = \det(I) = 1$</p><p><strong>Step 3:</strong> Given $\det(A) + 1 = 0$, we get $\det(A) = -1$</p><p><strong>Step 4:</strong> Therefore: $\det(B) = \frac{1}{\det(A)} = \frac{1}{-1} = -1$</p><p><strong>Step 5:</strong> Calculate $\det(B)$:</p><p>$\det(B) = 5(-2 - 3) - 2a(0 - a) + 1(0 - 2a) = -1$</p><p>$-25 + 2a^2 - 2a = -1$</p><p>$2a^2 - 2a - 24 = 0$</p><p>$a^2 - a - 12 = 0$</p><p>$(a - 4)(a + 3) = 0$</p><p>∴ $a = 4$ or $a = -3$</p>
Correct Answer: 4 or -3