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

Question

For the system of equations x+y+z=6x+y+z=6 x+2y+αz=10x+2 y+\alpha z=10 x+3y+5z=βx+3 y+5 z=\beta, which one of the following is NOT true?

Options

Solution

Introduction: Understanding Systems of Linear Equations

When faced with a system of linear equations, our primary goal is to determine whether it has a unique solution, no solution, or infinitely many solutions. This classification largely depends on the coefficients of the variables and the constant terms. For a system of nn linear equations in nn variables, a powerful tool to analyze the nature of solutions is Cramer's Rule, which relies on determinants.

Key Concept: Cramer's Rule for Analyzing Solutions

Consider a system of nn linear equations in nn variables, which can be represented in matrix form as AX=BAX=B, where AA is the coefficient matrix, XX is the column matrix of variables, and BB is the column matrix of constants.

Let's define the following determinants:

  • Δ=det(A)\Delta = \det(A): The determinant of the coefficient matrix.
  • Δj\Delta_j: The determinant of the matrix obtained by replacing the jj-th column of AA with the constant matrix BB. For a system with variables x,y,zx, y, z, these are often denoted as Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z.

The nature of the solutions is determined by the values of these determinants:

  1. Unique Solution: The system has a unique solution if and only if Δ0\Delta \neq 0. In this case, the solution is given by x=ΔxΔx = \frac{\Delta_x}{\Delta}, y=ΔyΔy = \frac{\Delta_y}{\Delta}, z=ΔzΔz = \frac{\Delta_z}{\Delta}.
  2. No Solution (Inconsistent System): The system has no solution if Δ=0\Delta = 0 AND at least one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero.
  3. Infinitely Many Solutions (Consistent and Dependent System): The system has infinitely many solutions if Δ=0\Delta = 0 AND all of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z are zero.

Step-by-Step Solution

We are given the following system of linear equations: x+y+z=6(1)x+y+z=6 \quad \ldots(1) x+2y+αz=10(2)x+2 y+\alpha z=10 \quad \ldots(2) x+3y+5z=β(3)x+3 y+5 z=\beta \quad \ldots(3)

Step 1: Formulate the Coefficient Matrix (AA) and Constant Matrix (BB)

To apply Cramer's Rule, we first write the system in its matrix form AX=BAX=B. This helps in systematically extracting the coefficients and constants. A=(11112α135),X=(xyz),B=(610β)A = \begin{pmatrix} 1 & 1 & 1 \\ 1 & 2 & \alpha \\ 1 & 3 & 5 \end{pmatrix}, \quad X = \begin{pmatrix} x \\ y \\ z \end{pmatrix}, \quad B = \begin{pmatrix} 6 \\ 10 \\ \beta \end{pmatrix}

Step 2: Calculate the Determinant of the Coefficient Matrix (Δ\Delta)

The first and most critical step is to calculate Δ=det(A)\Delta = \det(A). The value of Δ\Delta immediately tells us whether a unique solution is possible or if we need further analysis.

Δ=11112α135\Delta = \left|\begin{array}{lll} 1 & 1 & 1 \\ 1 & 2 & \alpha \\ 1 & 3 & 5 \end{array}\right| We expand the determinant along the first row for simplicity: Δ=12α3511α15+11213\Delta = 1 \cdot \left|\begin{array}{ll} 2 & \alpha \\ 3 & 5 \end{array}\right| - 1 \cdot \left|\begin{array}{ll} 1 & \alpha \\ 1 & 5 \end{array}\right| + 1 \cdot \left|\begin{array}{ll} 1 & 2 \\ 1 & 3 \end{array}\right| Δ=1(2×5α×3)1(1×5α×1)+1(1×32×1)\Delta = 1(2 \times 5 - \alpha \times 3) - 1(1 \times 5 - \alpha \times 1) + 1(1 \times 3 - 2 \times 1) Δ=(103α)(5α)+(32)\Delta = (10 - 3\alpha) - (5 - \alpha) + (3 - 2) Δ=103α5+α+1\Delta = 10 - 3\alpha - 5 + \alpha + 1 Δ=62α\Delta = 6 - 2\alpha

Step 3: Analyze the Case for a Unique Solution (Δ0\Delta \neq 0)

According to Cramer's Rule, a unique solution exists if and only if Δ0\Delta \neq 0. This condition sets the primary criterion for the system's behavior.

Δ0    62α0\Delta \neq 0 \implies 6 - 2\alpha \neq 0     2α6\implies 2\alpha \neq 6     α3\implies \alpha \neq 3 Thus, if α3\alpha \neq 3, the system will always have a unique solution, irrespective of the value of β\beta.

  • Evaluating Option (D): "System has a unique solution for α=3,β=14\alpha=-3, \beta=14." Since α=3\alpha=-3 is not equal to 33, Δ0\Delta \neq 0. Therefore, a unique solution exists, and the value of β=14\beta=14 is irrelevant for the existence of a unique solution (though it would affect the actual solution values). So, statement (D) is TRUE.
  • Evaluating Option (A): "System has a unique solution for α=3,β14\alpha=3,\beta\ne14." This statement claims a unique solution when α=3\alpha=3. However, our analysis shows that for α=3\alpha=3, Δ=0\Delta=0, which implies there cannot be a unique solution. Therefore, statement (A) is FALSE. This is likely our answer.

Step 4: Analyze the Case where Δ=0\Delta = 0 (No Solution or Infinitely Many Solutions)

If Δ=0\Delta = 0, the system does not have a unique solution. This occurs when: Δ=0    62α=0\Delta = 0 \implies 6 - 2\alpha = 0     2α=6\implies 2\alpha = 6     α=3\implies \alpha = 3 When α=3\alpha=3, we must further investigate by calculating Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z to distinguish between no solution and infinitely many solutions.

Step 5: Calculate Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z for α=3\alpha=3

Substitute α=3\alpha=3 into the original coefficient matrix AA and then calculate the determinants Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z by replacing the respective columns with the constant matrix BB.

  • Calculate Δx\Delta_x (or Δ1\Delta_1): Replace the first column of AA with BB. Δx=6111023β35\Delta_x = \left|\begin{array}{ccc} 6 & 1 & 1 \\ 10 & 2 & 3 \\ \beta & 3 & 5 \end{array}\right| Expand along the first row: Δx=6(2×53×3)1(10×53×β)+1(10×32×β)\Delta_x = 6(2 \times 5 - 3 \times 3) - 1(10 \times 5 - 3 \times \beta) + 1(10 \times 3 - 2 \times \beta) Δx=6(109)1(503β)+1(302β)\Delta_x = 6(10 - 9) - 1(50 - 3\beta) + 1(30 - 2\beta) Δx=6(1)50+3β+302β\Delta_x = 6(1) - 50 + 3\beta + 30 - 2\beta Δx=650+30+β\Delta_x = 6 - 50 + 30 + \beta Δx=β14\Delta_x = \beta - 14

  • Calculate Δy\Delta_y (or Δ2\Delta_2): Replace the second column of AA with BB. Δy=16111031β5\Delta_y = \left|\begin{array}{ccc} 1 & 6 & 1 \\ 1 & 10 & 3 \\ 1 & \beta & 5 \end{array}\right| Expand along the first row: Δy=1(10×53×β)6(1×53×1)+1(1×β10×1)\Delta_y = 1(10 \times 5 - 3 \times \beta) - 6(1 \times 5 - 3 \times 1) + 1(1 \times \beta - 10 \times 1) Δy=1(503β)6(53)+1(β10)\Delta_y = 1(50 - 3\beta) - 6(5 - 3) + 1(\beta - 10) Δy=503β6(2)+β10\Delta_y = 50 - 3\beta - 6(2) + \beta - 10 Δy=503β12+β10\Delta_y = 50 - 3\beta - 12 + \beta - 10 Δy=282β=2(14β)\Delta_y = 28 - 2\beta = 2(14 - \beta)

  • Calculate Δz\Delta_z (or Δ3\Delta_3): Replace the third column of AA with BB. Δz=116121013β\Delta_z = \left|\begin{array}{ccc} 1 & 1 & 6 \\ 1 & 2 & 10 \\ 1 & 3 & \beta \end{array}\right| Expand along the first row: Δz=1(2×β10×3)1(1×β10×1)+6(1×32×1)\Delta_z = 1(2 \times \beta - 10 \times 3) - 1(1 \times \beta - 10 \times 1) + 6(1 \times 3 - 2 \times 1) Δz=1(2β30)1(β10)+6(32)\Delta_z = 1(2\beta - 30) - 1(\beta - 10) + 6(3 - 2) Δz=2β30β+10+6(1)\Delta_z = 2\beta - 30 - \beta + 10 + 6(1) Δz=β14\Delta_z = \beta - 14

So, for α=3\alpha=3, we have:

  • Δx=β14\Delta_x = \beta - 14
  • Δy=2(14β)\Delta_y = 2(14 - \beta)
  • Δz=β14\Delta_z = \beta - 14

Step 6: Determine Conditions for No Solution and Infinitely Many Solutions (when α=3\alpha=3)

Now we use the calculated Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z to establish conditions for β\beta when Δ=0\Delta=0 (i.e., α=3\alpha=3).

  • Subcase 6a: Infinitely Many Solutions This occurs when Δ=0\Delta = 0 AND Δx=0\Delta_x = 0 AND Δy=0\Delta_y = 0 AND Δz=0\Delta_z = 0. Given α=3\alpha=3 (which makes Δ=0\Delta=0):

    • Δx=0    β14=0    β=14\Delta_x = 0 \implies \beta - 14 = 0 \implies \beta = 14

    • Δy=0    2(14β)=0    β=14\Delta_y = 0 \implies 2(14 - \beta) = 0 \implies \beta = 14

    • Δz=0    β14=0    β=14\Delta_z = 0 \implies \beta - 14 = 0 \implies \beta = 14 All conditions are satisfied when β=14\beta = 14. Therefore, for α=3\alpha=3 and β=14\beta=14, the system has infinitely many solutions.

    • Evaluating Option (B): "System has infinitely many solutions for α=3,β=14\alpha=3, \beta=14." This matches our finding. So, statement (B) is TRUE.

  • Subcase 6b: No Solution This occurs when Δ=0\Delta = 0 AND at least one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero. Given α=3\alpha=3 (which makes Δ=0\Delta=0): If β14\beta \neq 14:

    • Δx=β140\Delta_x = \beta - 14 \neq 0

    • Δy=2(14β)0\Delta_y = 2(14 - \beta) \neq 0

    • Δz=β140\Delta_z = \beta - 14 \neq 0 Since all of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z are non-zero when β14\beta \neq 14, the system has no solution. Therefore, for α=3\alpha=3 and β14\beta \neq 14, the system has no solution.

    • Evaluating Option (C): "System has no solution for α=3,β=24\alpha=3, \beta=24." Here, α=3\alpha=3 and β=24\beta=24, which is indeed 14\neq 14. This matches our finding. So, statement (C) is TRUE.

Step 7: Final Evaluation of Options

Let's consolidate our findings for each option:

  • (A) System has a unique solution for α=3,β14\alpha=3,\beta\ne14.
    • Our analysis: For α=3\alpha=3, Δ=0\Delta=0. A unique solution requires Δ0\Delta \neq 0. Therefore, this statement is FALSE.
  • (B) System has infinitely many solutions for α=3,β=14\alpha=3, \beta=14.
    • Our analysis: For α=3\alpha=3 and β=14\beta=14, Δ=0\Delta=0 and all Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z are 00. Therefore, this statement is TRUE.
  • (C) System has no solution for α=3,β=24\alpha=3, \beta=24.
    • Our analysis: For α=3\alpha=3 and β=24\beta=24, Δ=0\Delta=0 but Δx=2414=100\Delta_x = 24-14=10 \neq 0. Therefore, this statement is TRUE.
  • (D) System has a unique solution for α=3,β=14\alpha=-3, \beta=14.
    • Our analysis: For α=3\alpha=-3, Δ=62(3)=120\Delta = 6 - 2(-3) = 12 \neq 0. A unique solution exists regardless of β\beta. Therefore, this statement is TRUE.

The question asks which one of the statements is NOT true. Based on our evaluation, statement (A) is the one that is NOT true.

Tips for Success / Common Pitfalls

  • Careful Determinant Calculation: Errors in calculating Δ\Delta or any Δj\Delta_j can lead to incorrect conclusions. Double-check your arithmetic, especially with signs.
  • Understanding the Conditions: Memorize or clearly understand the three conditions for unique, no, and infinitely many solutions. A common mistake is to confuse the conditions for no solution and infinitely many solutions when Δ=0\Delta=0.
  • Systematic Approach: Break down the problem into cases based on Δ0\Delta \neq 0 and Δ=0\Delta = 0. This ensures all possibilities are covered.
  • Role of β\beta: Remember that when Δ0\Delta \neq 0, the value of the constant term β\beta does not affect whether a unique solution exists; it only affects the values of x,y,zx, y, z. β\beta becomes crucial only when Δ=0\Delta = 0.

Summary and Key Takeaway

This problem demonstrates the complete application of Cramer's Rule to analyze the nature of solutions for a system of linear equations with parameters.

  • First, calculate Δ\Delta. If Δ0\Delta \neq 0, there's a unique solution (regardless of β\beta).
  • If Δ=0\Delta = 0, then calculate Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z.
    • If all of them are also zero, there are infinitely many solutions.
    • If at least one of them is non-zero, there is no solution.

By systematically applying these rules, we found that statement (A) incorrectly claims a unique solution when Δ=0\Delta=0, making it the untrue statement.

The final answer is A\boxed{A}.

Practice More Matrices & Determinants Questions

View All Questions