Formal setup
The Riemann integral \(\int_a^b f\) is the limit of sums \(\sum f(\xi_i)\Delta x_i\) over refining partitions; Darboux upper/lower sums give equivalent definitions for regulated functions.
\[\int_a^b f(x)\,dx=\lim_{\|\Pi\|\to0}\sum_i f(\xi_i)\Delta x_i\]
Key ideas
- FTC links integration and differentiation: \(\frac{d}{dx}\int_a^x f=f(x)\) for continuous \(f\).
- Linearity and additivity over intervals are fundamental.
Worked example
Problem. Why is \(\int_0^1 x^2\,dx=1/3\)?
Solution. Antiderivative \(x^3/3\); evaluate \(1/3-0\).
In Depth
The integral is the central concept of integral calculus, capturing the idea of continuous summation. The indefinite integral (antiderivative) reverses differentiation; the definite integral computes signed area. The Fundamental Theorem of Calculus connects them: \(\int_a^b f(x)\,dx = F(b)-F(a)\) where \(F'=f\).
Riemann integration defines \(\int_a^b f\,dx\) as the limit of Riemann sums. Lebesgue integration, developed in the early 20th century, extends this to a much larger class of functions and has better convergence properties — the dominated convergence theorem allows limits and integrals to be exchanged under mild conditions.
Improper integrals handle unbounded intervals or unbounded integrands: \(\int_1^\infty x^{-p}\,dx\) converges for \(p>1\) and diverges for \(p\leq1\). The comparison test, limit comparison test, and Dirichlet's test determine convergence without computing the integral explicitly.
Multiple integrals extend integration to functions of several variables. Fubini's theorem allows a double integral to be computed as iterated single integrals. Change of variables (substitution in multiple dimensions) uses the Jacobian determinant: \(\iint_R f\,dA = \iint_S f(\mathbf{g}(u,v))|J|\,du\,dv\).
Key Properties & Applications
Integration has three major computational techniques: substitution (reversing the chain rule), integration by parts \(\int u\,dv=uv-\int v\,du\) (reversing the product rule), and partial fractions (decomposing rational functions). Trigonometric substitution handles integrands involving \(\sqrt{a^2-x^2}\), \(\sqrt{a^2+x^2}\), and \(\sqrt{x^2-a^2}\).
Numerical integration methods — the trapezoidal rule, Simpson's rule, and Gaussian quadrature — approximate definite integrals when antiderivatives are unavailable. Simpson's rule achieves \(O(h^4)\) accuracy; Gaussian quadrature with \(n\) points is exact for polynomials of degree \(\leq2n-1\).
Applications span every quantitative field: computing areas, volumes, arc lengths, surface areas, work, fluid pressure, probability (CDF from PDF), expected values, and Fourier coefficients. The integral is the fundamental tool for converting local (differential) information into global (cumulative) quantities.
Further Reading & Context
The study of integral connects to many areas of mathematics and its applications. Understanding the foundational definitions and theorems provides the basis for advanced work in analysis, algebra, and applied mathematics.
Historical development: most mathematical concepts evolved over centuries, with contributions from mathematicians across many cultures. The modern axiomatic treatment provides rigor, while computational tools enable practical application.
In modern mathematics, this topic appears in graduate courses and research across pure and applied mathematics. Connections to computer science, physics, and engineering make it a versatile and important area of study. Mastery of the core results and techniques opens doors to research in number theory, analysis, geometry, and beyond.
Recommended next steps: work through the standard theorems with full proofs, explore the connections to related topics listed above, and practice with a variety of problems ranging from computational exercises to theoretical proofs. The interplay between different areas of mathematics is one of the subject's greatest rewards.