If the system of equations x+4y−z=λ,7x+9y+μz=−3,5x+y+2z=−1 has infinitely many solutions, then (2μ+3λ) is equal to :
Options
Solution
To solve this problem, we need to understand the conditions under which a system of linear equations has infinitely many solutions. This is a crucial concept in Matrices and Determinants, often tested in JEE.
Key Concept: Conditions for Solutions of a System of Linear Equations
Consider a system of linear equations represented in matrix form as AX=B, where A is the coefficient matrix, X is the variable matrix, and B is the constant matrix.
For a system of n linear equations in n variables, the nature of solutions depends on the determinant of A, denoted as ∣A∣, and the product (adj A)B:
Unique Solution: If ∣A∣=0, the system has a unique solution given by X=A−1B.
No Solution (Inconsistent System): If ∣A∣=0 AND (adj A)B=0 (i.e., at least one element of the resulting column matrix is non-zero), the system has no solution.
Infinitely Many Solutions (Consistent System): If ∣A∣=0 AND (adj A)B=0 (i.e., all elements of the resulting column matrix are zero), the system has infinitely many solutions. This is the condition relevant to our problem.
Step 1: Represent the System in Matrix Form
First, let's write the given system of equations in the standard matrix form AX=B:
x+4y−z=λ7x+9y+μz=−35x+y+2z=−1
Here, the coefficient matrix A, the variable matrix X, and the constant matrix B are:
A=175491−1μ2,X=xyz,B=λ−3−1
Step 2: Apply the Condition ∣A∣=0 to Find μ
For the system to have infinitely many solutions, the first necessary condition is that the determinant of the coefficient matrix A must be zero. This condition ensures that the matrix A is singular, meaning it does not have an inverse, which is a prerequisite for either no solution or infinitely many solutions.
Let's calculate the determinant of A:
∣A∣=175491−1μ2
Expanding the determinant along the first row for ease of calculation:
∣A∣=1⋅(9⋅2−μ⋅1)−4⋅(7⋅2−μ⋅5)+(−1)⋅(7⋅1−9⋅5)∣A∣=1⋅(18−μ)−4⋅(14−5μ)−1⋅(7−45)∣A∣=(18−μ)−(56−20μ)−1⋅(−38)∣A∣=18−μ−56+20μ+38
Now, combine the constant terms and the terms involving μ:
∣A∣=(18−56+38)+(−μ+20μ)∣A∣=(56−56)+19μ∣A∣=0+19μ
Since for infinitely many solutions, we must have ∣A∣=0:
19μ=0⇒μ=0
Thus, we have found the value of μ.
Step 3: Apply the Condition (adj A)B=0 to Find λ
Now that we have μ=0, we can update our coefficient matrix A:
A=175491−102
The second condition for infinitely many solutions is (adj A)B=0. This condition ensures that the system is consistent even when ∣A∣=0. If this condition is not met, the system would have no solution.
To apply this condition, we first need to find the adjoint of matrix A. The adjoint matrix is the transpose of the cofactor matrix. Let's calculate the cofactors Cij for each element aij of A:
C11=9102=(9)(2)−(0)(1)=18−0=18
C12=−7502=−((7)(2)−(0)(5))=−(14−0)=−14
C13=7591=(7)(1)−(9)(5)=7−45=−38
C21=−41−12=−((4)(2)−(−1)(1))=−(8+1)=−9
C22=15−12=(1)(2)−(−1)(5)=2+5=7
C23=−1541=−((1)(1)−(4)(5))=−(1−20)=−(−19)=19
C31=49−10=(4)(0)−(−1)(9)=0+9=9
C32=−17−10=−((1)(0)−(−1)(7))=−(0+7)=−7
C33=1749=(1)(9)−(4)(7)=9−28=−19
Now, form the cofactor matrix C:
C=18−99−147−7−3819−19
The adjoint matrix adj A is the transpose of the cofactor matrix CT:
adj A=CT=18−14−38−97199−7−19
Now, we apply the condition (adj A)B=0:
18−14−38−97199−7−19λ−3−1=000
Performing the matrix multiplication, each row of the resulting matrix must be zero. We can use any one row to find λ. Let's use the first row:
18λ+(−9)(−3)+9(−1)=018λ+27−9=018λ+18=018λ=−18λ=−1
To ensure consistency and verify our calculation, let's check with the second row as well:
−14λ+7(−3)+(−7)(−1)=0−14λ−21+7=0−14λ−14=0−14λ=14λ=−1
Both rows yield the same value for λ, confirming our result.
Step 4: Calculate the Required Expression
We have found the values μ=0 and λ=−1.
The problem asks for the value of (2μ+3λ).
Substitute the values:
2μ+3λ=2(0)+3(−1)=0−3=−3
The final answer is −3.
Key Takeaways and Tips:
Systematic Approach: Always start by identifying the type of solution required (unique, no solution, infinitely many) and the corresponding mathematical conditions.
Determinant Calculation: Be extremely careful with signs and arithmetic when calculating determinants. A single error can propagate through the entire solution.
Adjoint Matrix: Remember that the adjoint matrix is the transpose of the cofactor matrix. A common mistake is to forget the transpose.
Consistency Check: When solving for a variable (like λ here) using the (adj A)B=0 condition, if you have multiple equations, use at least two to cross-check your result. If they give different values, there's a calculation error.
Cramer's Rule Alternative: For infinitely many solutions, an equivalent condition to (adj A)B=0 is that all determinants ∣Ax∣,∣Ay∣,∣Az∣ (where columns of A are replaced by B) must also be zero, in addition to ∣A∣=0. This can sometimes be a quicker way to find λ after μ is determined.