Question

Difficulty: HardMatrices and Determinants

Given the matrix P=(x1230x121)P = \begin{pmatrix} x & 1 & 2 \\ 3 & 0 & x \\ 1 & 2 & 1 \end{pmatrix}, for what positive value of xx is the determinant of PP equal to 33?

Answer: 2

Answer

The positive value of xx is 22.
Expanding the determinant of PP along the first row yields det(P)=2x2+x+9\det(P) = -2x^2 + x + 9. Setting det(P)=3\det(P) = 3 leads to 2x2+x+9=3-2x^2 + x + 9 = 3, which rearranges to 2x2x6=02x^2 - x - 6 = 0. Factoring gives (2x+3)(x2)=0(2x + 3)(x - 2) = 0, leading to roots x=1.5x = -1.5 and x=2x = 2. The positive value is 22.

Step-by-Step Solution

1
Calculate the determinant of matrix PP in terms of xx
\det(P) = -2x^2 + x + 9
Expanding along the first row gives x(012x)1(31x1)+2(3201)=2x2+x+9x(0 \cdot 1 - 2x) - 1(3 \cdot 1 - x \cdot 1) + 2(3 \cdot 2 - 0 \cdot 1) = -2x^2 + x + 9.
2
Set up the quadratic equation using det(P)=3\det(P) = 3
2x^2 - x - 6 = 0
Subtracting 33 from both sides gives 2x2+x+6=0-2x^2 + x + 6 = 0, which simplifies to 2x2x6=02x^2 - x - 6 = 0.
3
Solve the quadratic equation for xx
x = 2 \text{ or } x = -1.5
Factoring (2x+3)(x2)=0(2x + 3)(x - 2) = 0 yields x=32x = -\frac{3}{2} and x=2x = 2.
4
Select the positive solution as required by the problem statement
x = 2
The problem specifically requests the positive real value of xx.

Key Concept

3x3 Determinant Evaluation and Quadratic Solving
Rate this question