Question
Derive the reduction formula for In=∫sinnxdx. Then use it to evaluate ∫0π/2sin6xdx.
(JEE Advanced 2022, similar pattern)
Solution — Step by Step
Write sinnx=sinn−1x⋅sinx.
Let u=sinn−1x and dv=sinxdx. Then du=(n−1)sinn−2xcosxdx and v=−cosx.
In=−sinn−1xcosx+(n−1)∫sinn−2xcos2xdx
Replace cos2x=1−sin2x:
In=−sinn−1xcosx+(n−1)∫sinn−2xdx−(n−1)∫sinnxdx
In=−sinn−1xcosx+(n−1)In−2−(n−1)In
In+(n−1)In=−sinn−1xcosx+(n−1)In−2
nIn=−sinn−1xcosx+(n−1)In−2
In=∫sinnxdx=−nsinn−1xcosx+nn−1In−2
For the definite integral ∫0π/2sinnxdx, the boundary term vanishes (both sin0=0 and cos(π/2)=0), giving:
∫0π/2sinnxdx=nn−1∫0π/2sinn−2xdx
For n=6:
I6=65⋅I4=65⋅43⋅I2=65⋅43⋅21⋅I0
Since I0=∫0π/21dx=2π:
I6=65⋅43⋅21⋅2π=325π
Why This Works
The reduction formula converts In into In−2, reducing the power by 2 each time. By repeatedly applying it, we reach either I0 (if n is even) or I1 (if n is odd), both of which are elementary integrals.
This is Wallis’ formula in action. The pattern for even n:
∫0π/2sin2kxdx=(2k)!!(2k−1)!!⋅2π
where !! denotes the double factorial.
Alternative Method
For sin6x specifically, you can use the power-reduction identity:
sin2x=21−cos2x
Cube both sides: sin6x=81(1−cos2x)3. Expand, integrate term by term. This avoids the reduction formula but involves more algebra.
For JEE Advanced, memorise the Wallis’ result: ∫0π/2sinnxdx=∫0π/2cosnxdx, and the chain of fractions terminates at π/2 for even n and at 1 for odd n. This saves time on definite integral problems.
Common Mistake
When deriving the reduction formula, students often forget to substitute cos2x=1−sin2x and instead try to integrate sinn−2xcos2x directly. Without this substitution, you cannot bring In back to the left side and the reduction does not close. The cos2x→1−sin2x step is the crucial trick.