- A= 6, R
- B= 3, R
- C= 6, R
- D= 2, R
View written solutionFree
Correct answer: A
For a homogeneous system of linear equations to have a non-trivial solution, the determinant of its coefficient matrix must be zero.
1. Form the coefficient matrix
The system is: [ \begin{cases} 4x + \lambda y + 2z = 0 \ 2x - y + z = 0 \ \mu x + 2y + 3z = 0 \end{cases} ]
So the coefficient matrix is [ A=\begin{pmatrix} 4 & \lambda & 2\ 2 & -1 & 1\ \mu & 2 & 3 \end{pmatrix} ]
For a non-trivial solution, [ \det(A)=0 ]
2. Compute the determinant
Expand along the first row: [ \det(A)=4\begin{vmatrix}-1 & 1\2 & 3\end{vmatrix} -\lambda\begin{vmatrix}2 & 1\ \mu & 3\end{vmatrix} +2\begin{vmatrix}2 & -1\ \mu & 2\end{vmatrix} ]
Now evaluate each minor:
First minor
[ \begin{vmatrix}-1 & 1\2 & 3\end{vmatrix}=(-1)(3)-(1)(2)=-3-2=-5 ]
Second minor
[ \begin{vmatrix}2 & 1\ \mu & 3\end{vmatrix}=2\cdot 3-1\cdot \mu=6-\mu ]
Third minor
[ \begin{vmatrix}2 & -1\ \mu & 2\end{vmatrix}=2\cdot 2-(-1)\mu=4+\mu ]
So, [ \det(A)=4(-5)-\lambda(6-\mu)+2(4+\mu) ] [ = -20-\lambda(6-\mu)+8+2\mu ] [ = -12+2\mu-6\lambda+\lambda\mu ] Thus, [ \det(A)=\lambda\mu+2\mu-6\lambda-12 ]
3. Factor the expression
[ \lambda\mu+2\mu-6\lambda-12 =\mu(\lambda+2)-6(\lambda+2) ] [ =(\lambda+2)(\mu-6) ]
For non-trivial solution, [ (\lambda+2)(\mu-6)=0 ] Hence either [ \lambda=-2 \quad \text{or} \quad \mu=6 ]
4. Check the options
- A: → True
- B: → Not necessarily true
- C: → False
- D: → False
Also note: another valid condition is , but that is not listed.
Therefore, among the given options, the correct one is: [ \boxed{A} ]
More from Matrices and Determinants
- Let I be an identity matrix of order 2 2 and P =. Then the value of n N for which Pn = 5I 8P is equal to .2021 · Numerical
- Let , a R be written as P + Q where P is a symmetric matrix and Q is skew symmetric matrix. If det(Q) = 9, then the modulus of the sum of all possible…2021 · MCQ
- Let and B = 7A20 20A7 + 2I, where I is an identity matrix of order 3 3. If B = [bij], then b13is…2021 · Numerical
- Let a, b, c, d in arithmetic progression with common difference . If …2021 · Numerical
- The value of k R, for which the following system of linear equations 3x y + 4z = 3, x + 2y 3z = 2 6x + 5y + kz = 3, has infinitely many solutions, is :2021 · MCQ
- The values of and such that the system of equations , , has no solution, are :2021 · MCQ
- Let A = [aij] be a real matrix of order 3 3, such that ai1 + ai2 + ai3 = 1, for i = 1, 2, 3. Then, the sum of all the entries of the matrix A3 is equal to :2021 · MCQ
- Let . Then the number of 3 3 matrices B with entries from the set {1, 2, 3, 4, 5} and satisfying AB = BA is …2021 · Numerical