Figure s01 — the three reference triangles. Read each triangle from the angle θ at the origin: the side across fromθ is the opposite (labelled "opp"), the side along the base touchingθ is the adjacent (labelled "adj"), and the slanted side is the hypotenuse (labelled "hyp"). For x=asinθ: opp =x, hyp =a, adj =a2−x2. For x=atanθ: opp =x, adj =a, hyp =a2+x2. For x=asecθ: hyp =x, adj =a, opp =x2−a2. Every back-substitution just reads these sides off.
WHAT we look at: the sign structure inside the radical — this alone dictates the choice.
(a)16−x2 is a2−x2 with a=4 (since 42=16). → x=4sinθ, θ∈[−2π,2π], dx=4cosθdθ, root →4cosθ (valid since cosθ≥0 on this interval).
WHY sine:1−sin2θ=cos2θ kills a difference starting with a2.
(b)x2+5 is a2+x2 with a=5. → x=5tanθ, θ∈(−2π,2π), dx=5sec2θdθ, root →5secθ (valid since secθ>0 on this interval).
WHY tangent:1+tan2θ=sec2θ kills a sum.
(c)x2−9 is x2−a2 with a=3. → x=3secθ, θ∈[0,2π) (taking x≥3), dx=3secθtanθdθ, root →3tanθ (valid since tanθ≥0 on this interval).
WHY secant:sec2θ−1=tan2θ kills a difference starting with x2.
Recall Solution L1·2
Step 1 — substitute.x=4sinθ, θ∈[−2π,2π], dx=4cosθdθ. See the sine triangle in Figure s02: opp =x, hyp =4.
Step 2 — simplify root.16−x2=16−16sin2θ=16cos2θ=4cosθ.
WHY +4cosθ, no ∣⋅∣ survives: in general u2=∣u∣, so strictly 16cos2θ=4∣cosθ∣. But the chosen range θ∈[−2π,2π] forces cosθ≥0, so ∣cosθ∣=cosθ and the bars drop. This is why the range restriction exists at all.Step 3 — assemble. The 4cosθ from dx cancels the 4cosθ from the root:
∫4cosθ4cosθdθ=∫1dθ=θ+C.WHY ∫1dθ=θ: the function whose derivative is the constant 1 is θ itself (dθdθ=1). Reading the derivative backwards gives the integral.
Step 4 — back-substitute. From sinθ=4x (Figure s02), θ=arcsin4x — "the angle whose sine is 4x."
∫16−x2dx=arcsin4x+C,x∈(−4,4)Edge/domain note: the integrand needs 16−x2>0, i.e. x∈(−4,4); at x=±4 the root is 0 and the integrand blows up, so the answer is only valid strictly inside. And arcsin4x is itself only defined for 4x∈[−1,1] — the same interval, which is a good consistency check.
Step 1.a=3, θ∈[−2π,2π]: x=3sinθ, dx=3cosθdθ, 9−x2=3cosθ (bars drop because cosθ≥0 on this range), x2=9sin2θ. Same sine triangle, Figure s02 with a=3.
Step 2 — substitute all pieces. Recall cscθ=sinθ1 (defined above), so sin2θ1=csc2θ:
∫9sin2θ⋅3cosθ3cosθdθ=91∫sin2θdθ=91∫csc2θdθ.WHY it collapsed: the cosθ from dx cancels the cosθ from the root — leaving a standard integral in sin only.
Step 3.∫csc2θdθ=−cotθ, so =−91cotθ+C.
WHY ∫csc2θdθ=−cotθ: differentiate −cotθ. Since cotθ=sinθcosθ, the quotient rule gives dθdcotθ=−csc2θ, so dθd(−cotθ)=csc2θ. Reading backwards is the integral.
Step 4 — triangle (Figure s02).sinθ=3x: opposite =x, hyp =3, adjacent =9−x2, so cotθ=oppadj=x9−x2.
=−9x9−x2+C,0<∣x∣<3
Recall Solution L2·2
WHY tangent:(x2+4)3/2=(x2+4)3 — a suma2+x2 with a=2.
Step 1.x=2tanθ, θ∈(−2π,2π), dx=2sec2θdθ. On this interval secθ>0, so x2+4=2secθ⇒(x2+4)3/2=(2secθ)3=8sec3θ. See the tangent triangle, Figure s03.
Step 2.∫8sec3θ2sec2θdθ=41∫secθdθ=41∫cosθdθ=41sinθ+C.WHY secθ1=cosθ: because secθ is defined as cosθ1, its reciprocal is cosθ. WHY ∫cosθdθ=sinθ:dθdsinθ=cosθ, so integrating (the reverse of differentiating) returns sinθ.
Step 3 — triangle (Figure s03).tanθ=2x: opposite =x, adjacent =2, hyp =x2+4, so sinθ=hypopp=x2+4x.
=4x2+4x+C(all real x)
Step 1.a=3, θ∈[0,2π) (taking x≥3): x=3secθ, dx=3secθtanθdθ. On this interval tanθ≥0, so x2−9=9tan2θ=3tanθ (the ∣⋅∣ drops because tanθ≥0 here — see the range table above). Secant triangle, Figure s04.
Step 2 — assemble.∫3tanθ⋅3secθtanθdθ=9∫secθtan2θdθ.Step 3 — turn tan2 into sec2−1 (via Pythagorean identities, so the pieces become integrals we can build):
9∫secθ(sec2θ−1)dθ=9∫sec3θdθ−9∫secθdθ.Step 4 — WHERE the two sub-integrals come from (not "just known").For ∫secθdθ: multiply top and bottom by (secθ+tanθ): ∫secθ⋅secθ+tanθsecθ+tanθdθ=∫secθ+tanθsec2θ+secθtanθdθ. The numerator is exactly the derivative of the denominator (dθd(secθ+tanθ)=secθtanθ+sec2θ), so this is ∫ww′dθ=ln∣w∣, giving ∫secθdθ=ln∣secθ+tanθ∣.
For ∫sec3θdθ: integration by parts with u=secθ,dv=sec2θdθ gives ∫sec3=secθtanθ−∫secθtan2θ=secθtanθ−∫sec3θ+∫secθ. Solving this loop for ∫sec3θ: ∫sec3θdθ=21secθtanθ+21ln∣secθ+tanθ∣.
Step 5 — combine.9(21secθtanθ+21ln∣secθ+tanθ∣)−9ln∣secθ+tanθ∣=29secθtanθ−29ln∣secθ+tanθ∣+C.Step 6 — triangle (Figure s04).secθ=3x, tanθ=3x2−9.
=2xx2−9−29ln3x+x2−9+C
(The −29ln3 folds into C; you may also write −29ln∣x+x2−9∣+C.)
Recall Solution L3·2
Step 1.a=2, θ∈[−2π,2π]: x=2sinθ, dx=2cosθdθ, 4−x2=2cosθ (bars drop since cosθ≥0).
Convert limits (WHY: cleaner than back-substituting):x=0⇒sinθ=0⇒θ=0; x=2⇒sinθ=1⇒θ=2π.
Step 2.∫0π/22cosθ4sin2θ⋅2cosθdθ=4∫0π/2sin2θdθ.Step 3 — power-reduction (see Power-reduction & double-angle formulas): sin2θ=21−cos2θ.
WHY this step:sin2θ has no elementary antiderivative "by sight," but the identity turns it into a constant plus a plain cosine, both of which integrate in one line.
4⋅21∫0π/2(1−cos2θ)dθ=2[θ−21sin2θ]0π/2=2(2π−0)=π.WHY ∫cos2θdθ=21sin2θ:dθd(21sin2θ)=21⋅2cos2θ=cos2θ (chain rule), read backwards.
=πEdge note: the upper limit x=2=a makes the integrand blow up (root →0), yet the area is finite — the θ-integral quietly handles this improper endpoint because θ=2π is a perfectly ordinary limit.
Step 1 — complete the square (WHY: no bare a2±x2 form yet).
x2+6x+13=(x+3)2+4. Now it is a sum with shifted variable.
Step 2 — shift then substitute. Let u=x+3, du=dx. Root =u2+4, a=2: u=2tanθ, θ∈(−2π,2π), du=2sec2θdθ. On this interval secθ>0, so u2+4=2secθ. (Same tangent triangle, Figure s03, with x→u.)
Step 3.∫2secθ2sec2θdθ=∫secθdθ=ln∣secθ+tanθ∣+C.WHY ∫secθdθ=ln∣secθ+tanθ∣: exactly the multiply-by-(secθ+tanθ) trick derived in L3·1 Step 4 — the numerator becomes the derivative of the denominator.
Step 4 — triangle (Figure s03, x→u).tanθ=2u, secθ=2u2+4.
ln2u2+4+u+C=lnu2+4+u+C(the −ln2 folds into C).Step 5 — undo u.=lnx+3+x2+6x+13+C(all real x,since (x+3)2+4>0)
Recall Solution L4·2
Step 1.a=1, θ∈[−2π,2π]: x=sinθ, dx=cosθdθ, 1−x2=cosθ (bars drop since cosθ≥0). Sine triangle, Figure s02 with a=1.
Step 2.∫cosθsin2θcosθdθ=∫sin2θdθ.Step 3 — power-reduction.sin2θ=21−cos2θ, so ∫sin2θdθ=21(θ−21sin2θ)=21(θ−sinθcosθ)+C.
WHY the last equality:sin2θ=2sinθcosθ (double-angle, see Power-reduction & double-angle formulas), so 21sin2θ=sinθcosθ.
Step 4 — triangle / undo (Figure s02).θ=arcsinx, sinθ=x, cosθ=1−x2.
=21arcsinx−2x1−x2+C,x∈(−1,1)
Step 1.a=2, and since x runs 2→2 (all ≥2=a) we sit in θ∈[0,2π): x=2secθ, dx=2secθtanθdθ, x2−2=2tanθ.
WHY +2tanθ: on [0,2π) we have tanθ≥0, so the ∣⋅∣ drops and the root stays non-negative (range table, secant case). Secant triangle, Figure s04 with a=2.
Convert limits.x=2⇒secθ=1⇒θ=0; x=2⇒secθ=22=2⇒cosθ=21⇒θ=4π.
Step 2.∫0π/42secθ2tanθ⋅2secθtanθdθ=2∫0π/4tan2θdθ.
Track the constant: 2secθ2tanθ⋅2secθtanθ=2tan2θ. ✓
Step 3.tan2θ=sec2θ−1⇒∫tan2θdθ=tanθ−θ.
WHY ∫sec2θdθ=tanθ:dθdtanθ=sec2θ, read backwards; and ∫1dθ=θ.
2[tanθ−θ]0π/4=2(1−4π).=2(1−4π)≈0.303
Recall Solution L5·2
Step 1 — set up.y′=x, so L=∫011+x2dx. A sum⇒ tangent, a=1.
Step 2.x=tanθ, θ∈(−2π,2π), dx=sec2θdθ. On this interval secθ>0, so 1+x2=secθ.
Limits: x=0→θ=0; x=1→tanθ=1→θ=4π.
L=∫0π/4secθ⋅sec2θdθ=∫0π/4sec3θdθ.Step 3 — use the ∫sec3 result (derived by parts in L3·1 Step 4): ∫sec3θdθ=21secθtanθ+21ln∣secθ+tanθ∣.
At θ=4π: secθ=2, tanθ=1. At θ=0: both terms 0.
L=21(2⋅1)+21ln∣2+1∣=22+21ln(2+1).L=22+21ln(1+2)≈1.148
Recall Solution L5·3
Way A — plain u-sub (faster). Let u=x2+4, du=2xdx (see Integration by substitution (u-sub)).
∫uxdx=21∫u−1/2du=u=x2+4+C.WHY 21∫u−1/2du=u: the power rule ∫undu=n+1un+1 with n=−21 gives 1/2u1/2=2u, times the 21 out front =u.
Way B — trig sub (works, but heavier).x=2tanθ, θ∈(−2π,2π) so secθ>0: ∫2secθ2tanθ2sec2θdθ=2∫tanθsecθdθ=2secθ=2⋅2x2+4=x2+4+C.WHY ∫secθtanθdθ=secθ:dθdsecθ=secθtanθ, read backwards.
**WHY