Question

Difficulty: HardMatrices and Determinants

Given that the matrix A=(12k0k3211)A = \begin{pmatrix} 1 & 2 & k \\ 0 & k & 3 \\ 2 & -1 & 1 \end{pmatrix} is singular, what is the positive value of kk?

Answer: 3

Answer

The positive value of kk is 33.
A square matrix is singular when its determinant is zero. Expanding det(A)\det(A) along the first column yields 1(k+3)+2(6k2)=2k2+k+151 \cdot (k + 3) + 2 \cdot (6 - k^2) = -2k^2 + k + 15. Equating this to zero gives the quadratic equation 2k2k15=02k^2 - k - 15 = 0, which factors as (2k+5)(k3)=0(2k + 5)(k - 3) = 0. The roots are k=2.5k = -2.5 and k=3k = 3. The positive value is 33.

Step-by-Step Solution

1
Calculate the determinant of matrix A
\det(A) = -2k^2 + k + 15
Expanding along the first column simplifies the calculation because of the zero entry.
2
Set the determinant to zero for singularity
2k^2 - k - 15 = 0
A matrix is singular if and only if its determinant equals zero.
3
Solve the quadratic equation for k
k = 3 or k = -2.5
Factoring 2k2k15=(2k+5)(k3)=02k^2 - k - 15 = (2k + 5)(k - 3) = 0 yields two roots.
4
Choose the positive solution
k = 3
The question explicitly requires the positive value of kk.

Key Concept

Singular matrix definition and 3x3 determinant evaluation
Rate this question