The Geometry of Infinite Possibilities
Imagine you are standing in a vast, three-dimensional space. You have three planes, each defined by a linear equation.
Usually, these planes might intersect at a single point, like the corner of a room. But today, we are looking for something more elegant. We are looking for a system that has infinitely many solutions.
Geometrically, this means the three planes do not meet at a single point; instead, they all intersect along a single, common line. Every point on that line is a solution. This is the core reality we must visualize.
The Algebraic Toolkit
Cramer's Rule
To translate this geometric intuition into algebra, we turn to Cramer's Rule. For a system of three linear equations in three variables to have infinitely many solutions, the main determinant of the coefficient matrix, denoted as Δ, must be zero.
But that is not enough. If Δ=0 but the system is inconsistent, we would have no solutions.
To guarantee consistency and infinite solutions, all auxiliary determinants—Δx, Δy, and Δz—must also be zero. This is a fundamental condition you must keep locked in your memory for JEE Advanced.
Phase 1
Solving for δ
Let us construct our main determinant Δ from the coefficients of our system: 2x+y−z=7, x−3y+2z=1, and x+4y+δz=k. The determinant is:
Expanding this along the first row, we get:
Δ=2[(−3)(δ)−(2)(4)]−1[(1)(δ)−(2)(1)]−1[(1)(4)−(−3)(1)]
Simplifying this step-by-step:
For infinite solutions, we set Δ=0:
We have found our first piece of the puzzle.
Phase 2
Finding k
Now, we need to find k. We use the auxiliary determinant Δz (or Δ3), where we replace the third column (the z-coefficients) with the constants (7,1,k):
Expanding this along the first row:
Δ3=2[(−3)(k)−(1)(4)]−1[(1)(k)−(1)(1)]+7[(1)(4)−(−3)(1)]
Δ3=2(−3k−4)−1(k−1)+7(4+3)
Setting Δ3=0 for consistency:
The Final Synthesis
We have successfully navigated the algebra. We found δ=−3 and k=6. The question asks for the sum δ+k.
It is a beautiful, clean result. By understanding the geometric condition of the planes and applying the algebraic constraints of Cramer's Rule, we have unlocked the solution.
Remember, in JEE, it is not just about the calculation; it is about understanding the structure of the problem. The final answer is 3.