Question
Question: For what values of x, the matrix A is singular? \(A=\left[ \begin{aligned} & 3-x\,\,\,\,\,\,\...
For what values of x, the matrix A is singular?
A= 3−x2224−x1−2−4−1−x
(a) x=0,2
(b) x=1,2
(c) x=2,3
(d) x=0,3
Solution
Hint: In this question, we will use the condition of the square matrix to be singular, i.e. determinant of the matrix is zero, and solve that equation of condition to find value for x.
Complete step-by-step answer:
In the given question, we are asked to find the values of x such that, for that values A will be singular matrix.
Now, a square matrix is singular matrix when its, inverse matrix does not exist. And, inverse matrix of any square matrix does not exist only when the value of determinant of that square matrix is zero.
Therefore, for given square matrix A to be singular, the value of its determinant must be zero.
Let us first find the determinant of given matrix A. determinant of matrix A is given as,
∣A∣= 3−x2224−x1−2−4−1−x
Writing determinant along first row, we get:
∣A∣=(3−x)4−x −4 1−1−x−22 −2 1−1−x+22 −2 4−x−4
Writing values of all 2×2 determinants we get,
∣A∣=(3−x)((4−x)(−1−x)−(−4)(1))−2((2)(−1−x)−(−2)(1))+2((2)(−4)−(−2)(4−x))
⇒∣A∣=(3−x)(−4−4x+x+x2+4)−2(−2−2x+2)+2(−8+8−2x)
⇒∣A∣=(3−x)(x2−3x)(−2(−2x)+2(−2x))
⇒∣A∣=(3−x)(x2−3x)+4x−4x
⇒∣A∣=(3−x)(x2−3x)
⇒∣A∣=3x2−9x−x3+3x2
⇒∣A∣=−x3+6x2−9x
Taking -x common, we get,
∣A∣=−x(x2−6x+9)
Splitting the middle term −6xto−3x−3x, to factorize the expression, we get,
∣A∣=−x(x2−3x−3x+9)
Taking common terms out, we get,
∣A∣=−x(x(x−3)−3(x−3))=−x(x−3)(x−3)=−x(x−3)2
Now, for A to be singular, condition is,
∣A∣=0
Putting value of |A|, we get,
−x(x−3)=0
Therefore, either −x=0orx−3=0 .
⇒x=0orx=3
Hence, for x = 0, 3, A is singular.
Therefore, the correct answer is option (d).
Note: In this type of quotations, while finding determinant, it can be opened along any row or relevant column, the value will remain the same.