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

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

One-Sentence Answer

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

Frequently Asked Questions
Is integration just 'backwards differentiation'?
Essentially yes — finding the antiderivative of f means finding F such that F'=f. But integration is harder than differentiation: there are functions with antiderivatives that cannot be expressed in closed form (e.g., e^(x²)). Not every elementary function has an elementary antiderivative.
What does the +C mean?
The constant of integration C represents the fact that infinitely many functions all have the same derivative. d/dx[x²+5] = d/dx[x²+100] = 2x. Any one of these is a valid antiderivative of 2x. When you have initial conditions (a known function value), you can solve for the specific value of C.
← Derivatives: Optimization
Optimization Problems
Types of Integrals
Types Of Integrals
References & Further Reading
  • 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.
AM
Dr. Aisha Malik, PhD Mathematics
Senior Lecturer in Applied Mathematics · 12 years teaching calculus at university level

Dr. Malik holds a PhD in Applied Mathematics from the University of Edinburgh and has taught calculus to over 4,000 students at both undergraduate and postgraduate level. Her research focuses on numerical methods for differential equations. She has reviewed this article for mathematical accuracy and pedagogical clarity.

Technically reviewed by: Prof. James Chen, Stanford Mathematics Department