Analyzing the Setup
Imagine you are standing before a complex, intimidating integral. It looks like a monster, doesn't it?
I=∫0π2x−πxsin2xsin(2πcosx)dx
But in the world of JEE Advanced, every monster has a weakness. Our weakness here is the denominator, 2x−π. Whenever you see a linear term in the denominator combined with bounds like [0,π], your intuition should immediately scream: "King's Property!"
Phase 1
The King's Property
The King's Property, ∫0af(x)dx=∫0af(a−x)dx, is not just a formula; it is a lens that reveals the hidden symmetry of a function. Let us define our integral as I.
By replacing x with π−x, we are essentially flipping the function across the midpoint of the interval. Let's watch the transformation:
The numerator sin2x becomes sin2(π−x)=sin(2π−2x)=−sin2x.
The term sin(2πcosx) transforms into sin(2πcos(π−x))=sin(−2πcosx)=−sin(2πcosx).
Phase 2
The Beautiful Cancellation
Now, look at the denominator. Replacing x with π−x gives 2(π−x)−π=π−2x.
This is the magic moment. Our new integral I now has a denominator of π−2x, which is just −(2x−π).
When we add the original I to our transformed I, we get:
2I=∫0π2x−πxsin2xsin(…)+π−2x(π−x)sin2xsin(…)dx
By factoring out the negative sign from the second denominator, we get a common denominator of 2x−π. The numerators combine to x+(x−π)=2x−π.
They cancel perfectly! We are left with:
2I=∫0πsin2xsin(2πcosx)dx
The monster has been tamed.
Phase 3
The Transformation
We are now left with I=21∫0πsin2xsin(2πcosx)dx. Using the identity sin2x=2sinxcosx, the 2 cancels with the 21, leaving:
I=∫0πsinxcosxsin(2πcosx)dx
This structure is a perfect candidate for u-substitution. Let u=2πcosx.
Then du=−2πsinxdx, which means sinxdx=−π2du. As we change the limits, x=0 maps to u=2π, and x=π maps to u=−2π.
Phase 4
The Final Dance
Substituting these into our integral, we get:
I=∫π/2−π/2(π2u)sinu(−π2du)=π24∫−π/2π/2usinudu
We use Integration by Parts on ∫usinudu. Let f=u and g′=sinu. The result is −ucosu+sinu.
Evaluating this from −2π to 2π yields 1−(−1)=2.
Finally, multiplying by our constant π24, we arrive at our elegant answer: π28. It is a journey from chaos to order, and that is the essence of physics and mathematics.