Analyzing the Setup
Welcome, future IITians! Today, we are going to dissect a beautiful piecewise function. In the world of JEE Advanced, piecewise functions are not just equations; they are stories of different behaviors in different regions.
Our goal is to find the number of points where the function f(x) is not differentiable in the open interval (−3,3). Remember, non-differentiability is the 'enemy' of smoothness. It occurs either at a sharp corner or at a point of discontinuity.
The Central Arena
We start in the region x∈[−2,2]. Here, f(x)=min(∣x∣,2−x2).
Imagine two dancers on a stage: the V-shaped absolute value function y=∣x∣ and the inverted parabola y=2−x2. The function f(x) is the 'lower envelope'—it always follows the dancer who is closer to the x-axis.
To see where they switch roles, we must find their intersection points. We set ∣x∣=2−x2. For x≥0, this becomes:
Factoring this, we get (x+2)(x−1)=0. Since we are in the positive domain, we find x=1. By symmetry, the intersection on the negative side is x=−1. Thus, the function switches its definition at x=−1 and x=1.
Internal Non-Differentiable Points
Now, let us trace the path. From x=−2 to x=−1, the parabola 2−x2 is lower. At x=−1, the V-shape takes over.
At x=0, the V-shape has a sharp corner (a cusp). Then, at x=1, the parabola takes over again.
We have identified three points of non-differentiability so far: x=−1 (intersection), x=0 (the cusp of ∣x∣), and x=1 (intersection). These are all sharp corners where the slope changes abruptly.
Outer Regions and Boundary Traps
Now, we look at the outer regions: 2<∣x∣≤3. This corresponds to x∈(2,3) and x∈(−3,−2).
In these regions, the function is defined by the behavior of the outer components. We must check the boundaries at x=2 and x=−2.
At x=2, the value of our function from the central region is:
However, the limit from the right is 2. A jump from −2 to 2 creates a massive discontinuity. The same happens at x=−2. Since the function is discontinuous at these points, it is automatically non-differentiable there.
The Final Count
Let us tally our findings. We have two points of discontinuity at x=−2 and x=2.
We have three points of sharp corners at x=−1, x=0, and x=1.
That gives us a total of 5 points of non-differentiability. This problem teaches us that we must always be vigilant—check the intersections, check the corners, and never, ever ignore the boundaries.