The Sigma Insight: Fundamental Theorem & Properties of Definite Integrals
Solution Diagram
The Art of Deconstruction
Taming the Trigonometric Beast
Welcome, fellow traveler on the JEE Advanced journey. Today, we are not just solving an integral; we are dismantling a puzzle.
When you first look at the integral
I=∫0π/41+sinxcosxsin2xdx
it is natural to feel a moment of hesitation. It looks messy and does not belong in any standard table of integrals. But that is exactly where the beauty lies; in the world of JEE, complexity is often just a mask for a simpler, more elegant structure waiting to be uncovered.
Phase 1
The Linearization
The first step in any battle is to know your terrain. We have sin2x in the numerator and a product sinxcosx in the denominator, which are classic signs that we need to linearize.
We reach into our toolkit and pull out the double-angle identities:
sin2x=21−cos2xandsinxcosx=21sin2x
By substituting these, we transform our integral into:
I=∫0π/41+21sin2x21−cos2xdx
Multiplying the numerator and denominator by 2 gives us a much cleaner expression:
I=∫0π/42+sin2x1−cos2xdx
Suddenly, the chaos has subsided. We have a rational function of cos2x and sin2x.
Phase 2
Divide and Conquer
Now, look at the numerator: 1−cos2x. It is begging to be split because we have two distinct mathematical personalities here.
We can write our integral as:
I=∫0π/42+sin2x1dx−∫0π/42+sin2xcos2xdx
Let us call these I1 and I2. By splitting them, we have turned one impossible problem into two manageable ones. This is the essence of mathematical strategy: break the problem until the pieces are small enough to handle.
Phase 3
The Logarithmic Path (I2)
Let us tackle I2=∫0π/42+sin2xcos2xdx first. Notice the relationship between the numerator and the denominator; the derivative of 2+sin2x is 2cos2x.
Our numerator is almost exactly that. By using the substitution u=2+sin2x, we get du=2cos2xdx, or cos2xdx=2du.
The integral becomes:
21∫udu=21ln∣u∣
Evaluating this from 0 to π/4 gives us:
21(ln3−ln2)=21ln(23)
We have conquered the first half.
Phase 4
The Arctan Path (I1)
Now for I1=∫0π/42+sin2x1dx. This is where many students stumble, as we have no cosine in the numerator to help us.
This is the moment to use the universal substitution t=tanx. We know sin2x=1+t22t. Substituting this, and remembering that dx=1+t2dt, the integral transforms into:
∫012(1+t2)+2tdt=21∫01t2+t+1dt
To solve this, we complete the square: t2+t+1=(t+21)2+43. Now we are in the territory of the standard integral ∫x2+a2dx=a1tan−1(ax).
With a=23, the integration yields:
31[tan−1(32t+1)]01
Plugging in the limits, we get:
31(3π−6π)=63π
The Grand Finale
We combine our results:
I=I1−I2=63π−21ln(23)
To match the target form a1ln(3a)+b3π, we rewrite the log term as +21ln(32). Comparing the two, we find a=2 and b=6.
Thus, a+b=8. You see? It wasn't magic. It was just a sequence of logical, beautiful steps. Keep practicing, and soon, you will see these patterns before you even pick up your pen.