- Ais an empty set
- Bcontains more than two elements
- Cis a singleton
- Dcontains exactly two elements
View written solutionFree
Correct answer: C
We need the values of for which the given homogeneous-looking system has a non-trivial solution in .
1. Rewrite the system in standard linear form
Given: [ \begin{aligned} x-2y-2z &= \lambda x \ x+2y+z &= \lambda y \ -x-y &= \lambda z \end{aligned} ] Bring all terms to the left: [ \begin{aligned} (1-\lambda)x-2y-2z &= 0 \ x+(2-\lambda)y+z &= 0 \ -x-y-\lambda z &= 0 \end{aligned} ] So the coefficient matrix is [ A=\begin{pmatrix} 1-\lambda & -2 & -2\ 1 & 2-\lambda & 1\ -1 & -1 & -\lambda \end{pmatrix} ]
For a homogeneous system to have a non-trivial solution, we need [ \det(A)=0. ]
2. Compute the determinant
[ \det(A)= \begin{vmatrix} 1-\lambda & -2 & -2\ 1 & 2-\lambda & 1\ -1 & -1 & -\lambda \end{vmatrix} ] Expand along the first row: [ \det(A)=(1-\lambda) \begin{vmatrix} 2-\lambda & 1\ -1 & -\lambda \end{vmatrix} -(-2) \begin{vmatrix} 1 & 1\ -1 & -\lambda \end{vmatrix} +(-2) \begin{vmatrix} 1 & 2-\lambda\ -1 & -1 \end{vmatrix} ] Now evaluate each minor:
First minor
[ \begin{vmatrix} 2-\lambda & 1\ -1 & -\lambda \end{vmatrix} =(2-\lambda)(-\lambda)-1(-1) =-2\lambda+\lambda^2+1 =\lambda^2-2\lambda+1=(\lambda-1)^2 ]
Second minor
[ \begin{vmatrix} 1 & 1\ -1 & -\lambda \end{vmatrix} =1(-\lambda)-1(-1)=1-\lambda ]
Third minor
[ \begin{vmatrix} 1 & 2-\lambda\ -1 & -1 \end{vmatrix} =1(-1)-(2-\lambda)(-1)=-1+(2-\lambda)=1-\lambda ]
Substitute back: [ \det(A)=(1-\lambda)(\lambda-1)^2+2(1-\lambda)-2(1-\lambda) ] The last two terms cancel, so [ \det(A)=(1-\lambda)(\lambda-1)^2 ] Since , [ \det(A)=-(\lambda-1)^3 ]
3. Condition for non-trivial solution
[ \det(A)=0 \iff -(\lambda-1)^3=0 \iff \lambda=1 ] Thus the set of all such values of is [ {1} ] which is a singleton.
4. Check options
- A: empty set — false
- B: contains more than two elements — false
- C: is a singleton — true
- D: contains exactly two elements — false
5. Final answer
The correct option is C.
More from Matrices and Determinants
- If A = ; then for all …2019 · MCQ
- Let S be the set of all real values of k for which the systemof linear equations x + y + z = 2 2x + y z = 3 3x + 2y + kz = 4 has a unique solution. Then S is :2018 · MCQ
- Let be a matrix such that is a scalar matrix and |3A| = 108. Then A2 equals :2018 · MCQ
- If the system of linear equations x + ay + z = 3 x + 2y + 2z = 6 x + 5y + 3z = b has no solution, then :2018 · MCQ
- Suppose A is any 3 3 non-singular matrix and ( A 3I) (A 5I) = O where I = I3 and O = O3. If A + A-1 = 4I, then + is equal to :2018 · MCQ
- Let A = and B = A20. Then the sum of the elements of the first column of B is :2018 · MCQ
- The number of values of k for which the system of linear equations, (k + 2)x + 10y = k kx + (k +3)y = k -1 has no solution, is :2018 · MCQ
- If the system of linear equations x + ky + 3z = 0 3x + ky - 2z = 0 2x + 4y - 3z = 0 has a non-zero solution (x, y, z), then is equal to2018 · MCQ