Analyzing the Setup
The determinant f(x) is designed to look like an intimidating fortress. With terms like 1+a2x and (1+b2)x scattered across the rows, a direct expansion is a trap intended to waste time.
In JEE Advanced, examiners reward the strategic mind over brute force. We are given the critical condition:
a2+b2+c2=−2
This constraint is the master key to unlocking the entire problem.
The Surgical Strike
Row Operations
Instead of expanding, we utilize the power of row operations to create zeros. Zeros are the "magic keys" that make expansion trivial.
We apply the following transformations to the determinant:
R2→R2−R1
R3→R3−R1
Let us calculate the new elements for row two:
The first element becomes (1+a2)x−(1+a2x)=x+a2x−1−a2x=x−1.
The second element becomes (1+b2)x−(1+b2x)=x+b2x−1−b2x=x−1.
The third element becomes (1+c2)x−(1+c2x)=x−1.
By repeating similar logic for row three, we transform the chaos into a structured matrix where rows are filled with simple terms like (x−1).
The 'Aha!' Moment
Now, our determinant f(x) is significantly simplified. When we expand this along the rows, we find a common factor of (x−1)2 hiding in the expression.
After factoring out
(x−1)2, we are left with a bracketed expression:
1+a2x+(1+b2)x+(1+c2)x
Expanding the terms inside the bracket:
1+a2x+x+b2x+x+c2x=1+x(a2+b2+c2+2)
The Final Victory
Recall the condition provided at the start:
a2+b2+c2=−2. Substituting this into our expression, the term inside the bracket becomes:
1+x(−2+2)=1+x(0)=1
The entire
x term vanishes, leaving us with:
f(x)=(x−1)2
Expanding this, we get f(x)=x2−2x+1. The highest power of x is 2.
We have successfully navigated the trap and arrived at the solution with precision. The degree of the polynomial is 2.