Analyzing the Setup
Imagine you are standing before a complex integral:
I=∫02πsin8x+cos8xxsin8xdx
At first glance, it looks intimidating. The variable x in the numerator seems to be the source of all our trouble.
In the world of JEE Advanced, whenever you see an x multiplied by a function, there is almost always a hidden symmetry waiting to be exploited. We call this the King's Property.
The King's Property
Our Magic Wand
The King's Property is defined as:
∫0af(x)dx=∫0af(a−x)dx
It is the most powerful tool in your arsenal for definite integration. By replacing x with a−x, we often find that the troublesome x term cancels out.
In our case,
a=2π. So, we write:
I=∫02πsin8(2π−x)+cos8(2π−x)(2π−x)sin8(2π−x)dx
The Trigonometric Dance
Now, we must be careful. We need to evaluate sin(2π−x) and cos(2π−x).
Since
2π−x is in the fourth quadrant,
sin(2π−x)=−sinx and
cos(2π−x)=cosx. However, because we are raising these to the power of
8 (an even number), the negative sign vanishes:
sin8(2π−x)=(−sinx)8=sin8x
The denominator remains unchanged. Our integral now looks like this:
I=∫02πsin8x+cos8x(2π−x)sin8xdx
The Beautiful Cancellation
Now, let us add our original integral I to this new form. On the left, we get 2I.
On the right, since the denominators are identical, we add the numerators:
2I=∫02πsin8x+cos8xxsin8x+(2π−x)sin8xdx
Look closely at the numerator: xsin8x+2πsin8x−xsin8x. The xsin8x terms cancel out perfectly!
We are left with:
2I=∫02πsin8x+cos8x2πsin8xdx
We can pull the constant
2π outside:
I=π∫02πsin8x+cos8xsin8xdx
Reducing the Limits
We are almost there. The function f(x)=sin8x+cos8xsin8x has a period of π/2.
Using the property
∫02af(x)dx=2∫0af(x)dx, we can reduce the interval
[0,2π] to
[0,π/2] by multiplying by
4:
I=π⋅4∫0π/2sin8x+cos8xsin8xdx
Let
J=∫0π/2sin8x+cos8xsin8xdx. Applying the King's Property again to
J (with
a=π/2), we get:
J=∫0π/2cos8x+sin8xcos8xdx
Adding these two forms of
J gives:
2J=∫0π/21dx=2π⇒J=4π
Finally, we calculate the result:
I=4π⋅(4π)=π2
The elegance of this result is a testament to the power of symmetry in mathematics.