Before you can read the parent note, you need to own every squiggle it writes. Below, each symbol is built from nothing: plain words → a picture → why the topic can't live without it. Read top to bottom; each row leans on the one above.
Picture it: imagine measuring the height of the next person who walks through a door. You know it'll be "around 170 cm" but not exactly. X is the name of that not-yet-known number.
A specific observed value gets a lowercase letter: x. So "X=x" means "the wobbly thing landed on the concrete value x."
Why the topic needs it: the whole Gaussian note is a description of how one particular kind of wobbly quantity wobbles.
Here is the single most misunderstood symbol in the whole topic, so we build it slowly with a picture.
Picture it (look at the figure): the smooth hump is f(x). Pick two points a and b on the horizontal axis. The shaded area between them, under the curve, is the probability that X lands between a and b.
Why the topic needs it: the parent's headline formula isf(x). Every property (symmetry, the 68-95-99.7 rule, MLE) is a statement about this curve.
a (bottom of the sign) and b (top) are the left and right edges of the region.
dx means "an infinitely thin slice of width dx."
Each strip has area ≈ height f(x) times width dx; the ∫ sums them all.
Why this tool and not another? We need a total amount of area under a smooth curve. Ordinary addition can't add infinitely many strips; the integral is the exact tool invented for "continuous adding." That's the only reason it shows up whenever the parent writes P(a≤X≤b).
Picture it (look at the figure): the narrow blue bell has small σ (values hug the center); the wide pink bell has large σ (values spread out). Both share the same μ, so both peak in the same place.
Why two names? We look at σ (it's a width on the picture), but we compute with σ2 (it adds when you add independent variables). The topic needs both hats.
Why the topic needs it: it's the compact way of saying "this wobbly quantity's histogram is exactly the bell from Sections 2–5, tuned by these two numbers."
Picture it:exp(0)=1 (the peak), and as its input dives negative, the output slides smoothly toward zero — never touching it. That is exactly the graceful "tails that never quite hit the axis" shape of the bell.
Why this tool and not another? We need a curve that (a) is always positive (probabilities can't be negative), (b) peaks in the middle and falls off symmetrically, and (c) has the mathematically magic property that its area is computable in closed form. e−(squared distance) is the unique friendly function with all three. That's why the parent's formula wraps a squared term inside exp.
Picture it: a point 5 units left of μ and a point 5 units right of μ both give (x−μ)2=25. Since the curve's height depends only on this squared distance, the two points sit at the same height. That is precisely the parent's Property 1: symmetry.
Why the topic needs it: without this constant, f would be a valid shape but not a valid probability (its area wouldn't be 1). π≈3.14159 appears because the area of a bell famously involves π — a deep fact you can accept for now.
Picture it (look at the figure): the left shaded region is Φ(z). The tail to the right of z is the leftover, 1−Φ(z) — exactly the "P(X>130)" the parent computes in Example 1.
Why these tools? There is no elementary formula for the area under a Gaussian. So mathematicians gave that area a name (Φ / erf) and tabulated it once and for all. Every probability question in the parent ("what fraction beyond 130?", "68% within one σ?") is really a lookup of Φ or erf.
These appear in the parent's Maximum Likelihood section.
Why this tool and not another? "Best fit" means "highest likelihood." The top of any smooth hill is exactly where the slope is flat (zero). Derivatives are the machine that finds flat spots, so they're the natural tool for estimation.