If the system of equations 2x+y−z=52x−5y+λz=μx+2y−5z=7 has infinitely many solutions, then (λ+μ)2+(λ−μ)2 is equal to
Options
Solution
1. Key Concepts and Formulas
System of Linear Equations: For a system of three linear equations in three variables (x,y,z):
a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3
Conditions for Infinitely Many Solutions (Cramer's Rule): A system of linear equations has infinitely many solutions if and only if the determinant of the coefficient matrix (Δ) is zero, AND all the auxiliary determinants (Δx,Δy,Δz) are also zero.
Δ=a1a2a3b1b2b3c1c2c3=0
Δx=d1d2d3b1b2b3c1c2c3=0
Δy=a1a2a3d1d2d3c1c2c3=0
Δz=a1a2a3b1b2b3d1d2d3=0
Determinant of a 3×3 Matrix: The determinant of adgbehcfi is a(ei−fh)−b(di−fg)+c(dh−eg).
Algebraic Identity:(A+B)2+(A−B)2=2(A2+B2).
2. Step-by-Step Solution
We are given the system of equations:
2x+y−z=5
2x−5y+λz=μ
x+2y−5z=7
Step 1: Calculate the coefficient determinant (Δ) and find λ.
For the system to have infinitely many solutions, the determinant of the coefficient matrix must be zero (Δ=0). First, let's form the coefficient matrix and calculate its determinant.
The coefficients are:
a1=2,b1=1,c1=−1a2=2,b2=−5,c2=λa3=1,b3=2,c3=−5
Δ=2211−52−1λ−5
Expanding along the first row:
Δ=2⋅−52λ−5−1⋅21λ−5+(−1)⋅21−52Δ=2((−5)(−5)−(λ)(2))−1((2)(−5)−(λ)(1))−1((2)(2)−(−5)(1))Δ=2(25−2λ)−1(−10−λ)−1(4+5)Δ=50−4λ+10+λ−9Δ=(50+10−9)+(−4λ+λ)Δ=51−3λ
Now, apply the condition Δ=0:
51−3λ=03λ=51λ=351λ=17
Step 2: Calculate an auxiliary determinant (Δz) and find μ.
Since the system has infinitely many solutions, not only must Δ=0, but also Δx=0, Δy=0, and Δz=0. We can use any one of these to find μ. Let's use Δz=0.
The constant terms are: d1=5,d2=μ,d3=7.
The auxiliary determinant Δz is formed by replacing the third column (coefficients of z) in Δ with the constant terms:
Δz=2211−525μ7
Expanding Δz along the first row:
Δz=2⋅−52μ7−1⋅21μ7+5⋅21−52Δz=2((−5)(7)−(μ)(2))−1((2)(7)−(μ)(1))+5((2)(2)−(−5)(1))Δz=2(−35−2μ)−1(14−μ)+5(4+5)Δz=−70−4μ−14+μ+5(9)Δz=−70−4μ−14+μ+45Δz=(−70−14+45)+(−4μ+μ)Δz=(−84+45)−3μΔz=−39−3μ
Now, apply the condition Δz=0:
−39−3μ=0−3μ=39μ=−339μ=−13
Step 3: Calculate the required expression (λ+μ)2+(λ−μ)2.
We have found λ=17 and μ=−13.
The expression to evaluate is (λ+μ)2+(λ−μ)2.
Substitute the values:
(17+(−13))2+(17−(−13))2=(17−13)2+(17+13)2=(4)2+(30)2=16+900=916
Alternatively, using the algebraic identity (A+B)2+(A−B)2=2(A2+B2):
(λ+μ)2+(λ−μ)2=2(λ2+μ2)=2(172+(−13)2)=2(289+169)=2(458)=916
3. Common Mistakes & Tips
Sign Errors in Determinant Expansion: Be extremely careful with the alternating signs and arithmetic when calculating 3×3 and 2×2 determinants. This is a frequent source of error.
Misapplication of Cramer's Rule Conditions: Remember that for infinitely many solutions, all determinants (Δ,Δx,Δy,Δz) must be zero. If Δ=0 but any Δi=0, there is no solution.
Leverage Algebraic Identities: Using identities like (a+b)2+(a−b)2=2(a2+b2) can simplify calculations and save time in the final step.
4. Summary
This problem required a thorough understanding and application of Cramer's Rule for systems of linear equations. By correctly identifying the conditions for infinitely many solutions (Δ=0 and all auxiliary determinants also zero), we systematically calculated the determinant of the coefficient matrix to find λ, and then used one of the auxiliary determinants to find μ. Finally, we substituted these values into the given expression, using an algebraic identity for efficiency, to arrive at the solution.
The final answer is 916, which corresponds to option (A).