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

Question

Let the system of linear equations x + y + α\alphaz = 2 3x + y + z = 4 x + 2z = 1 have a unique solution (x^ * , y^ * , z^ * ). If (α\alpha, x^ * ), (y^ * , α\alpha) and (x^ * , -y^ * ) are collinear points, then the sum of absolute values of all possible values of α\alpha is

Options

Solution

This problem combines concepts from systems of linear equations and coordinate geometry. We need to first determine the conditions for a unique solution of the given system, then find that unique solution (x,y,z)(x^*, y^*, z^*), and finally use the collinearity condition for the three given points to find the possible values of α\alpha.

  1. Key Concepts and Formulas

    • Unique Solution for a System of Linear Equations: For a system of linear equations represented in matrix form AX=BAX = B, a unique solution exists if and only if the determinant of the coefficient matrix AA is non-zero, i.e., det(A)0\det(A) \neq 0. If det(A)=0\det(A) = 0, the system either has no solution or infinitely many solutions.
    • Collinearity of Three Points: Three points (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3) are collinear (lie on the same straight line) if and only if the area of the triangle formed by these points is zero. This condition can be expressed using a determinant: x1y11x2y21x3y31=0\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} = 0
  2. Step-by-Step Solution

    Step 1: Determine the condition for a unique solution. The given system of linear equations is:

    1. x+y+αz=2x + y + \alpha z = 2
    2. 3x+y+z=43x + y + z = 4
    3. x+2z=1x + 2z = 1

    First, we write the coefficient matrix AA: A=(11α311102)A = \begin{pmatrix} 1 & 1 & \alpha \\ 3 & 1 & 1 \\ 1 & 0 & 2 \end{pmatrix} Next, we calculate the determinant of AA to find the condition for a unique solution. We expand along the first row: det(A)=1110213112+α3110\det(A) = 1 \begin{vmatrix} 1 & 1 \\ 0 & 2 \end{vmatrix} - 1 \begin{vmatrix} 3 & 1 \\ 1 & 2 \end{vmatrix} + \alpha \begin{vmatrix} 3 & 1 \\ 1 & 0 \end{vmatrix} det(A)=1(1201)1(3211)+α(3011)\det(A) = 1(1 \cdot 2 - 0 \cdot 1) - 1(3 \cdot 2 - 1 \cdot 1) + \alpha(3 \cdot 0 - 1 \cdot 1) det(A)=1(2)1(61)+α(1)\det(A) = 1(2) - 1(6 - 1) + \alpha(-1) det(A)=25α=3α\det(A) = 2 - 5 - \alpha = -3 - \alpha For the system to have a unique solution, det(A)0\det(A) \neq 0. So, 3α0α3-3 - \alpha \neq 0 \Rightarrow \alpha \neq -3. This is the condition on α\alpha.

    Step 2: Determine the unique solution (x,y,z)(x^*, y^*, z^*). We use substitution to solve the system for (x,y,z)(x^*, y^*, z^*) for α3\alpha \neq -3. From equation (3): x=12zx = 1 - 2z. (Equation 4)

    Substitute (4) into equation (2): 3(12z)+y+z=43(1 - 2z) + y + z = 4 36z+y+z=43 - 6z + y + z = 4 y5z=1y - 5z = 1 y=1+5zy = 1 + 5z (Equation 5)

    Substitute (4) and (5) into equation (1): (12z)+(1+5z)+αz=2(1 - 2z) + (1 + 5z) + \alpha z = 2 2+3z+αz=22 + 3z + \alpha z = 2 (3+α)z=0(3 + \alpha)z = 0

    Since we established that for a unique solution, α3\alpha \neq -3, it means 3+α03 + \alpha \neq 0. Therefore, for the equation (3+α)z=0(3 + \alpha)z = 0 to hold, we must have z=0z^* = 0.

    Now, substitute z=0z^* = 0 back into (4) and (5) to find xx^* and yy^*: From (4): x=12(0)=1x^* = 1 - 2(0) = 1. From (5): y=1+5(0)=1y^* = 1 + 5(0) = 1. Thus, for any α3\alpha \neq -3, the unique solution to the system is (x,y,z)=(1,1,0)(x^*, y^*, z^*) = (1, 1, 0).

    Step 3: Apply the collinearity condition to find α\alpha. We are given three points: (α,x)(\alpha, x^*), (y,α)(y^*, \alpha), and (x,y)(x^*, -y^*). Substitute the values x=1x^* = 1 and y=1y^* = 1 into these points: Point 1: (α,1)(\alpha, 1) Point 2: (1,α)(1, \alpha) Point 3: (1,1)(1, -1)

    For these three points to be collinear, the determinant condition must be satisfied: α111α1111=0\begin{vmatrix} \alpha & 1 & 1 \\ 1 & \alpha & 1 \\ 1 & -1 & 1 \end{vmatrix} = 0 Now, we evaluate this determinant by expanding along the first row: α(α11(1))1(1111)+1(1(1)α1)=0\alpha(\alpha \cdot 1 - 1 \cdot (-1)) - 1(1 \cdot 1 - 1 \cdot 1) + 1(1 \cdot (-1) - \alpha \cdot 1) = 0 α(α+1)1(11)+1(1α)=0\alpha(\alpha + 1) - 1(1 - 1) + 1(-1 - \alpha) = 0 α(α+1)1(0)+(1α)=0\alpha(\alpha + 1) - 1(0) + (-1 - \alpha) = 0 α2+α4α=0\alpha^2 + \alpha - 4 - \alpha = 0 α24=0\alpha^2 - 4 = 0 (α2)(α+2)=0(\alpha - 2)(\alpha + 2) = 0 This gives us two possible values for α\alpha: α=2\alpha = 2 or α=2\alpha = -2.

    Step 4: Validate α\alpha values and calculate the sum of absolute values. We found the possible values for α\alpha are 22 and 2-2. We also established the condition for a unique solution: α3\alpha \neq -3. Both α=2\alpha = 2 and α=2\alpha = -2 satisfy the condition α3\alpha \neq -3. Therefore, both values are valid.

    The problem asks for the sum of the absolute values of all possible values of α\alpha. Sum of absolute values =α1+α2= |\alpha_1| + |\alpha_2| =2+2= |2| + |-2| =2+2=4= 2 + 2 = 4.

  3. Common Mistakes & Tips

    • Always check the condition for a unique solution (i.e., det(A)0\det(A) \neq 0) against the values of α\alpha obtained from the collinearity condition. Any α\alpha that makes det(A)=0\det(A) = 0 must be discarded.
    • Be careful with algebraic manipulations when expanding determinants, as a small sign error or calculation mistake can lead to incorrect values for α\alpha.
    • Verify your solution for (x,y,z)(x^*, y^*, z^*) by plugging the values back into the original system of equations.
  4. Summary

    To solve this problem, we first determined the condition for a unique solution of the linear system by ensuring the determinant of the coefficient matrix was non-zero. This yielded α3\alpha \neq -3. Next, we solved the system to find the unique solution (x,y,z)=(1,1,0)(x^*, y^*, z^*) = (1, 1, 0). Finally, we substituted these values into the given points and applied the collinearity condition using a determinant. This led to the equation α24=0\alpha^2 - 4 = 0, giving α=2\alpha = 2 and α=2\alpha = -2. Both values satisfy the unique solution condition. The sum of their absolute values is 2+2=42 + 2 = 4.

  5. Final Answer

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

Practice More Matrices & Determinants Questions

View All Questions