Matrices & Determinants
Determinant and Adjoint
Grade None
Question:
<p>Let <em>k</em> be a positive real number and<br>
\[A = \begin{bmatrix} 2k-1 & 2\sqrt{k} & 2\sqrt{k} \\ 2\sqrt{k} & 1 & -2k \\ -2\sqrt{k} & 2k & -1 \end{bmatrix}\]
and
\[B = \begin{bmatrix} 0 & 2k-1 & \sqrt{k} \\ 1-2k & 0 & 2 \\ -\sqrt{k} & -2\sqrt{k} & 0 \end{bmatrix}.\]
If \(\det(\text{adj}\, A) + \det(\text{adj}\, B) = 10^6\), then \([k]\) is equal to ___.<br>
[Note: adj <em>M</em> denotes the adjoint of a square matrix <em>M</em> and \([k]\) denotes the largest integer less than or equal to \(k\).]</p>
Step-by-Step Solution
Key Concept: For an n×n matrix M, det(adj M) = [det(M)]^(n-1). Recognize that B is skew-symmetric (B^T = -B), so det(B) = 0, making det(adj B) = 0. This reduces the equation to finding det(A) such that [det(A)]² = 10⁶.
<p><strong>Step 1:</strong> Use the formula det(adj M) = [det(M)]^(n-1) for an n×n matrix. Here n = 3, so:</p><p>det(adj A) = [det(A)]² and det(adj B) = [det(B)]²</p><p><strong>Step 2:</strong> Observe that B is skew-symmetric (check: B^T = -B). For a 3×3 skew-symmetric matrix, det(B) = 0 always. Therefore det(adj B) = 0.</p><p><strong>Step 3:</strong> The equation becomes [det(A)]² + 0 = 10⁶, so [det(A)]² = 10⁶.</p><p>Thus det(A) = ±10³ = ±1000</p><p><strong>Step 4:</strong> Calculate det(A) by expanding or using row operations. After careful expansion:</p><p>det(A) = (2k - 1)[(1)(-1) - (-2k)(2k)] - 2√k[2√k(-1) - (-2k)(-2√k)] + 2√k[2√k(2k) - (1)(-2√k)]</p><p>= (2k - 1)[4k² - 1] - 2√k[-2√k - 4k√k] + 2√k[4k√k + 2√k]</p><p>= (2k - 1)(2k - 1)(2k + 1) - 2√k(-2√k)(1 + 2k) + 2√k(2√k)(2k + 1)</p><p>= (2k - 1)² (2k + 1) + 4k(2k + 1) + 4k(2k + 1)</p><p>= (2k + 1)[(2k - 1)² + 8k]</p><p>= (2k + 1)[4k² - 4k + 1 + 8k]</p><p>= (2k + 1)(4k² + 4k + 1) = (2k + 1)(2k + 1)² = (2k + 1)³</p><p><strong>Step 5:</strong> Solve (2k + 1)³ = 1000 (taking positive root since k > 0):</p><p>2k + 1 = 10</p><p>2k = 9</p><p>k = 4.5</p><p><strong>Step 6:</strong> Find [k] = [4.5] = 4</p><p>∴ Answer: <strong>4</strong></p>
Correct Answer: 4