Integral (Mathematics)

In mathematics, an integral assigns numbers to functions in a way that can describe displacement, area, volume, and other concepts that arise by combining infinitesimal data. The process of finding integrals is called integration. Its inverse operation is differentiation, and the connection between the two is given by the fundamental theorem of calculus.

📖 Key Insight

Integration is one of the two main operations in calculus. While differentiation studies instantaneous rates of change, integration accumulates quantities over continuous intervals.

Definition

The most common definition of the integral used in introductory calculus is the Riemann integral, introduced by Carl Friedrich Gauss and rigorously defined by Bernhard Riemann in 1854. It is defined as the limit of sums of areas of rectangles that approximate the area under a curve.

Formally, if $f$ is a real-valued function defined on a closed interval $[a, b]$, the definite integral is written as:

\[ \int_{a}^{b} f(x) \, dx = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*) \, \Delta x \]

where $\Delta x = \frac{b-a}{n}$ and $x_i^*$ is any point in the $i$-th subinterval. If this limit exists, $f$ is said to be Riemann integrable on $[a, b]$.

Notation

The standard notation for the integral was introduced by Gottfried Wilhelm Leibniz in 1675. The integral sign $\int$ is an elongated 'S', standing for summa (sum). The basic structure of the notation is:

\[ \int f(x) \, dx \]

Here, $f(x)$ is the integrand, $dx$ indicates the variable of integration, and in the definite case, the numbers at the top and bottom of the integral sign are the upper and lower limits of integration, respectively.

Types of Integrals

Indefinite Integral

An indefinite integral represents a family of functions whose derivatives are equal to the integrand. It is also called the antiderivative:

\[ \int f(x) \, dx = F(x) + C \]

where $F'(x) = f(x)$ and $C$ is an arbitrary constant called the constant of integration.

Definite Integral

The definite integral computes the net signed area between the function and the $x$-axis over an interval $[a, b]$:

\[ \int_{a}^{b} f(x) \, dx = F(b) - F(a) \]
📐 Fundamental Theorem of Calculus

Part 1: If $f$ is continuous on $[a, b]$ and $F(x) = \int_{a}^{x} f(t)\,dt$, then $F'(x) = f(x)$.
Part 2: If $F$ is an antiderivative of $f$, then $\int_{a}^{b} f(x)\,dx = F(b) - F(a)$.

Improper Integrals

These extend the concept to unbounded intervals or functions with vertical asymptotes:

\[ \int_{1}^{\infty} \frac{1}{x^2} \, dx = \lim_{b \to \infty} \int_{1}^{b} \frac{1}{x^2} \, dx = 1 \]

Lebesgue Integral

Introduced by Henri Lebesgue in 1901, this measure-theoretic approach generalizes the Riemann integral, allowing integration of a broader class of functions and providing powerful convergence theorems essential in modern analysis, probability, and quantum mechanics.

Properties

Integrals satisfy several fundamental algebraic and analytical properties:

Applications

Integration is foundational across mathematics, physics, engineering, economics, and data science:

See Also

References

  1. Apostol, T. M. (1974). Mathematical Analysis (2nd ed.). Addison-Wesley.
  2. Rudin, W. (1976). Principles of Mathematical Analysis (3rd ed.). McGraw-Hill.
  3. Folland, G. B. (1999). Real Analysis: Modern Techniques and Their Applications. Wiley.
  4. Weisstein, E. W. "Integral." From MathWorld. Wolfram Research.