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

Question

Let λ,μR\lambda, \mu \in \mathbf{R}. If the system of equations 3x+5y+λz=37x+11y9z=297x+155y189z=μ\begin{aligned} & 3 x+5 y+\lambda z=3 \\ & 7 x+11 y-9 z=2 \\ & 97 x+155 y-189 z=\mu \end{aligned} has infinitely many solutions, then μ+2λ\mu+2 \lambda is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Conditions for Infinitely Many Solutions: For a system of linear equations AX=BAX=B with nn variables, it has infinitely many solutions if and only if:
    1. The determinant of the coefficient matrix, A|A|, is zero.
    2. The rank of the coefficient matrix AA is equal to the rank of the augmented matrix [AB][A|B], and this common rank is less than the number of variables, nn. (rank(A)=rank([AB])<n\text{rank}(A) = \text{rank}([A|B]) < n).
  • Linear Dependence of Rows: When A=0|A|=0 for a 3×33 \times 3 matrix, it implies that the rows (or columns) of AA are linearly dependent. For infinitely many solutions, the rows of the augmented matrix [AB][A|B] must also be linearly dependent in the same way. That is, if one row of AA (e.g., R3R_3) is a linear combination of the other rows (e.g., R3=pR1+qR2R_3 = pR_1 + qR_2), then the corresponding element in the constant matrix BB (e.g., B3B_3) must also be the same linear combination of the other elements of BB (e.g., B3=pB1+qB2B_3 = pB_1 + qB_2).
  • Determinant of a 3×33 \times 3 Matrix: For A=[abcdefghi]A = \begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix}, the determinant is A=a(eifh)b(difg)+c(dheg)|A| = a(ei-fh) - b(di-fg) + c(dh-eg).

2. Step-by-Step Solution

Step 1: Represent the system in matrix form. The given system of linear equations is: 3x+5y+λz=37x+11y9z=297x+155y189z=μ\begin{aligned} & 3 x+5 y+\lambda z=3 \\ & 7 x+11 y-9 z=2 \\ & 97 x+155 y-189 z=\mu \end{aligned} This can be written in the matrix form AX=BAX = B, where: A=[35λ711997155189],X=[xyz],B=[32μ]A = \begin{bmatrix} 3 & 5 & \lambda \\ 7 & 11 & -9 \\ 97 & 155 & -189 \end{bmatrix}, \quad X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, \quad B = \begin{bmatrix} 3 \\ 2 \\ \mu \end{bmatrix}

Step 2: Apply the condition A=0|A|=0 to find λ\lambda. For the system to have infinitely many solutions, the determinant of the coefficient matrix AA must be zero. A=35λ711997155189=0|A| = \left| \begin{array}{ccc} 3 & 5 & \lambda \\ 7 & 11 & -9 \\ 97 & 155 & -189 \end{array} \right| = 0 Expanding the determinant along the first row: 311915518957997189+λ71197155=03 \left| \begin{array}{cc} 11 & -9 \\ 155 & -189 \end{array} \right| - 5 \left| \begin{array}{cc} 7 & -9 \\ 97 & -189 \end{array} \right| + \lambda \left| \begin{array}{cc} 7 & 11 \\ 97 & 155 \end{array} \right| = 0 Now, we calculate the 2×22 \times 2 determinants:

  • 11(189)(9)(155)=2079+1395=68411(-189) - (-9)(155) = -2079 + 1395 = -684
  • 7(189)(9)(97)=1323+873=4507(-189) - (-9)(97) = -1323 + 873 = -450
  • 7(155)11(97)=10851067=187(155) - 11(97) = 1085 - 1067 = 18 Substitute these values back into the determinant equation: 3(684)5(450)+λ(18)=03(-684) - 5(-450) + \lambda(18) = 0 2052+2250+18λ=0-2052 + 2250 + 18\lambda = 0 198+18λ=0198 + 18\lambda = 0 18λ=19818\lambda = -198 λ=19818=11\lambda = \frac{-198}{18} = -11 So, the value of λ\lambda is 11-11.

Step 3: Apply the condition of linear dependence to find μ\mu. Since A=0|A|=0, the rows of AA are linearly dependent. For the system to have infinitely many solutions, the third row of the augmented matrix [AB][A|B] must be a linear combination of the first two rows. Let's assume R3=pR1+qR2R_3 = p R_1 + q R_2 for some scalars pp and qq. We compare the coefficients of x,y,zx, y, z and the constant terms:

  1. For xx-coefficients: 97=3p+7q97 = 3p + 7q
  2. For yy-coefficients: 155=5p+11q155 = 5p + 11q
  3. For zz-coefficients: 189=λp9q-189 = \lambda p - 9q
  4. For constant terms: μ=3p+2q\mu = 3p + 2q

First, we solve the system of equations (1) and (2) for pp and qq: Multiply equation (1) by 5: 15p+35q=48515p + 35q = 485 Multiply equation (2) by 3: 15p+33q=46515p + 33q = 465 Subtracting the second modified equation from the first: (15p+35q)(15p+33q)=485465(15p + 35q) - (15p + 33q) = 485 - 465 2q=20    q=102q = 20 \implies q = 10 Substitute q=10q=10 back into equation (1): 3p+7(10)=973p + 7(10) = 97 3p+70=973p + 70 = 97 3p=27    p=93p = 27 \implies p = 9 So, the linear combination coefficients are p=9p=9 and q=10q=10.

Now, we verify this linear combination with the zz-coefficients using our calculated λ=11\lambda = -11: 189=λp9q-189 = \lambda p - 9q 189=(11)(9)9(10)-189 = (-11)(9) - 9(10) 189=9990-189 = -99 - 90 189=189-189 = -189 This confirms that our values for p,q,p, q, and λ\lambda are consistent.

Finally, we use these values of pp and qq to find μ\mu from the constant terms (equation 4): μ=3p+2q\mu = 3p + 2q μ=3(9)+2(10)\mu = 3(9) + 2(10) μ=27+20\mu = 27 + 20 μ=47\mu = 47 Thus, the value of μ\mu is 4747.

Step 4: Calculate μ+2λ\mu + 2\lambda. We need to find the value of μ+2λ\mu + 2\lambda. Substitute the values λ=11\lambda = -11 and μ=47\mu = 47: μ+2λ=47+2(11)\mu + 2\lambda = 47 + 2(-11) μ+2λ=4722\mu + 2\lambda = 47 - 22 μ+2λ=25\mu + 2\lambda = 25

3. Common Mistakes & Tips

  • Arithmetic Errors: Determinant calculations and solving for pp and qq involve several arithmetic operations. A single mistake can lead to an incorrect final answer. Always double-check your calculations.
  • Incomplete Conditions: Remember that A=0|A|=0 alone is not sufficient for infinitely many solutions; it could also lead to no solution. The additional condition of consistent linear dependence across the augmented matrix is crucial.
  • Systematic Approach: Break down the problem into smaller, manageable steps (finding λ\lambda, then pp and qq, then μ\mu). This reduces the chances of error and makes the solution easier to follow.

4. Summary

To solve this problem, we first used the condition that for a system to have infinitely many solutions, the determinant of its coefficient matrix must be zero. This allowed us to calculate λ=11\lambda = -11. Next, we applied the condition that the rows of the augmented matrix must be linearly dependent in the same way as the coefficient matrix. By expressing the third row as a linear combination of the first two rows (R3=9R1+10R2R_3 = 9R_1 + 10R_2), we found the values of p=9p=9 and q=10q=10. Using these values, we then determined μ=47\mu = 47. Finally, we computed the required expression μ+2λ=47+2(11)=25\mu + 2\lambda = 47 + 2(-11) = 25.

5. Final Answer

The final answer is 25\boxed{25}.

Practice More Matrices & Determinants Questions

View All Questions