Skip to main content
Back to Matrices & Determinants
JEE Main 2023
Matrices & Determinants
Matrices and Determinants
Easy

Question

The number of real values of λ\lambda, such that the system of linear equations 2x - 3y + 5z = 9 x + 3y - z = -18 3x - y + (λ\lambda 2 - | λ\lambda |)z = 16 has no solutions, is

Options

Solution

1. Key Concepts and Formulas

For a system of linear equations in three variables, say AX=BAX=B, where AA is the coefficient matrix, XX is the variable matrix, and BB is the constant matrix, we use determinants to analyze the nature of solutions. Let Δ=det(A)\Delta = \det(A), and Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z be the determinants formed by replacing the respective columns of AA with the constant matrix BB.

  • Condition for No Solutions (Inconsistent System): The system has no solutions if and only if Δ=0\Delta = 0 AND at least one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero.
  • Condition for Unique Solution: If Δ0\Delta \ne 0, the system has a unique solution given by Cramer's Rule: x=Δx/Δx = \Delta_x/\Delta, y=Δy/Δy = \Delta_y/\Delta, z=Δz/Δz = \Delta_z/\Delta.
  • Condition for Infinitely Many Solutions: If Δ=0\Delta = 0 AND Δx=Δy=Δz=0\Delta_x = \Delta_y = \Delta_z = 0, the system has infinitely many solutions.

2. Step-by-Step Solution

Step 1: Formulate the Coefficient and Constant Matrices The given system of linear equations is:

2x3y+5z=9x+3yz=183xy+(λ2λ)z=16\begin{align*} 2x - 3y + 5z &= 9 \\ x + 3y - z &= -18 \\ 3x - y + (\lambda^2 - |\lambda|)z &= 16 \end{align*}

We represent this system in matrix form AX=BAX=B:

A=(23513131λ2λ),X=(xyz),B=(91816)A = \begin{pmatrix} 2 & -3 & 5 \\ 1 & 3 & -1 \\ 3 & -1 & \lambda^2 - |\lambda| \end{pmatrix}, \quad X = \begin{pmatrix} x \\ y \\ z \end{pmatrix}, \quad B = \begin{pmatrix} 9 \\ -18 \\ 16 \end{pmatrix}

For convenience, let K=λ2λK = \lambda^2 - |\lambda|. Since λ\lambda is a real number, λ2=λ2\lambda^2 = |\lambda|^2, so K=λ2λK = |\lambda|^2 - |\lambda|.

Step 2: Calculate the Determinant of the Coefficient Matrix (Δ\Delta) We need to calculate Δ=det(A)\Delta = \det(A) for the condition Δ=0\Delta=0.

Δ=23513131K\Delta = \left| \begin{matrix} 2 & -3 & 5 \\ 1 & 3 & -1 \\ 3 & -1 & K \end{matrix} \right|

Expanding along the first row:

Δ=2311K(3)113K+51331=2(3K(1)(1))+3(1K(1)(3))+5(1(1)3(3))=2(3K1)+3(K+3)+5(19)=6K2+3K+950=9K43\begin{align*} \Delta &= 2 \left| \begin{matrix} 3 & -1 \\ -1 & K \end{matrix} \right| - (-3) \left| \begin{matrix} 1 & -1 \\ 3 & K \end{matrix} \right| + 5 \left| \begin{matrix} 1 & 3 \\ 3 & -1 \end{matrix} \right| \\ &= 2(3K - (-1)(-1)) + 3(1K - (-1)(3)) + 5(1(-1) - 3(3)) \\ &= 2(3K - 1) + 3(K + 3) + 5(-1 - 9) \\ &= 6K - 2 + 3K + 9 - 50 \\ &= 9K - 43 \end{align*}

So, Δ=9K43\Delta = 9K - 43.

Step 3: Find Values of λ\lambda for which Δ=0\Delta = 0 For the system to have no solutions (or infinitely many solutions), we must have Δ=0\Delta = 0. Setting Δ=0\Delta = 0: 9K43=0    K=4399K - 43 = 0 \implies K = \frac{43}{9} Now, substitute back K=λ2λK = \lambda^2 - |\lambda|: λ2λ=439\lambda^2 - |\lambda| = \frac{43}{9} Let t=λt = |\lambda|. Since λ\lambda is a real number, t0t \ge 0. Also, λ2=λ2=t2\lambda^2 = |\lambda|^2 = t^2. The equation becomes a quadratic in tt: t2t=4399t29t43=0t^2 - t = \frac{43}{9} \\ 9t^2 - 9t - 43 = 0 Using the quadratic formula t=b±b24ac2at = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}:

t=(9)±(9)24(9)(43)2(9)t=9±81+154818t=9±162918t = \frac{-(-9) \pm \sqrt{(-9)^2 - 4(9)(-43)}}{2(9)} \\ t = \frac{9 \pm \sqrt{81 + 1548}}{18} \\ t = \frac{9 \pm \sqrt{1629}}{18}

We have two possible values for tt: t1=9+162918andt2=9162918t_1 = \frac{9 + \sqrt{1629}}{18} \quad \text{and} \quad t_2 = \frac{9 - \sqrt{1629}}{18} Since 162940.36\sqrt{1629} \approx 40.36, t19+40.36182.74t_1 \approx \frac{9+40.36}{18} \approx 2.74, which is positive. However, t2940.36181.74t_2 \approx \frac{9-40.36}{18} \approx -1.74, which is negative. Since t=λt = |\lambda|, tt must be non-negative (t0t \ge 0). Therefore, t2t_2 is not a valid solution for λ|\lambda|. The only valid value for λ|\lambda| is t1=9+162918t_1 = \frac{9 + \sqrt{1629}}{18}. Since this value is positive, it implies two distinct real values for λ\lambda: λ=±(9+162918)\lambda = \pm \left( \frac{9 + \sqrt{1629}}{18} \right) These are the two real values of λ\lambda for which Δ=0\Delta=0.

Step 4: Calculate Δx\Delta_x (or Δy\Delta_y or Δz\Delta_z) to Check for Inconsistency To determine if the system has no solutions for these values of λ\lambda, we need to check if at least one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero when Δ=0\Delta=0. Let's calculate Δx\Delta_x.

Δx=9351831161K\Delta_x = \left| \begin{matrix} 9 & -3 & 5 \\ -18 & 3 & -1 \\ 16 & -1 & K \end{matrix} \right|

Expanding along the first row:

Δx=9311K(3)18116K+5183161=9(3K(1)(1))+3((18)K(1)(16))+5((18)(1)3(16))=9(3K1)+3(18K+16)+5(1848)=27K954K+48+5(30)=27K+39150=27K111\begin{align*} \Delta_x &= 9 \left| \begin{matrix} 3 & -1 \\ -1 & K \end{matrix} \right| - (-3) \left| \begin{matrix} -18 & -1 \\ 16 & K \end{matrix} \right| + 5 \left| \begin{matrix} -18 & 3 \\ 16 & -1 \end{matrix} \right| \\ &= 9(3K - (-1)(-1)) + 3((-18)K - (-1)(16)) + 5((-18)(-1) - 3(16)) \\ &= 9(3K - 1) + 3(-18K + 16) + 5(18 - 48) \\ &= 27K - 9 - 54K + 48 + 5(-30) \\ &= -27K + 39 - 150 \\ &= -27K - 111 \end{align*}

So, Δx=27K111\Delta_x = -27K - 111.

Step 5: Check for Inconsistency Now, substitute the value K=439K = \frac{43}{9} (which makes Δ=0\Delta=0) into the expression for Δx\Delta_x:

Δx=27(439)111Δx=3×43111Δx=129111Δx=240\Delta_x = -27 \left( \frac{43}{9} \right) - 111 \\ \Delta_x = -3 \times 43 - 111 \\ \Delta_x = -129 - 111 \\ \Delta_x = -240

Since Δx=2400\Delta_x = -240 \ne 0, it confirms that for K=439K = \frac{43}{9} (i.e., for the two values of λ\lambda found in Step 3), the system of equations has no solutions.

Step 6: Count the Number of Real Values of λ\lambda We found two distinct real values of λ\lambda, namely λ=9+162918\lambda = \frac{9 + \sqrt{1629}}{18} and λ=9+162918\lambda = -\frac{9 + \sqrt{1629}}{18}, for which Δ=0\Delta = 0 and Δx0\Delta_x \ne 0. Therefore, for these two real values of λ\lambda, the system of linear equations has no solutions.

The number of such real values of λ\lambda is 2.

3. Common Mistakes & Tips

  • Confusing Conditions: A common error is to confuse the conditions for "no solutions" with "infinitely many solutions". Remember, Δ=0\Delta=0 is necessary but not sufficient for either; the values of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z distinguish between the two cases.
  • Handling Absolute Value: When substituting t=λt = |\lambda|, ensure you consider only non-negative values for tt. If t>0t > 0, then λ=t|\lambda|=t yields two real values for λ\lambda (±t\pm t). If t=0t=0, it yields one value (λ=0\lambda=0). If t<0t < 0, it yields no real values for λ\lambda.
  • Determinant Calculation Errors: Be meticulous with signs and arithmetic when calculating determinants, especially when expanding 3×33 \times 3 determinants. Using row/column operations to simplify determinants before expansion can help reduce errors.

4. Summary

We first established the conditions for a system of linear equations to have no solutions: the determinant of the coefficient matrix (Δ\Delta) must be zero, and at least one of the determinants formed by replacing a column with the constant terms (Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z) must be non-zero. We defined K=λ2λK = \lambda^2 - |\lambda| for simplification. Calculating Δ=9K43\Delta = 9K - 43, we set it to zero to find K=43/9K = 43/9. This led to a quadratic equation in λ|\lambda|, which yielded two distinct real values for λ\lambda. Next, we calculated Δx=27K111\Delta_x = -27K - 111. Substituting K=43/9K=43/9 into Δx\Delta_x resulted in Δx=240\Delta_x = -240, which is non-zero. Since Δ=0\Delta=0 and Δx0\Delta_x \ne 0 for these two values of λ\lambda, the system has no solutions for both of them.

5. Final Answer

The number of real values of λ\lambda for which the system of linear equations has no solutions is 2.

The final answer is 2\boxed{2}, which corresponds to option (C).

Practice More Matrices & Determinants Questions

View All Questions