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

Question

If the system of equations x+2y3z=22x+λy+5z=514x+3y+μz=33\begin{aligned} & x+2 y-3 z=2 \\ & 2 x+\lambda y+5 z=5 \\ & 14 x+3 y+\mu z=33 \end{aligned} has infinitely many solutions, then λ+μ\lambda+\mu is equal to :

Options

Solution

1. Key Concepts and Formulas

For a system of three linear equations in three variables: a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3\begin{aligned} a_1 x + b_1 y + c_1 z &= d_1 \\ a_2 x + b_2 y + c_2 z &= d_2 \\ a_3 x + b_3 y + c_3 z &= d_3 \end{aligned} to have infinitely many solutions, the following conditions must be met (based on Cramer's Rule or the concept of matrix ranks):

  • Determinant of the Coefficient Matrix (DD) must be zero: D=a1b1c1a2b2c2a3b3c3=0D = \left|\begin{array}{ccc} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{array}\right| = 0
  • Determinants Dx,Dy,D_x, D_y, and DzD_z must also be zero: These are obtained by replacing the coefficients of x,y,x, y, and zz respectively with the constant terms d1,d2,d3d_1, d_2, d_3. Dx=d1b1c1d2b2c2d3b3c3=0D_x = \left|\begin{array}{ccc} d_1 & b_1 & c_1 \\ d_2 & b_2 & c_2 \\ d_3 & b_3 & c_3 \end{array}\right| = 0 Dy=a1d1c1a2d2c2a3d3c3=0D_y = \left|\begin{array}{ccc} a_1 & d_1 & c_1 \\ a_2 & d_2 & c_2 \\ a_3 & d_3 & c_3 \end{array}\right| = 0 Dz=a1b1d1a2b2d2a3b3d3=0D_z = \left|\begin{array}{ccc} a_1 & b_1 & d_1 \\ a_2 & b_2 & d_2 \\ a_3 & b_3 & d_3 \end{array}\right| = 0 All four determinants (D,Dx,Dy,DzD, D_x, D_y, D_z) must be simultaneously zero for the system to have infinitely many solutions. If D=0D=0 but any of Dx,Dy,DzD_x, D_y, D_z is non-zero, the system has no solution.

2. Step-by-Step Solution

Step 1: Identify Coefficients and Formulate Determinants

The given system of equations is: x+2y3z=22x+λy+5z=514x+3y+μz=33\begin{aligned} x+2 y-3 z&=2 \\ 2 x+\lambda y+5 z&=5 \\ 14 x+3 y+\mu z&=33 \end{aligned} The coefficients and constant terms are: a1=1,b1=2,c1=3,d1=2a_1=1, b_1=2, c_1=-3, d_1=2 a2=2,b2=λ,c2=5,d2=5a_2=2, b_2=\lambda, c_2=5, d_2=5 a3=14,b3=3,c3=μ,d3=33a_3=14, b_3=3, c_3=\mu, d_3=33

We formulate the determinant of the coefficient matrix, DD, and DyD_y (chosen first because it involves only one unknown, μ\mu, simplifying the initial calculation):

D=1232λ5143μD = \left|\begin{array}{ccc} 1 & 2 & -3 \\ 2 & \lambda & 5 \\ 14 & 3 & \mu \end{array}\right|

Dy=1232551433μD_y = \left|\begin{array}{ccc} 1 & 2 & -3 \\ 2 & 5 & 5 \\ 14 & 33 & \mu \end{array}\right|

Step 2: Calculate DyD_y and Solve for μ\mu

We expand the determinant DyD_y along the first row and set it to zero, as required for infinitely many solutions. Dy=15533μ22514μ+(3)251433D_y = 1 \cdot \left|\begin{array}{cc} 5 & 5 \\ 33 & \mu \end{array}\right| - 2 \cdot \left|\begin{array}{cc} 2 & 5 \\ 14 & \mu \end{array}\right| + (-3) \cdot \left|\begin{array}{cc} 2 & 5 \\ 14 & 33 \end{array}\right| Explanation: We compute the 2×22 \times 2 determinants and combine the terms. Dy=1(5μ5×33)2(2μ5×14)3(2×335×14)D_y = 1(5\mu - 5 \times 33) - 2(2\mu - 5 \times 14) - 3(2 \times 33 - 5 \times 14) Dy=(5μ165)2(2μ70)3(6670)D_y = (5\mu - 165) - 2(2\mu - 70) - 3(66 - 70) Dy=5μ1654μ+1403(4)D_y = 5\mu - 165 - 4\mu + 140 - 3(-4) Dy=μ25+12D_y = \mu - 25 + 12 Dy=μ13D_y = \mu - 13 For infinitely many solutions, DyD_y must be zero: μ13=0    μ=13\mu - 13 = 0 \implies \mu = 13 Explanation: Setting Dy=0D_y=0 allows us to directly solve for the value of μ\mu.

Step 3: Calculate DD and Solve for λ\lambda

Now that we have μ=13\mu=13, we substitute this value into the determinant DD and set it to zero to find λ\lambda. D=1232λ514313D = \left|\begin{array}{ccc} 1 & 2 & -3 \\ 2 & \lambda & 5 \\ 14 & 3 & 13 \end{array}\right| Explanation: We substitute the known value of μ\mu into DD to reduce the number of unknowns. Expand the determinant DD along the first row: D=1λ53132251413+(3)2λ143D = 1 \cdot \left|\begin{array}{cc} \lambda & 5 \\ 3 & 13 \end{array}\right| - 2 \cdot \left|\begin{array}{cc} 2 & 5 \\ 14 & 13 \end{array}\right| + (-3) \cdot \left|\begin{array}{cc} 2 & \lambda \\ 14 & 3 \end{array}\right| D=1(13λ5×3)2(2×135×14)3(2×3λ×14)D = 1(13\lambda - 5 \times 3) - 2(2 \times 13 - 5 \times 14) - 3(2 \times 3 - \lambda \times 14) D=(13λ15)2(2670)3(614λ)D = (13\lambda - 15) - 2(26 - 70) - 3(6 - 14\lambda) D=13λ152(44)18+42λD = 13\lambda - 15 - 2(-44) - 18 + 42\lambda D=13λ15+8818+42λD = 13\lambda - 15 + 88 - 18 + 42\lambda Combine like terms: D=(13λ+42λ)+(15+8818)D = (13\lambda + 42\lambda) + (-15 + 88 - 18) D=55λ+55D = 55\lambda + 55 For infinitely many solutions, DD must be zero: 55λ+55=055\lambda + 55 = 0 55λ=5555\lambda = -55 λ=1\lambda = -1 Explanation: Setting D=0D=0 provides an equation that we can solve for λ\lambda.

Step 4: Verify with Dz=0D_z=0 (Optional but Recommended)

Although we have found λ\lambda and μ\mu, it's good practice to verify that other determinants (DxD_x or DzD_z) also become zero with these values. Let's check Dz=0D_z=0. Dz=1222λ514333D_z = \left|\begin{array}{ccc} 1 & 2 & 2 \\ 2 & \lambda & 5 \\ 14 & 3 & 33 \end{array}\right| Substitute λ=1\lambda = -1: Dz=12221514333D_z = \left|\begin{array}{ccc} 1 & 2 & 2 \\ 2 & -1 & 5 \\ 14 & 3 & 33 \end{array}\right| Expand along the first row: Dz=1(1×335×3)2(2×335×14)+2(2×3(1)×14)D_z = 1(-1 \times 33 - 5 \times 3) - 2(2 \times 33 - 5 \times 14) + 2(2 \times 3 - (-1) \times 14) Dz=1(3315)2(6670)+2(6+14)D_z = 1(-33 - 15) - 2(66 - 70) + 2(6 + 14) Dz=482(4)+2(20)D_z = -48 - 2(-4) + 2(20) Dz=48+8+40D_z = -48 + 8 + 40 Dz=48+48=0D_z = -48 + 48 = 0 Explanation: This verification confirms that our values of λ=1\lambda=-1 and μ=13\mu=13 are consistent with all conditions for infinitely many solutions.

Step 5: Calculate λ+μ\lambda + \mu

We found λ=1\lambda = -1 and μ=13\mu = 13. λ+μ=1+13=12\lambda + \mu = -1 + 13 = 12

3. Common Mistakes & Tips

  • All Determinants Must Be Zero: A frequent error is to only set D=0D=0. While D=0D=0 is necessary, it indicates either no solution or infinitely many solutions. To confirm infinitely many solutions, all of Dx,Dy,DzD_x, D_y, D_z must also be zero.
  • Arithmetic Errors: Determinant calculations can be lengthy and prone to calculation mistakes, especially with signs. Always double-check your expansion and arithmetic.
  • Strategic Choice: When solving for multiple unknown variables, strategically choose which determinant (Dx,Dy,D_x, D_y, or DzD_z) to evaluate first. Often, one determinant will contain fewer unknowns or simpler numbers, allowing you to solve for one variable more quickly. In this problem, DyD_y was a good starting point as it only contained μ\mu.

4. Summary

To determine the values of λ\lambda and μ\mu for which the given system of linear equations has infinitely many solutions, we used the condition that the determinant of the coefficient matrix (DD) and the determinants Dx,Dy,DzD_x, D_y, D_z must all be zero. By first calculating Dy=0D_y=0, we found μ=13\mu=13. Substituting this value into D=0D=0, we then solved for λ=1\lambda=-1. Finally, we calculated the sum λ+μ=1+13=12\lambda+\mu = -1+13 = 12.

5. Final Answer

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

Practice More Matrices & Determinants Questions

View All Questions