Analyzing the Setup
We are presented with a system of three linear equations:
x+y+3z=0
x+3y+k2z=0
3x+y+3z=0
Notice that every equation is equal to zero. This is a homogeneous system. In the context of JEE mathematics, this is a critical signal.
A homogeneous system Ax=0 always possesses the trivial solution (0,0,0). However, the problem specifies that the system has a non-zero solution. This implies that the system is linearly dependent, and the determinant of the coefficient matrix Δ must be equal to zero.
The Determinant Dance
We construct the coefficient matrix and set its determinant to zero:
Expanding along the first row, we perform the calculation:
1(3×3−k2×1)−1(1×3−k2×3)+3(1×1−3×3)=0
Simplifying the expression, we obtain:
(9−k2)−(3−3k2)+3(1−9)=0
9−k2−3+3k2−24=0
2k2−18=0
This simplifies to k2=9.
The Power of Observation
Often in JEE, the most elegant path avoids exhaustive calculation. Consider the first equation, x+y+3z=0, and the third equation, 3x+y+3z=0.
Subtracting the first equation from the third causes the y and 3z terms to vanish:
(3x+y+3z)−(x+y+3z)=0
2x=0⇒x=0
Substituting x=0 into the first equation yields 0+y+3z=0, which simplifies to y=−3z. Therefore, the ratio is zy=−3.
The Final Victory
We now calculate the required expression x+(zy)2.
Substituting our derived values x=0 and zy=−3:
The final answer is 9. Remember, the key to these problems is the ability to pause, observe the symmetry, and choose the path of least resistance.