The Art of Taming the Mathematical Beast
When you first look at an integral like
it is natural to feel a surge of intimidation. It looks like a chaotic mess of greatest integer functions, exponential denominators, and a wide range of integration.
But in the world of JEE Advanced, intimidation is often just a mask for a hidden, elegant simplicity. Let us peel back the layers of this problem together.
Phase 1
The Power of Periodicity
The first thing a seasoned problem solver looks for is symmetry or periodicity. Look at the integrand: f(x)=e{x}[sin2πx].
We know that x−[x] is the definition of the fractional part function, {x}. Both the fractional part function and the sine function have a period of 1.
Because the entire function f(x) repeats every single unit, we do not need to slog through the integration from 0 to 10. We can use the property:
By recognizing that n=10 and T=1, we transform our daunting integral into a much friendlier version:
Suddenly, the mountain has become a hill.
Phase 2
Anatomy of the Numerator
Now, we must dissect the numerator: [sin2πx]. The greatest integer function is a step function; it only changes values at integers.
We need to see where sin2πx hits these integers. On the interval [0,1], the argument 2πx ranges from 0 to 2π.
Imagine the sine wave. From x=0 to x=1/2, the argument 2πx goes from 0 to π. In this region, sin2πx is positive, living between 0 and 1.
The greatest integer of any value between 0 and 1 (exclusive of 1) is 0. Therefore, the entire first half of our integral vanishes into thin air!
But what happens from x=1/2 to x=1? Here, the argument 2πx goes from π to 2π.
The sine function dips below the x-axis, taking values between −1 and 0. The greatest integer of any value in the interval [−1,0) is −1.
This is the crucial "trap" where many students lose points. We must be precise: the numerator becomes −1 in this second half.
Phase 3
The Final Integration
With our interval split, the integral becomes:
I=10(∫01/20dx+∫1/21ex−1dx)
The first part is zero, leaving us with:
This is a standard integral. The anti-derivative of e−x is −e−x. Applying the Fundamental Theorem of Calculus, we get:
I=−10[−e−x]1/21=10[e−x]1/21
Substituting the limits, we find:
This matches the form αe−1+βe−1/2+γ. By comparing coefficients, we see α=10, β=−10, and γ=0.
The sum α+β+γ is 10−10+0=0.
Conclusion
Look at that! The complexity dissolved because we took the time to understand the behavior of the functions involved.
Never rush into calculation. Visualize the graph, understand the periodicity, and let the math simplify itself. You have mastered this problem.