Analyzing the Setup
The integral we are dissecting is:
I=∫sin2x+sin4xcos3x+cos5xdx
When you encounter such a problem in the JEE Advanced, do not panic. Look for the hidden symmetry: the numerator contains odd powers of cosx, while the denominator consists of even powers of sinx.
In the world of integration, odd powers of cosine are a massive hint that a substitution is waiting to happen.
The Diagnostic
Preparing the Ground
Our first mission is to isolate the differential. We know that if we want to substitute t=sinx, we need a cosxdx term.
We perform surgery on the numerator by factoring out a single cosx:
cos3x+cos5x=(cos2x+cos4x)cosx
Next, we factor the denominator to get sin2x(1+sin2x). Our integral now takes the form:
I=∫sin2x(1+sin2x)(cos2x+cos4x)cosxdx
The Transformation
Converting to Algebraic Form
We must convert all remaining trigonometric terms into sinx using the identity cos2x=1−sin2x. Consequently, cos4x=(1−sin2x)2.
Substituting these into the integral, we obtain:
I=∫sin2x(1+sin2x)[1−sin2x+(1−sin2x)2]cosxdx
Let t=sinx, which implies dt=cosxdx. The integral transforms into a purely algebraic rational function:
I=∫t2(1+t2)1−t2+(1−t2)2dt
The Algebraic War
Division and Decomposition
Expanding (1−t2)2 gives 1−2t2+t4. Combining terms, the numerator becomes t4−3t2+2.
The integral is now:
Since the degree of the numerator equals the degree of the denominator, we must perform polynomial division. We rewrite the numerator as:
Dividing by t2(t2+1), we obtain:
We decompose the remainder using partial fractions:
t2(t2+1)2−4t2=t2A+t2+1B
Solving for the coefficients, we find A=2 and B=−6.
The Victory
Final Integration
We are left with the simplified integral:
Integrating term by term, we get:
Finally, back-substituting t=sinx, we arrive at the final answer:
I=sinx−2cscx−6tan−1(sinx)+c