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

Question

If the system of equations x+y+z=62x+5y+αz=βx+2y+3z=14\begin{aligned} &x+y+z=6 \\ &2 x+5 y+\alpha z=\beta \\ &x+2 y+3 z=14 \end{aligned} has infinitely many solutions, then α+β\alpha+\beta is equal to

Options

Solution

Key Concept: Conditions for Infinitely Many Solutions

For a system of linear equations in three variables, say: a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3\begin{aligned} a_1x + b_1y + c_1z &= d_1 \\ a_2x + b_2y + c_2z &= d_2 \\ a_3x + b_3y + c_3z &= d_3 \end{aligned} to have infinitely many solutions, the following conditions must be met according to Cramer's Rule:

  1. The determinant of the coefficient matrix (Δ\Delta) must be zero. \Delta = \left| {\begin{array}{*{20}{c}} {{a_1}}&{{b_1}}&{{c_1}}\\ {{a_2}}&{{b_2}}&{{c_2}}\\ {{a_3}}&{{b_3}}&{{c_3}} \end{array}} \right| = 0
  2. All the determinants obtained by replacing a column of the coefficient matrix with the constant terms (Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z) must also be zero. \Delta_x = \left| {\begin{array}{*{20}{c}} {{d_1}}&{{b_1}}&{{c_1}}\\ {{d_2}}&{{b_2}}&{{c_2}}\\ {{d_3}}&{{b_3}}&{{c_3}} \end{array}} \right| = 0 \Delta_y = \left| {\begin{array}{*{20}{c}} {{a_1}}&{{d_1}}&{{c_1}}\\ {{a_2}}&{{d_2}}&{{c_2}}\\ {{a_3}}&{{d_3}}&{{c_3}} \end{array}} \right| = 0 \Delta_z = \left| {\begin{array}{*{20}{c}} {{a_1}}&{{b_1}}&{{d_1}}\\ {{a_2}}&{{b_2}}&{{d_2}}\\ {{a_3}}&{{b_3}}&{{d_3}} \end{array}} \right| = 0 If Δ=0\Delta = 0 and at least one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero, the system has no solution.

Given System of Equations: We are given the following system of linear equations:

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

We are told that this system has infinitely many solutions. Our goal is to find the value of α+β\alpha+\beta.


Step 1: Calculate Δ\Delta and find α\alpha

First, we form the coefficient matrix and calculate its determinant Δ\Delta. \Delta = \left| {\begin{array}{*{20}{c}} 1 & 1 & 1 \\ 2 & 5 & \alpha \\ 1 & 2 & 3 \end{array}} \right| Since the system has infinitely many solutions, we must have Δ=0\Delta = 0.

To simplify the calculation of the determinant, we can perform column operations to create zeros in a row or column. Let's aim to create zeros in the first row. Apply the operations: C1C1C3C_1 \to C_1 - C_3 and C2C2C3C_2 \to C_2 - C_3.

  • The first column becomes:
    • 11=01 - 1 = 0
    • 2α2 - \alpha
    • 13=21 - 3 = -2
  • The second column becomes:
    • 11=01 - 1 = 0
    • 5α5 - \alpha
    • 23=12 - 3 = -1

The determinant now becomes: \Delta = \left| {\begin{array}{*{20}{c}} 0 & 0 & 1 \\ {2 - \alpha} & {5 - \alpha} & \alpha \\ {-2} & {-1} & 3 \end{array}} \right| Now, we expand the determinant along the first row. Only the third element contributes, as the first two are zero. \Delta = 1 \cdot \left| {\begin{array}{*{20}{c}} {2 - \alpha} & {5 - \alpha} \\ {-2} & {-1} \end{array}} \right| Δ=1[(2α)(1)(5α)(2)]\Delta = 1 \cdot [ (2 - \alpha)(-1) - (5 - \alpha)(-2) ] Δ=[(2α)+2(5α)]\Delta = [ -(2 - \alpha) + 2(5 - \alpha) ] Δ=[2+α+102α]\Delta = [ -2 + \alpha + 10 - 2\alpha ] Δ=8α\Delta = 8 - \alpha Since Δ\Delta must be 00 for infinitely many solutions: 8α=08 - \alpha = 0 α=8\alpha = 8


Step 2: Calculate Δx\Delta_x and find β\beta

Now that we have found α=8\alpha=8, we substitute this value back into the system of equations. The system becomes:

  1. x+y+z=6x+y+z=6
  2. 2x+5y+8z=β2x+5y+8z=\beta
  3. x+2y+3z=14x+2y+3z=14

For infinitely many solutions, we also need Δx=0\Delta_x = 0 (and Δy=0\Delta_y = 0, Δz=0\Delta_z = 0). We can choose any one of these to find β\beta. Let's use Δx\Delta_x.

Δx\Delta_x is formed by replacing the first column of Δ\Delta with the constant terms (6,β,14)(6, \beta, 14): \Delta_x = \left| {\begin{array}{*{20}{c}} 6 & 1 & 1 \\ \beta & 5 & 8 \\ 14 & 2 & 3 \end{array}} \right| Since Δx\Delta_x must be 00: \left| {\begin{array}{*{20}{c}} 6 & 1 & 1 \\ \beta & 5 & 8 \\ 14 & 2 & 3 \end{array}} \right| = 0 Again, we can simplify the determinant calculation using column operations. Let's aim to create zeros in the first row. Apply the operations: C1C16C3C_1 \to C_1 - 6C_3 and C2C2C3C_2 \to C_2 - C_3.

  • The first column becomes:
    • 66(1)=06 - 6(1) = 0
    • β6(8)=β48\beta - 6(8) = \beta - 48
    • 146(3)=1418=414 - 6(3) = 14 - 18 = -4
  • The second column becomes:
    • 11=01 - 1 = 0
    • 58=35 - 8 = -3
    • 23=12 - 3 = -1

The determinant now becomes: \Delta_x = \left| {\begin{array}{*{20}{c}} 0 & 0 & 1 \\ {\beta - 48} & {-3} & 8 \\ {-4} & {-1} & 3 \end{array}} \right| Expand the determinant along the first row: \Delta_x = 1 \cdot \left| {\begin{array}{*{20}{c}} {\beta - 48} & {-3} \\ {-4} & {-1} \end{array}} \right| Δx=1[(β48)(1)(3)(4)]\Delta_x = 1 \cdot [ (\beta - 48)(-1) - (-3)(-4) ] Δx=[(β48)12]\Delta_x = [ -(\beta - 48) - 12 ] Δx=[β+4812]\Delta_x = [ -\beta + 48 - 12 ] Δx=36β\Delta_x = 36 - \beta Since Δx\Delta_x must be 00: 36β=036 - \beta = 0 β=36\beta = 36


Step 3: Calculate α+β\alpha + \beta

We have found α=8\alpha = 8 and β=36\beta = 36. Therefore, α+β=8+36=44\alpha + \beta = 8 + 36 = 44.


Tips and Common Mistakes:

  • Crucial Condition: Remember that for infinitely many solutions, all determinants (Δ,Δx,Δy,Δz\Delta, \Delta_x, \Delta_y, \Delta_z) must be zero. If Δ=0\Delta=0 but any of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero, the system has no solution.
  • Determinant Calculation: Be very careful with signs when expanding determinants, especially when using cofactor expansion. Row/column operations are powerful tools to simplify determinants by creating zeros, but ensure they are applied correctly.
  • System Consistency: After finding α\alpha and β\beta, you could (optionally) substitute them back into the original system and try to solve it using Gaussian elimination or by finding a relationship between the equations to confirm infinite solutions. For example, check if one equation is a linear combination of the others.

Summary:

We systematically applied the conditions for a system of linear equations to have infinitely many solutions. By setting the determinant of the coefficient matrix (Δ\Delta) to zero, we found α=8\alpha=8. Then, by setting the determinant Δx\Delta_x (formed by replacing the x-coefficient column with constants) to zero, we found β=36\beta=36. Finally, adding these values gave us α+β=44\alpha+\beta=44.

The final answer is 44\boxed{\text{44}}.

Practice More Matrices & Determinants Questions

View All Questions