Question

Difficulty: MediumMatrices and Determinants

A 2×22 \times 2 matrix is given by A=(x+234x2)A = \begin{pmatrix} x + 2 & 3 \\ 4 & x - 2 \end{pmatrix}. If AA is a singular matrix, what is the positive value of xx?

Answer: 4

Answer

The positive value of xx is 44.
A matrix is singular when its determinant is zero. Expanding det(A)=(x+2)(x2)12=0\det(A) = (x+2)(x-2) - 12 = 0 yields x216=0x^2 - 16 = 0. Solving x2=16x^2 = 16 gives x=±4x = \pm 4. The positive value is 44.

Step-by-Step Solution

1
Apply the condition for a matrix to be singular
det(A)=0\det(A) = 0
By definition, a matrix is singular if and only if its determinant is zero.
2
Formulate the determinant equation for matrix AA
(x+2)(x2)(3)(4)=0(x + 2)(x - 2) - (3)(4) = 0
The determinant of a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is calculated as adbcad - bc.
3
Expand and simplify the algebraic equation
x^2 - 4 - 12 = 0 \implies x^2 - 16 = 0
Expanding (x+2)(x2)(x+2)(x-2) gives x24x^2 - 4, and subtracting 1212 yields x216x^2 - 16.
4
Solve for xx and select the positive root
x^2 = 16 \implies x = 4 \text{ or } x = -4 \implies x = 4
Taking the square root gives two roots, and the problem explicitly specifies the positive value.

Key Concept

Singular Matrices and Determinants
Estimated Time:1m 15s
Rate this question