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

Question

If the system of linear equations 2x + y - z = 3 x - y - z = α\alpha 3x + 3y + β\betaz = 3 has infinitely many solution, then α\alpha + β\beta - \alpha$$$$\beta is equal to _____________.

Answer: 2

Solution

Key Concept: Conditions for a System of Linear Equations to Have Infinitely Many Solutions

For a system of nn linear equations in nn variables, represented in matrix form as AX=BAX = B, to have infinitely many solutions, two primary conditions must be met:

  1. Determinant of the Coefficient Matrix is Zero: The determinant of the coefficient matrix, det(A)\text{det}(A), must be equal to zero. This implies that the inverse of AA does not exist, and Cramer's Rule cannot be directly applied to find unique solutions. Geometrically, this means the planes (for 3 variables) are either parallel or coincident.

  2. Consistency (All Associated Determinants are Zero): If det(A)=0\text{det}(A) = 0, the system is either inconsistent (no solution) or has infinitely many solutions. To ensure infinitely many solutions, the system must be consistent. This is checked by ensuring that the determinants of the matrices formed by replacing each column of the coefficient matrix with the constant terms (i.e., det(Ax)\text{det}(A_x), det(Ay)\text{det}(A_y), det(Az)\text{det}(A_z) for a 3x3 system) are all zero. Alternatively, using the concept of rank, rank(A)=rank([AB])<n\text{rank}(A) = \text{rank}([A|B]) < n, where nn is the number of variables. This means the rank of the coefficient matrix must be equal to the rank of the augmented matrix, and both must be less than the number of variables. When det(A)=0\text{det}(A)=0, rank(A)<n\text{rank}(A) < n. For infinitely many solutions, rank([AB])\text{rank}([A|B]) must also be less than nn and equal to rank(A)\text{rank}(A).

In simpler terms, if, after performing valid row operations or elimination, the system reduces to an identity like 0z=00 \cdot z = 0 (or 0=00 = 0), then there are infinitely many solutions. If it reduces to a contradiction like 0z=k0 \cdot z = k where k0k \neq 0 (or 0=k0 = k), then there is no solution.


Given System of Equations

Let the given system of linear equations be:

2x+yz=3(1)xyz=α(2)3x+3y+βz=3(3)\begin{align*} 2x + y - z &= 3 \quad &(1) \\ x - y - z &= \alpha \quad &(2) \\ 3x + 3y + \beta z &= 3 \quad &(3) \end{align*}

Method 1: Elimination Technique

We will use

Practice More Matrices & Determinants Questions

View All Questions