Did you know that the height of students in your school, national exam scores, or even the weight of apples in the supermarket all follow the same pattern? This pattern is called normal distribution.
Normal distribution was first introduced by Abraham de Moivre in 1733 as an approximation of the binomial distribution for large n. Later, Pierre-Simon Laplace developed it further and it became known as the Moivre-Laplace Theorem. Laplace used normal distribution to analyze errors in experiments.
Normal distribution is very useful because many natural and social phenomena follow this pattern. From human height to scientific measurement results, everything tends to be normally distributed.
Imagine a very symmetrical hill, like an inverted bell. That's the shape of the normal distribution curve. Let's look at the visualization of a standard normal curve with μ=0 and σ=1:
Standard Normal Distribution Curve
Bell-shaped curve that is symmetrical with characteristic features of normal distribution.
This curve has several unique characteristics that make it special:
Shape and Symmetry
The curve is bell-shaped and symmetrical about the vertical line passing through the mean (μ). This means the left and right parts of the curve are perfect mirrors of each other.
Central Point
The mean, median, and mode are all located at the same point, which is at the peak of the curve. This occurs because the distribution is symmetrical.
Inflection Points
The curve has inflection points at x=μ±σ, which means the curve changes from concave to convex (or vice versa) at a distance of one standard deviation from the mean.
Horizontal Asymptote
The curve approaches the x axis but never touches it, both at the left and right ends.
Now, let's look at its mathematical formula. Don't worry if it looks complicated, the important thing is that you understand the concept.
If X is a normal random variable with mean μ and variance σ2, then the normal distribution function can be written as:
f(x;μ,σ)=σ2π1e−21(σx−μ)2
for −∞<x<∞.
Where:
π is the constant 3.1416
e is the constant number 2.7183
μ is the mean of the distribution
σ is the standard deviation
This formula looks complex, but you don't need to memorize it or calculate it manually. The important thing is to understand that the shape of the curve is determined by the values of μ and σ.
In practice, we often use the standard normal distribution with mean μ=0 and standard deviation σ=1. To convert a regular normal distribution to standard normal, we use the transformation:
Z=σx−μ
This variable Z is called the standard score or z-score. This transformation is very useful because it allows us to use the readily available standard normal distribution table.
Why use z-score?
With this transformation, we can compare data from different distributions. For example, you can compare math scores with physics scores, even though their means and standard deviations are different.
Let's look at a practical example. Suppose we have a normal distribution with μ=50 and σ=10. We want to find the probability that X lies between 45 and 62.
Step1: Transform to z-score
z1=1045−50=10−5=−0.5
z2=1062−50=1012=1.2
Step2: Use the standard normal distribution table
We need to find P(−0.5<Z<1.2). Remember that for interval probability, we use the formula:
P(a<Z<b)=P(Z<b)−P(Z<a)
From the standard normal distribution table:
P(Z<−0.5)=0.3085
P(Z<1.2)=0.8849
Step3: Calculate the final probability
P(45<X<62)=P(−0.5<Z<1.2)=0.8849−0.3085=0.5764
So, the probability that X lies between 45 and 62 is 0.5764 or approximately 57.64%.