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

Question

If the system of linear equations 3x+y+βz=32x+αyz=3x+2y+z=4\begin{aligned} & 3 x+y+\beta z=3 \\ & 2 x+\alpha y-z=-3 \\ & x+2 y+z=4 \end{aligned} has infinitely many solutions, then the value of 22β9α22 \beta-9 \alpha is :

Options

Solution

Key Concepts and Formulas

  • Cramer's Rule for Systems of Linear Equations: For a system of nn linear equations in nn variables, represented as AX=BAX=B, let Δ=det(A)\Delta = \det(A) be the determinant of the coefficient matrix AA. Let Δj\Delta_j be the determinant of the matrix obtained by replacing the jj-th column of AA with the constant matrix BB.
  • Condition for Infinitely Many Solutions: A system of linear equations has infinitely many solutions if and only if the determinant of the coefficient matrix is zero (Δ=0\Delta = 0) AND all the determinants formed by replacing a column of the coefficient matrix with the constant terms are also zero (Δ1=0,Δ2=0,,Δn=0\Delta_1 = 0, \Delta_2 = 0, \dots, \Delta_n = 0).
  • Other Solution Types:
    • If Δ0\Delta \neq 0, the system has a unique solution.
    • If Δ=0\Delta = 0 but at least one Δj0\Delta_j \neq 0, the system has no solution.

Step-by-Step Solution

Step 1: Identify the Coefficient Matrix and Constant Matrix We are given the system of linear equations: 3x+y+βz=32x+αyz=3x+2y+z=4\begin{aligned} & 3 x+y+\beta z=3 \\ & 2 x+\alpha y-z=-3 \\ & x+2 y+z=4 \end{aligned} To apply Cramer's Rule, we first write down the coefficient matrix AA and the constant matrix BB. The coefficient matrix AA is formed by the coefficients of x,y,zx, y, z: A=(31β2α1121)A = \begin{pmatrix} 3 & 1 & \beta \\ 2 & \alpha & -1 \\ 1 & 2 & 1 \end{pmatrix} The constant matrix BB is formed by the terms on the right-hand side of the equations: B=(334)B = \begin{pmatrix} 3 \\ -3 \\ 4 \end{pmatrix}

Step 2: Set up the Determinants Δ,Δ1,Δ2,Δ3\Delta, \Delta_1, \Delta_2, \Delta_3 We need to calculate the determinant of the coefficient matrix, Δ\Delta, and the determinants Δ1,Δ2,Δ3\Delta_1, \Delta_2, \Delta_3 for Cramer's Rule.

  • Δ\Delta (Determinant of AA): Δ=31β2α1121\Delta = \left|\begin{array}{ccc} 3 & 1 & \beta \\ 2 & \alpha & -1 \\ 1 & 2 & 1 \end{array}\right|
  • Δ1\Delta_1 (Replace 1st column of AA with BB): Δ1=31β3α1421\Delta_1 = \left|\begin{array}{ccc} 3 & 1 & \beta \\ -3 & \alpha & -1 \\ 4 & 2 & 1 \end{array}\right|
  • Δ2\Delta_2 (Replace 2nd column of AA with BB): Δ2=33β231141\Delta_2 = \left|\begin{array}{ccc} 3 & 3 & \beta \\ 2 & -3 & -1 \\ 1 & 4 & 1 \end{array}\right|
  • Δ3\Delta_3 (Replace 3rd column of AA with BB): Δ3=3132α3124\Delta_3 = \left|\begin{array}{ccc} 3 & 1 & 3 \\ 2 & \alpha & -3 \\ 1 & 2 & 4 \end{array}\right|

Step 3: Apply Conditions for Infinitely Many Solutions The problem states that the system has infinitely many solutions. According to Cramer's Rule, this implies that all four determinants must be zero: Δ=0,Δ1=0,Δ2=0,Δ3=0\Delta = 0, \quad \Delta_1 = 0, \quad \Delta_2 = 0, \quad \Delta_3 = 0 We need to find the values of α\alpha and β\beta. We can use any two of these conditions involving α\alpha and β\beta to solve for them. It's often strategic to pick determinants that isolate one variable or lead to simpler equations.

Let's start with Δ2=0\Delta_2 = 0 as it contains only β\beta and constants among the unknown parameters.

Step 4: Solve for β\beta using Δ2=0\Delta_2 = 0 Set Δ2=0\Delta_2 = 0 and expand the determinant along the first row: 33β231141=0\left|\begin{array}{ccc} 3 & 3 & \beta \\ 2 & -3 & -1 \\ 1 & 4 & 1 \end{array}\right| = 0 3314132111+β2314=03 \cdot \left| \begin{array}{cc} -3 & -1 \\ 4 & 1 \end{array} \right| - 3 \cdot \left| \begin{array}{cc} 2 & -1 \\ 1 & 1 \end{array} \right| + \beta \cdot \left| \begin{array}{cc} 2 & -3 \\ 1 & 4 \end{array} \right| = 0 Calculate the 2×22 \times 2 determinants: 3((3)(1)(1)(4))3((2)(1)(1)(1))+β((2)(4)(3)(1))=03((-3)(1) - (-1)(4)) - 3((2)(1) - (-1)(1)) + \beta((2)(4) - (-3)(1)) = 0 3(3+4)3(2+1)+β(8+3)=03(-3 + 4) - 3(2 + 1) + \beta(8 + 3) = 0 3(1)3(3)+11β=03(1) - 3(3) + 11\beta = 0 39+11β=03 - 9 + 11\beta = 0 6+11β=0-6 + 11\beta = 0 11β=6    β=61111\beta = 6 \implies \beta = \frac{6}{11}

Step 5: Solve for α\alpha using Δ3=0\Delta_3 = 0 Next, we set Δ3=0\Delta_3 = 0 and expand the determinant along the first row. This determinant contains only α\alpha and constants among the unknown parameters. 3132α3124=0\left|\begin{array}{ccc} 3 & 1 & 3 \\ 2 & \alpha & -3 \\ 1 & 2 & 4 \end{array}\right| = 0 3α32412314+32α12=03 \cdot \left| \begin{array}{cc} \alpha & -3 \\ 2 & 4 \end{array} \right| - 1 \cdot \left| \begin{array}{cc} 2 & -3 \\ 1 & 4 \end{array} \right| + 3 \cdot \left| \begin{array}{cc} 2 & \alpha \\ 1 & 2 \end{array} \right| = 0 Calculate the 2×22 \times 2 determinants: 3((α)(4)(3)(2))1((2)(4)(3)(1))+3((2)(2)(α)(1))=03((\alpha)(4) - (-3)(2)) - 1((2)(4) - (-3)(1)) + 3((2)(2) - (\alpha)(1)) = 0 3(4α+6)1(8+3)+3(4α)=03(4\alpha + 6) - 1(8 + 3) + 3(4 - \alpha) = 0 12α+1811+123α=012\alpha + 18 - 11 + 12 - 3\alpha = 0 Combine the terms involving α\alpha and the constant terms: (12α3α)+(1811+12)=0(12\alpha - 3\alpha) + (18 - 11 + 12) = 0 9α+19=09\alpha + 19 = 0 9α=19    α=1999\alpha = -19 \implies \alpha = -\frac{19}{9}

Step 6: Calculate the Required Expression We have found β=611\beta = \frac{6}{11} and α=199\alpha = -\frac{19}{9}. The problem asks for the value of 22β9α22\beta - 9\alpha. Substitute the calculated values into the expression: 22β9α=22(611)9(199)22\beta - 9\alpha = 22\left(\frac{6}{11}\right) - 9\left(-\frac{19}{9}\right) Simplify the expression: =(2211)6(99)(19)= \left(\frac{22}{11}\right) \cdot 6 - \left(\frac{9}{9}\right) \cdot (-19) =261(19)= 2 \cdot 6 - 1 \cdot (-19) =12(19)= 12 - (-19) =12+19= 12 + 19 =31= 31

Verification (Optional): To ensure consistency, we can verify that Δ=0\Delta=0 with the obtained values of α\alpha and β\beta. Δ=3161121991121\Delta = \left|\begin{array}{ccc} 3 & 1 & \frac{6}{11} \\ 2 & -\frac{19}{9} & -1 \\ 1 & 2 & 1 \end{array}\right| Expanding along the first row: Δ=3((199)(1)(1)(2))1((2)(1)(1)(1))+611((2)(2)(199)(1))\Delta = 3\left((-\frac{19}{9})(1) - (-1)(2)\right) - 1\left((2)(1) - (-1)(1)\right) + \frac{6}{11}\left((2)(2) - (-\frac{19}{9})(1)\right) Δ=3(199+2)1(2+1)+611(4+199)\Delta = 3\left(-\frac{19}{9} + 2\right) - 1(2 + 1) + \frac{6}{11}\left(4 + \frac{19}{9}\right) Δ=3(19+189)3+611(36+199)\Delta = 3\left(\frac{-19+18}{9}\right) - 3 + \frac{6}{11}\left(\frac{36+19}{9}\right) Δ=3(19)3+611(559)\Delta = 3\left(-\frac{1}{9}\right) - 3 + \frac{6}{11}\left(\frac{55}{9}\right) Δ=133+6×59=133+309=133+103\Delta = -\frac{1}{3} - 3 + \frac{6 \times 5}{9} = -\frac{1}{3} - 3 + \frac{30}{9} = -\frac{1}{3} - 3 + \frac{10}{3} Δ=19+103=03=0\Delta = \frac{-1 - 9 + 10}{3} = \frac{0}{3} = 0 The condition Δ=0\Delta=0 is satisfied, confirming our values of α\alpha and β\beta.


Common Mistakes & Tips

  • Distinguish between Solution Types: Remember that Δ=0\Delta=0 is a necessary condition for both "no solution" and "infinitely many solutions". The crucial difference is that for infinitely many solutions, all Δj\Delta_j must also be zero, whereas for no solution, at least one Δj\Delta_j must be non-zero.
  • Careful with Determinant Expansion: Errors in signs or arithmetic during the expansion of 3×33 \times 3 determinants are common. Double-check each step.
  • Strategic Choice of Determinants: When solving for multiple variables, select conditions (e.g., Δj=0\Delta_j=0) that simplify the process, ideally isolating one variable or leading to simpler equations.

Summary

To determine the values of α\alpha and β\beta for which the given system of linear equations has infinitely many solutions, we utilized Cramer's Rule. The key conditions for infinitely many solutions are that the determinant of the coefficient matrix (Δ\Delta) must be zero, and all auxiliary determinants (Δ1,Δ2,Δ3\Delta_1, \Delta_2, \Delta_3) must also be zero. By setting Δ2=0\Delta_2 = 0, we found β=611\beta = \frac{6}{11}. By setting Δ3=0\Delta_3 = 0, we found α=199\alpha = -\frac{19}{9}. Finally, substituting these values into the expression 22β9α22\beta - 9\alpha yielded the result 3131.

The final answer is 31\boxed{\text{31}}, which corresponds to option (A).

Practice More Matrices & Determinants Questions

View All Questions