2.4 Integration
- Syllabus
- 9231–2028–2029
- Topic
- 2.4
- Level
- A2
| form, a>0 | useful substitution | primitive on the stated branch |
|---|---|---|
| 1/a2−x2 | x=asinθ | sin−1(x/a)+C, ∣x∣<a |
| 1/x2+a2 | x=asinhu | sinh−1(x/a)+C |
| 1/x2−a2 | x=acoshu | cosh−1(x/a)+C, x>a |
| integrand | primitive |
|---|---|
| sinhx | coshx+C |
| coshx | sinhx+C |
| sech2x | tanhx+C |
| cosech2x | −cothx+C |
| sechxtanhx | −sechx+C |
| cosechxcothx | −cosechx+C |
Complete the square before choosing. For $x>0$, set $u=x+1$:\int\frac{dx}{\sqrt{x^2+2x}}=\int\frac{du}{\sqrt{u^2-1}}=\cosh^{-1}u+C=\cosh^{-1}(x+1)+C.
Transform the differential and any definite limits as well as the radical. The three signs are not interchangeable: a2−x2, x2+a2 and x2−a2 lead to different inverse families and real-domain conditions.
LetI_n=\int_0^{\pi/2}\sin^n x,dx,\qquad n\ge2.Integrate by parts with $u=\sin^{n-1}x$ and $dv=\sin x\,dx$.
The boundary term $[-\sin^{n-1}x\cos x]_0^{\pi/2}$ is zero, soI_n=(n-1)\int_0^{\pi/2}\sin^{n-2}x\cos^2x,dx=(n-1)(I_{n-2}-I_n).HenceI_n=\frac{n-1}{n}I_{n-2}.
The base cases are $I_0=\pi/2$ and $I_1=1$. ThereforeI_6=\frac56I_4=\frac56\cdot\frac34I_2=\frac56\cdot\frac34\cdot\frac12I_0=\frac{5\pi}{32}. Even indices end at $I_0$; odd indices end at $I_1$.
Do not quote a recurrence without its valid index, limits and base value. In a different indexed integral, evaluate the integration-by-parts boundary term afresh; it need not vanish.
| f on [a,b] | left endpoints | right endpoints |
|---|---|---|
| increasing | underestimate | overestimate |
| decreasing | overestimate | underestimate |
Each rectangle area is f(xr)Δx. Verify the direction from monotonicity and the rectangles rather than memorising an endpoint label without its interval.
For decreasing $f(x)=1/x$, unit-width rectangles give\int_1^{n+1}\frac{dx}{x}<\sum_{r=1}^{n}\frac1r<1+\int_1^n\frac{dx}{x},hence\ln(n+1)<\sum_{r=1}^{n}\frac1r<1+\ln n.Theextraendpointrectangleexplainstheisolated1.
With $n$ rectangles on $[0,1]$, $\Delta x=1/n$:\sum_{r=1}^{n}\frac{n}{n^2+r^2}=\frac1n\sum_{r=1}^{n}\frac{1}{1+(r/n)^2}\longrightarrow\int_0^1\frac{dx}{1+x^2}=\frac{\pi}{4}.
Right endpoints do not always overestimate: monotonicity controls the direction. In a Riemann sum, keep the rectangle width outside the function; omitting 1/n changes the scale and usually makes the sum diverge.
| curve representation | arc element and length | surface of revolution |
|---|---|---|
| Cartesian y=f(x) | ds=1+(dy/dx)2dx, L=∫ds | about x-axis: 2π∫∣y∣ds; about y-axis: 2π∫∣x∣ds |
| parametric x(t),y(t) | ds=(dx/dt)2+(dy/dt)2dt | use the same 2π∫(radius)ds |
| polar r(θ) | ds=r2+(dr/dθ)2dθ | not required by this syllabus |
For $x=t^2$, $y=\tfrac23t^3$, $0\le t\le1$,L=\int_0^1\sqrt{(2t)^2+(2t^2)^2},dt=\int_0^1 2t\sqrt{1+t^2},dt=\frac23(2\sqrt2-1).
For $y=x^2$, $0\le x\le1$, rotated about the x-axis, the radius is $y=x^2$ and $ds=\sqrt{1+4x^2}\,dx$. ThusS=2\pi\int_0^1x^2\sqrt{1+4x^2},dx.Thelimitsmusttracetherequiredarconce.
Arc length is ∫ds, while surface area is 2π∫(radius)ds; neither is a volume formula. Use a non-negative geometric radius. Polar arc length is included, but polar surface area of revolution is explicitly excluded.