Analyzing the Setup
We are given a system of three linear equations representing planes in 3D space:
1. x+y+z=5
2. x+2y+2z=6
3. x+3y+λz=μ
For the system to have infinitely many solutions, the three planes must intersect along a common line. This implies that the third plane is linearly dependent on the first two.
The Master Equation
We can express the third plane,
L3, as a linear combination of the first two planes,
L1 and
L2. We define this relationship as:
L3=pL1+qL2
Substituting the given equations, we form the following identity:
(x+3y+λz−μ)=p(x+y+z−5)+q(x+2y+2z−6)
This identity must hold true for all values of x, y, and z on the line of intersection.
Equating Coefficients
By comparing the coefficients of x, y, and z, and the constant terms on both sides, we generate a system of linear equations:
Subtracting the first equation from the second yields:
(p+2q)−(p+q)=3−1⇒q=2
Substituting
q=2 into
p+q=1, we find:
p+2=1⇒p=−1
Final Calculation
Now, we determine the values of λ and μ using the constants p=−1 and q=2.
For
z:
λ=p(1)+q(2)
λ=−1(1)+2(2)=−1+4=3
For the constant term:
−μ=p(−5)+q(−6)
−μ=−1(−5)+2(−6)=5−12=−7
μ=7
The problem asks for the sum
λ+μ. Substituting our results:
λ+μ=3+7=10
The final answer is 10.