05
Deriving $I_n = \tfrac{n-1}{n}I_{n-2}$
core concept
Let $I_n = \int_0^{\pi/2}\sin^n x\,dx$ for $n \geq 2$. Write $\sin^n x = \sin^{n-1}x \cdot \sin x$ and apply integration by parts with $u = \sin^{n-1}x$, $dv = \sin x\,dx$, so $du = (n-1)\sin^{n-2}x\cos x\,dx$ and $v = -\cos x$.
Then $$I_n = \bigl[-\sin^{n-1}x\cos x\bigr]_0^{\pi/2} + (n-1)\int_0^{\pi/2}\sin^{n-2}x\cos^2 x\,dx.$$
The boundary term is zero: at $x = \pi/2$, $\cos x = 0$; at $x = 0$, $\sin^{n-1}x = 0$ (provided $n \geq 2$). Replace $\cos^2 x = 1 - \sin^2 x$:
$$I_n = (n-1)\int_0^{\pi/2}\sin^{n-2}x\,dx - (n-1)\int_0^{\pi/2}\sin^n x\,dx = (n-1)I_{n-2} - (n-1)I_n.$$
Bring the $I_n$ over: $nI_n = (n-1)I_{n-2}$, hence $\boxed{I_n = \tfrac{n-1}{n}\,I_{n-2}}$.
Why this matters. A single derivation collapses an infinite family of integrals onto two base cases. For $I_6$: descend $I_6 = \tfrac{5}{6}I_4 = \tfrac{5}{6}\cdot\tfrac{3}{4}I_2 = \tfrac{5}{6}\cdot\tfrac{3}{4}\cdot\tfrac{1}{2}I_0 = \tfrac{15}{96}\cdot\tfrac{\pi}{2} = \tfrac{5\pi}{32}$.
Three moves: split off one $\sin x$ as $dv$, apply parts, use $\cos^2 = 1 - \sin^2$ · Boundary term $\bigl[-\sin^{n-1}x\cos x\bigr]_0^{\pi/2} = 0$ when $n \geq 2$ · After parts: $I_n = (n-1)I_{n-2} - (n-1)I_n \Rightarrow nI_n = (n-1)I_{n-2}$ · Result: $I_n = \tfrac{n-1}{n}I_{n-2}$, valid for $n \geq 2$, base cases $I_0 = \pi/2$, $I_1 = 1$
Pause, copy the derivation of $I_n = \frac{n-1}{n}I_{n-2}$ (split $\sin^n$, IBP, $\cos^2=1-\sin^2$, solve), the vanishing boundary term, and the two base cases $I_0 = \pi/2$, $I_1 = 1$ into your book.