Definite Integration
Definite Integral and the FTC
The definite integral $\displaystyle\int_a^b f(x)\,dx$ is a number — the net signed area between the curve and the $x$-axis from $a$ to $b$.
Fundamental Theorem of Calculus
If $F$ is an antiderivative of $f$, then
$$\int_a^b f(x)\,dx=F(b)-F(a).$$
So you integrate, then substitute the limits and subtract. The constant $C$ cancels, which is why definite integrals have no $+C$.
Useful properties
- $\displaystyle\int_a^b f\,dx=-\int_b^a f\,dx$, and $\displaystyle\int_a^a f\,dx=0$.
- $\displaystyle\int_a^b f\,dx=\int_a^c f\,dx+\int_c^b f\,dx$.
- $\displaystyle\int_0^a f(x)\,dx=\int_0^a f(a-x)\,dx$ (the "king" property).
- $\displaystyle\int_{-a}^{a} f(x)\,dx=2\int_0^a f\,dx$ if $f$ is even, and $0$ if $f$ is odd.
Antiderivative $\tfrac{x^3}{3}$. So $\left[\tfrac{x^3}{3}\right]_0^2=\tfrac{8}{3}-0=\dfrac{8}{3}.$
$[-\cos x]_0^{\pi}=-\cos\pi-(-\cos0)=-(-1)+1=2.$
$x^3$ is an odd function and the limits are symmetric, so by the odd-function property the integral is $0$.
Antiderivative $x^2+x$. $[x^2+x]_1^3=(9+3)-(1+1)=12-2=10.$
- $\int_a^b f\,dx=F(b)-F(a)$ (Fundamental Theorem); no $+C$ for definite integrals.
- Swapping limits flips the sign; equal limits give $0$.
- King property: $\int_0^a f(x)\,dx=\int_0^a f(a-x)\,dx$.
- Symmetric limits: even $\Rightarrow 2\int_0^a$, odd $\Rightarrow 0$.
Properties of Definite Integrals
Key properties: ∫[a,b] f = −∫[b,a] f; ∫[a,b] f = ∫[a,c] f + ∫[c,b] f; and ∫[0,a] f(x)dx = ∫[0,a] f(a−x)dx.
Symmetry: ∫[−a,a] f = 0 if f is odd, and 2∫[0,a] f if f is even.
- Odd function over [−a, a] integrates to 0.
- ∫[0,a] f(x)dx = ∫[0,a] f(a−x)dx (king property).
Integral as a Limit of a Sum
The definite integral is the limit of a Riemann sum: ∫[a,b] f(x)dx = lim (b−a)/n · Σ f(a + r(b−a)/n) as n → ∞.
This first-principles view links integration to area accumulation.
- ∫ = limit of Riemann sums as n → ∞.
- It represents accumulated signed area.