The Illusion of Complexity
Unmasking the Function f(x)
Imagine you are staring at a problem that looks like a tangled knot of exponents and roots. The function
f(x)=[2(1−2x25)(2+x25)]501
might seem like a nightmare, but in the world of JEE Advanced, complexity is often just a mask for elegance. Let us peel back the layers together.
Phase 1
The Algebraic Collapse
First, let us focus on the heart of the beast: the expression inside the brackets. We have 2(1−2x25)(2+x25).
If we distribute that leading 2 into the first parenthesis, the expression transforms into (2−x25)(2+x25).
Do you see it? This is the classic difference of squares identity: (a−b)(a+b)=a2−b2.
Here, a=2 and b=x25. Squaring these gives us 4−(x25)2, which is simply 4−x50.
Suddenly, the intimidating expression has collapsed into something beautiful and manageable:
Phase 2
The Nested Trap
Now, we tackle the composition f(f(x)). We are essentially feeding the output of f(x) back into the function.
So, f(f(x))=(4−(f(x))50)501. Substituting our simplified f(x), we get:
f(f(x))=(4−[(4−x50)501]50)501
Watch closely as the powers of 50 and 501 cancel out. We are left with (4−(4−x50))501, which simplifies to (x50)501.
Here is where the JEE examiner tests your precision. Because 50 is an even power, the 50th root of x50 is not just x; it is the absolute value, ∣x∣.
Thus, f(f(x))=∣x∣.
Phase 3
The Final Composition
With f(f(x))=∣x∣, finding f(f(f(x))) becomes a breeze. We simply apply f to ∣x∣:
f(f(f(x)))=f(∣x∣)=(4−∣x∣50)501
Since ∣x∣50 is identical to x50 (because any even power swallows the negative sign), this simplifies right back to (4−x50)501, which is just f(x).
Phase 4
The Grand Finale
We are asked to find the greatest integer less than or equal to g(1), where g(x)=f(f(f(x)))+f(f(x)). Substituting our findings, we get g(x)=f(x)+∣x∣.
Evaluating at x=1:
g(1)=f(1)+∣1∣=(4−150)501+1=3501+1
We know that 150=1 and 250 is far greater than 3. Therefore, 1<3501<2.
Adding 1 to the entire inequality gives us 2<3501+1<3.
Since g(1) is strictly between 2 and 3, the greatest integer less than or equal to g(1) is 2.