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

Question

Let the system of linear equations x+2y+z=2x + 2y + z = 2, αx+3yz=α\alpha x + 3y - z = \alpha , αx+y+2z=α- \alpha x + y + 2z = - \alpha be inconsistent. Then α\alpha is equal to :

Options

Solution

1. Understanding the Conditions for an Inconsistent System

For a system of linear equations, Ax=bA\mathbf{x} = \mathbf{b}, to be inconsistent (meaning it has no solution), specific conditions related to determinants must be met. These conditions are derived from Cramer's Rule.

Let's define the key determinants for a system of 3 linear equations in 3 variables:

  • Δ=det(A)\Delta = \det(A): The determinant of the coefficient matrix.
  • Δx\Delta_x: The determinant formed by replacing the first column (coefficients of xx) of AA with the column of constant terms b\mathbf{b}.
  • Δy\Delta_y: The determinant formed by replacing the second column (coefficients of yy) of AA with b\mathbf{b}.
  • Δz\Delta_z: The determinant formed by replacing the third column (coefficients of zz) of AA with b\mathbf{b}.

A system of linear equations is inconsistent (has no solution) if and only if:

  1. The determinant of the coefficient matrix is zero: Δ=0\Delta = 0.
  2. At least one of the determinants Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero. That is, (Δx0\Delta_x \ne 0 OR Δy0\Delta_y \ne 0 OR Δz0\Delta_z \ne 0).

Important Note: It's crucial to understand the other possible scenarios for a system of linear equations:

  • Unique Solution: If Δ0\Delta \ne 0.
  • Infinitely Many Solutions: If Δ=0\Delta = 0 AND Δx=Δy=Δz=0\Delta_x = \Delta_y = \Delta_z = 0.

Our objective is to find the value of α\alpha for which the given system of equations satisfies the conditions for an inconsistent system.

2. Setting up the Determinants from the Given System

The given system of linear equations is: x+2y+z=2(Eq. 1)x + 2y + z = 2 \quad \text{(Eq. 1)} αx+3yz=α(Eq. 2)\alpha x + 3y - z = \alpha \quad \text{(Eq. 2)} αx+y+2z=α(Eq. 3)- \alpha x + y + 2z = - \alpha \quad \text{(Eq. 3)}

First, we extract the coefficient matrix AA and the constant terms vector b\mathbf{b} from this system: A=(121α31α12)andb=(2αα)A = \begin{pmatrix} 1 & 2 & 1 \\ \alpha & 3 & -1 \\ - \alpha & 1 & 2 \end{pmatrix} \quad \text{and} \quad \mathbf{b} = \begin{pmatrix} 2 \\ \alpha \\ - \alpha \end{pmatrix}

Now we formulate the determinants required for our analysis:

  • Δ\Delta (Determinant of the coefficient matrix): Δ=121α31α12\Delta = \left| \begin{matrix} 1 & 2 & 1 \\ \alpha & 3 & -1 \\ - \alpha & 1 & 2 \end{matrix} \right|

  • Δx\Delta_x (Determinant for xx): Formed by replacing the first column of AA with b\mathbf{b}. Δx=221α31α12\Delta_x = \left| \begin{matrix} 2 & 2 & 1 \\ \alpha & 3 & -1 \\ - \alpha & 1 & 2 \end{matrix} \right|

  • Δy\Delta_y (Determinant for yy): Formed by replacing the second column of AA with b\mathbf{b}. Δy=121αα1αα2\Delta_y = \left| \begin{matrix} 1 & 2 & 1 \\ \alpha & \alpha & -1 \\ - \alpha & - \alpha & 2 \end{matrix} \right|

  • Δz\Delta_z (Determinant for zz): Formed by replacing the third column of AA with b\mathbf{b}. Δz=122α3αα1α\Delta_z = \left| \begin{matrix} 1 & 2 & 2 \\ \alpha & 3 & \alpha \\ - \alpha & 1 & - \alpha \end{matrix} \right|

3. Step 1: Calculate Δ\Delta and Find Values of α\alpha for Δ=0\Delta = 0

The first condition for an inconsistent system is Δ=0\Delta = 0. We calculate Δ\Delta by expanding the 3×33 \times 3 determinant along the first row: Δ=131122α1α2+1α3α1\Delta = 1 \cdot \left| \begin{matrix} 3 & -1 \\ 1 & 2 \end{matrix} \right| - 2 \cdot \left| \begin{matrix} \alpha & -1 \\ - \alpha & 2 \end{matrix} \right| + 1 \cdot \left| \begin{matrix} \alpha & 3 \\ - \alpha & 1 \end{matrix} \right| Now, we evaluate each 2×22 \times 2 sub-determinant: =1((3)(2)(1)(1))2((α)(2)(1)(α))+1((α)(1)(3)(α))= 1 \cdot ((3)(2) - (-1)(1)) - 2 \cdot ((\alpha)(2) - (-1)(-\alpha)) + 1 \cdot ((\alpha)(1) - (3)(-\alpha)) =1(6+1)2(2αα)+1(α+3α)= 1 \cdot (6 + 1) - 2 \cdot (2\alpha - \alpha) + 1 \cdot (\alpha + 3\alpha) =72(α)+4α= 7 - 2(\alpha) + 4\alpha Δ=7+2α\Delta = 7 + 2\alpha

To satisfy the first condition for inconsistency, we set Δ=0\Delta = 0: 7+2α=07 + 2\alpha = 0 2α=72\alpha = -7 α=72\alpha = - \frac{7}{2} This value of α\alpha is a candidate for inconsistency. If α\alpha were any other value, Δ0\Delta \ne 0, and the system would have a unique solution.

4. Step 2: Calculate Δx\Delta_x and Check for Inconsistency

Now we need to check the second condition for inconsistency: that at least one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero when α=7/2\alpha = -7/2. Let's start by calculating Δx\Delta_x: Δx=221α31α12\Delta_x = \left| \begin{matrix} 2 & 2 & 1 \\ \alpha & 3 & -1 \\ - \alpha & 1 & 2 \end{matrix} \right| We expand along the first row: Δx=231122α1α2+1α3α1\Delta_x = 2 \cdot \left| \begin{matrix} 3 & -1 \\ 1 & 2 \end{matrix} \right| - 2 \cdot \left| \begin{matrix} \alpha & -1 \\ - \alpha & 2 \end{matrix} \right| + 1 \cdot \left| \begin{matrix} \alpha & 3 \\ - \alpha & 1 \end{matrix} \right| =2((3)(2)(1)(1))2((α)(2)(1)(α))+1((α)(1)(3)(α))= 2 \cdot ((3)(2) - (-1)(1)) - 2 \cdot ((\alpha)(2) - (-1)(-\alpha)) + 1 \cdot ((\alpha)(1) - (3)(-\alpha)) =2(6+1)2(2αα)+1(α+3α)= 2 \cdot (6 + 1) - 2 \cdot (2\alpha - \alpha) + 1 \cdot (\alpha + 3\alpha) =272α+4α= 2 \cdot 7 - 2\alpha + 4\alpha Δx=14+2α\Delta_x = 14 + 2\alpha

Now, we substitute the value α=7/2\alpha = -7/2 into the expression for Δx\Delta_x: Δx=14+2(72)\Delta_x = 14 + 2 \left( - \frac{7}{2} \right) Δx=147\Delta_x = 14 - 7 Δx=7\Delta_x = 7

Since Δx=70\Delta_x = 7 \ne 0 for α=7/2\alpha = -7/2, the second condition for inconsistency is met. This confirms that for α=7/2\alpha = -7/2, the system is indeed inconsistent.

Tip: Once one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is found to be non-zero for the value of α\alpha that makes Δ=0\Delta=0, we have sufficiently proven inconsistency. Calculating the others is optional but can serve as a good verification.

5. Step 3: Calculate Δy\Delta_y and Δz\Delta_z (Verification)

For completeness, let's also calculate Δy\Delta_y and Δz\Delta_z and evaluate them at α=7/2\alpha = -7/2.

Calculating Δy\Delta_y: Δy=121αα1αα2\Delta_y = \left| \begin{matrix} 1 & 2 & 1 \\ \alpha & \alpha & -1 \\ - \alpha & - \alpha & 2 \end{matrix} \right| Expanding along the first row: Δy=1α1α22α1α2+1αααα\Delta_y = 1 \cdot \left| \begin{matrix} \alpha & -1 \\ - \alpha & 2 \end{matrix} \right| - 2 \cdot \left| \begin{matrix} \alpha & -1 \\ - \alpha & 2 \end{matrix} \right| + 1 \cdot \left| \begin{matrix} \alpha & \alpha \\ - \alpha & - \alpha \end{matrix} \right| =1((α)(2)(1)(α))2((α)(2)(1)(α))+1((α)(α)(α)(α))= 1 \cdot (( \alpha)(2) - (-1)(-\alpha)) - 2 \cdot (( \alpha)(2) - (-1)(-\alpha)) + 1 \cdot ((\alpha)(-\alpha) - (\alpha)(-\alpha)) =1(2αα)2(2αα)+1(α2+α2)= 1 \cdot (2\alpha - \alpha) - 2 \cdot (2\alpha - \alpha) + 1 \cdot (-\alpha^2 + \alpha^2) =α2α+0= \alpha - 2\alpha + 0 Δy=α\Delta_y = - \alpha Substituting α=7/2\alpha = -7/2: Δy=(72)=72\Delta_y = - \left( - \frac{7}{2} \right) = \frac{7}{2} Since Δy=7/20\Delta_y = 7/2 \ne 0, this further confirms inconsistency.

Calculating Δz\Delta_z: Δz=122α3αα1α\Delta_z = \left| \begin{matrix} 1 & 2 & 2 \\ \alpha & 3 & \alpha \\ - \alpha & 1 & - \alpha \end{matrix} \right| Expanding along the first row: Δz=13α1α2αααα+2α3α1\Delta_z = 1 \cdot \left| \begin{matrix} 3 & \alpha \\ 1 & - \alpha \end{matrix} \right| - 2 \cdot \left| \begin{matrix} \alpha & \alpha \\ - \alpha & - \alpha \end{matrix} \right| + 2 \cdot \left| \begin{matrix} \alpha & 3 \\ - \alpha & 1 \end{matrix} \right| =1((3)(α)(α)(1))2((α)(α)(α)(α))+2((α)(1)(3)(α))= 1 \cdot ((3)(-\alpha) - (\alpha)(1)) - 2 \cdot ((\alpha)(-\alpha) - (\alpha)(-\alpha)) + 2 \cdot ((\alpha)(1) - (3)(-\alpha)) =1(3αα)2(α2+α2)+2(α+3α)= 1 \cdot (-3\alpha - \alpha) - 2 \cdot (-\alpha^2 + \alpha^2) + 2 \cdot (\alpha + 3\alpha) =4α2(0)+2(4α)= -4\alpha - 2 \cdot (0) + 2 \cdot (4\alpha) =4α+8α= -4\alpha + 8\alpha Δz=4α\Delta_z = 4\alpha Substituting α=7/2\alpha = -7/2: Δz=4(72)=14\Delta_z = 4 \left( - \frac{7}{2} \right) = -14 Since Δz=140\Delta_z = -14 \ne 0, this also confirms inconsistency.

6. Step 4: Verify Conditions for Inconsistency

We have found that for α=7/2\alpha = -7/2:

  • Δ=0\Delta = 0 (from 7+2α=07 + 2\alpha = 0).
  • Δx=70\Delta_x = 7 \ne 0.
  • Δy=7/20\Delta_y = 7/2 \ne 0.
  • Δz=140\Delta_z = -14 \ne 0.

Since Δ=0\Delta = 0 and at least one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero (in this case, all three are non-zero), the system of equations is indeed inconsistent when α=7/2\alpha = -7/2.

7. Conclusion and Key Takeaway

The value of α\alpha for which the given system of linear equations is inconsistent is 72\mathbf{- \frac{7}{2}}.

This corresponds to option (D).

Key Takeaway: To determine if a system of linear equations is inconsistent, always start by calculating the determinant of the coefficient matrix (Δ\Delta). If Δ0\Delta \ne 0, there's a unique solution. If Δ=0\Delta = 0, then proceed to calculate Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z. If at least one of these is non-zero, the system is inconsistent. If all of them are zero, the system has infinitely many solutions.

The final answer is 72\boxed{{- \frac{7}{2}}}.

Practice More Matrices & Determinants Questions

View All Questions