Normal Distribution

Definition

\[f(x)=\frac{1}{\sigma\sqrt{2\pi}}e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2}\]

Properties

PropertyStatement
SymmetrySymmetric about μ
68-95-99.768% within 1σ, 95% within 2σ, 99.7% within 3σ
Mean=Median=ModeAll equal μ

Z-Scores

\[z=\frac{x-\mu}{\sigma}\]

Standardizes any normal variable to N(0,1).

Examples

Example 1. Heights are N(170,10). What % are between 160 and 180?

Solution. z = ±1, so 68% by the empirical rule.

Deep Dive: Normal Distribution

This section builds durable understanding of normal distribution in statistics through definition-first reasoning, theorem mapping, and error-checking workflows.

Use a two-pass method: first derive the structure symbolically, then validate with a concrete numerical or geometric test case.

Visual Intuition

Convert algebra into a diagram, graph, or dependency map before solving. Visual-first analysis reduces sign errors and makes assumptions explicit.

Checklist: domain constraints - symmetry - limiting behavior - sanity check at special values.

Practice Set

Practice A. Re-derive one key formula on this page from first principles and annotate each transformation.

Target. Your final line should include assumptions, derivation path, and a quick verification.

Practice B. Build an application scenario using normal distribution and solve it with both symbolic and numeric methods.

Target. Compare outputs and explain any approximation gap.

References & Editorial Notes

  • Stewart, Calculus.
  • Strang, Introduction to Linear Algebra.
  • Apostol, Mathematical Analysis.

Editorial update: Reviewed on 2026-04-14 for notation consistency, conceptual clarity, and exercise quality.