Analyzing the Setup
The expression [x+(x3−1)21]5+[x−(x3−1)21]5 may appear intimidating due to the nested radicals. However, JEE Advanced problems often rely on spotting hidden structures rather than brute force.
Let us define
y=(x3−1)21. The expression simplifies significantly to the form:
(x+y)5+(x−y)5
The Binomial Magic
We invoke the Binomial Theorem to expand the expression. When calculating (x+y)n+(x−y)n, terms with odd powers of y cancel out, leaving twice the sum of terms with even powers of y.
For
n=5, the expansion becomes:
2[5C0x5+5C2x3y2+5C4xy4]
Calculating the binomial coefficients, we have
5C0=1,
5C2=10, and
5C4=5. Substituting these values, the expression becomes:
2[1⋅x5+10x3y2+5xy4]
The Final Reveal
Now, we substitute the original variable back into the expression. Given
y2=(x3−1) and
y4=(x3−1)2, the expression is:
2[x5+10x3(x3−1)+5x(x3−1)2]
To determine the degree of the resulting polynomial, we identify the highest power of x in each term:
1. The first term x5 has degree 5.
2. The second term 10x3(x3−1)=10x6−10x3 has degree 6.
3. The third term 5x(x3−1)2=5x(x6−2x3+1)=5x7−10x4+5x has degree 7.
Comparing these, the highest power is 7. Therefore, the degree of the polynomial is 7.