Normal Distribution PDF
Calculate probability density at x.
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 the distribution of a continuous random variable characterized by a symmetric, bell-shaped curve. It defines the relative likelihood of a variable taking on a specific value based on the mean (center) and standard deviation (spread) of the dataset.
When to use: Apply this equation when modeling natural phenomena like human height, blood pressure, or measurement errors that tend to cluster around a central average. It is essential when data follows the Central Limit Theorem, indicating that the sum of independent factors leads to a normal distribution.
Why it matters: It is the foundational distribution in statistics, enabling the calculation of z-scores, confidence intervals, and p-values. Understanding this curve allows researchers to predict the probability of specific outcomes in fields ranging from quality control to financial risk management.
Symbols
Variables
x = x Value, = Mean, = Std Dev, f(x) = Density
Walkthrough
Derivation
Formula: Normal Distribution PDF
The normal (Gaussian) distribution is a continuous distribution determined by mean and standard deviation , with a bell-shaped density.
- .
- >0.
- The density is normalized so total probability is 1.
State the Probability Density Function:
The parameter shifts the center and controls the spread. The constant 1/() ensures the total area under the curve is 1.
Note: This is usually introduced as a definition; deriving the normalization constant involves evaluating a Gaussian integral.
Result
Source: Standard curriculum — Mathematical Statistics
Free formulas
Rearrangements
Solve for
Normal Distribution PDF (Standardized Form)
Transform the Probability Density Function of the Normal Distribution into its standardized form by substituting the Z-score and renaming the density function.
Difficulty: 2/5
The static page shows the finished rearrangements. The app keeps the full worked algebra walkthrough.
Visual intuition
Graph
The normal distribution plot features a symmetric, bell-shaped curve that reaches its peak at the mean and tapers off toward the x-axis in both directions. It exhibits a central turning point (the mode/mean) and horizontal asymptotes as the curve approaches zero on either side of the horizontal axis. This shape illustrates the principle of probability density, where outcomes closer to the mean are significantly more likely to occur than those in the distant tails.
Graph type: exponential
Why it behaves this way
Intuition
A symmetric, bell-shaped curve centered at the mean , where the height of the curve at any point x represents the relative likelihood of observing that value, and the curve's spread is determined by the standard
Signs and relationships
- e^{-...}: The negative sign in the exponent ensures that the probability density f(x) decreases as x moves further away from the mean , both positively and negatively, creating the characteristic bell shape with a peak at .
- (x-μ)^2: Squaring the difference (x-) ensures that deviations from the mean, whether positive or negative, contribute equally to reducing the probability density, making the distribution symmetric around .
Free study cues
Insight
Canonical usage
The random variable (x), mean (μ), and standard deviation (σ) must all share the same units, resulting in the probability density function f(x) having units inverse to those of x.
Common confusion
A common mistake is to confuse the probability density `f(x)` (which has units of `1/x`) with a dimensionless probability. `f(x)` can be greater than 1, while a probability cannot.
Dimension note
The exponent `-()^2` is dimensionless. This is because `(x-)` and `` must have the same units, making their ratio `()` dimensionless, and thus the entire
Unit systems
One free problem
Practice Problem
Calculate the probability density (y) at the mean (u) of 10, assuming a standard deviation (s) of 2.
Solve for:
Hint: When x equals u, the exponent term e to the power of zero becomes 1.
The full worked solution stays in the interactive walkthrough.
Where it shows up
Real-World Context
Height distribution in population.
Study smarter
Tips
- The value of y is highest when x equals the mean (u).
- The total area under the density curve is always exactly 1.0.
- The term (x-u)/s represents the z-score, or the number of standard deviations x is from the mean.
- A smaller standard deviation (s) results in a taller, narrower peak.
Avoid these traps
Common Mistakes
- Thinking this gives P(X<x) (CDF).
- Forgetting the 1/sqrt(2pi) term.
Common questions
Frequently Asked Questions
The normal (Gaussian) distribution is a continuous distribution determined by mean \mu and standard deviation \sigma, with a bell-shaped density.
Apply this equation when modeling natural phenomena like human height, blood pressure, or measurement errors that tend to cluster around a central average. It is essential when data follows the Central Limit Theorem, indicating that the sum of independent factors leads to a normal distribution.
It is the foundational distribution in statistics, enabling the calculation of z-scores, confidence intervals, and p-values. Understanding this curve allows researchers to predict the probability of specific outcomes in fields ranging from quality control to financial risk management.
Thinking this gives P(X<x) (CDF). Forgetting the 1/sqrt(2pi) term.
Height distribution in population.
The value of y is highest when x equals the mean (u). The total area under the density curve is always exactly 1.0. The term (x-u)/s represents the z-score, or the number of standard deviations x is from the mean. A smaller standard deviation (s) results in a taller, narrower peak.
References
Sources
- Wikipedia: Normal distribution
- A First Course in Probability by Sheldon Ross
- Wikipedia: Probability density function
- Casella and Berger, Statistical Inference
- Wikipedia: Central Limit Theorem
- Walpole, R. E., Myers, R. H., Myers, S. L., & Ye, K. (2012). Probability and Statistics for Engineers and Scientists (9th ed.). Pearson.
- Freedman, D., Pisani, R., & Purves, R. (2007). Statistics (4th ed.). W. W. Norton & Company.
- Standard curriculum — Mathematical Statistics