Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Matrices and Determinants question

2020 · 5 Sep · Shift 1 · Q28
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Main
  3. /Mathematics
  4. /Matrices and Determinants
  5. /2020 · 5 Sep · Shift 1 · Q28

Matrices and Determinants question

2020 · 5 Sep · Shift 1 · Q28

JEE MainMathematicsMatrices and DeterminantsMCQ+4 / −1
Let λ∈\lambda \inλ∈ R . The system of linear equations 2x1 - 4x2 +λ\lambdaλ x3 = 1 x1 - 6x2 + x3 = 2 λ\lambdaλ x1 - 10x2 + 4x3 = 3 is inconsistent for:
  1. A
    exactly one positive value of λ\lambdaλ
  2. B
    exactly one negative value of λ\lambdaλ
  3. C
    exactly two values of λ\lambdaλ
  4. D
    every value of λ\lambdaλ
View written solutionFree

Correct answer: B

  1. Write the system in matrix form

The equations are

{2x1−4x2+λx3=1x1−6x2+x3=2λx1−10x2+4x3=3\begin{cases} 2x_1-4x_2+\lambda x_3=1 \\ x_1-6x_2+x_3=2 \\ \lambda x_1-10x_2+4x_3=3 \end{cases}⎩⎨⎧​2x1​−4x2​+λx3​=1x1​−6x2​+x3​=2λx1​−10x2​+4x3​=3​

Coefficient matrix:

A=(2−4λ1−61λ−104)A=\begin{pmatrix} 2 & -4 & \lambda\\ 1 & -6 & 1\\ \lambda & -10 & 4 \end{pmatrix}A=​21λ​−4−6−10​λ14​​

Augmented matrix:

[A∣B]=(2−4λ11−612λ−1043)[A|B]=\begin{pmatrix} 2 & -4 & \lambda & 1\\ 1 & -6 & 1 & 2\\ \lambda & -10 & 4 & 3 \end{pmatrix}[A∣B]=​21λ​−4−6−10​λ14​123​​

For inconsistency, we need

rank⁡(A)<rank⁡([A∣B]).\operatorname{rank}(A) < \operatorname{rank}([A|B]).rank(A)<rank([A∣B]).

This can happen only when det⁡(A)=0\det(A)=0det(A)=0.


  1. Compute det⁡(A)\det(A)det(A)
det⁡(A)=∣2−4λ1−61λ−104∣\det(A)=\begin{vmatrix} 2 & -4 & \lambda\\ 1 & -6 & 1\\ \lambda & -10 & 4 \end{vmatrix}det(A)=​21λ​−4−6−10​λ14​​

Expand along the first row:

det⁡(A)=2∣−61−104∣−(−4)∣11λ4∣+λ∣1−6λ−10∣\det(A)=2\begin{vmatrix}-6 & 1\\-10 & 4\end{vmatrix}-(-4)\begin{vmatrix}1 & 1\\ \lambda & 4\end{vmatrix}+\lambda\begin{vmatrix}1 & -6\\ \lambda & -10\end{vmatrix}det(A)=2​−6−10​14​​−(−4)​1λ​14​​+λ​1λ​−6−10​​ =2[(−6)(4)−1(−10)]+4[(1)(4)−λ]+λ[(1)(−10)−(−6)λ]=2[(-6)(4)-1(-10)]+4[(1)(4)-\lambda]+\lambda[(1)(-10)-(-6)\lambda]=2[(−6)(4)−1(−10)]+4[(1)(4)−λ]+λ[(1)(−10)−(−6)λ] =2(−24+10)+4(4−λ)+λ(−10+6λ)=2(-24+10)+4(4-\lambda)+\lambda(-10+6\lambda)=2(−24+10)+4(4−λ)+λ(−10+6λ) =−28+16−4λ−10λ+6λ2=-28+16-4\lambda-10\lambda+6\lambda^2=−28+16−4λ−10λ+6λ2 =6λ2−14λ−12=6\lambda^2-14\lambda-12=6λ2−14λ−12 =2(3λ2−7λ−6)=2(3λ+2)(λ−3)=2(3\lambda^2-7\lambda-6)=2(3\lambda+2)(\lambda-3)=2(3λ2−7λ−6)=2(3λ+2)(λ−3)

So,

det⁡(A)=0  ⟺  λ=3orλ=−23.\det(A)=0 \iff \lambda=3 \quad \text{or} \quad \lambda=-\frac23.det(A)=0⟺λ=3orλ=−32​.
  1. Check consistency for each value

Case 1: λ=3\lambda=3λ=3

System becomes

{2x1−4x2+3x3=1x1−6x2+x3=23x1−10x2+4x3=3\begin{cases} 2x_1-4x_2+3x_3=1 \\ x_1-6x_2+x_3=2 \\ 3x_1-10x_2+4x_3=3 \end{cases}⎩⎨⎧​2x1​−4x2​+3x3​=1x1​−6x2​+x3​=23x1​−10x2​+4x3​=3​

Notice that

(Eq. 3)=(Eq. 1)+(Eq. 2)\text{(Eq. 3)} = \text{(Eq. 1)} + \text{(Eq. 2)}(Eq. 3)=(Eq. 1)+(Eq. 2)

for the left-hand sides, since

(2,−4,3)+(1,−6,1)=(3,−10,4).(2,-4,3)+(1,-6,1)=(3,-10,4).(2,−4,3)+(1,−6,1)=(3,−10,4).

Also on the right-hand side,

1+2=3.1+2=3.1+2=3.

So the third equation is dependent and consistent. Hence the system is consistent for λ=3\lambda=3λ=3.


Case 2: λ=−23\lambda=-\frac23λ=−32​

System becomes

{2x1−4x2−23x3=1x1−6x2+x3=2−23x1−10x2+4x3=3\begin{cases} 2x_1-4x_2-\frac23 x_3=1 \\ x_1-6x_2+x_3=2 \\ -\frac23 x_1-10x_2+4x_3=3 \end{cases}⎩⎨⎧​2x1​−4x2​−32​x3​=1x1​−6x2​+x3​=2−32​x1​−10x2​+4x3​=3​

Let us check whether the third row is a linear combination of the first two in coefficients.

Suppose

R3=aR1+bR2R_3=aR_1+bR_2R3​=aR1​+bR2​

for coefficient rows. Then from the first two entries,

2a+b=−23,2a+b=-\frac23,2a+b=−32​, −4a−6b=−10.-4a-6b=-10.−4a−6b=−10.

Solving:

From the first,

b=−23−2a.b=-\frac23-2a.b=−32​−2a.

Substitute into second:

−4a−6(−23−2a)=−10-4a-6\left(-\frac23-2a\right)=-10−4a−6(−32​−2a)=−10 −4a+4+12a=−10-4a+4+12a=-10−4a+4+12a=−10 8a=−148a=-148a=−14 a=−74.a=-\frac74.a=−47​.

Then

b=−23+72=176.b=-\frac23+\frac72=\frac{17}{6}.b=−32​+27​=617​.

Now check the third coefficient:

aλ+b=(−74)(−23)+176=76+176=4,a\lambda+b = \left(-\frac74\right)\left(-\frac23\right)+\frac{17}{6} =\frac76+\frac{17}{6}=4,aλ+b=(−47​)(−32​)+617​=67​+617​=4,

which matches the third entry of row 3. So coefficient-wise,

R3=−74R1+176R2.R_3=-\frac74 R_1+\frac{17}{6}R_2.R3​=−47​R1​+617​R2​.

But for consistency, the constants must satisfy the same relation:

−74(1)+176(2)=−74+173=−21+6812=4712≠3.-\frac74(1)+\frac{17}{6}(2)= -\frac74+\frac{17}{3} =\frac{-21+68}{12}=\frac{47}{12}\neq 3.−47​(1)+617​(2)=−47​+317​=12−21+68​=1247​=3.

Hence the augmented row does not satisfy the same relation.

Therefore,

rank⁡(A)<rank⁡([A∣B]),\operatorname{rank}(A)<\operatorname{rank}([A|B]),rank(A)<rank([A∣B]),

so the system is inconsistent for

λ=−23.\lambda=-\frac23.λ=−32​.
  1. Conclusion

The system is inconsistent for exactly one value of λ\lambdaλ, namely

λ=−23,\lambda=-\frac23,λ=−32​,

which is negative.

So the correct option is:

B: exactly one negative value of λ\boxed{\text{B: exactly one negative value of }\lambda}B: exactly one negative value of λ​
PreviousNext

More from Matrices and Determinants

  • If the minimum and the maximum values of the function f:[4π​,2π​]→R, defined by f(θ)=​−sin2θ−cos2θ12​−1−sin2θ−1−cos2θ10​11−2​​…2020 · MCQ
  • If a + x = b + y = c + z + 1, where a, b, c, x, y, z are non-zero distinct real numbers, then ​xyz​a+yb+yc+y​x+ay+bz+c​​…2020 · MCQ
  • If the system of linear equations x + y + 3z = 0 x + 3y + k2z = 0 3x + y + 3z = 0 has a non-zero solution (x, y, z) for some k ∈ R, then x + (zy​) is equal to :2020 · MCQ
  • The values of λ and μ for which the system of linear equations x + y + z = 2 x + 2y + 3z = 5 x + 3y +λ z = μ has infinitely many solutions are, respectively:2020 · MCQ
  • Let m and M be respectively the minimum and maximum values of ​cos2x1+cos2xcos2x​1+sin2xsin2xsin2x​sin2xsin2x1+sin2x​​…2020 · MCQ
  • The sum of distinct values of λ for which the system of equations (λ−1)x+(3λ+1)y+2λz=0(λ−1)x+(4λ−2)y+(λ+3)z=02x+(3λ+1)y+3(λ−1)z=0…2020 · Numerical
  • Let θ=5π​ and A=[cosθ−sinθ​sinθcosθ​]. If B = A + A4 , then det (B) :2020 · MCQ
  • Let α be a root of the equation x2 + x + 1 = 0 and the matrix A =3​1​​111​1αα2​1α2α4​​…2020 · MCQ