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

Question

The ordered pair (a, b), for which the system of linear equations 3x - 2y + z = b 5x - 8y + 9z = 3 2x + y + az = -1 has no solution, is :

Options

Solution

Key Concept: Conditions for a System of Linear Equations to Have No Solution

For a system of linear equations in three variables, say AX=BAX=B, where AA is the coefficient matrix, XX is the variable matrix, and BB is the constant matrix, we use determinants to determine the nature of solutions. Let Δ=det(A)\Delta = \text{det}(A) be the determinant of the coefficient matrix. Let Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z be the determinants obtained by replacing the column of coefficients of x,y,zx, y, z respectively with the column of constant terms (the BB matrix).

A system of linear equations has no solution (inconsistent) if and only if:

  1. The determinant of the coefficient matrix, Δ\Delta, is equal to zero (Δ=0\Delta = 0).
  2. At least one of the determinants Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero (i.e., Δx0\Delta_x \neq 0 or Δy0\Delta_y \neq 0 or Δz0\Delta_z \neq 0).

If Δ=0\Delta = 0 and all of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z are also zero, then the system has infinitely many solutions.


Step-by-Step Derivation

1. Formulate the Coefficient Matrix (A) and Constant Matrix (B) The given system of linear equations is: 3x2y+z=b3x - 2y + z = b 5x8y+9z=35x - 8y + 9z = 3 2x+y+az=12x + y + az = -1

From these equations, we can write the coefficient matrix AA and the constant matrix BB: A=(32158921a)andB=(b31)A = \begin{pmatrix} 3 & -2 & 1 \\ 5 & -8 & 9 \\ 2 & 1 & a \end{pmatrix} \quad \text{and} \quad B = \begin{pmatrix} b \\ 3 \\ -1 \end{pmatrix} Explanation: We extract the coefficients of x,y,zx, y, z to form the matrix AA and the constant terms on the right-hand side to form the matrix BB.

2. Calculate Δ\Delta and Determine the Value of 'a' for Δ=0\Delta = 0 For the system to have no solution, the first condition is Δ=det(A)=0\Delta = \text{det}(A) = 0. Let's calculate Δ\Delta: Δ=32158921a\Delta = \begin{vmatrix} 3 & -2 & 1 \\ 5 & -8 & 9 \\ 2 & 1 & a \end{vmatrix} Expand the determinant along the first row: Δ=3891a(2)592a+15821\Delta = 3 \begin{vmatrix} -8 & 9 \\ 1 & a \end{vmatrix} - (-2) \begin{vmatrix} 5 & 9 \\ 2 & a \end{vmatrix} + 1 \begin{vmatrix} 5 & -8 \\ 2 & 1 \end{vmatrix} Δ=3((8)(a)(9)(1))+2((5)(a)(9)(2))+1((5)(1)(8)(2))\Delta = 3((-8)(a) - (9)(1)) + 2((5)(a) - (9)(2)) + 1((5)(1) - (-8)(2)) Δ=3(8a9)+2(5a18)+1(5+16)\Delta = 3(-8a - 9) + 2(5a - 18) + 1(5 + 16) Δ=24a27+10a36+21\Delta = -24a - 27 + 10a - 36 + 21 Δ=(24a+10a)+(2736+21)\Delta = (-24a + 10a) + (-27 - 36 + 21) Δ=14a63+21\Delta = -14a - 63 + 21 Δ=14a42\Delta = -14a - 42

Now, set Δ=0\Delta = 0 to find the value of aa: 14a42=0-14a - 42 = 0 14a=42-14a = 42 a=4214a = \frac{42}{-14} a=3a = -3 Explanation: Setting Δ=0\Delta=0 is a necessary condition for both "no solution" and "infinitely many solutions". If Δ0\Delta \ne 0, there would be a unique solution, which contradicts the problem statement. So, aa must be 3-3.

3. Calculate Δx\Delta_x and Determine the Value(s) of 'b' for No Solution Now that we have a=3a = -3, we need to ensure that at least one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z is non-zero for the system to have no solution. Let's calculate Δx\Delta_x. Δx\Delta_x is obtained by replacing the first column of AA with the constant matrix BB: Δx=b21389113\Delta_x = \begin{vmatrix} b & -2 & 1 \\ 3 & -8 & 9 \\ -1 & 1 & -3 \end{vmatrix} Expand the determinant along the first row: Δx=b8913(2)3913+13811\Delta_x = b \begin{vmatrix} -8 & 9 \\ 1 & -3 \end{vmatrix} - (-2) \begin{vmatrix} 3 & 9 \\ -1 & -3 \end{vmatrix} + 1 \begin{vmatrix} 3 & -8 \\ -1 & 1 \end{vmatrix} Δx=b((8)(3)(9)(1))+2((3)(3)(9)(1))+1((3)(1)(8)(1))\Delta_x = b((-8)(-3) - (9)(1)) + 2((3)(-3) - (9)(-1)) + 1((3)(1) - (-8)(-1)) Δx=b(249)+2(9+9)+1(38)\Delta_x = b(24 - 9) + 2(-9 + 9) + 1(3 - 8) Δx=b(15)+2(0)+1(5)\Delta_x = b(15) + 2(0) + 1(-5) Δx=15b5\Delta_x = 15b - 5

For the system to have no solution, we need Δx0\Delta_x \neq 0 (or Δy0\Delta_y \neq 0 or Δz0\Delta_z \neq 0). If Δx0\Delta_x \neq 0 while Δ=0\Delta=0, the system is guaranteed to have no solution. 15b5015b - 5 \neq 0 15b515b \neq 5 b515b \neq \frac{5}{15} b13b \neq \frac{1}{3} Explanation: We need to find values of bb that make the system inconsistent. With a=3a=-3 (making Δ=0\Delta=0), if Δx\Delta_x is non-zero, then there's no solution. If Δx\Delta_x were zero, we would proceed to check Δy\Delta_y and Δz\Delta_z.

4. Combine Conditions and Check the Options From our calculations, for the system to have no solution, we must have:

  1. a=3a = -3
  2. b13b \neq \frac{1}{3}

Let's evaluate the given options based on these conditions:

  • (A) (3,13)\left( {3,{1 \over 3}} \right): Here a=3a=3. If a=3a=3, then Δ=14(3)42=4242=84\Delta = -14(3) - 42 = -42 - 42 = -84. Since Δ=840\Delta = -84 \neq 0, the system has a unique solution, not no solution.
  • (B) (3,13)\left( { - 3,{1 \over 3}} \right): Here a=3a=-3 and b=1/3b=1/3.
    • For a=3a=-3, Δ=0\Delta = 0.
    • For b=1/3b=1/3, Δx=15(1/3)5=55=0\Delta_x = 15(1/3) - 5 = 5 - 5 = 0. Since Δ=0\Delta=0 and Δx=0\Delta_x=0, we would need to check Δy\Delta_y and Δz\Delta_z. Δy=31/31539213=3(9+9)(1/3)(15+9)+1(56)=0(1/3)(33)11=1111=0\Delta_y = \begin{vmatrix} 3 & 1/3 & 1 \\ 5 & 3 & 9 \\ 2 & -1 & -3 \end{vmatrix} = 3(-9+9) - (1/3)(-15+9) + 1(-5-6) = 0 - (1/3)(-33) - 11 = 11 - 11 = 0. Δz=321/3583211=3(83)(2)(56)+(1/3)(5+16)=3(5)+2(11)+(1/3)(21)=1522+7=0\Delta_z = \begin{vmatrix} 3 & -2 & 1/3 \\ 5 & -8 & 3 \\ 2 & 1 & -1 \end{vmatrix} = 3(8-3) - (-2)(-5-6) + (1/3)(5+16) = 3(5) + 2(-11) + (1/3)(21) = 15 - 22 + 7 = 0. Since Δ=Δx=Δy=Δz=0\Delta = \Delta_x = \Delta_y = \Delta_z = 0, the system has infinitely many solutions, not no solution.
  • (C) (3,13)\left( { - 3, - {1 \over 3}} \right): Here a=3a=-3 and b=1/3b=-1/3.
    • For a=3a=-3, Δ=0\Delta = 0.
    • For b=1/3b=-1/3, Δx=15(1/3)5=55=10\Delta_x = 15(-1/3) - 5 = -5 - 5 = -10. Since Δ=0\Delta = 0 and Δx=100\Delta_x = -10 \neq 0, the system has no solution. This matches our derived conditions.
  • (D) (3,13)\left( {3, - {1 \over 3}} \right): Here a=3a=3. As explained for option (A), if a=3a=3, then Δ=840\Delta = -84 \neq 0, meaning the system has a unique solution, not no solution.

Therefore, the ordered pair (a,b)(a, b) for which the system has no solution is (3,1/3)(-3, -1/3).


Tips for Success & Common Mistakes

  • Determinant Calculation: Be extremely careful with signs and arithmetic when calculating determinants. A single sign error can lead to an incorrect value for aa or bb.
  • Conditions for Solutions: Memorize and clearly understand the conditions for unique solution (Δ0\Delta \neq 0), no solution (Δ=0\Delta = 0 and at least one Δi0\Delta_i \neq 0), and infinitely many solutions (Δ=0\Delta = 0 and all Δi=0\Delta_i = 0). This is a fundamental concept for linear systems.
  • Systematic Approach: Always start by calculating Δ\Delta first. This narrows down the possibilities for 'a'. Then, substitute the value(s) of 'a' into Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z to find the conditions for 'b'.
  • Check All Conditions: If Δ=0\Delta = 0 and one Δi=0\Delta_i = 0, you must check the other Δj\Delta_j to distinguish between no solution and infinitely many solutions.

Summary and Key Takeaway

For a system of linear equations to have no solution, the determinant of the coefficient matrix (Δ\Delta) must be zero, AND at least one of the determinants formed by replacing a column of coefficients with the constant terms (Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z) must be non-zero.

In this problem:

  1. We found that Δ=14a42\Delta = -14a - 42. Setting Δ=0\Delta = 0 yields a=3a = -3.
  2. With a=3a = -3, we calculated Δx=15b5\Delta_x = 15b - 5. For no solution, we require Δx0\Delta_x \neq 0, which means b1/3b \neq 1/3.
  3. Combining these, the system has no solution if a=3a=-3 and b1/3b \neq 1/3.
  4. Among the given options, only option (C) (3,1/3)(-3, -1/3) satisfies these conditions. Options (A) and (D) lead to unique solutions because Δ0\Delta \neq 0. Option (B) leads to infinitely many solutions because all determinants (Δ,Δx,Δy,Δz\Delta, \Delta_x, \Delta_y, \Delta_z) are zero.

The final answer is (A)\boxed{\text{(A)}}.

Practice More Matrices & Determinants Questions

View All Questions