Analyzing the Setup
Welcome, fellow traveler on the JEE journey. Today, we are going to dismantle a problem that, at first glance, looks like a nightmare.
We are looking at the integral:
That 2x in the denominator is designed to intimidate you. It is designed to make you think you need complex substitution or some obscure integration technique.
But here is the secret: in JEE Advanced, when you see a complicated function trapped between symmetric limits like [−2π,2π], you are not looking at a calculation problem; you are looking at a symmetry problem.
The King's Property
Your Secret Weapon
Whenever you see limits of the form [a,b], the King's Property is your best friend. It states that:
∫abf(x)dx=∫abf(a+b−x)dx
In our case, a=−2π and b=2π. Their sum is a+b=0. This means our property simplifies to replacing x with −x.
Let's see what happens when we do this. We define our integral as:
Applying the property, we get:
I=∫−2π2π1+2−xsin2(−x)dx
Since sin2(−x)=sin2x, our integral becomes:
The Algebraic Dance
Now, let's look at that denominator: 1+2−x. We know that 2−x=2x1.
So, the denominator is:
When we substitute this back into our integral, the 2x in the denominator of the denominator flips up to the numerator. We get:
I=∫−2π2π2x+12xsin2xdx
This is our second equation. Now, watch the magic. If we add our original integral I and this new version, we get:
2I=∫−2π2π(1+2xsin2x+1+2x2xsin2x)dx
The Grand Cancellation
Look at the numerators! We have sin2x+2xsin2x. If we factor out the sin2x, we get sin2x(1+2x).
And look at the denominator: 1+2x. They cancel out perfectly! We are left with:
The exponential term, which seemed so daunting, has vanished into thin air. This is the elegance of mathematics.
Since sin2x is an even function, we can write:
2I=2∫02πsin2xdx⟹I=∫02πsin2xdx
The Final Stretch
We cannot integrate sin2x directly, so we use the half-angle identity: sin2x=21−cos2x.
Our integral becomes:
I=∫02π21−cos2xdx=21[x−2sin2x]02π
Evaluating this at the limits, we get:
And there it is! The final answer is 4π. Remember, the next time you face a 'monster' integral, don't panic. Look for the symmetry, apply the property, and trust the algebra.