Final Answer: I=21log2−1−tan2x2+1−tan2x−log(cotx+cot2x−1)+C
00:00 / 00:00
The Sigma Insight: Integration by Substitution
The Art of Unification
Conquering the Radical
Welcome, fellow traveler on the path to JEE mastery. Today, we face an integral that might look like a tangled mess of trigonometric functions, but I promise you, it is a beautiful puzzle waiting to be solved.
We are looking at the integral:
I=∫sinx(cos2x)1/2dx
The square root is the first thing that catches our eye, and it is usually the first thing that causes panic. But in the world of JEE, panic is just a lack of strategy.
Phase 1
The Unification
Whenever you see a double angle like 2x mixed with a single angle x, your first instinct should be to unify them. We have cos2x in the numerator, so let us use the classic double angle identity: cos2x=cos2x−sin2x.
Substituting this into our integral, we get:
I=∫sinxcos2x−sin2xdx
Now, look at that sinx in the denominator. If we bring it inside the square root, it becomes sin2x. This is a neat trick that allows us to split the fraction inside the root:
sin2xcos2x−sin2xsin2x=cot2x−1
Our complex integral has beautifully simplified to:
I=∫cot2x−1dx
Phase 2
The Radical Removal
We still have a square root to deal with. Think about trigonometric identities; we know that sec2θ−1=tan2θ. This perfectly matches our structure.
Let us make a strategic substitution. We will let cotx=secθ. By doing this, the expression inside the root becomes sec2θ−1, which is simply tanθ. The root is gone!
Phase 3
The Differential Dance
Since we changed our variable to θ, we must also find our new differential, dθ. Differentiating both sides of cotx=secθ, we get:
−csc2xdx=secθtanθdθ
Isolating dx, we have dx=−csc2xsecθtanθdθ. Remembering that csc2x=1+cot2x=1+sec2θ, our differential becomes:
dx=−1+sec2θsecθtanθdθ
Now, let us piece everything back together. Multiplying the tanθ from the root and the tanθ from dx gives us tan2θ. Our integral becomes:
I=−∫1+sec2θsecθtan2θdθ
Phase 4
The Rational Transformation
When faced with a mess of secants and tangents, the best strategy is often to convert everything back to sines and cosines. After some algebraic manipulation, we arrive at:
I=−∫cos2θ(1+cos2θ)sin2θcosθdθ
By substituting cos2θ=1−sin2θ, we get:
I=−∫(1−sin2θ)(2−sin2θ)sin2θcosθdθ
This is a favorite concept of JEE. We substitute u=sinθ, then du=cosθdθ. Our integral transforms into a rational function:
I=−∫(1−u2)(2−u2)u2du
Using partial fractions, we decompose this into:
2−u22−1−u21
Phase 5
The Final Reveal
Now, we integrate these standard forms. The integral of a2−u21 is 2a1loga−ua+u. Applying this, we return to our original variable x.