This lesson works through the first questions of Exercise 7.3 from Class 12 Integration. The recurring ideas are to rewrite even powers of sine with the half-angle identity, and to integrate odd powers by splitting off one factor and substituting.
Example 1: ∫sin2(2x+5)dx
Use the identity sin2θ=21−cos2θ with θ=2x+5, so 2θ=4x+10:
∫sin2(2x+5)dx=∫21−cos(4x+10)dx=21∫dx−21∫cos(4x+10)dx.
Since ∫cos(4x+10)dx=4sin(4x+10),
=2x−81sin(4x+10)+c.
Example 2: ∫sin3(2x+1)dx
Split off one factor of sine and write sin2 with the Pythagorean identity:
∫sin3(2x+1)dx=∫(1−cos2(2x+1))sin(2x+1)dx.
Put t=cos(2x+1), so dt=−2sin(2x+1)dx, which gives sin(2x+1)dx=−21dt. Then
=∫(1−t2)(−21)dt=−21(t−3t3)+c.
Replacing t=cos(2x+1),
=−21cos(2x+1)+61cos3(2x+1)+c.
Example 3: ∫sin3xcos3xdx
Keep one cosine for the substitution and turn the remaining cos2x into 1−sin2x:
∫sin3xcos3xdx=∫sin3x(1−sin2x)cosxdx.
Put t=sinx, so dt=cosxdx:
=∫t3(1−t2)dt=∫(t3−t5)dt=4t4−6t6+c.
Replacing t=sinx,
=4sin4x−6sin6x+c.
Example 4: ∫1−cosxcosxdx
Multiply the top and bottom by 1+cosx to use 1−cos2x=sin2x:
1−cosxcosx=(1−cosx)(1+cosx)cosx(1+cosx)=sin2xcosx+cos2x.
Split the fraction:
∫sin2xcosxdx+∫sin2xcos2xdx=∫cotxcscxdx+∫cot2xdx.
The first integral is −cscx. For the second, use cot2x=csc2x−1:
∫cot2xdx=∫(csc2x−1)dx=−cotx−x.
Adding the parts,
=−cscx−cotx−x+c.
Example 5: ∫sin4xdx
Write sin4x=(sin2x)2 and use the half-angle identity:
∫sin4xdx=∫(21−cos2x)2dx=41∫(1−2cos2x+cos22x)dx.
For the last term use cos22x=21+cos4x. Integrating term by term,
=41[x−sin2x+21(x+4sin4x)]=41x−41sin2x+81x+321sin4x.
Collecting the x terms, 41x+81x=83x, so
=83x−41sin2x+321sin4x+c.
Key takeaways
- For an even power of sine, rewrite it with the half-angle identity sin2θ=21−cos2θ and integrate term by term.
- For an odd power of sine, peel off one sine factor and substitute t=cosx; for an odd power of cosine, peel off one cosine factor and substitute t=sinx.
- A fraction like 1−cosxcosx becomes integrable after multiplying top and bottom by 1+cosx to bring in sin2x.