MathematicsStatisticsAdvanced

Central Limit Theorem

Also known as:CLTNormal approximation theorem

The Central Limit Theorem (CLT) states that the sampling distribution of the sample mean approaches a normal distribution as the sample size n increases, regardless of the shape of the underlying population distribution, provided the population has a finite mean and variance. For most practical purposes, normality is achieved when n ≥ 30. The CLT is the theoretical foundation for Z-tests, t-tests, confidence intervals, and virtually all classical inferential statistics.

Key Formula

X̄ ~ N(μ, σ²/n) as n → ∞

LaTeX: \bar{X} \sim N\!\left(\mu,\, \frac{\sigma^2}{n}\right) \text{ as } n \to \infty

SymbolMeaningUnit
\bar{X}Sample mean (random variable)same as population
\muPopulation meansame as population
\sigma^2Population variancesquared units
nSample sizecount

Worked Example

Problem

A population is uniformly distributed on [0, 10] with μ = 5 and σ² = 100/12 ≈ 8.33. If samples of n = 36 are repeatedly drawn, what is the distribution of the sample mean?

Solution

Step 1: Population: Uniform[0,10], μ = 5, σ² = 8.33, σ = 2.887. Step 2: By CLT, X̄ ~ N(μ, σ²/n) = N(5, 8.33/36) = N(5, 0.231). Step 3: Standard error = √0.231 ≈ 0.481. Step 4: P(4.5 < X̄ < 5.5) = P(−1.04 < Z < 1.04) ≈ 0.702.

Answer

X̄ ~ N(5, 0.231); SE = 0.481; approximately 70.2% of sample means fall within [4.5, 5.5]

Effect of Sample Size on Normality of Sampling Distribution

Population Shapen = 5n = 10n = 30n = 50
NormalNormalNormalNormalNormal
Slightly skewedSkewedNear normalNormalNormal
Moderately skewedSkewedSlightly skewedApproximately normalNormal
Heavily skewedHeavily skewedSkewedNear normalApproximately normal
BimodalBimodalIrregularNear normalNormal
UniformFlatTriangularNormalNormal

Interactive Tools

GeoGebra — CLT Simulation

Interactive simulation demonstrating the Central Limit Theorem with adjustable sample sizes

Open Tool

Khan Academy — CLT

Conceptual and visual explanation of the Central Limit Theorem

Open Tool

Wolfram Alpha

Explore sampling distribution approximations using the CLT

Open Tool
Illustration of the Central Limit Theorem showing sampling distributions converging to normal

Wikimedia Commons, CC BY-SA

Related Terms

The theorem was first proven for binomial distributions by Abraham de Moivre in 1733. Pierre-Simon Laplace extended it in 1812. The term "Central Limit Theorem" (from German "Zentraler Grenzwertsatz") was coined by Georg Pólya in 1920, with "central" reflecting its pivotal role in probability theory.

statisticsprobabilitysamplingnormal-distributioninferencetheorem