Central Limit Theorem

Apply the Central Limit Theorem to approximate sampling distributions as Normal.

๐ŸŽฏโญ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson โ†’

Central Limit Theorem

Statement of the CLT

The Central Limit Theorem (CLT) states:

For a random sample of size nn from any population with mean ฮผ\mu and standard deviation ฯƒ\sigma, the sampling distribution of xห‰\bar{x} is approximately Normal when nn is sufficiently large:

xห‰โ‰ˆN(ฮผ,ฯƒn)ย forย largeย n\bar{x} \approx N\left(\mu, \frac{\sigma}{\sqrt{n}}\right) \text{ for large } n

Why Is the CLT Important?

  1. It works for any population shape โ€” even skewed or bimodal!
  2. It justifies using Normal-based methods for inference
  3. It's the theoretical foundation for confidence intervals and hypothesis tests

How Large Is "Large Enough"?

The required sample size depends on the population shape:

| Population Shape | Required nn | |-----------------|-------------| | Normal | Any nn (already Normal!) | | Slightly skewed | nโ‰ฅ15n \geq 15 | | Strongly skewed | nโ‰ฅ30n \geq 30 | | Extremely skewed or with outliers | nโ‰ฅ40+n \geq 40+ |

Rule of thumb: nโ‰ฅ30n \geq 30 is generally sufficient for the CLT to apply.

CLT for Sample Proportions

The CLT also applies to p^\hat{p}. When npโ‰ฅ10np \geq 10 and n(1โˆ’p)โ‰ฅ10n(1-p) \geq 10:

p^โ‰ˆN(p,p(1โˆ’p)n)\hat{p} \approx N\left(p, \sqrt{\frac{p(1-p)}{n}}\right)

Visual Understanding

As nn increases, the sampling distribution of xห‰\bar{x}:

  1. Shape: Becomes more Normal (bell-shaped)
  2. Center: Stays at ฮผ\mu (unbiased)
  3. Spread: Decreases (proportional to 1n\frac{1}{\sqrt{n}})

Example

A population has ฮผ=100\mu = 100 and ฯƒ=20\sigma = 20 (not Normal).

For samples of n=50n = 50: xห‰โ‰ˆN(100,2050)=N(100,2.83)\bar{x} \approx N\left(100, \frac{20}{\sqrt{50}}\right) = N(100, 2.83)

P(xห‰>105)=P(Z>105โˆ’1002.83)=P(Z>1.77)โ‰ˆ0.0384P(\bar{x} > 105) = P\left(Z > \frac{105 - 100}{2.83}\right) = P(Z > 1.77) \approx 0.0384

Common Misconception

The CLT says the sampling distribution becomes Normal. It does NOT say the population becomes Normal or the sample data becomes Normal.

AP Tip: On the AP exam, always check whether the CLT applies by verifying sample size conditions. State: "Since n=50โ‰ฅ30n = 50 \geq 30, the CLT tells us the sampling distribution of xห‰\bar{x} is approximately Normal."

๐Ÿ“š Practice Problems

No example problems available yet.