Analyzing the Setup
Imagine you are standing in a vast, three-dimensional space. You have three planes, each defined by a linear equation: x+2y+3z=5, 2x+3y+z=9, and 4x+3y+λz=μ.
In a typical scenario, these three planes would slice through each other and meet at a single, unique point (x,y,z). However, this system has an infinite number of solutions.
This implies that the planes are not meeting at a single point; they are intersecting along a common line. Every point on that line is a valid solution.
The Cramer's Rule Toolkit
To unlock this mystery, we turn to Cramer's Rule. For a system to have infinite solutions, the main determinant of the coefficient matrix, denoted by Δ, must be zero.
This indicates that the equations are linearly dependent. To ensure the system is consistent and not simply composed of parallel planes that never meet, we must also ensure that the auxiliary determinants—Δ1, Δ2, and Δ3—are also zero.
This condition guarantees that our planes are locked together in an infinite line of intersection.
The Calculation
Unmasking λ
Let us construct our main determinant Δ using the coefficients of our variables:
We expand this along the first row:
Δ=1(3λ−3)−2(2λ−4)+3(6−12)
Simplifying the expression, we get 3λ−3−4λ+8−18. Combining the terms, we arrive at Δ=−λ−13.
Since we require infinite solutions, we set Δ=0, which gives us −λ−13=0, or simply λ=−13.
The Final Piece
Finding μ
Now that we know λ=−13, we turn our attention to Δ1. We replace the first column of our determinant with the constants from the right side of our equations: 5,9,μ.
Expanding this along the first row:
Δ1=5(−39−3)−2(−117−μ)+3(27−3μ)
This simplifies to:
Δ1=5(−42)−2(−117−μ)+3(27−3μ)=−210+234+2μ+81−9μ
Grouping the terms, we get 105−7μ. Setting Δ1=0 leads us to 7μ=105, which means μ=15.
The Grand Finale
We have navigated the geometry and the algebra to find λ=−13 and μ=15. The problem asks for the value of λ+2μ.
Substituting our values:
The final result is 17. Whenever you encounter 'infinite solutions' in a 3×3 system, remember the condition Δ=Δ1=Δ2=Δ3=0.