Normal Distribution Probability Density Function
Gives the probability density of a normally distributed variable at a specific value.
This public page keeps the free explanation visible and leaves premium worked solving, advanced walkthroughs, and saved study tools inside the app.
Core idea
Overview
The Normal Distribution Probability Density Function (PDF) describes a continuous random variable with a symmetric bell-shaped curve. Its height at a particular x-value depends on the mean and standard deviation, and the total area under the curve is 1.
When to use: Use this formula when modeling continuous data that clusters around a mean and forms a bell-shaped distribution.
Why it matters: It is one of the foundational distributions in statistics and appears in confidence intervals, hypothesis tests, and many real-world measurement processes.
Symbols
Variables
f(x | , ) = Probability density, x = Value of x, = Mean, = Variance, e = Euler's number
Walkthrough
Derivation
Derivation of Normal Distribution Probability Density Function (PDF)
This derivation focuses on determining the normalization constant for the Normal Distribution's probability density function (PDF), assuming its characteristic bell-shaped exponential form. The process ensures that the total probability over the entire domain integrates to one.
- The general functional form of the Normal Distribution's PDF is proportional to an exponential of a negative quadratic, specifically . This form arises from various theoretical considerations, such as the Central Limit Theorem or the principle of maximum entropy.
- The function must be a valid probability density function, meaning its integral over all real numbers must equal 1.
Start with the unnormalized form
We begin by assuming the core exponential shape of the Normal Distribution, where is the mean, is the variance, and is an unknown normalization constant. This constant is crucial to ensure that the total probability sums to one.
Note: The exponential term ensures the bell shape and symmetry around the mean . The term in the denominator scales the spread of the distribution.
Apply the normalization condition
For to be a valid probability density function, the area under its curve over the entire real line must be equal to 1. We set up the integral to reflect this condition.
Simplify the integral using substitution
To evaluate the integral, we perform a substitution. By letting , the exponent simplifies to . We also need to find the differential in terms of . The limits of integration remain from to because as , .
Utilize the Gaussian integral
The integral is a well-known result in calculus, often called the Gaussian integral or Euler-Poisson integral. Its value is .
Note: This integral is fundamental in many areas of mathematics and physics and is typically proven using techniques like polar coordinates for a double integral.
Solve for the normalization constant C
Substituting the value of the Gaussian integral into our equation from Step 3, we can now algebraically solve for the normalization constant . This constant ensures that the total probability is 1.
Substitute C back into the PDF
Finally, by substituting the derived value of back into our initial unnormalized form, we obtain the complete and normalized probability density function for the Normal Distribution. This formula describes the probability distribution of a continuous random variable that is symmetrically distributed around its mean, forming a bell-shaped curve.
Result
Source: Any standard textbook on probability and statistics or advanced calculus.
Free formulas
Rearrangements
Solve for
Make x the subject
Solve for x by isolating the exponential term using natural logarithms and rearranging the quadratic expression.
Difficulty: 4/5
Solve for
Make the subject
Isolate the exponential component, apply logarithms, and rearrange to solve for the mean.
Difficulty: 3/5
Solve for
Make the subject
Solve for variance by rearranging the transcendental equation using the Lambert W function or iterative methods.
Difficulty: 5/5
Solve for
Make f the subject
The function is already expressed as f(x | μ, σ²), so this is the trivial case.
Difficulty: 1/5
The static page shows the finished rearrangements. The app keeps the full worked algebra walkthrough.
Why it behaves this way
Intuition
Imagine a perfectly symmetrical bell-shaped curve, like a pile of sand dropped from a single point. The highest point of the 'bell' is exactly at the center, representing the most common or average value. As you move away from the center in either direction, the height of the curve gradually decreases, indicating that values further from the average are less likely. The total area under this bell curve always equals 1, representing 100% of all possible outcomes. The width and height of the bell are determined by how spread out the data is.
Signs and relationships
- -: The negative sign in the exponent ensures that as 'x' moves further away from the mean 'μ' (in either direction), the value of the exponent becomes more negative. This causes 'e' raised to that power to become smaller, correctly reflecting that values further from the mean have lower probability density.
- (x-μ)²: Squaring the difference `(x-μ)` serves two key purposes: 1) It makes the deviation from the mean always positive, ensuring the curve is symmetric around the mean. 2) It penalizes larger deviations from the mean more heavily than smaller ones, contributing to the characteristic bell shape where values far from the mean drop off rapidly.
- 1 / √(2πσ²): This entire term is a normalization constant. Its purpose is to ensure that the total area under the probability density curve integrates to exactly 1. This is a fundamental requirement for any probability distribution, as the sum of all possible probabilities must be 1.
One free problem
Practice Problem
For a standard normal distribution with mean 0 and variance 1, find the probability density at x = 0.
Solve for:
Hint: At the mean, the exponential term becomes 1.
The full worked solution stays in the interactive walkthrough.
Where it shows up
Real-World Context
The distribution of adult height in a population is often approximated by a normal distribution.
Study smarter
Tips
- The curve is symmetric around the mean.
- The total area under the curve is always 1.
- A larger standard deviation makes the curve wider and flatter.
- This formula gives density, not direct probability.
Avoid these traps
Common Mistakes
- Treating the PDF height as a probability.
- Forgetting the 1/(sigma * sqrt(2pi)) normalizing factor.
- Confusing variance with standard deviation.
- Using the formula for non-continuous outcomes.
Common questions
Frequently Asked Questions
This derivation focuses on determining the normalization constant for the Normal Distribution's probability density function (PDF), assuming its characteristic bell-shaped exponential form. The process ensures that the total probability over the entire domain integrates to one.
Use this formula when modeling continuous data that clusters around a mean and forms a bell-shaped distribution.
It is one of the foundational distributions in statistics and appears in confidence intervals, hypothesis tests, and many real-world measurement processes.
Treating the PDF height as a probability. Forgetting the 1/(sigma * sqrt(2pi)) normalizing factor. Confusing variance with standard deviation. Using the formula for non-continuous outcomes.
The distribution of adult height in a population is often approximated by a normal distribution.
The curve is symmetric around the mean. The total area under the curve is always 1. A larger standard deviation makes the curve wider and flatter. This formula gives density, not direct probability.
References
Sources
- Britannica Editors (2026) 'Standard normal distribution' Encyclopaedia Britannica.
- NIST/SEMATECH e-Handbook of Statistical Methods, normal distribution section.
- NIST Special Publication 1017, standard normal distribution references.
- Standard probability and statistics textbooks
- Any standard textbook on probability and statistics or advanced calculus.