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

Question

For the system of linear equations 2x+4y+2az=b2 x+4 y+2 a z=b x+2y+3z=4x+2 y+3 z=4 2x5y+2z=82 x-5 y+2 z=8 which of the following is NOT correct?

Options

Solution

Key Concepts and Formulas

  1. System of Linear Equations in Matrix Form: A system of linear equations can be represented as AX=BAX=B, where AA is the coefficient matrix, XX is the column vector of variables, and BB is the column vector of constants.
  2. Determinant of Coefficient Matrix (Δ\Delta): The determinant of the coefficient matrix AA is denoted as Δ=det(A)\Delta = \det(A).
  3. Cramer's Rule Conditions for Solutions:
    • Unique Solution: If Δ0\Delta \neq 0, the system has a unique solution.
    • No Solution: If Δ=0\Delta = 0 and at least one of Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z (determinants formed by replacing columns of AA with BB) is non-zero, the system is inconsistent and has no solution.
    • Infinitely Many Solutions: If Δ=0\Delta = 0 and all of Δx=Δy=Δz=0\Delta_x = \Delta_y = \Delta_z = 0, the system is consistent and has infinitely many solutions.

Step-by-Step Solution

Step 1: Express the system of equations in matrix form. We are given the system: 2x+4y+2az=b2 x+4 y+2 a z=b x+2y+3z=4x+2 y+3 z=4 2x5y+2z=82 x-5 y+2 z=8 This can be written as AX=BAX=B, where: A=[242a123252],X=[xyz],B=[b48]A = \begin{bmatrix} 2 & 4 & 2a \\ 1 & 2 & 3 \\ 2 & -5 & 2 \end{bmatrix}, \quad X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, \quad B = \begin{bmatrix} b \\ 4 \\ 8 \end{bmatrix}

Step 2: Calculate the determinant of the coefficient matrix, Δ\Delta. This determinant is crucial for determining the nature of solutions. Δ=det(A)=242a123252\Delta = \det(A) = \begin{vmatrix} 2 & 4 & 2a \\ 1 & 2 & 3 \\ 2 & -5 & 2 \end{vmatrix} Expanding along the first row: Δ=2235241322+2a1225\Delta = 2 \begin{vmatrix} 2 & 3 \\ -5 & 2 \end{vmatrix} - 4 \begin{vmatrix} 1 & 3 \\ 2 & 2 \end{vmatrix} + 2a \begin{vmatrix} 1 & 2 \\ 2 & -5 \end{vmatrix} Δ=2((2)(2)(3)(5))4((1)(2)(3)(2))+2a((1)(5)(2)(2))\Delta = 2((2)(2) - (3)(-5)) - 4((1)(2) - (3)(2)) + 2a((1)(-5) - (2)(2)) Δ=2(4+15)4(26)+2a(54)\Delta = 2(4 + 15) - 4(2 - 6) + 2a(-5 - 4) Δ=2(19)4(4)+2a(9)\Delta = 2(19) - 4(-4) + 2a(-9) Δ=38+1618a\Delta = 38 + 16 - 18a Δ=5418a\Delta = 54 - 18a Factoring out 18-18: Δ=18(a3)\Delta = -18(a - 3)

Step 3: Analyze conditions for a unique solution. A unique solution exists if and only if Δ0\Delta \neq 0. From Δ=18(a3)\Delta = -18(a - 3), we see that Δ0\Delta \neq 0 if a3a \neq 3. Let's check options (C) and (D):

  • (C) It has unique solution if a=b=8a=b=8. Here a=8a=8. Since a=83a=8 \neq 3, Δ=18(83)=18(5)=900\Delta = -18(8-3) = -18(5) = -90 \neq 0. Thus, a unique solution exists. This statement is correct.
  • (D) It has unique solution if a=b=6a=b=6. Here a=6a=6. Since a=63a=6 \neq 3, Δ=18(63)=18(3)=540\Delta = -18(6-3) = -18(3) = -54 \neq 0. Thus, a unique solution exists. This statement is correct.

Step 4: Analyze conditions for infinitely many solutions or no solution (when Δ=0\Delta = 0). If Δ=0\Delta = 0, then 18(a3)=0-18(a-3) = 0, which implies a=3a=3. When a=3a=3, we need to calculate Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z to determine if there are infinitely many solutions or no solution. Let's calculate Δz\Delta_z first, as it's often simpler to start with and can rule out options quickly. Δz=24b124258\Delta_z = \begin{vmatrix} 2 & 4 & b \\ 1 & 2 & 4 \\ 2 & -5 & 8 \end{vmatrix} Expanding along the first row: Δz=2245841428+b1225\Delta_z = 2 \begin{vmatrix} 2 & 4 \\ -5 & 8 \end{vmatrix} - 4 \begin{vmatrix} 1 & 4 \\ 2 & 8 \end{vmatrix} + b \begin{vmatrix} 1 & 2 \\ 2 & -5 \end{vmatrix} Δz=2((2)(8)(4)(5))4((1)(8)(4)(2))+b((1)(5)(2)(2))\Delta_z = 2((2)(8) - (4)(-5)) - 4((1)(8) - (4)(2)) + b((1)(-5) - (2)(2)) Δz=2(16+20)4(88)+b(54)\Delta_z = 2(16 + 20) - 4(8 - 8) + b(-5 - 4) Δz=2(36)4(0)+b(9)\Delta_z = 2(36) - 4(0) + b(-9) Δz=729b\Delta_z = 72 - 9b Factoring out 9-9: Δz=9(b8)\Delta_z = -9(b - 8)

Now, let's evaluate options (A) and (B) where a=3a=3:

  • (A) It has infinitely many solutions if a=3,b=8a=3, b=8.

    • For a=3a=3, we have Δ=0\Delta = 0.
    • For b=8b=8, we have Δz=9(88)=0\Delta_z = -9(8-8) = 0.
    • To confirm infinitely many solutions, we must also check Δx\Delta_x and Δy\Delta_y for a=3,b=8a=3, b=8.
      • Δx=b42a423852=846423852\Delta_x = \begin{vmatrix} b & 4 & 2a \\ 4 & 2 & 3 \\ 8 & -5 & 2 \end{vmatrix} = \begin{vmatrix} 8 & 4 & 6 \\ 4 & 2 & 3 \\ 8 & -5 & 2 \end{vmatrix}
      • Notice that R1=2R2R_1 = 2R_2 (i.e., (8,4,6)=2(4,2,3)(8,4,6) = 2(4,2,3)). When one row is a scalar multiple of another row, the determinant is 0. So, Δx=0\Delta_x = 0.
      • Δy=2b2a143282=286143282\Delta_y = \begin{vmatrix} 2 & b & 2a \\ 1 & 4 & 3 \\ 2 & 8 & 2 \end{vmatrix} = \begin{vmatrix} 2 & 8 & 6 \\ 1 & 4 & 3 \\ 2 & 8 & 2 \end{vmatrix}
      • Notice that C2=4C1C_2 = 4C_1 in the first two columns (i.e., (8,4,8)T=4(2,1,2)T(8,4,8)^T = 4(2,1,2)^T). When one column is a scalar multiple of another column, the determinant is 0. So, Δy=0\Delta_y = 0.
    • Since Δ=Δx=Δy=Δz=0\Delta = \Delta_x = \Delta_y = \Delta_z = 0 when a=3a=3 and b=8b=8, the system has infinitely many solutions. This statement is correct.
  • (B) It has infinitely many solutions if a=3,b=6a=3, b=6.

    • For a=3a=3, we have Δ=0\Delta = 0.
    • For b=6b=6, we have Δz=9(68)=9(2)=18\Delta_z = -9(6-8) = -9(-2) = 18.
    • Since Δ=0\Delta = 0 but Δz0\Delta_z \neq 0, the system has no solution.
    • Therefore, the statement that it has infinitely many solutions if a=3,b=6a=3, b=6 is NOT correct.

Common Mistakes & Tips

  • Determinant Calculation Errors: Be very careful with signs and arithmetic when calculating determinants. Double-check your work, especially for 3x3 matrices.
  • Misinterpreting Cramer's Rule: Remember the precise conditions for unique, no, and infinitely many solutions. Δ=0\Delta=0 alone is not enough to conclude no solution or infinitely many solutions; you must check Δx,Δy,Δz\Delta_x, \Delta_y, \Delta_z.
  • Row/Column Operations: Using row/column operations to simplify determinants (e.g., creating zeros) can reduce calculation errors, but ensure you apply them correctly. For instance, if two rows or columns are proportional, the determinant is zero.

Summary

We analyzed the given system of linear equations using the determinant method. We first calculated the determinant of the coefficient matrix, Δ=18(a3)\Delta = -18(a-3). For unique solutions, Δ0\Delta \neq 0, which means a3a \neq 3. Options (C) and (D) fall into this category and are correct. For a=3a=3, Δ=0\Delta=0, so we proceeded to calculate Δz=9(b8)\Delta_z = -9(b-8). For option (A) where a=3,b=8a=3, b=8, we found Δ=Δx=Δy=Δz=0\Delta = \Delta_x = \Delta_y = \Delta_z = 0, indicating infinitely many solutions, making statement (A) correct. For option (B) where a=3,b=6a=3, b=6, we found Δ=0\Delta=0 but Δz=180\Delta_z=18 \neq 0, which indicates no solution. Therefore, the statement in option (B) is incorrect.

The final answer is B\boxed{B}

Practice More Matrices & Determinants Questions

View All Questions