Skip to main content
Back to Matrices & Determinants
JEE Main 2019
Matrices & Determinants
Matrices and Determinants
Medium

Question

The system of equations \matrixαx+y+z=α1\crx+αy+z=α1\crx+y+αz=α1\cr\matrix{ {\alpha \,x + y + z = \alpha - 1} \cr {x + \alpha y + z = \alpha - 1} \cr {x + y + \alpha \,z = \alpha - 1} \cr } has no solutions, if α\alpha is :

Options

Solution

1. Key Concept: Analyzing Systems of Linear Equations using Determinants (Cramer's Rule)

For a system of nn linear equations in nn variables, represented in matrix form as AX=BAX = B, where AA is the coefficient matrix, XX is the variable matrix, and BB is the constant matrix, we can use determinants to determine the nature of solutions.

Let Δ=det(A)\Delta = \det(A) be the determinant of the coefficient matrix. Let Δj\Delta_j be the determinant of the matrix obtained by replacing the jj-th column of AA with the constant matrix BB.

The nature of solutions is determined as follows:

  1. Unique Solution: If Δ0\Delta \ne 0, the system has a unique solution.
  2. No Solution (Inconsistent System): If Δ=0\Delta = 0 AND at least one of Δx,Δy,Δz,\Delta_x, \Delta_y, \Delta_z, \dots is non-zero, the system has no solutions. This means the equations are contradictory.
  3. Infinite Solutions (Consistent and Dependent System): If Δ=0\Delta = 0 AND Δx=Δy=Δz==0\Delta_x = \Delta_y = \Delta_z = \dots = 0, the system has infinitely many solutions. This means the equations are dependent.

Our goal is to find the value of α\alpha for which the system has no solutions. According to Cramer's Rule, this occurs when Δ=0\Delta = 0 and at least one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero.

2. Step 1: Express the System in Matrix Form and Identify the Coefficient and Constant Matrices

The given system of linear equations is:

αx+y+z=α1x+αy+z=α1x+y+αz=α1\begin{align*} \alpha x + y + z &= \alpha - 1 \\ x + \alpha y + z &= \alpha - 1 \\ x + y + \alpha z &= \alpha - 1 \end{align*}

We can write this in the matrix form AX=BAX = B, where: The coefficient matrix AA is: A=(α111α111α)A = \begin{pmatrix} \alpha & 1 & 1 \\ 1 & \alpha & 1 \\ 1 & 1 & \alpha \end{pmatrix} The variable matrix XX is: X=(xyz)X = \begin{pmatrix} x \\ y \\ z \end{pmatrix} The constant matrix BB is: B=(α1α1α1)B = \begin{pmatrix} \alpha - 1 \\ \alpha - 1 \\ \alpha - 1 \end{pmatrix}

3. Step 2: Calculate the Determinant of the Coefficient Matrix, Δ\Delta

To find the values of α\alpha for which the system might have no solution or infinite solutions, we first need to find when Δ=det(A)=0\Delta = \det(A) = 0.

Let's calculate the determinant of AA: Δ=det(α111α111α)\Delta = \det \begin{pmatrix} \alpha & 1 & 1 \\ 1 & \alpha & 1 \\ 1 & 1 & \alpha \end{pmatrix} We can calculate this by expanding along the first row: Δ=α(αα11)1(1α11)+1(11α1)\Delta = \alpha(\alpha \cdot \alpha - 1 \cdot 1) - 1(1 \cdot \alpha - 1 \cdot 1) + 1(1 \cdot 1 - \alpha \cdot 1) Δ=α(α21)1(α1)+1(1α)\Delta = \alpha(\alpha^2 - 1) - 1(\alpha - 1) + 1(1 - \alpha) Now, we factor out common terms. Notice that (α21)=(α1)(α+1)(\alpha^2 - 1) = (\alpha-1)(\alpha+1) and (1α)=(α1)(1-\alpha) = -(\alpha-1): Δ=α(α1)(α+1)(α1)(α1)\Delta = \alpha(\alpha-1)(\alpha+1) - (\alpha-1) - (\alpha-1) Factor out (α1)(\alpha-1): Δ=(α1)[α(α+1)11]\Delta = (\alpha-1) [\alpha(\alpha+1) - 1 - 1] Δ=(α1)[α2+α2]\Delta = (\alpha-1) [\alpha^2 + \alpha - 2] Now, factor the quadratic term α2+α2\alpha^2 + \alpha - 2. We are looking for two numbers that multiply to 2-2 and add to 11. These numbers are 22 and 1-1. So, α2+α2=(α+2)(α1)\alpha^2 + \alpha - 2 = (\alpha+2)(\alpha-1). Substitute this back into the expression for Δ\Delta: Δ=(α1)(α+2)(α1)\Delta = (\alpha-1) (\alpha+2)(\alpha-1) Δ=(α1)2(α+2)\Delta = (\alpha-1)^2 (\alpha+2)

Now, we set Δ=0\Delta = 0 to find the critical values of α\alpha: (α1)2(α+2)=0(\alpha-1)^2 (\alpha+2) = 0 This equation holds if α1=0\alpha-1 = 0 or α+2=0\alpha+2 = 0. Thus, the possible values for α\alpha are α=1\alpha = 1 or α=2\alpha = -2. These are the values for which the system might have no solution or infinite solutions. We need to analyze each case further.

4. Step 3: Analyze Each Case for Δ=0\Delta = 0

We will examine the two values of α\alpha found in Step 2.

Case A: When α=1\alpha = 1

Substitute α=1\alpha = 1 into the original system of equations:

1x+y+z=11    x+y+z=0x+1y+z=11    x+y+z=0x+y+1z=11    x+y+z=0\begin{align*} 1x + y + z &= 1 - 1 \implies x + y + z = 0 \\ x + 1y + z &= 1 - 1 \implies x + y + z = 0 \\ x + y + 1z &= 1 - 1 \implies x + y + z = 0 \end{align*}

All three equations become identical: x+y+z=0x+y+z=0. This means the system is essentially a single equation in three variables. Such a system has infinitely many solutions (e.g., if x=1,y=1x=1, y=-1, then z=0z=0; if x=2,y=0x=2, y=0, then z=2z=-2, and so on).

To formally check using Cramer's Rule: For α=1\alpha=1, we have Δ=(11)2(1+2)=0\Delta = (1-1)^2(1+2) = 0. The constant matrix BB becomes: B=(111111)=(000)B = \begin{pmatrix} 1-1 \\ 1-1 \\ 1-1 \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} Now, let's calculate Δx\Delta_x: Δx=det(011011011)\Delta_x = \det \begin{pmatrix} 0 & 1 & 1 \\ 0 & 1 & 1 \\ 0 & 1 & 1 \end{pmatrix} Since the first column consists entirely of zeros, Δx=0\Delta_x = 0. Similarly, Δy=0\Delta_y = 0 and Δz=0\Delta_z = 0 because their respective columns would also be all zeros. Since Δ=0\Delta = 0 AND Δx=Δy=Δz=0\Delta_x = \Delta_y = \Delta_z = 0, the system has infinitely many solutions when α=1\alpha = 1. Therefore, α=1\alpha = 1 is not the answer for "no solutions".

Case B: When α=2\alpha = -2

Substitute α=2\alpha = -2 into the original system of equations:

2x+y+z=21    2x+y+z=3x2y+z=21    x2y+z=3x+y2z=21    x+y2z=3\begin{align*} -2x + y + z &= -2 - 1 \implies -2x + y + z = -3 \\ x - 2y + z &= -2 - 1 \implies x - 2y + z = -3 \\ x + y - 2z &= -2 - 1 \implies x + y - 2z = -3 \end{align*}

For α=2\alpha = -2, we know Δ=(21)2(2+2)=(3)2(0)=0\Delta = (-2-1)^2(-2+2) = (-3)^2(0) = 0. Now we need to check if any of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero. The constant matrix BB becomes: B=(212121)=(333)B = \begin{pmatrix} -2-1 \\ -2-1 \\ -2-1 \end{pmatrix} = \begin{pmatrix} -3 \\ -3 \\ -3 \end{pmatrix} Let's calculate Δx\Delta_x: Δx=det(311321312)\Delta_x = \det \begin{pmatrix} -3 & 1 & 1 \\ -3 & -2 & 1 \\ -3 & 1 & -2 \end{pmatrix} To simplify the calculation, we can take out a common factor of 3-3 from the first column: Δx=3det(111121112)\Delta_x = -3 \det \begin{pmatrix} 1 & 1 & 1 \\ 1 & -2 & 1 \\ 1 & 1 & -2 \end{pmatrix} Now, calculate the determinant of the remaining matrix: det(111121112)=1((2)(2)1(1))1(1(2)1(1))+1(1(1)(2)(1))\det \begin{pmatrix} 1 & 1 & 1 \\ 1 & -2 & 1 \\ 1 & 1 & -2 \end{pmatrix} = 1((-2)(-2) - 1(1)) - 1(1(-2) - 1(1)) + 1(1(1) - (-2)(1)) =1(41)1(21)+1(1+2)= 1(4 - 1) - 1(-2 - 1) + 1(1 + 2) =1(3)1(3)+1(3)= 1(3) - 1(-3) + 1(3) =3+3+3=9= 3 + 3 + 3 = 9 So, Δx=3×9=27\Delta_x = -3 \times 9 = -27.

Since Δ=0\Delta = 0 AND Δx=270\Delta_x = -27 \ne 0, according to Cramer's Rule, the system has no solutions when α=2\alpha = -2.

5. Conclusion

Based on our analysis:

  • If α=1\alpha = 1, the system has infinitely many solutions.
  • If α=2\alpha = -2, the system has no solutions.

Therefore, the system of equations has no solutions if α=2\alpha = -2.

6. Tips and Common Mistakes to Avoid

  • Determinant Calculation: Be extremely careful with signs and arithmetic when calculating determinants. A small error here can lead to incorrect values for α\alpha.
  • Confusing Conditions: The most common mistake is to stop after finding Δ=0\Delta=0 and not checking Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z. Remember, Δ=0\Delta=0 only tells you there's not a unique solution; it could be no solution or infinite solutions. You must check the numerators for Cramer's rule.
  • Symmetry: In this problem, the system is symmetric in x,y,zx, y, z and the constant vector BB also has identical components. This implies that Δx=Δy=Δz\Delta_x = \Delta_y = \Delta_z. Therefore, calculating just one of them (e.g., Δx\Delta_x) is sufficient to determine if they are all zero or all non-zero. This can save time.
  • Direct Substitution (for verification): For simple cases like α=1\alpha=1, substituting the value back into the original equations can sometimes quickly reveal the nature of solutions (e.g., all equations becoming identical, or contradictory equations like 0=50=5).

7. Summary and Key Takeaway

To determine when a system of linear equations has no solutions, we use Cramer's Rule. First, calculate the determinant of the coefficient matrix, Δ\Delta. If Δ0\Delta \neq 0, there's a unique solution. If Δ=0\Delta = 0, we then calculate the determinants Δj\Delta_j for each variable. If Δ=0\Delta = 0 and at least one Δj0\Delta_j \neq 0, the system has no solutions. If Δ=0\Delta = 0 and all Δj=0\Delta_j = 0, the system has infinitely many solutions. In this problem, we found that Δ=0\Delta = 0 for α=1\alpha=1 and α=2\alpha=-2. Further analysis showed that α=1\alpha=1 leads to infinite solutions, while α=2\alpha=-2 leads to Δx0\Delta_x \neq 0, indicating no solutions.

The final answer is 2\boxed{-2}.

Practice More Matrices & Determinants Questions

View All Questions