What Integration Means
Integration measures accumulation — total area, total distance, total quantity gathered. If the derivative asks 'how fast?', the integral asks 'how much in total?' The definite integral ∫ₐᵇ f(x)dx gives the signed area under the curve f(x) between x=a and x=b.
Riemann Sums
We approximate the area by dividing [a,b] into n equal strips of width Δx, computing the area of rectangles f(xᵢ)Δx, and summing: Σf(xᵢ)Δx. As n→∞ and Δx→0, this sum becomes the exact integral. The integral symbol ∫ is an elongated S — for summa (sum).
Definite vs Indefinite Integrals
- Definite integral: ∫ₐᵇ f(x)dx — a number, the exact area from a to b.
- Indefinite integral: ∫f(x)dx = F(x)+C — a family of functions, all antiderivatives of f.
- The +C constant matters: any constant shifts F(x) vertically, and all such functions have the same derivative f(x).
The Fundamental Theorem
Part 2 of the FTC says: ∫ₐᵇ f(x)dx = F(b)−F(a), where F is any antiderivative of f. This transforms an infinite summation into simple arithmetic. No rectangles needed — just find F and subtract.
Basic Integration Rules
- ∫xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ −1)
- ∫eˣ dx = eˣ + C
- ∫1/x dx = ln|x| + C
- ∫sin x dx = −cos x + C
- ∫cos x dx = sin x + C
Integration is the process of finding the total accumulation of a quantity — geometrically, it computes the area under a curve; analytically, it reverses differentiation.
Two Ways to Think About Integration
Integration has two complementary interpretations, and being fluent in both is essential for using it effectively. The first is geometric: the definite integral ∫ₐᵇ f(x)dx gives the signed area between the curve y = f(x) and the x-axis from x = a to x = b. The second is analytic: integration is anti-differentiation — finding a function F such that F'(x) = f(x). The Fundamental Theorem of Calculus is the profound result that connects these two seemingly unrelated ideas.
Historically, area calculation and anti-differentiation were developed independently for millennia. The ancient Greeks computed areas of curved regions using the method of exhaustion (Archimedes computed the area of a parabolic segment around 250 BCE). Newton and Leibniz in the 17th century developed anti-differentiation to solve problems in mechanics. The discovery that these were the same operation — via what we now call the FTC — was the moment calculus was truly born.
From Riemann Sums to the Integral — Step by Step
Suppose you want the area under the curve f(x) = x² from x = 0 to x = 3. You cannot use simple geometric formulas — the boundary is curved. The Riemann sum approach: divide [0, 3] into n equal strips of width Δx = 3/n. Approximate each strip as a rectangle with height f(xᵢ) where xᵢ is the right endpoint. The total approximation is Σᵢ f(xᵢ)·Δx = Σᵢ (i·3/n)²·(3/n).
As n → ∞, this sum approaches the exact area. The remarkable algebraic fact is that this sum can be computed in closed form: Σᵢ₌₁ⁿ i² = n(n+1)(2n+1)/6. Substituting and taking the limit as n → ∞ gives exactly 9 — and this equals ∫₀³ x² dx = [x³/3]₀³ = 9. The FTC bypasses all that limit algebra.
Signed vs Unsigned Area
The definite integral computes signed area: regions where f(x) < 0 contribute negatively. ∫₀^(2π) sin(x) dx = 0, because the positive area above the x-axis from 0 to π exactly cancels the negative area below from π to 2π. This is mathematically correct but may not be what you want physically. If you want total area (always positive), you integrate |f(x)|: ∫₀^(2π) |sin(x)| dx = 4.
The Fundamental Theorem — Both Parts
Part 1: If F(x) = ∫ₐˣ f(t)dt, then F'(x) = f(x). Differentiating an integral with respect to its upper limit recovers the integrand. This means integration and differentiation are inverse operations.
Part 2: ∫ₐᵇ f(x)dx = F(b) − F(a) where F is any antiderivative of f. This is the computational workhorse — it converts an infinite sum into simple arithmetic. The deep reason it works: F(b) − F(a) = the total accumulation of F', which is f, from a to b. The integral literally adds up all the infinitesimal contributions F'(x)dx = f(x)dx to get the total change F(b) − F(a).
Why Integration Is Harder Than Differentiation
Every elementary function has a derivative expressible in terms of elementary functions. This is not true for integration. The function e^(−x²) — which appears in the normal distribution — has no antiderivative expressible in terms of elementary functions. Neither does sin(x)/x (the sinc function), nor ln(ln x). This is a theorem, not a gap in technique: these integrals provably cannot be written in closed form. This is why numerical integration methods (Simpson's rule, Gaussian quadrature) are so important in applied mathematics.
Integration in the Real World
- Distance from velocity: If you know how fast something moves at every moment, integrating velocity gives total distance. GPS systems do this continuously.
- Total revenue: If marginal revenue MR(q) is known, total revenue R(q) = ∫MR(q)dq.
- Probability: For a continuous random variable with density f(x), P(a ≤ X ≤ b) = ∫ₐᵇ f(x)dx. Every probability calculation for continuous distributions is an integral.
- Work done by a variable force: W = ∫F(x)dx — used in engineering whenever force varies with position.
- Image processing: Convolution (blurring, sharpening, edge detection) is an integral operation. Every Instagram filter is, at its mathematical core, an integration.
- Stewart, J. (2015). Calculus, §5.1–5.3. Cengage.
- Spivak, M. (2006). Calculus, Ch. 13–14. Publish or Perish.
- Apostol, T. (1967). Calculus, Vol. 1, Ch. 1. Wiley.