Analyzing the Setup
Welcome, future engineer. Today, we are not just solving a system of equations; we are exploring the architecture of space itself.
When you look at the system 2x+λy+3z=5, 3x+2y−z=7, and 4x+5y+μz=9, do not see just a collection of variables and coefficients. See three planes in three-dimensional space.
The Geometric Reality
Imagine you are standing in a room. Each equation represents a flat, infinite sheet—a plane.
Usually, three planes intersect at a single point, like the corner of a room where two walls meet the ceiling. That is a unique solution.
But the problem asks for infinitely many solutions. This means our three planes are not meeting at a point; they are behaving like the pages of an open book, all meeting along a single, common line.
This is the state of 'dependency.' Mathematically, this requires the system to be consistent and dependent, which brings us to our most powerful tool: Cramer's Rule.
The Cramer's Rule Strategy
To achieve this state of infinite intersection, we require the main determinant Δ to be zero, and crucially, all auxiliary determinants Δx, Δy, and Δz to be zero as well.
If Δ is zero but the auxiliary determinants are not, the planes would be parallel or inconsistent, leaving us with no solution at all.
Here is where we must be strategic. If we calculate Δ first, we are left with an equation involving both λ and μ. That is a dead end.
Instead, look at Δz. By replacing the z-coefficients with the constants (5,7,9), we effectively remove μ from the equation. This is our 'smart move.'
Executing the Calculation
Let us set up the determinant Δz:
Expanding along the first row, we carefully compute the minors:
2(2×9−7×5)−λ(3×9−7×4)+5(3×5−2×4)=0
Simplifying the arithmetic: 2(18−35)−λ(27−28)+5(15−8)=0.
This reduces to 2(−17)−λ(−1)+5(7)=0. With a sigh of relief, we see the equation simplify beautifully: −34+λ+35=0, which gives us λ+1=0, or λ=−1. We have our first key!
The Final Piece of the Puzzle
Now that we know λ=−1, the main determinant Δ is no longer a mystery. We substitute our value back into the matrix:
We expand this again along the first row:
2(2μ−(−5))−(−1)(3μ−(−4))+3(15−8)=0
This simplifies to 2(2μ+5)+1(3μ+4)+3(7)=0.
Distributing the terms, we get 4μ+10+3μ+4+21=0. Combining like terms, we arrive at 7μ+35=0, leading us directly to μ=−5.
The Victory
The problem asks for the value of λ2+μ2.
With λ=−1 and μ=−5, we calculate:
We have navigated the geometry, applied the algebraic constraints, and arrived at the solution. The final answer is 26.
Remember, in JEE Advanced, the math is not just about calculation; it is about choosing the path of least resistance. You have mastered that today. Keep this confidence, and carry it into your next challenge.