The engine underneath is always u-substitution: we want the integrand shaped like ∫f(u)du, where du is a genuine derivative sitting inside the integral.
Goal: name u and set up. These are almost pure pattern-matching.
Recall Solution 1.1
Forecast:cos has odd power (n=3), sin has power 0. Odd one out (cos) donates du, so u=sinx.
Step — peel one cos: we split cos3x=cos2x⋅cosx. The lone cosxdx is exactly d(sinx).
∫cos2x(cosxdx)Step — convert the even leftover using cos2x=1−sin2x (now everything is in sin):
∫(1−sin2x)(cosxdx)Substituteu=sinx,du=cosxdx:
∫(1−u2)du=u−3u3+CBack-substitute:sinx−3sin3x+C
Recall Solution 1.2
Forecast: there is no spare sec2x and no spare secxtanx to be a du. So substitution can't start directly — we rewrite first with tan2x=sec2x−1.
∫(sec2x−1)dx
Now ∫sec2xdx=tanx (because dxdtanx=sec2x) and ∫1dx=x:
tanx−x+C
Recall Solution 1.3
Forecast: the sec power is even (n=2). Save sec2x for du, let u=tanx.
∫tan3x(sec2xdx)
Here nothing even needs converting — the whole tan3x is left, and sec2xdx=du.
Substituteu=tanx,du=sec2xdx:
∫u3du=4u4+C=4tan4x+C
Goal: run the full peel–convert–substitute machine to a boxed answer.
Recall Solution 2.1
Forecast:sin power is odd (m=3). Peel one sinx; let u=cosx.
∫sin2xcos2x(sinxdx)Convert the even sin2x using sin2x=1−cos2x:
∫(1−cos2x)cos2x(sinxdx)Substituteu=cosx. Here du=−sinxdx, so sinxdx=−du (write the minus explicitly!):
∫(1−u2)u2(−du)=−∫(u2−u4)du=−3u3+5u5+CBack-substitute:5cos5x−3cos3x+C
Recall Solution 2.2
Forecast: both powers even → nothing peels cleanly → Power-reduction & double-angle formulas.
Use sin2x=21−cos2x and cos2x=21+cos2x:
∫21−cos2x⋅21+cos2xdx=41∫(1−cos22x)dx
That (1−cos22x) is sin22x, but power-reduce again to integrate it: cos22x=21+cos4x.
41∫(1−21+cos4x)dx=41∫(21−2cos4x)dx=41(2x−8sin4x)+C=8x−32sin4x+C
Recall Solution 2.3
Forecast:tan odd, but there is no secxtanx to be du. Split off tan2x and convert:
∫tan2xtanxdx=∫(sec2x−1)tanxdx=∫tanxsec2xdx−∫tanxdxFirst piece:u=tanx,du=sec2xdx⇒∫udu=2tan2x.
Second piece:∫tanxdx=−ln∣cosx∣+C=ln∣secx∣+C (from u=cosx).
2tan2x−ln∣secx∣+C
Goal: choose between competing methods, or handle a definite integral.
Recall Solution 3.1
Forecast: this is tan0xsec4x — sec power even → save sec2x, let u=tanx.
∫sec2x(sec2xdx)Convert the saved-for-conversion sec2x=1+tan2x:
∫(1+tan2x)(sec2xdx)Substituteu=tanx,du=sec2xdx:
∫(1+u2)du=u+3u3+C=tanx+3tan3x+C
Recall Solution 3.2
Forecast:cos odd → u=sinx. Peel one cosx, convert cos2x=1−sin2x.
∫0π/2sin2x(1−sin2x)(cosxdx)Change the limits too (this is a definite integral): u=sinx, so
x=0⇒u=0 and x=π/2⇒u=1.
∫01u2(1−u2)du=∫01(u2−u4)du=[3u3−5u5]01=31−51=152
Recall Solution 3.3
Forecast: rewrite as sin3xcos−4x. The sin power is odd — peel one sinx, let u=cosx. (Negative powers of cos are fine; parity of sin is what matters.)
∫sin2xcos−4x(sinxdx)=∫(1−cos2x)cos−4x(sinxdx)Substituteu=cosx,sinxdx=−du:
∫(1−u2)u−4(−du)=−∫(u−4−u−2)du=−(−3u−3−−1u−1)+C=3u31−u1+C=3cos3x1−cosx1+C=3sec3x−secx+C
Goal: combine identity work with parts, or chain two tools.
Recall Solution 4.1
Forecast:sec power is odd and tan power is even (m=0) — neither parity rule from Case B applies. This is the classic case for Integration by parts.
Write sec3x=secx⋅sec2x and set
u=secx,dv=sec2xdx⇒du=secxtanxdx,v=tanx.
Parts, ∫udv=uv−∫vdu:
∫sec3xdx=secxtanx−∫tanx⋅secxtanxdx=secxtanx−∫secxtan2xdxConverttan2x=sec2x−1:
=secxtanx−∫secx(sec2x−1)dx=secxtanx−∫sec3xdx+∫secxdx
The unknown integral reappears! Call it I=∫sec3xdx. Then
I=secxtanx−I+ln∣secx+tanx∣⇒2I=secxtanx+ln∣secx+tanx∣∫sec3xdx=21secxtanx+21ln∣secx+tanx∣+C
Recall Solution 4.2
Forecast:tan even, sec odd — again no parity rule fits directly. Convert all tan to sec and reduce to secant powers.
Use tan2x=sec2x−1:
∫(sec2x−1)sec3xdx=∫sec5xdx−∫sec3xdx
We already know ∫sec3xdx (Problem 4.1). For ∫sec5xdx use the reduction formula∫secnxdx=n−1secn−2xtanx+n−1n−2∫secn−2xdx.
With n=5: ∫sec5xdx=4sec3xtanx+43∫sec3xdx.
Subtract ∫sec3xdx:
∫tan2xsec3xdx=4sec3xtanx+43I−I=4sec3xtanx−41I
where I=21secxtanx+21ln∣secx+tanx∣. So
4sec3xtanx−8secxtanx−81ln∣secx+tanx∣+C
Goal: full multi-tool problems with every case-branch and edge behaviour visible.
Recall Solution 5.1
Forecast: two valid routes! tan odd (save secxtanx, u=secx) orsec even (save sec2x, u=tanx). The sec-even route is cleaner here because we get a plain polynomial in tan.
Save sec2x, let u=tanx:∫tan5xsec2x(sec2xdx)=∫tan5x(1+tan2x)(sec2xdx)Change limits:u=tanx, so x=0⇒u=0, x=π/4⇒u=tan4π=1.
∫01u5(1+u2)du=∫01(u5+u7)du=[6u6+8u8]01=61+81=244+243=247
Recall Solution 5.2
Forecast:sin power odd (m=5) — peel one sinx, let u=cosx. Leftover sin4x=(sin2x)2=(1−cos2x)2.
∫(sin2x)2cos4x(sinxdx)=∫(1−cos2x)2cos4x(sinxdx)Substituteu=cosx,sinxdx=−du:
−∫(1−u2)2u4du
Expand (1−u2)2=1−2u2+u4, so (1−u2)2u4=u4−2u6+u8:
−∫(u4−2u6+u8)du=−(5u5−72u7+9u9)+C−5cos5x+72cos7x−9cos9x+C
Recall Solution 5.3
First integral.cos2x1=sec2x, and sec2x is itself the derivative of tanx. No peeling, no identity — just recognition:
∫sec2xdx=tanx+CSecond integral.cos2xsin2x=tan2x. This is Problem 1.2's engine: convert tan2x=sec2x−1:
∫(sec2x−1)dx=tanx−x+CThe relationship (the edge insight): the two integrands differ by exactly 1, since sec2x−tan2x=1. So their integrals differ by ∫1dx=x — visible as the extra −x in the second answer. Recognising sec2x−tan2x=1before integrating saves all the work.