Matrices & Determinants
Properties of Determinants
Grade 12
Question:
<p>Let \(xC_i\), \(x^2C_i\) and \(x^3C_i\) (\(i \in \{1, 2, 3\}\)) be Binomial coefficients, where \(x \in \mathbb{N}\)</p><p>and \[f(x) = \begin{vmatrix} xC_1 & xC_2 & xC_3 \\ x^2C_1 & x^2C_2 & x^2C_3 \\ x^3C_1 & x^3C_2 & x^3C_3 \end{vmatrix}\]</p><p>Then \(f(x)\) is a polynomial of degree:</p>
<p>(a) 6</p>
<p>(b) 10</p>
<p>(c) 14</p>
<p>(d) 18</p>
Step-by-Step Solution
Key Concept: Factor out powers of variables from rows/columns and use row operations to reduce determinant complexity, then expand to find degree.
<p><strong>Solution:</strong></p><p>Taking $x$, $x^2$ and $x^3$ common from $R_1$, $R_2$ and $R_3$ respectively:</p><p>$$f(x) = x^4 x^2 x^3 \begin{vmatrix} 1 & (x-1) & (x-1)(x-2) \\ 1 & (x^2-1) & (x^2-1)(x^2-2) \\ 1 & (x^3-1) & (x^3-1)(x^3-2) \end{vmatrix}$$</p><p>Applying $R_1' \to R_1 - R_2$ and $R_3' \to R_3 - R_2$:</p><p>$$f(x) = x^6(x-1)^2 \begin{vmatrix} 0 & -x & x(3-x-x^2) \\ 1 & x-1 & (x-1)(x^2-2) \\ 0 & x^2 & x^2(x^2-x^3+3) \end{vmatrix}$$</p><p>Expanding along $C_1$:</p><p>$$f(x) = x^9(x-1)^2(-x^2-x^3+3-3-x-x^2)$$</p><p>$$= x^{10}(x-1)^2(x^2-1) = x^{10}(x-1)^3(x+1)$$</p><p>Therefore, $f(x)$ is a polynomial of degree $10 + 3 + 1 = 14$.</p>
Correct Answer: C