This is the drill floor for the parent topic . The parent gave you the rules . Here we hunt down every possible shape an exam or textbook can hand you, and solve one of each — so that when you meet a new integral, you already recognise which cell of the grid it lives in.
Before anything, one honest reminder of what all our tools mean, in plain words:
Definition The words behind the symbols
sin x , cos x — the height and the width of a point spinning around a circle of radius 1 . Think of a clock hand: sin is how high the tip is, cos is how far right it is.
tan x = cos x sin x — the steepness (rise over run) of that clock hand.
sec x = cos x 1 — one divided by the width. It blows up to infinity wherever the width cos x hits zero.
∫ ( … ) d x — "find the running total / area accumulated by the thing inside as x moves."
C — the constant we always add back, because many curves have the same slope; the integral only knows the shape , not the height .
Everything below is the single move: peel one factor to be d u , rebuild the rest with an identity. We just do it in every disguise.
Every integral in this topic falls into exactly one row. Our job is to have solved at least one example of each.
#
Cell (which case)
Trigger you spot
u = ?
Example
1
sin m cos n , cos odd
odd power on cos
u = sin x
Ex 1
2
sin m cos n , sin odd
odd power on sin
u = cos x
Ex 2
3
sin m cos n , both even
no odd factor
power-reduction
Ex 3
4
sin m cos n , both odd
both odd — a free choice!
either
Ex 4
5
tan m sec n , sec even
even power on sec
u = tan x
Ex 5
6
tan m sec n , tan odd
odd power on tan
u = sec x
Ex 6
7
Degenerate : pure ∫ tan x d x (odd tan, no sec, no even fallback)
tan alone
u = cos x
Ex 7
8
Definite integral with sign/quadrant care
limits given
as above
Ex 8
9
Word problem (RMS / average value) — real-world
"average power"
power-reduction
Ex 9
10
Exam twist : n even and m even in tan / sec — neither shortcut applies cleanly
tan 2 sec 0
identity only
Ex 10
Intuition Why these are ALL the cases
A product sin m cos n is decided entirely by the parity (odd/even) of m and n : (odd,even), (even,odd), (even,even), (odd,odd) — that is literally four boxes and no fifth. For tan m sec n the deciding features are "sec even?" and "tan odd?", plus the leftover degenerate corners where neither shortcut fires (rows 7 and 10). Cover these and you have covered the universe.
∫ cos 3 x d x
Forecast (you first): The power on cos is 3 — odd. Which function becomes u ? … Peel one cos x off to be d u , so u = sin x .
Step 1 — split off one cosine.
Why this step? We need a spare cos x d x because d ( sin x ) = cos x d x . Odd power lets us take one and leave an even pile.
∫ cos 2 x ( cos x d x )
Step 2 — convert the even leftover to sine.
Why? The identity cos 2 x = 1 − sin 2 x only rewrites squares ; the even leftover is exactly a square.
∫ ( 1 − sin 2 x ) ( cos x d x )
Step 3 — substitute u = sin x , d u = cos x d x .
Why? Now every piece is either u or d u — baby algebra.
∫ ( 1 − u 2 ) d u = u − 3 u 3 + C = sin x − 3 s i n 3 x + C
Verify: differentiate. d x d ( sin x − 3 s i n 3 x ) = cos x − sin 2 x cos x = cos x ( 1 − sin 2 x ) = cos 3 x . ✓
∫ sin 3 x cos 2 x d x
Forecast: sin power is 3 (odd), cos power is 2 (even). Peel one sin x ; u = cos x .
Step 1 — split off one sine.
Why? d ( cos x ) = − sin x d x needs a spare sin x .
∫ sin 2 x cos 2 x ( sin x d x )
Step 2 — convert even sine leftover.
Why? sin 2 x = 1 − cos 2 x turns the pile into cos 's.
∫ ( 1 − cos 2 x ) cos 2 x ( sin x d x )
Step 3 — substitute u = cos x . Here d u = − sin x d x , so sin x d x = − d u .
Why write the minus explicitly? Dropping it flips the whole answer's sign — the classic slip from the parent's mistake box.
∫ ( 1 − u 2 ) u 2 ( − d u ) = − ∫ ( u 2 − u 4 ) d u = − 3 u 3 + 5 u 5 + C
= 5 c o s 5 x − 3 c o s 3 x + C
Verify: d x d ( 5 c o s 5 x − 3 c o s 3 x ) = cos 4 x ( − sin x ) − cos 2 x ( − sin x ) = sin x cos 2 x ( 1 − cos 2 x ) = sin 3 x cos 2 x . ✓
∫ cos 2 x d x
Forecast: m = 0 even, n = 2 even. No factor peels off to a clean d u (whatever you take, an odd pile is left, which the identities can't rebuild). So use power reduction .
Step 1 — swap in the half-angle form.
Why? cos 2 x = 2 1 + c o s 2 x trades a squared trig for a plain trig at doubled speed — and plain trig integrates directly.
∫ 2 1 + c o s 2 x d x = 2 1 ∫ ( 1 + cos 2 x ) d x
Step 2 — integrate term by term.
Why the 2 1 on sin 2 x ? The inside 2 x has derivative 2 , so integrating cos 2 x divides by 2 .
= 2 1 ( x + 2 s i n 2 x ) + C = 2 x + 4 s i n 2 x + C
Verify: d x d ( 2 x + 4 s i n 2 x ) = 2 1 + 4 2 c o s 2 x = 2 1 + 2 c o s 2 x = 2 1 + c o s 2 x = cos 2 x . ✓
Here m and n are odd. You may peel either one. Let's see both roads give the same total, and why that must be so.
∫ sin 3 x cos 3 x d x
Forecast: both odd → free choice. Let's pick cos to peel, so u = sin x .
Step 1 — peel one cosine.
∫ sin 3 x cos 2 x ( cos x d x ) = ∫ sin 3 x ( 1 − sin 2 x ) ( cos x d x )
Step 2 — substitute u = sin x .
∫ u 3 ( 1 − u 2 ) d u = ∫ ( u 3 − u 5 ) d u = 4 u 4 − 6 u 6 + C
= 4 s i n 4 x − 6 s i n 6 x + C
Verify: d x d ( 4 s i n 4 x − 6 s i n 6 x ) = sin 3 x cos x − sin 5 x cos x = sin 3 x cos x ( 1 − sin 2 x ) = sin 3 x cos 3 x . ✓
Note: Peeling sin instead (so u = cos x ) gives 6 c o s 6 x − 4 c o s 4 x + C . Look at the figure — both curves have the identical shape , just shifted vertically by a constant. Two antiderivatives of the same function differ only by C , so both are correct.
∫ tan 2 x sec 4 x d x
Forecast: sec power is 4 — even. Save a sec 2 x ; u = tan x .
Step 1 — save sec 2 x for d u .
Why? d ( tan x ) = sec 2 x d x . An even sec power lets us set one sec 2 aside and leave an even sec pile.
∫ tan 2 x sec 2 x ( sec 2 x d x )
Step 2 — rebuild the leftover sec 2 into tan .
Why? sec 2 x = 1 + tan 2 x (Pythagorean identities ) makes everything a function of tan x .
∫ tan 2 x ( 1 + tan 2 x ) ( sec 2 x d x )
Step 3 — substitute u = tan x .
∫ u 2 ( 1 + u 2 ) d u = ∫ ( u 2 + u 4 ) d u = 3 u 3 + 5 u 5 + C = 3 t a n 3 x + 5 t a n 5 x + C
Verify: d x d ( 3 t a n 3 x + 5 t a n 5 x ) = tan 2 x sec 2 x + tan 4 x sec 2 x = tan 2 x sec 2 x ( 1 + tan 2 x ) = tan 2 x sec 2 x ⋅ sec 2 x = tan 2 x sec 4 x . ✓
∫ tan 3 x sec 3 x d x
Forecast: tan power is 3 — odd. Save a sec x tan x ; u = sec x .
Step 1 — save sec x tan x for d u .
Why? d ( sec x ) = sec x tan x d x . Odd tan lets us take one tan (paired with one sec ) and leave an even tan pile.
∫ tan 2 x sec 2 x ( sec x tan x d x )
Step 2 — rebuild the even tan pile into sec .
Why? tan 2 x = sec 2 x − 1 makes everything a function of sec x .
∫ ( sec 2 x − 1 ) sec 2 x ( sec x tan x d x )
Step 3 — substitute u = sec x .
∫ ( u 2 − 1 ) u 2 d u = ∫ ( u 4 − u 2 ) d u = 5 u 5 − 3 u 3 + C = 5 s e c 5 x − 3 s e c 3 x + C
Verify: d x d ( 5 s e c 5 x − 3 s e c 3 x ) = sec 4 x ( sec x tan x ) − sec 2 x ( sec x tan x ) = sec 3 x tan x ( sec 2 x − 1 ) = sec 3 x tan x ⋅ tan 2 x = tan 3 x sec 3 x . ✓
This is the case with an odd tan but no sec at all — Cell 6's trick has nothing to save. We fall back to the definition.
∫ tan x d x
Forecast: rewrite tan as sin / cos ; the top is (almost) the derivative of the bottom → u = cos x .
Step 1 — expose a d u inside.
Why? ∫ function derivative = ln ∣ function ∣ . The denominator cos x has derivative − sin x , and the numerator is sin x — a perfect match up to a sign.
∫ c o s x s i n x d x
Step 2 — substitute u = cos x , d u = − sin x d x ⇒ sin x d x = − d u .
∫ u − d u = − ln ∣ u ∣ + C = − ln ∣ cos x ∣ + C = ln ∣ sec x ∣ + C
Why the absolute value? cos x goes negative in quadrants II and III; ln demands a positive input, so ∣ ⋅ ∣ covers all sign cases at once.
Verify: d x d ( − ln ∣ cos x ∣ ) = − c o s x − s i n x = c o s x s i n x = tan x . ✓
Now we attach numbers and evaluate , watching signs across the interval.
∫ 0 π /2 sin 2 x cos 3 x d x
Forecast: cos power 3 odd → u = sin x . When limits are on x , also convert them to u .
Step 1 — set up as in Cell 1.
∫ 0 π /2 sin 2 x ( 1 − sin 2 x ) ( cos x d x )
Step 2 — substitute AND move the limits.
Why move the limits? Then we never convert back to x . At x = 0 : u = sin 0 = 0 . At x = 2 π : u = sin 2 π = 1 .
∫ 0 1 u 2 ( 1 − u 2 ) d u = ∫ 0 1 ( u 2 − u 4 ) d u
Step 3 — evaluate.
= [ 3 u 3 − 5 u 5 ] 0 1 = 3 1 − 5 1 = 15 2
Sign sanity check: on [ 0 , 2 π ] both sin x ≥ 0 and cos x ≥ 0 , so the integrand is ≥ 0 — the area must be positive , and 15 2 > 0 . ✓ (The shaded lump in the figure sits entirely above the axis, confirming this.)
Verify: value = 15 2 ≈ 0.1333 .
Worked example A household voltage is
v ( t ) = V 0 sin t . Engineers care about the average of v 2 over one full cycle (that's what heats a resistor). Compute the average value 2 π 1 ∫ 0 2 π V 0 2 sin 2 t d t .
Forecast: sin 2 is both-even → power reduction (Cell 3 machinery), then divide by the interval length.
Step 1 — power-reduce.
Why? No factor peels; sin 2 t = 2 1 − c o s 2 t turns the square into something integrable.
∫ 0 2 π sin 2 t d t = ∫ 0 2 π 2 1 − c o s 2 t d t = 2 1 [ t − 2 s i n 2 t ] 0 2 π
Step 2 — evaluate the bracket.
Why does the sin 2 t term vanish? sin ( 2 ⋅ 2 π ) = sin ( 4 π ) = 0 and sin 0 = 0 — a full number of cycles washes it out.
= 2 1 [ ( 2 π − 0 ) − ( 0 − 0 ) ] = π
Step 3 — form the average.
avg of v 2 = 2 π 1 ⋅ V 0 2 ⋅ π = 2 V 0 2
Units / meaning: v 2 has units of volts². The RMS voltage is avg = V 0 / 2 ≈ 0.707 V 0 — exactly the famous "230 V RMS from a ≈ 325 V peak" rule. ✓
Verify: average value = 2 V 0 2 ; with V 0 = 1 this is 0.5 .
Here tan 2 sec 0 : sec power 0 is even but there's no sec 2 to save; tan power 2 is not odd. Both parity shortcuts stall. The escape is the identity alone.
∫ tan 2 x d x
Forecast: don't reach for a substitution — convert with tan 2 x = sec 2 x − 1 , because sec 2 x integrates directly to tan x .
Step 1 — rewrite.
Why? We only know ∫ sec 2 x d x = tan x and ∫ 1 d x = x — so express tan 2 in those terms.
∫ ( sec 2 x − 1 ) d x
Step 2 — integrate term by term.
= tan x − x + C
Mistake dodged: the tempting "∫ tan 2 x d x = 3 t a n 3 x " is wrong — d x = d ( tan x ) (see the parent's mistake box).
Verify: d x d ( tan x − x ) = sec 2 x − 1 = tan 2 x . ✓
Recall Self-test: name the cell before solving
For each, state the matrix row, then u (or "power-reduction"/"identity").
∫ sin 5 x cos 2 x d x ::: Cell 2 (sin odd) → u = cos x .
∫ sec 4 x d x ::: Cell 5 (sec even) → u = tan x .
∫ tan 5 x d x ::: Cell 6 (tan odd, with sec supplied via tan 2 = sec 2 − 1 ) → u = sec x where a sec appears.
∫ cos 4 x d x ::: Cell 3 (both even) → power-reduction.
∫ 0 π /4 sec 2 x d x ::: Cell 10-style direct: [ tan x ] 0 π /4 = 1 .
Mnemonic The whole page in one line
"Spot the odd, peel it, rename the rest. No odd? Halve the power. No shortcut? Trade with a Pythagorean identity."