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

Question

If the system of equations x + y + z = 5 x + 2y + 3z = 9 x + 3y + az = β\beta has infinitely many solutions, then β\beta - α\alpha equals -

Options

Solution

1. Key Concepts and Formulas

  • System of Linear Equations: A system of nn linear equations in nn variables can be represented in matrix form as AX=BAX = B, where AA is the coefficient matrix, XX is the column vector of variables, and BB is the column vector of constant terms.
  • Cramer's Rule Conditions for Solutions: For a system of three linear equations in three variables (x,y,zx, y, z):
    • Let DD be the determinant of the coefficient matrix.
    • Let Dx,Dy,DzD_x, D_y, D_z be the determinants obtained by replacing the first, second, and third columns of DD respectively with the constant terms.
    • Infinitely Many Solutions: The system has infinitely many solutions if and only if D=0D = 0 AND Dx=0D_x = 0 AND Dy=0D_y = 0 AND Dz=0D_z = 0.
    • No Solution: The system has no solution if D=0D = 0 AND at least one of Dx,Dy,DzD_x, D_y, D_z is non-zero.
    • Unique Solution: The system has a unique solution if D0D \neq 0.

2. Step-by-Step Solution

The given system of linear equations is:

  1. x+y+z=5x + y + z = 5
  2. x+2y+3z=9x + 2y + 3z = 9
  3. x+3y+αz=βx + 3y + \alpha z = \beta

Step 1: Set up the Determinants First, we write down the determinant of the coefficient matrix, DD, and the determinants Dx,Dy,DzD_x, D_y, D_z for the given system.

The coefficient matrix AA is: A=(11112313α)A = \begin{pmatrix} 1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 3 & \alpha \end{pmatrix} The constant terms vector BB is: B=(59β)B = \begin{pmatrix} 5 \\ 9 \\ \beta \end{pmatrix}

The determinants are: D=11112313αD = \left| \begin{matrix} 1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 3 & \alpha \end{matrix} \right| Dx=511923β3αD_x = \left| \begin{matrix} 5 & 1 & 1 \\ 9 & 2 & 3 \\ \beta & 3 & \alpha \end{matrix} \right| Dy=1511931βαD_y = \left| \begin{matrix} 1 & 5 & 1 \\ 1 & 9 & 3 \\ 1 & \beta & \alpha \end{matrix} \right| Dz=11512913βD_z = \left| \begin{matrix} 1 & 1 & 5 \\ 1 & 2 & 9 \\ 1 & 3 & \beta \end{matrix} \right|

Step 2: Calculate DD and Determine α\alpha For the system to have infinitely many solutions, the first condition is D=0D=0. Let's calculate DD: D=11112313αD = \left| \begin{matrix} 1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 3 & \alpha \end{matrix} \right| To simplify the calculation, we perform elementary row operations to create zeros in the first column. This allows for easier expansion along that column.

  • Apply R2R2R1R_2 \to R_2 - R_1
  • Apply R3R3R1R_3 \to R_3 - R_1

The determinant DD becomes: D=1111121311131α1=11101202α1D = \left| \begin{matrix} 1 & 1 & 1 \\ 1-1 & 2-1 & 3-1 \\ 1-1 & 3-1 & \alpha-1 \end{matrix} \right| = \left| \begin{matrix} 1 & 1 & 1 \\ 0 & 1 & 2 \\ 0 & 2 & \alpha-1 \end{matrix} \right| Now, expand the determinant along the first column: D=1122α10+0D = 1 \cdot \left| \begin{matrix} 1 & 2 \\ 2 & \alpha-1 \end{matrix} \right| - 0 + 0 D=(1)(α1)(2)(2)D = (1)(\alpha-1) - (2)(2) D=α14D = \alpha - 1 - 4 D=α5D = \alpha - 5 Since the system has infinitely many solutions, DD must be zero: α5=0    α=5\alpha - 5 = 0 \implies \alpha = 5

Step 3: Calculate DzD_z and Determine β\beta For infinitely many solutions, Dx=Dy=Dz=0D_x=D_y=D_z=0. We can choose any of these to find β\beta. Let's choose DzD_z as it often leads to simpler calculations due to the constant terms being in the last column. Dz=11512913βD_z = \left| \begin{matrix} 1 & 1 & 5 \\ 1 & 2 & 9 \\ 1 & 3 & \beta \end{matrix} \right| Again, perform elementary row operations to simplify:

  • Apply R2R2R1R_2 \to R_2 - R_1
  • Apply R3R3R1R_3 \to R_3 - R_1

The determinant DzD_z becomes: Dz=1151121951131β5=11501402β5D_z = \left| \begin{matrix} 1 & 1 & 5 \\ 1-1 & 2-1 & 9-5 \\ 1-1 & 3-1 & \beta-5 \end{matrix} \right| = \left| \begin{matrix} 1 & 1 & 5 \\ 0 & 1 & 4 \\ 0 & 2 & \beta-5 \end{matrix} \right| Now, expand the determinant along the first column: Dz=1142β50+0D_z = 1 \cdot \left| \begin{matrix} 1 & 4 \\ 2 & \beta-5 \end{matrix} \right| - 0 + 0 Dz=(1)(β5)(4)(2)D_z = (1)(\beta-5) - (4)(2) Dz=β58D_z = \beta - 5 - 8 Dz=β13D_z = \beta - 13 Since the system has infinitely many solutions, DzD_z must be zero: β13=0    β=13\beta - 13 = 0 \implies \beta = 13

Step 4: Calculate βα\beta - \alpha We have found the values α=5\alpha = 5 and β=13\beta = 13. Now, we calculate the required expression: βα=135=8\beta - \alpha = 13 - 5 = 8

3. Common Mistakes & Tips

  • Incomplete Conditions: A common mistake is to only check D=0D=0 for infinitely many solutions. Remember, D=0D=0 alone implies either no solution or infinitely many solutions. You must also verify that Dx=Dy=Dz=0D_x=D_y=D_z=0 for infinitely many solutions. If D=0D=0 but any of Dx,Dy,DzD_x, D_y, D_z are non-zero, the system has no solution.
  • Determinant Calculation Errors: Be meticulous with arithmetic and signs when calculating determinants, especially with 3×33 \times 3 matrices. Row/column operations are powerful tools to simplify determinants but must be applied correctly.
  • Choosing the Easiest Determinant: After finding D=0D=0 and the value of α\alpha, you need to find β\beta. You can choose any of Dx=0D_x=0, Dy=0D_y=0, or Dz=0D_z=0. Opt for the one that seems to involve simpler numbers or fewer variables to minimize calculation errors.

4. Summary

To find the value of βα\beta - \alpha for a system of linear equations with infinitely many solutions, we utilized Cramer's Rule. This rule states that for infinitely many solutions, the determinant of the coefficient matrix (DD) and all related determinants (Dx,Dy,DzD_x, D_y, D_z) must simultaneously be zero. We first calculated DD, set it to zero, and found α=5\alpha = 5. Then, we calculated DzD_z (an alternative would be DxD_x or DyD_y), set it to zero, and determined β=13\beta = 13. Finally, we computed the difference βα=135=8\beta - \alpha = 13 - 5 = 8.

5. Final Answer

The final answer is 8\boxed{8}. This corresponds to option (A).

Practice More Matrices & Determinants Questions

View All Questions