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

Question

An ordered pair (α\alpha , β\beta ) for which the system of linear equations (1 + α\alpha ) x + β\beta y + z = 2 α\alpha x + (1 + β\beta )y + z = 3 α\alpha x + β\beta y + 2z = 2 has a unique solution, is :

Options

Solution

1. Key Concept: Condition for a Unique Solution

For a system of linear equations represented in the matrix form AX=BAX = B, where AA is the coefficient matrix, XX is the column matrix of variables, and BB is the column matrix of constants, a unique solution exists if and only if the determinant of the coefficient matrix, denoted as det(A)\det(A) or Δ\Delta, is non-zero. That is, Δ0\Delta \ne 0.

If Δ=0\Delta = 0, the system either has no solution (inconsistent) or infinitely many solutions (consistent and dependent). In such cases, there is no unique solution.

2. Formulating the Coefficient Matrix

The given system of linear equations is:

  1. (1+α)x+βy+z=2(1 + \alpha) x + \beta y + z = 2
  2. αx+(1+β)y+z=3\alpha x + (1 + \beta) y + z = 3
  3. αx+βy+2z=2\alpha x + \beta y + 2z = 2

To determine the existence of a unique solution, we first extract the coefficient matrix AA from this system: A=(1+αβ1α1+β1αβ2)A = \begin{pmatrix} 1+\alpha & \beta & 1 \\ \alpha & 1+\beta & 1 \\ \alpha & \beta & 2 \end{pmatrix}

3. Calculating the Determinant of the Coefficient Matrix

Now, we need to calculate the determinant of matrix AA, denoted as Δ=det(A)\Delta = \det(A). We can use row operations to simplify the matrix before calculating the determinant, which often reduces the chances of calculation errors.

  • Step 3.1: Apply Row Operations Perform the operation R1R1R2R_1 \to R_1 - R_2 (subtract Row 2 from Row 1). This operation does not change the value of the determinant. Δ=(1+α)αβ(1+β)11α1+β1αβ2=110α1+β1αβ2\Delta = \begin{vmatrix} (1+\alpha) - \alpha & \beta - (1+\beta) & 1 - 1 \\ \alpha & 1+\beta & 1 \\ \alpha & \beta & 2 \end{vmatrix} = \begin{vmatrix} 1 & -1 & 0 \\ \alpha & 1+\beta & 1 \\ \alpha & \beta & 2 \end{vmatrix} Next, perform the operation R2R2R3R_2 \to R_2 - R_3 (subtract Row 3 from Row 2). This also does not change the value of the determinant. Δ=110αα(1+β)β12αβ2=110011αβ2\Delta = \begin{vmatrix} 1 & -1 & 0 \\ \alpha - \alpha & (1+\beta) - \beta & 1 - 2 \\ \alpha & \beta & 2 \end{vmatrix} = \begin{vmatrix} 1 & -1 & 0 \\ 0 & 1 & -1 \\ \alpha & \beta & 2 \end{vmatrix}

  • Step 3.2: Expand the Determinant Now, we expand the determinant along the first row (or any row/column with zeros for easier calculation). Δ=111β2(1)01α2+001αβ\Delta = 1 \cdot \begin{vmatrix} 1 & -1 \\ \beta & 2 \end{vmatrix} - (-1) \cdot \begin{vmatrix} 0 & -1 \\ \alpha & 2 \end{vmatrix} + 0 \cdot \begin{vmatrix} 0 & 1 \\ \alpha & \beta \end{vmatrix} Δ=1((1)(2)(1)(β))+1((0)(2)(1)(α))+0\Delta = 1 \cdot ((1)(2) - (-1)(\beta)) + 1 \cdot ((0)(2) - (-1)(\alpha)) + 0 Δ=(2+β)+(α)\Delta = (2 + \beta) + (\alpha) Δ=α+β+2\Delta = \alpha + \beta + 2

4. Applying the Unique Solution Condition

For the system to have a unique solution, the determinant Δ\Delta must be non-zero. Therefore, we must have: α+β+20\alpha + \beta + 2 \neq 0

5. Checking the Options

We now test each given ordered pair (α,β)(\alpha, \beta) to see which one satisfies the condition α+β+20\alpha + \beta + 2 \neq 0.

  • (A) (3-3, 11) Substitute α=3\alpha = -3 and β=1\beta = 1 into the condition: 3+1+2=0-3 + 1 + 2 = 0 Since Δ=0\Delta = 0, this pair does not result in a unique solution.

  • (B) (11, 3-3) Substitute α=1\alpha = 1 and β=3\beta = -3 into the condition: 1+(3)+2=01 + (-3) + 2 = 0 Since Δ=0\Delta = 0, this pair does not result in a unique solution.

  • (C) (4-4, 22) Substitute α=4\alpha = -4 and β=2\beta = 2 into the condition: 4+2+2=0-4 + 2 + 2 = 0 Since Δ=0\Delta = 0, this pair does not result in a unique solution.

  • (D) (22, 44) Substitute α=2\alpha = 2 and β=4\beta = 4 into the condition: 2+4+2=82 + 4 + 2 = 8 Since Δ=80\Delta = 8 \neq 0, this pair does result in a unique solution.

6. Conclusion and Final Answer

Based on our calculations, the ordered pair (α,β)=(2,4)(\alpha, \beta) = (2, 4) is the only option for which the determinant of the coefficient matrix is non-zero, thus ensuring a unique solution for the system of linear equations.

The final answer is (D)\boxed{\text{(D)}}.

7. Tips and Common Mistakes

  • Determinant Calculation: Be extremely careful with signs and arithmetic when calculating determinants, especially for 3×33 \times 3 matrices. Using row/column operations to introduce zeros can simplify the calculation significantly.
  • Condition for Unique Solution: Always remember that for a system of nn linear equations in nn variables, a unique solution exists if and only if det(A)0\det(A) \neq 0.
  • Checking Options: After deriving the condition, systematically substitute the values from each option to find the correct one.
  • Discrepancy Check: If your mathematically derived answer does not match the provided options or the answer key, it's crucial to re-check your determinant calculation and the problem statement itself for any potential typos or misinterpretations. In competitive exams, such discrepancies can sometimes occur.

Practice More Matrices & Determinants Questions

View All Questions