Analyzing the Setup
The function under investigation is defined as f(x)=∣logex∣−∣x−1∣. This function represents a landscape where the modulus operators act as mirrors, potentially creating sharp corners or "cusps" at transition points.
To understand the behavior of f(x), we must identify the critical point where the expressions inside the modulus bars change sign. Both logex and x−1 equal zero at x=1.
The Critical Point
For the interval 0<x<1, the natural logarithm logex is negative, and x−1 is also negative. Consequently, the modulus definitions are ∣logex∣=−logex and ∣x−1∣=−(x−1).
Substituting these into our function, we obtain:
f(x)=−logex−(−(x−1))=−logex+x−1
To determine the behavior, we calculate the derivative:
f′(x)=−x1+1=xx−1
In the interval (0,1), x is positive and x−1 is negative. Since the derivative f′(x)<0, the function is strictly decreasing in this interval.
The Second Act
Now, consider the territory where x>1. Here, logex is positive and x−1 is positive, so ∣logex∣=logex and ∣x−1∣=x−1.
Our function simplifies to:
f(x)=logex−(x−1)=logex−x+1
The derivative in this region is:
f′(x)=x1−1=x1−x
Since x>1, the numerator (1−x) is negative and the denominator x is positive. Thus, f′(x)<0, confirming that the function is strictly decreasing for x>1 as well.
The Differentiability Test
We now address whether the function is differentiable at the transition point x=1. We compare the Left Hand Derivative (LHD) and the Right Hand Derivative (RHD).
The LHD is calculated as:
x→1−limf′(x)=x→1−limxx−1=0
The RHD is calculated as:
x→1+limf′(x)=x→1+limx1−x=0
Because the LHD equals the RHD, the function is differentiable at x=1. Despite the presence of modulus bars, the function is smooth everywhere.
Final Conclusion
Based on our rigorous analysis:
1. Statement (I) is true: The function is differentiable everywhere.
2. Statement (II) is false: The function is decreasing, not increasing, in the interval (0,1).
3. Statement (III) is true: The function is decreasing in the interval (1,∞).
The correct conclusion is that only (I) and (III) are true. Always remember that in JEE Advanced, the most reliable tool is the cold, hard logic of calculus rather than intuition alone.