Analyzing the Setup
Welcome, future engineers! Today, we are not just solving a system of equations; we are exploring the beautiful, rigid, yet flexible world of linear algebra.
Imagine you are standing in a room where three walls represent our equations. Usually, these walls meet at a single point—a unique solution.
But today, the problem tells us something special: the system has infinitely many solutions. This means our three planes do not just meet at a point; they intersect along a common line.
To capture this, we use the condition that the main determinant D must be zero, and the auxiliary determinants D1,D2,D3 must also be zero.
The Strategic Hunt for μ
We have two unknowns, λ and μ. If we jump straight into the main determinant D, we will be stuck with an equation containing both variables. That is a dead end.
Instead, let us be tactical. Look at the third column of our coefficient matrix. It contains λ.
If we construct D3 by replacing this column with the constant terms (3,4,−1), the λ terms vanish! We are left with:
Expanding this along the first row, we get:
2((2)(−1)−(4)(μ))−7((3)(−1)−(4)(1))+3((3)(μ)−(2)(1))=0
Simplifying this, we find:
2(−2−4μ)−7(−3−4)+3(3μ−2)=0
This leads to:
Combining like terms, we get μ+39=0, so μ=−39. We have successfully isolated our first variable!
The Final Piece of the Puzzle
Now that we know μ=−39, the main determinant D is no longer a mystery. We substitute μ back into the matrix:
Expanding along the first row again, we have:
2((2)(32)−(5)(−39))−7((3)(32)−(5)(1))+λ((3)(−39)−(2)(1))=0
This looks intimidating, but stay calm. The arithmetic is just a series of steps:
2(64+195)−7(96−5)+λ(−117−2)=0
This simplifies to:
Finally, −119−119λ=0, giving us λ=−1.
With λ=−1 and μ=−39, the final step is a simple subtraction:
And there you have it! The elegance of the cancellation is the reward for your patience. Keep practicing, and you will see these patterns everywhere. The final answer is 38.