The Symphony of Differentiability
Welcome, fellow traveler on the road to JEE Advanced mastery! Today, we are going to peel back the layers of a problem that tests not just your algebraic skills, but your fundamental intuition about what it means for a function to be "smooth."
We are dealing with differentiability, the heartbeat of calculus. Let's embark on this journey.
Phase 1
The Anatomy of f(x)
We start with the definition:
f(x)=∣x∣xg(x) for xeq0, and f(0)=0
The term ∣x∣x is the classic signum function, sgn(x). It is −1 for negative x and +1 for positive x. This is the "trap"—the function changes its definition abruptly at x=0.
To check if
f is differentiable at
x=0, we must use the first principle:
f′(0)=x→0limx−0f(x)−f(0)
Substituting
f(0)=0, we get:
x→0limx∣x∣xg(x)
For x>0, this simplifies to limx→0+xg(x), which is g′(0)=0. For x<0, it becomes limx→0−x−g(x), which is −g′(0)=0.
Since both sides yield 0, f is indeed differentiable at x=0. A smooth start!
Phase 2
The Sharp Corner of h(x)
Next, we look at h(x)=e∣x∣. Whenever you see an absolute value, your alarm bells should ring.
Let's visualize the graph. It is an exponential curve that reflects across the y-axis, creating a "V" shape at the origin.
At x=0, the slope from the right is 1, and from the left, it is −1. Because $1
eq -1$, the function has a sharp corner. It is continuous, but definitely not differentiable. Option B is false.
Phase 3
The Composition Dance
Now, let's tackle the compositions. First, consider (f∘h)(x)=f(e∣x∣).
Since e∣x∣≥1 for all x, the input to f is always positive. For positive inputs, f(u)=g(u). So, f(h(x))=g(e∣x∣).
To check differentiability at x=0, we look at the RHD and LHD. For x>0, the derivative is g′(ex)⋅ex, which at x=0 is g′(1).
For x<0, the derivative is g′(e−x)⋅(−e−x), which at x=0 is −g′(1). Since $g'(1)
eq 0$, these two values are not equal. Thus, f∘h is not differentiable. Option C is false.
Phase 4
The Smoothing Effect
Finally, we reach the climax:
(h∘f)(x)=h(f(x))=e∣f(x)∣. We need to evaluate:
x→0limxe∣f(x)∣−1
This looks intimidating, but let's use a clever trick. We rewrite it as:
x→0lim(∣f(x)∣e∣f(x)∣−1⋅x∣f(x)∣)
The first part, ueu−1 where u=∣f(x)∣, is a standard limit that approaches 1. The second part, x∣f(x)∣, simplifies to x∣g(x)∣ because ∣∣x∣x∣=1.
As we found earlier, the limit of x∣g(x)∣ as x→0 is 0. So, we have 1⋅0=0. The derivative exists! Option D is true.
What a beautiful result! We've seen how composition can either preserve a sharp corner or, in the case of h(f(x)), smooth it out entirely. Keep this intuition close, and you'll conquer any differentiability problem the JEE throws at you!