
Normal Distribution Formula Properties and How to Solve Problems
The concept of normal distribution plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. This topic serves as the foundation for understanding probability, statistics, data science, and is especially important for students preparing for CBSE, JEE, and NEET exams.
What Is Normal Distribution?
A normal distribution is a symmetric, bell-shaped curve that describes how data is distributed around the mean. In mathematical terms, it is a probability distribution where most data points cluster around the average, and the frequency of extreme values falls equally on both sides. You’ll find this concept applied in areas such as statistics problems, measuring heights, and exam marks analysis.
Key Formula for Normal Distribution
Here’s the standard formula: \( f(x) = \dfrac{1}{\sigma \sqrt{2\pi}} e^{-\dfrac{(x – \mu)^2}{2\sigma^2}} \) where:
- \( x \) = actual value
- \( \mu \) = mean (average)
- \( \sigma \) = standard deviation (spread of data)
- \( \pi \) = 3.14159...
- \( e \) = 2.71828...
Key Properties of Normal Distribution
- It is perfectly symmetrical about its mean.
- The mean, median, and mode are all equal.
- Approximately 68% of data lies within one standard deviation of the mean.
- The total area under the curve is exactly 1.
- It is also called the “bell curve” or “Gaussian distribution.”
- The curve does not touch the x-axis (asymptotic).
Cross-Disciplinary Usage
Normal distribution is not only useful in Maths but also plays an important role in Physics (measuring errors in experiments), Computer Science (machine learning algorithms), and daily logical reasoning (like IQ scores or exam grading). Students preparing for JEE or NEET will see its relevance in probability, genetics, and data questions.
Normal Distribution Table and Z-Score
To quickly find the probability of a certain value, we often convert data to a Z-score, which tells us how many standard deviations a value is from the mean.
Z-score formula: \( Z = \dfrac{X - \mu}{\sigma} \)
Once you have the Z-score, use the normal distribution table to find the probability or percentile.
Step-by-Step Illustration
- Suppose the mean score in a test is 70, and the standard deviation is 10.
You scored 85. What's your Z-score and what percent of students did you outperform? - Calculate Z-score:
\( Z = \frac{85 - 70}{10} = 1.5 \) - Look up Z = 1.5 in the standard normal table:
Z = 1.5 corresponds to about 93.32%.
So, you scored higher than about 93% of students.
Speed Trick or Vedic Shortcut
Here’s a quick trick: If a question says "within one standard deviation of the mean," it always means about 68% of the data! For two standard deviations, remember 95%, and for three standard deviations, almost 99.7%. This is called the "68-95-99.7 rule" or the Empirical Rule. It helps answer MCQs fast in your exams!
Applications of Normal Distribution
Normal distribution is observed in many real-life scenarios, such as human heights, IQ scores, blood pressure, and machine errors. It is fundamental in statistics, quality control in factories, and even weather predictions. For more on basic probability, see Probability or understand its foundation with Probability and Statistics Symbols.
Try These Yourself
- Convert a score of 60, with mean 55 and standard deviation of 5, to a Z-score.
- For a normal distribution, what percent of values fall between -1 and +1 Z-scores?
- If a distribution is not symmetric, is it a normal distribution?
- Use the normal table to determine the probability of scoring above a Z of 1.2.
Frequent Errors and Misunderstandings
- Assuming all data is normally distributed (not always true!)
- Forgetting to standardize values before using the normal table.
- Confusing mean, mode, and median when the curve is not perfectly normal.
Relation to Other Concepts
The idea of normal distribution connects closely with mean, standard deviation, and the probability density function. Mastering this helps with understanding types of data in statistics and more advanced topics in probability and data science.
Classroom Tip
A quick way to remember normal distribution: Draw a symmetric bell curve, mark the mean in the center, and divide the area with one, two, and three standard deviations. Vedantu’s teachers often use color-coded curves and the "Empirical Rule" for fast revision in live online classes.
We explored normal distribution—from its definition, formula, uses, stepwise problems, and connections to other subjects. Continue practicing with Vedantu to become confident in solving problems using this concept.
Explore related topics on Vedantu:
- Mean – Understand the concept of average
- Standard Deviation – Learn how data varies around the mean
- Probability Density Function – Dive deeper into the math of bell curves
- Probability – Build strong fundamentals
FAQs on Normal Distribution Explained with Formula and Graph
1. What is a normal distribution in statistics?
A normal distribution is a continuous probability distribution that is symmetric about its mean and forms a bell-shaped curve. It is defined by two parameters: mean (μ) and standard deviation (σ).
- The curve is symmetric around the mean.
- The mean, median, and mode are equal.
- Total area under the curve equals 1.
- It is widely used in probability, statistics, and data analysis to model natural phenomena like heights, test scores, and measurement errors.
2. What is the formula for the normal distribution?
The formula for the normal distribution probability density function is f(x) = (1 / (σ√(2π))) e^(-(x − μ)² / (2σ²)).
- μ = mean of the distribution
- σ = standard deviation
- π ≈ 3.1416
- e ≈ 2.718
3. What are the properties of a normal distribution?
The normal distribution has specific mathematical properties that make it predictable and widely used in statistics.
- It is symmetrical about the mean.
- The mean = median = mode.
- The total area under the curve equals 1.
- The curve approaches but never touches the x-axis (asymptotic).
- It follows the empirical rule (68–95–99.7 rule).
4. What is the 68-95-99.7 rule in a normal distribution?
The 68–95–99.7 rule states that most data in a normal distribution lies within 1, 2, and 3 standard deviations from the mean.
- 68% of data lies within ±1σ.
- 95% of data lies within ±2σ.
- 99.7% of data lies within ±3σ.
5. What is a standard normal distribution?
A standard normal distribution is a normal distribution with mean = 0 and standard deviation = 1. It is represented using Z-scores instead of raw values.
- Denoted as Z ~ N(0,1).
- Used to calculate probabilities from standard normal tables.
- Converts any normal variable into a comparable scale.
6. How do you calculate a Z-score in a normal distribution?
A Z-score is calculated using the formula Z = (X − μ) / σ.
- X = given value
- μ = mean
- σ = standard deviation
7. How do you find probability using the normal distribution?
To find probability in a normal distribution, convert the value to a Z-score and use the standard normal table.
- Step 1: Compute Z = (X − μ)/σ.
- Step 2: Look up the Z-value in a Z-table.
- Step 3: Interpret the cumulative probability.
8. Why is the normal distribution important in statistics?
The normal distribution is important because many real-world variables naturally follow a bell-shaped pattern and it forms the basis of statistical inference.
- Used in hypothesis testing.
- Forms the foundation of the Central Limit Theorem.
- Helps model measurement errors and biological data.
- Allows probability estimation using standard tables.
9. What is the difference between normal distribution and standard normal distribution?
The difference is that a normal distribution can have any mean and standard deviation, while a standard normal distribution has fixed values of μ = 0 and σ = 1.
- Normal distribution: X ~ N(μ, σ²)
- Standard normal distribution: Z ~ N(0,1)
- Standardization converts X into Z using Z = (X − μ)/σ.
10. Can you give a simple example of a normal distribution?
An example of a normal distribution is exam scores with mean 75 and standard deviation 8.
- About 68% of students score between 67 and 83 (75 ± 8).
- About 95% score between 59 and 91 (75 ± 16).
- The distribution forms a symmetric bell curve around 75.

































