This lesson finishes off Exercise 7.3 with several more integrals, each solved by choosing a good substitution or by simplifying the integrand with a trig identity first. The problems are worked in the order they appear in the video.
An exponential integrand
Evaluate
∫ax(1+xlna)sec2(axx)dx.
Put
t=axx.
Differentiating, dt=ax(1+xlna)dx, which is exactly the factor sitting in front. So the integral becomes
∫sec2tdt=tant+C=tan(axx)+C.
A fraction reduced to a rational function of tan
Evaluate ∫sinxcos3x1dx. Multiply numerator and denominator by cosx and rewrite using tanx:
∫sinxcos4xcosxdx=∫tanx1sec2xsec2xdx.
Put t=tanx, so dt=sec2xdx and sec2x=1+tan2x=1+t2:
∫t1+t2dt=∫t1dt+∫tdt=ln∣t∣+2t2+C.
Back-substitute:
ln∣tanx∣+2tan2x+C.
Integrating tan4x
Write tan4x=tan2xtan2x and use tan2x=sec2x−1:
∫tan2x(sec2x−1)dx=∫tan2xsec2xdx−∫tan2xdx.
First integral. Put t=tanx, dt=sec2xdx:
∫t2dt=3tan3x.
Second integral. Again use tan2x=sec2x−1:
∫(sec2x−1)dx=tanx−x.
Combining,
∫tan4xdx=3tan3x−tanx+x+C.
A fraction of cosines
Evaluate ∫cosx−cosαcos2x−cos2αdx. Using cos2θ=2cos2θ−1,
cosx−cosα(2cos2x−1)−(2cos2α−1)=cosx−cosα2(cos2x−cos2α).
The numerator is a difference of squares, cos2x−cos2α=(cosx+cosα)(cosx−cosα), so the (cosx−cosα) cancels:
∫2(cosx+cosα)dx=2sinx+2xcosα+C,
remembering that cosα is a constant.
1+cosxsin2x
Use sin2x=1−cos2x=(1+cosx)(1−cosx), so the (1+cosx) cancels:
∫1+cosx1−cos2xdx=∫(1−cosx)dx=x−sinx+C.
1−cosxcosx
Multiply top and bottom by the conjugate 1+cosx:
∫(1−cosx)(1+cosx)cosx(1+cosx)dx=∫sin2xcosx+cos2xdx.
Split into two pieces:
∫sin2xcosxdx+∫sin2xcos2xdx=∫cotxcscxdx+∫cot2xdx.
The first integral is −cscx. For the second, cot2x=csc2x−1, giving −cotx−x. Altogether,
−cscx−cotx−x+C.
1+cosx1−cosx
Use the half-angle forms 1−cosx=2sin22x and 1+cosx=2cos22x:
∫2cos22x2sin22xdx=∫tan22xdx=∫(sec22x−1)dx.
Integrating,
2tan2x−x+C.
Product to sum: sin3xcos4x
Multiply and divide by 2 and use 2sinXcosY=sin(X+Y)+sin(X−Y):
∫sin3xcos4xdx=21∫(sin7x+sin(−x))dx=21∫(sin7x−sinx)dx.
Integrate term by term:
21(−7cos7x+cosx)+C=2cosx−14cos7x+C.
Key takeaways
- A good substitution often appears when the derivative of an inner expression is already a factor in the integrand.
- Identities such as tan2x=sec2x−1 and cot2x=csc2x−1 reduce higher powers to standard integrals.
- Multiplying by a conjugate, or spotting a difference of squares, lets a cancellation simplify the fraction before you integrate.
- Convert products of sines and cosines into sums with the product-to-sum formulas before integrating.