Entry 1

Why the Bell Curve Hides $\pi$

Measuring the total space beneath the curve $e^{-x^2}$ creates a beautiful structural problem: the function has no ordinary elementary antiderivative. So the solution does something more imaginative. It changes the dimension of the problem.

Math in 15 · Core Identity
$$\int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi}$$

In plain English: the complete area under the bell-shaped curve $y=e^{-x^2}$, from negative infinity to positive infinity, equals $\sqrt{\pi}$.

Gaussian curve A bell-shaped Gaussian curve with the area beneath it shaded and labeled area equals square root of pi. 0 x y = e^-x² area = √π
The conceptual shock: this curve is not a circle. It is a bell-shaped exponential curve. Yet the answer contains $\pi$, the number of circular geometry.

The Core Move

Call the unknown area $I$. Instead of trying to solve $I$ directly, square it. This turns one one-dimensional area problem into a two-dimensional surface problem.

Dimension Shift
$$I^2 = \left(\int_{-\infty}^{\infty} e^{-x^2}\,dx\right) \left(\int_{-\infty}^{\infty} e^{-y^2}\,dy\right) = \iint_{\mathbb{R}^2} e^{-(x^2+y^2)}\,dx\,dy$$

Now the hidden structure appears. The expression $x^2+y^2$ is the squared distance from the origin. In the plane, all points with the same value of $x^2+y^2$ form a circle.

View Complete Structural Derivation
  1. Square the system: Convert the independent integral $I$ into a double integral over the plane: $$I^2=\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}e^{-(x^2+y^2)}\,dx\,dy.$$
  2. Switch coordinate systems: In polar coordinates, $x^2+y^2=r^2$ and $dx\,dy=r\,dr\,d\theta$. $$I^2=\int_0^{2\pi}\int_0^\infty e^{-r^2}r\,dr\,d\theta.$$
  3. Separate the angular and radial parts: the angular sweep contributes $2\pi$. $$I^2=2\pi\int_0^\infty e^{-r^2}r\,dr.$$
  4. Use substitution: let $u=r^2$, so $du=2r\,dr$. $$\int_0^\infty e^{-r^2}r\,dr=\frac12\int_0^\infty e^{-u}\,du=\frac12.$$
  5. Resolve the square: $$I^2=2\pi\cdot\frac12=\pi,$$ so $$I=\sqrt{\pi}.$$
Beauty Thread

The Bell Curve Opens into a Circle

The Gaussian integral is beautiful because it shows mathematics solving a problem by enlarging the world. A stubborn one-dimensional curve becomes manageable only after it is lifted into two dimensions.

Once the problem enters the plane, circular symmetry appears. The $\pi$ was not pasted onto the answer. It was hidden inside the geometry all along.

Why It Matters

Randomness and Symmetry

Gaussian curves appear in probability, statistics, measurement error, physics, finance, and the central limit theorem.

This identity hints at a deep theme: randomness and geometry are not separate kingdoms. The bell curve and the circle are part of the same mathematical conversation.

Reusable Structure

Weekly Entry Template

Future updates can be added as new article cards using this structure. Keep the prose intuitive first, then hide heavier symbolic work inside accordions.

Week / Entry:

Concept:

What I understood:

What confused me:

Beauty thread:

Connection: science, finance, AI, faith, sports, aviation, or daily life.

Compression sentence:

Implementation Note for B

The next technical upgrade should be a modular SPA architecture: keep this HTML as the visual shell and store weekly entries in a separate entries.json file. That will make the archive easy to update without manually editing long blocks of HTML.