Andromeda
Note

Gaussian Integral

Definition

The Gaussian integral is the definite integral of the Gaussian function ex2e^{-x^2} over the entire real line. Despite the function not having an elementary antiderivative (it cannot be integrated using standard algebraic techniques), its definite integral over the bounds of negative to positive infinity evaluates to an exact, simple constant.

ex2dx=π\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} How to read: The integral from negative infinity to infinity of e to the negative x squared with respect to x equals the square root of pi. Meaning / when to use: This exact evaluation is used as the normalization constant for the normal distribution in probability and is foundational in quantum mechanics and statistical mechanics.

Why It Matters

This single integral is the linchpin of probability theory and quantum field theory. Without it, the normal distribution (bell curve) could not be normalized to equal exactly 1, making it useless as a probability density function. It allows mathematicians to translate the chaos of exponential decay over infinite space into a discrete, manageable constant (π\sqrt{\pi}).

Core Concepts

  • Polar Coordinate Trick: The integral is solved not by directly finding an antiderivative, but by squaring the integral, converting it into a double integral over a 2D plane, and switching to polar coordinates.
  • Symmetry: The function ex2e^{-x^2} is an even function, symmetric across the y-axis. Therefore, the integral from 0 to infinity is exactly π2\frac{\sqrt{\pi}}{2}.
  • Normalization: By scaling the function (dividing by π\sqrt{\pi}), the total area under the curve becomes exactly 1, fulfilling the requirement for a probability distribution.
  • Generalization: It can be extended to multidimensional spaces and matrices, forming the basis for path integrals in physics.

Connected Concepts