Analyzing the Setup
Welcome, fellow JEE warriors. Today, we are going to dismantle a problem that, at first glance, looks like a nightmare.
Consider the integral:
I=∫(sin5x+cos3xsin2x+sin3xcos2x+cos5x)2sin2xcos2xdx
It is a massive, intimidating polynomial of trigonometric functions. However, in JEE Advanced, complexity is often just a mask for a hidden, elegant simplicity.
The Art of Grouping
We start by isolating the denominator: D=sin5x+cos3xsin2x+sin3xcos2x+cos5x. If you try to integrate this as is, you will be lost in a sea of algebra.
Instead, we look for patterns. Notice the first and third terms: sin5x+sin3xcos2x. If we factor out sin3x, we get:
sin3x(sin2x+cos2x)=sin3x(1)=sin3x
Similarly, for the second and fourth terms, cos3xsin2x+cos5x, we factor out cos3x to get:
cos3x(sin2x+cos2x)=cos3x(1)=cos3x
The entire denominator collapses from a four-term monster into (sin3x+cos3x)2. This is our first major victory.
The Strategic Divide
Now our integral simplifies to:
I=∫(sin3x+cos3x)2sin2xcos2xdx
To transform this into a standard form, we convert the expression into tanx and secx by dividing the numerator and denominator by cos6x.
In the numerator, we get:
cos6xsin2xcos2x=cos4xsin2x=tan2xsec2x
In the denominator, we bring the cos6x inside the square as cos3x:
(cos3xsin3x+cos3x)2=(tan3x+1)2
The integral is now reduced to:
I=∫(1+tan3x)2tan2xsec2xdx
The Elegant Substitution
Look at the transformed integral; it is perfectly set up for substitution. Let t=1+tan3x.
Then, the differential is dt=3tan2xsec2xdx, which implies tan2xsec2xdx=31dt. Our integral becomes:
This is a basic power rule integration. The result is:
Final Calculation
Substituting back t=1+tan3x, we obtain the final result:
We have successfully dismantled the monster. Remember, in JEE, never rush to calculate; always pause, look for patterns, and simplify.