- A
- B
- Czero
- D
View written solutionFree
Correct answer: A
To have a non-zero solution for the homogeneous system [ \begin{cases} 4x+ky+2z=0 \ kx+4y+z=0 \ 2x+2y+z=0 \end{cases} ] the coefficient matrix must be singular, i.e. its determinant must be zero.
1. Form the coefficient matrix
[ A=\begin{pmatrix} 4 & k & 2 \ k & 4 & 1 \ 2 & 2 & 1 \end{pmatrix} ]
For a homogeneous system, a non-trivial solution exists iff [ \det(A)=0. ]
2. Compute the determinant
[ \det(A)= \begin{vmatrix} 4 & k & 2 \ k & 4 & 1 \ 2 & 2 & 1 \end{vmatrix} ]
Expanding along the first row: [ \det(A)=4\begin{vmatrix}4&1\2&1\end{vmatrix} -k\begin{vmatrix}k&1\2&1\end{vmatrix} +2\begin{vmatrix}k&4\2&2\end{vmatrix} ]
Now evaluate each minor:
[ \begin{vmatrix}4&1\2&1\end{vmatrix}=4\cdot 1-1\cdot 2=2 ]
[ \begin{vmatrix}k&1\2&1\end{vmatrix}=k\cdot 1-1\cdot 2=k-2 ]
[ \begin{vmatrix}k&4\2&2\end{vmatrix}=k\cdot 2-4\cdot 2=2k-8 ]
So, [ \det(A)=4(2)-k(k-2)+2(2k-8) ] [ =8-k^2+2k+4k-16 ] [ =-k^2+6k-8 ]
Hence, [ \det(A)=0 \iff -k^2+6k-8=0 ]
i.e. [ k^2-6k+8=0 ] [ (k-2)(k-4)=0 ] So, [ k=2 \text{ or } k=4. ]
3. Number of values of (k)
There are 2 values of (k).
4. Compare with stored answer
Derived answer: 2
Stored correct answer: A = 2
They match.
More from Matrices and Determinants
- Let and be two symmetric matrices of order . Statement - 1 : and are symmetric matrices. Statement - 2 : is symmetric matrix if matrix multiplication of with is commutative.2011 · MCQ
- The number of non-singular matrices, with four entries as and all other entries as , is :2010 · MCQ
- Consider the system of linear equations; The system has :2010 · MCQ
- Let be a matrix with non-zero entries and let where is identity matrix. Define sum of diagonal elements of and determinant of matrix . Statement- 1: …2010 · MCQ
- Let be such that if …2009 · MCQ
- Let be any real numbers. Suppose that there are real numbers not all zero such that and Then is equal to :2008 · MCQ
- Let be matrix with real entries. Let be the identity matrix. Denote by tr , the sum of diagonal entries of . Assume that Statement-1 : If and , then det …2008 · MCQ
- If for then is :2007 · MCQ