Analyzing the Setup
The function provided is f(x)=xcos−1(−sin∣x∣). This expression contains a modulus, an inverse trigonometric function, and a negative argument, which often serves as a trap in JEE Advanced problems.
To simplify, we utilize the identity cos−1(−y)=π−cos−1(y). Applying this to our function, we get:
By removing the negative sign, the expression becomes significantly more manageable.
The Inverse Trigonometric Dance
Next, we address the term cos−1(sin∣x∣). We recall the fundamental identity cos−1(θ)+sin−1(θ)=2π.
This allows us to rewrite the term as:
cos−1(sin∣x∣)=2π−sin−1(sin∣x∣)
Assuming the standard domain restriction where ∣x∣∈[0,2π], the expression sin−1(sin∣x∣) simplifies directly to ∣x∣. Substituting this back into our function yields:
This collapses into the elegant form:
The Piecewise Reality
With the function simplified to f(x)=x(2π+∣x∣), we resolve the modulus by considering the two possible cases for x:
For
x≥0:
f(x)=x(2π+x)=2πx+x2
For
x<0:
f(x)=x(2π−x)=2πx−x2
Final Calculation and Differentiability
We now differentiate the piecewise components. For x>0, the derivative is f′(x)=2π+2x. For x<0, the derivative is f′(x)=2π−2x.
Checking the differentiability at x=0, we find that the left-hand derivative and the right-hand derivative both equal 2π. Therefore, the function is differentiable at x=0.
The final behavior of the function is determined by these derivatives: for x<0, the slope is decreasing, and for x>0, the slope is increasing. Always remember the golden rule of JEE calculus: simplify first, differentiate later.