This lesson continues Exercise 7.3 from Class 12 Integration. The recurring idea is to reshape each integrand with a trigonometric identity so it becomes a standard result or a simple substitution.
Example 1: ∫1−cosxsin2xdx
Write sin2x=1−cos2x and factor it as a difference of squares:
∫1−cosx1−cos2xdx=∫1−cosx(1+cosx)(1−cosx)dx=∫(1+cosx)dx.
Integrating term by term,
=x+sinx+c.
If the denominator were 1+cosx instead, the same factoring leaves ∫(1−cosx)dx=x−sinx+c.
Example 2: ∫1+sin2xcosx−sinxdx
Use the identity 1+sin2x=(cosx+sinx)2:
∫(cosx+sinx)2cosx−sinxdx.
Put t=cosx+sinx, so dt=(−sinx+cosx)dx=(cosx−sinx)dx. The numerator is exactly dt:
=∫t2dt=∫t−2dt=−t1+c=−cosx+sinx1+c.
Example 3: ∫tan32xsec2xdx
Keep one factor of tan2xsec2x and turn the remaining tan22x into sec22x−1:
∫tan32xsec2xdx=∫(sec22x−1)sec2xtan2xdx.
Put t=sec2x, so dt=2sec2xtan2xdx, which gives sec2xtan2xdx=21dt:
=∫(t2−1)21dt=21(3t3−t)+c.
Replacing t=sec2x,
=6sec32x−21sec2x+c.
Example 4: ∫sin2xcos2xsin3x+cos3xdx
Split the fraction into two and cancel:
∫sin2xcos2xsin3xdx+∫sin2xcos2xcos3xdx=∫cos2xsinxdx+∫sin2xcosxdx.
Rewrite each as a standard product:
=∫tanxsecxdx+∫cotxcscxdx.
Since ∫tanxsecxdx=secx and ∫cotxcscxdx=−cscx,
=secx−cscx+c.
Example 5: ∫cos2xcos2x+2sin2xdx
Write cos2x=1−2sin2x in the numerator:
cos2x+2sin2x=1−2sin2x+2sin2x=1.
So the integral collapses to
∫cos2x1dx=∫sec2xdx=tanx+c.
Example 6: ∫(cosx+sinx)2cos2xdx
Use cos2x=cos2x−sin2x=(cosx+sinx)(cosx−sinx) and cancel one factor:
∫(cosx+sinx)2(cosx+sinx)(cosx−sinx)dx=∫cosx+sinxcosx−sinxdx.
Here the numerator is the derivative of the denominator, since dxd(cosx+sinx)=−sinx+cosx. Using ∫f(x)f′(x)dx=log∣f(x)∣,
=log∣cosx+sinx∣+c.
Example 7: ∫sin−1(cosx)dx
Write cosx=sin(2π−x), so sin−1(cosx)=sin−1sin(2π−x)=2π−x:
∫sin−1(cosx)dx=∫(2π−x)dx=2πx−2x2+c.
Example 8: ∫sin2xcos2xsin2x−cos2xdx
Split the fraction and cancel:
∫sin2xcos2xsin2xdx−∫sin2xcos2xcos2xdx=∫cos2x1dx−∫sin2x1dx.
These are standard:
=∫sec2xdx−∫csc2xdx=tanx−(−cotx)=tanx+cotx+c.
Key takeaways
- Factoring a difference of squares in the numerator often cancels the denominator and leaves a simple integral.
- The identity 1+sin2x=(cosx+sinx)2 turns the second example into the substitution t=cosx+sinx.
- Double-angle identities such as cos2x=1−2sin2x and cos2x=cos2x−sin2x simplify the numerator before integrating.
- When the numerator is the derivative of the denominator, the integral is log of the denominator.