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

Question

For real numbers α\alpha and β\beta, consider the following system of linear equations : x + y - z = 2, x + 2y + α\alphaz = 1, 2x - y + z = β\beta. If the system has infinite solutions, then α\alpha + β\beta is equal to ______________.

Answer: 1

Solution

Key Concepts and Formulas

  • System of Linear Equations: For a system of three linear equations in three variables x,y,zx, y, z: a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3\begin{align*} 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{align*}
  • Determinant of Coefficient Matrix (Δ\Delta): Δ=a1b1c1a2b2c2a3b3c3\Delta = \left| {\begin{matrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{matrix}} \right|
  • Determinants Δ1,Δ2,Δ3\Delta_1, \Delta_2, \Delta_3: These are obtained by replacing the 1st, 2nd, and 3rd columns of Δ\Delta respectively with the column of constant terms (d1,d2,d3)T(d_1, d_2, d_3)^T.
  • Condition for Infinite Solutions: A system of linear equations has infinite solutions if and only if: Δ=0ANDΔ1=0ANDΔ2=0ANDΔ3=0\Delta = 0 \quad \text{AND} \quad \Delta_1 = 0 \quad \text{AND} \quad \Delta_2 = 0 \quad \text{AND} \quad \Delta_3 = 0 If Δ=0\Delta = 0 but at least one of Δ1,Δ2,Δ3\Delta_1, \Delta_2, \Delta_3 is non-zero, then the system has no solution.

Step-by-Step Solution

The given system of linear equations is:

  1. x+yz=2x + y - z = 2
  2. x+2y+αz=1x + 2y + \alpha z = 1
  3. 2xy+z=β2x - y + z = \beta

Step 1: Calculate the Determinant of the Coefficient Matrix (Δ\Delta) and find α\alpha.

For the system to have infinite solutions, the determinant of the coefficient matrix, Δ\Delta, must be zero. The coefficient matrix AA is:

A=[11112α211]A = \left[ {\begin{matrix} 1 & 1 & -1 \\ 1 & 2 & \alpha \\ 2 & -1 & 1 \end{matrix}} \right]

Now, we calculate its determinant:

\Delta = \left| {\begin{matrix} 1 & 1 & -1 \\ 1 & 2 & \alpha \\ 2 & -1 & 1 \end{vmatrix}} \right|

To simplify the calculation, we can expand along the first row:

\Delta = 1 \cdot \left| {\begin{matrix} 2 & \alpha \\ -1 & 1 \end{vmatrix}} \right| - 1 \cdot \left| {\begin{matrix} 1 & \alpha \\ 2 & 1 \end{vmatrix}} \right| + (-1) \cdot \left| {\begin{matrix} 1 & 2 \\ 2 & -1 \end{vmatrix}} \right| Δ=1((2)(1)(α)(1))1((1)(1)(α)(2))1((1)(1)(2)(2))\Delta = 1 \cdot ((2)(1) - (\alpha)(-1)) - 1 \cdot ((1)(1) - (\alpha)(2)) - 1 \cdot ((1)(-1) - (2)(2)) Δ=(2+α)(12α)1(14)\Delta = (2 + \alpha) - (1 - 2\alpha) - 1(-1 - 4) Δ=2+α1+2α+5\Delta = 2 + \alpha - 1 + 2\alpha + 5 Δ=3α+6\Delta = 3\alpha + 6

For infinite solutions, we must have Δ=0\Delta = 0:

3α+6=0    3α=6    α=23\alpha + 6 = 0 \implies 3\alpha = -6 \implies \alpha = -2

Reasoning: Setting Δ=0\Delta = 0 is a necessary condition for a system to have either infinite solutions or no solutions. If Δ0\Delta \neq 0, the system would have a unique solution, which contradicts the problem statement.

Step 2: Calculate Δ2\Delta_2 (or any other Δi\Delta_i) and find β\beta.

Now that we have α=2\alpha = -2, we substitute this value into the system. The constant terms are d1=2,d2=1,d3=βd_1 = 2, d_2 = 1, d_3 = \beta. For infinite solutions, all determinants Δ1,Δ2,Δ3\Delta_1, \Delta_2, \Delta_3 must also be zero. We will calculate Δ2\Delta_2. To form Δ2\Delta_2, we replace the second column of the coefficient matrix AA with the constant terms (2,1,β)T(2, 1, \beta)^T, using α=2\alpha = -2 for the third column:

\Delta_2 = \left| {\begin{matrix} 1 & 2 & -1 \\ 1 & 1 & -2 \\ 2 & \beta & 1 \end{vmatrix}} \right|

Now, we calculate this determinant by expanding along the first row:

\Delta_2 = 1 \cdot \left| {\begin{matrix} 1 & -2 \\ \beta & 1 \end{vmatrix}} \right| - 2 \cdot \left| {\begin{matrix} 1 & -2 \\ 2 & 1 \end{vmatrix}} \right| + (-1) \cdot \left| {\begin{matrix} 1 & 1 \\ 2 & \beta \end{vmatrix}} \right| Δ2=1((1)(1)(2)(β))2((1)(1)(2)(2))1((1)(β)(1)(2))\Delta_2 = 1 \cdot ((1)(1) - (-2)(\beta)) - 2 \cdot ((1)(1) - (-2)(2)) - 1 \cdot ((1)(\beta) - (1)(2)) Δ2=1(1+2β)2(1+4)1(β2)\Delta_2 = 1 \cdot (1 + 2\beta) - 2 \cdot (1 + 4) - 1 \cdot (\beta - 2) Δ2=(1+2β)2(5)(β2)\Delta_2 = (1 + 2\beta) - 2 \cdot (5) - (\beta - 2) Δ2=1+2β10β+2\Delta_2 = 1 + 2\beta - 10 - \beta + 2 Δ2=β7\Delta_2 = \beta - 7

For infinite solutions, Δ2\Delta_2 must be zero:

β7=0    β=7\beta - 7 = 0 \implies \beta = 7

Reasoning: Since Δ=0\Delta = 0, if any of Δ1,Δ2,Δ3\Delta_1, \Delta_2, \Delta_3 were non-zero, the system would have no solution. Therefore, for infinite solutions, all Δi\Delta_i must be zero. We used Δ2=0\Delta_2 = 0 to find the value of β\beta. (It can be verified that Δ1=0\Delta_1=0 and Δ3=0\Delta_3=0 also hold for α=2\alpha=-2 and β=7\beta=7).

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

We found α=2\alpha = -2 and β=7\beta = 7. Therefore,

α+β=2+7=5\alpha + \beta = -2 + 7 = 5

Common Mistakes & Tips

  • Distinguishing Infinite Solutions from No Solutions: Both conditions require Δ=0\Delta = 0. The key difference is that for infinite solutions, ALL Δ1,Δ2,Δ3\Delta_1, \Delta_2, \Delta_3 must also be zero. For no solutions, Δ=0\Delta = 0 but at least one Δi0\Delta_i \neq 0.
  • Determinant Calculation Errors: Be meticulous with signs and arithmetic when calculating 3×33 \times 3 determinants. Using row or column operations to introduce zeros can simplify calculations and reduce errors.
  • Correct Formation of Δi\Delta_i Matrices: Ensure you replace the correct column of the coefficient matrix with the constant terms for each Δi\Delta_i.

Summary

To find the values of α\alpha and β\beta for which the given system of linear equations has infinite solutions, we applied Cramer's Rule conditions. First, we calculated the determinant of the coefficient matrix (Δ\Delta) and set it to zero, which yielded α=2\alpha = -2. Next, we substituted this value of α\alpha into the determinant Δ2\Delta_2 (formed by replacing the second column of coefficients with the constant terms) and set it to zero, which gave β=7\beta = 7. Finally, we calculated the required sum α+β\alpha + \beta. Based on our calculations, α+β=5\alpha + \beta = 5.

The final answer is 1\boxed{1}.

Practice More Matrices & Determinants Questions

View All Questions