The Beauty of Piecewise Functions
When you first encounter a problem like this, it is natural to feel a bit overwhelmed. You see a function defined in two different ways, a greatest integer symbol, a natural logarithm, and an exponential—it looks like a chaotic mess.
But in the world of JEE Advanced, complexity is often just a mask for elegance. Let us peel back that mask together.
Phase 1
Decoding the First Interval [0,1)
Our function is defined as f(x)=emin{x2,x−[x]} for x∈[0,1). The first thing to notice is the term [x].
For any x in the interval [0,1), the greatest integer of x is simply 0. This is a huge relief! It means the exponent simplifies to min{x2,x−0}, which is just min{x2,x}.
Now, ask yourself: in the world of numbers between 0 and 1, which is smaller, x or x2? If you pick 0.5, x2 is 0.25. If you pick 0.1, x2 is 0.01.
The square is always smaller than the number itself. Therefore, min{x2,x}=x2. Our function for the first interval is simply f(x)=ex2. That was not so scary, was it?
Phase 2
Decoding the Second Interval [1,2]
Now, let us look at the second part: f(x)=e[x−lnx] for x∈[1,2]. This looks intimidating. Let us define g(x)=x−lnx.
To understand its greatest integer, we need to know its range. We use the power of calculus: g′(x)=1−x1. Since x≥1, x1≤1, which means g′(x)≥0. This tells us that g(x) is a strictly increasing function.
The minimum value occurs at x=1, giving g(1)=1−ln(1)=1. The maximum occurs at x=2, giving g(2)=2−ln(2)≈1.307.
So, g(x) lives between 1 and 1.307. The greatest integer of any number in this range is always 1. Thus, f(x)=e1=e for the entire interval [1,2].
Phase 3
The Integration
We have successfully simplified our function. The integral ∫02xf(x)dx now splits into two manageable pieces:
Let us call these I1 and I2. For I1, we use a simple substitution. Let t=x2, then dt=2xdx, or xdx=21dt. When x=0,t=0; when x=1,t=1.
I1=21∫01etdt=21[et]01=2e−1
For I2, since e is a constant, we pull it out:
I2=e∫12xdx=e[2x2]12=e(24−21)=e(23)=23e
The Final Celebration
Adding them together, we get:
I=2e−1+23e=2e−1+3e=24e−1=∗∗2e−21∗∗
Look at that! We started with a complex piecewise function and ended with a clean, elegant result. This is the essence of JEE physics and math—breaking down the intimidating into the fundamental. Keep practicing, and you will find that every problem has a story waiting to be told.