Matrices & Determinants
Determinants
Grade 12
Question:
<p><strong>For Problems 12 and 13</strong><br>Let for \(A = \begin{bmatrix} 1 & 0 & 0 \\ 2 & 1 & 0 \\ 3 & 2 & 1 \end{bmatrix}\), there be three row matrices \(R_1, R_2\) and \(R_3\), satisfying the relations, \(R_1 A = [1\ 0\ 0]\), \(R_2 A = [2\ 3\ 0]\) and \(R_3 A = [2\ 3\ 1]\). If \(B\) is square matrix of order 3 with rows \(R_1, R_2\) and \(R_3\) in order, then<br><br>The value of det.\((2A^{100}B^3 - A^{99}B^4)\) is</p>
<p>\(-27\)</p>
<p>\(-9\)</p>
<p>\(-3\)</p>
<p>\(9\)</p>
Step-by-Step Solution
Key Concept: Recognize that R₁, R₂, R₃ are rows of B satisfying BA = I (where I is identity), meaning B = A⁻¹. This transforms the determinant expression into one involving only powers of A.
<p><strong>Step 1:</strong> Verify that B = A⁻¹. Since R₁A = [1 0 0], R₂A = [0 2 3], R₃A = [0 0 1], stacking these rows gives BA = I, so B = A⁻¹.</p><p><strong>Step 2:</strong> Rewrite the expression: det(2A^100B³ - A^99B⁴) = det(A^99(2A·B³ - B⁴)) = det(A^99) · det(2AB³ - B⁴).</p><p><strong>Step 3:</strong> Since B = A⁻¹, we have AB = I and B³ = (A⁻¹)³ = A⁻³. Thus: 2AB³ - B⁴ = 2·I·A⁻³ - A⁻⁴ = 2A⁻³ - A⁻⁴ = A⁻⁴(2A - I).</p><p><strong>Step 4:</strong> Calculate det(A) = 1 (lower triangular: product of diagonal = 1×1×1). So det(A^99) = 1 and det(A⁻⁴) = 1.</p><p><strong>Step 5:</strong> Find det(2A - I) = det(begin{bmatrix} 1 & 0 & 0 \ 4 & 1 & 0 \ 6 & 4 & 1 end{bmatrix}) = 1.</p><p><strong>Step 6:</strong> det(2A^100B³ - A^99B⁴) = 1 · 1 · 1 = <strong>1</strong>.</p><p>∴ Answer: B</p>
Correct Answer: B