Historical Context & Motivation
Imagine measuring the heights of every student in your school and plotting the results on a graph. You would likely see a familiar shape: most students cluster near the average, with fewer and fewer students as you move toward very short or very tall extremes. This symmetrical, bell-shaped pattern appears so frequently in nature, science, and everyday life that mathematicians spent centuries developing a precise way to describe it. The normal distribution is that mathematical description, and it is one of the most powerful tools in all of statistics.
The story of the normal distribution begins with a quest to understand errors in scientific measurement. Early astronomers noticed that when they repeatedly measured the position of a star, their measurements scattered around the true value in a predictable way. This pattern of random variation needed a mathematical model, and several brilliant thinkers contributed pieces of the puzzle over more than a century.
The central question that drove these mathematicians remains the same one you will explore in this lesson: if data naturally clusters around a central value, how can we calculate the probability of observing any particular range of values? The normal distribution, combined with z-scores and modern calculator technology, gives us a precise and efficient way to answer that question.
Core Principles & Definitions
Before diving into calculations, you need to understand the key building blocks of the normal distribution. Every normal distribution is completely determined by just two numbers, and every calculation you perform in this topic comes back to the same fundamental ideas.
Mean (μ)
Standard Deviation (σ)
Z-Score
Symmetry & the 68-95-99.7 Rule
Notation: X ~ N(μ, σ²)
The Bell Curve Visualised
The diagram below shows a standard normal distribution (μ = 0, σ = 1) with the empirical rule regions shaded. Study how the percentages relate to the number of standard deviations from the mean.
Notice several important features. First, the curve never actually touches the horizontal axis — it extends infinitely in both directions, getting ever closer to zero but never reaching it. In practice, almost all data (99.7%) falls within three standard deviations. Second, the peak of the curve occurs exactly at the mean. Third, the curve is perfectly symmetrical, so the probability of being a certain distance above the mean is identical to the probability of being that same distance below the mean.
Mathematical Framework
The IB syllabus does not require you to memorise the full probability density function, but understanding the z-score formula is essential. Every probability calculation you perform begins with converting raw data values into z-scores, or using your GDC to handle that conversion automatically.
Understanding Z-Scores & Probability Regions
The z-score is the bridge between any normal distribution and the standard normal distribution. When you calculate a z-score, you are effectively asking: 'If I rescale this distribution so that the mean is 0 and the standard deviation is 1, where does my data point land?' This standardisation process lets you compare values from completely different contexts, like comparing your maths score to your science score even when the exams have different means and spreads.
The diagram above illustrates the standardisation process. A score of 80 on an exam with mean 70 and standard deviation 10 corresponds to a z-score of exactly 1.0. This means the score is one standard deviation above the mean. Using our GDC or the reference table, we can immediately state that approximately 84.13% of students scored below 80 on this exam, because P(Z < 1) ≈ 0.8413.
Z-scores also allow powerful comparisons. Suppose you scored 80 on Maths (μ = 70, σ = 10) and 85 on English (μ = 78, σ = 5). Your Maths z-score is (80 − 70)/10 = 1.0, while your English z-score is (85 − 78)/5 = 1.4. Even though the raw scores look similar, your English performance was relatively stronger because you were 1.4 standard deviations above the class average versus only 1.0 in Maths.
Worked Example — Exam Score Probability
Let's work through a complete IB-style problem from start to finish. Pay attention to how we state the distribution, write the probability statement, and use the GDC.
Strengths & Limitations of the Normal Model
The normal distribution is incredibly useful, but it is not a universal model for all data. Understanding when it works well and when it fails is an important part of statistical literacy. The table below summarises the key strengths and limitations you should keep in mind.
| Aspect | Strengths | Limitations |
|---|---|---|
| Applicability | Models many natural phenomena (heights, test scores, measurement errors) remarkably well. | Fails for skewed data (income, house prices), discrete counts, or bounded data (percentages, ages). |
| Simplicity | Only two parameters (μ and σ) completely define the distribution. Easy to communicate and compute. | Real data may have multiple peaks (bimodal), heavy tails, or asymmetry that two parameters cannot capture. |
| Technology | GDCs and software compute exact probabilities instantly, eliminating the need for printed z-tables. | Over-reliance on technology without understanding can lead to misapplication (e.g., using normalcdf on non-normal data). |
| Tail behaviour | The 68-95-99.7 rule gives quick estimates without any calculation. | Tails extend to ±∞, which is physically impossible for many variables (e.g., negative heights). Extreme values may be unrealistic. |
Connection to Advanced Topics
The normal distribution you are learning in SL 4.7 is a foundation for many more advanced ideas in statistics. Even within the IB Applications and Interpretation course, you will see it appear again in hypothesis testing, confidence intervals, and regression. Understanding where this topic leads can help you appreciate why it is worth mastering now.
| SL 4.7 (What You Learn Now) | Advanced Extension |
|---|---|
| Calculate P(X < x) using normalcdf | In hypothesis testing, you compare a test statistic to a normal distribution to decide whether to reject a null hypothesis. |
| Use invNorm to find boundary values | Confidence intervals use invNorm to find the critical value (e.g., z = 1.96 for 95% confidence). |
| Z-scores standardise individual values | The Central Limit Theorem (HL) shows that sample means follow a normal distribution even when the population is not normal. |
| Single normal distribution with given μ and σ | In regression, the residuals (errors) are assumed to be normally distributed, which validates the model's predictions. |
One of the most remarkable results in all of mathematics is the Central Limit Theorem. It states that if you take the average of a sufficiently large random sample from any distribution, that average will be approximately normally distributed — regardless of the shape of the original data. This explains why the normal distribution appears so often in practice: many real-world measurements are themselves averages or sums of many small random effects. While you will not be tested on the formal theorem at SL level, knowing it exists helps explain why the bell curve is everywhere.
Practice Problems
Lesson Summary
The normal distribution is a continuous, symmetric, bell-shaped probability distribution defined by two parameters: the mean (μ), which locates the centre, and the standard deviation (σ), which controls the spread. The 68-95-99.7 empirical rule tells us that approximately 68%, 95%, and 99.7% of data falls within 1, 2, and 3 standard deviations of the mean respectively. We write X ~ N(μ, σ²) to denote a normally distributed random variable.
A z-score standardises any value using z = (x − μ) / σ, telling us how many standard deviations the value is from the mean. For probability calculations, use normalcdf(lower, upper, μ, σ) on your GDC to find the probability of a range. For inverse normal problems — where you are given a probability and need to find the boundary value — use invNorm(p, μ, σ). Always state the distribution, write the probability statement, record the GDC command, and give your answer to 3 significant figures.