Solveeit Logo

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=[3x22 24x1 241x ]A=\left[ \begin{aligned} & 3-x\,\,\,\,\,\,\,\,\,\,2\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,2 \\\ & 2\,\,\,\,\,\,\,\,\,\,\,\,\,\,4-x\,\,\,\,\,\,\,\,\,\,\,\,1 \\\ & -2\,\,\,\,\,\,\,\,\,\,\,\,-4\,\,\,\,\,\,\,\,\,\,\,-1-x \\\ \end{aligned} \right]\,
(a) x=0,2x=0,2
(b) x=1,2x=1,2
(c) x=2,3x=2,3
(d) x=0,3x=0,3

Explanation

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=[3x22 24x1 241x ]|A|=\left[ \begin{aligned} & 3-x\,\,\,\,\,\,\,\,\,\,2\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,2 \\\ & 2\,\,\,\,\,\,\,\,\,\,\,\,\,\,4-x\,\,\,\,\,\,\,\,\,\,\,\,1 \\\ & -2\,\,\,\,\,\,\,\,\,\,\,\,-4\,\,\,\,\,\,\,\,\,\,\,-1-x \\\ \end{aligned} \right]\,
Writing determinant along first row, we get:
A=(3x)4x1 41x 221 21x +224x 24 \left| A \right|=\left( 3-x \right)\left| \begin{matrix} 4-x & 1 \\\ -4 & -1-x \\\ \end{matrix} \right|-2\left| \begin{matrix} 2 & 1 \\\ -2 & -1-x \\\ \end{matrix} \right|+2\left| \begin{matrix} 2 & 4-x \\\ -2 & -4 \\\ \end{matrix} \right|
Writing values of all 2×22\times 2 determinants we get,
A=(3x)((4x)(1x)(4)(1)) 2((2)(1x)(2)(1)) +2((2)(4)(2)(4x)) \begin{aligned} & |A|=\left( 3-x \right)\left( \left( 4-x \right)\left( -1-x \right)-\left( -4 \right)\left( 1 \right) \right) \\\ & \,\,\,\,\,\,\,\,\,\,\,\,-2\left( \left( 2 \right)\left( -1-x \right)-\left( -2 \right)\left( 1 \right) \right) \\\ & \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,+2\left( \left( 2 \right)\left( -4 \right)-\left( -2 \right)\left( 4-x \right) \right) \\\ \end{aligned}
A=(3x)(44x+x+x2+4)2(22x+2)+2(8+82x)\Rightarrow |A|=\left( 3-x \right)\left( -4-4x+x+{{x}^{2}}+4 \right)-2\left( -2-2x+2 \right)+2\left( -8+8-2x \right)
A=(3x)(x23x)(2(2x)+2(2x))\Rightarrow |A|=\left( 3-x \right)\left( {{x}^{2}}-3x \right)\left( -2\left( -2x \right)+2\left( -2x \right) \right)
A=(3x)(x23x)+4x4x\Rightarrow |A|=\left( 3-x \right)\left( {{x}^{2}}-3x \right)+4x-4x
A=(3x)(x23x)\Rightarrow |A|=\left( 3-x \right)\left( {{x}^{2}}-3x \right)
A=3x29xx3+3x2\Rightarrow |A|=3{{x}^{2}}-9x-{{x}^{3}}+3{{x}^{2}}
A=x3+6x29x\Rightarrow |A|=-{{x}^{3}}+6{{x}^{2}}-9x
Taking -x common, we get,
A=x(x26x+9)|A|=-x\left( {{x}^{2}}-6x+9 \right)
Splitting the middle term 6xto3x3x-6x\,\,to\,-3x-3x, to factorize the expression, we get,
A=x(x23x3x+9)|A|=-x\left( {{x}^{2}}-3x-3x+9 \right)
Taking common terms out, we get,
A=x(x(x3)3(x3)) =x(x3)(x3) =x(x3)2 \begin{aligned} & |A|=-x\left( x\left( x-3 \right)-3\left( x-3 \right) \right) \\\ & \,\,\,\,\,\,\,\,=-x\left( x-3 \right)\left( x-3 \right) \\\ & \,\,\,\,\,\,\,\,\,\,\,=-x{{\left( x-3 \right)}^{2}} \\\ \end{aligned}
Now, for A to be singular, condition is,
A=0|A|=0
Putting value of |A|, we get,
x(x3)=0-x\left( x-3 \right)=0
Therefore, either x=0orx3=0-x=0\,\,or\,\,\,x-3=0 .
x=0orx=3\Rightarrow x=0\,\,\,\,or\,\,x=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.