Normal Distribution

The normal distribution describes the probability density of a continuous variable, used to model measurements and natural phenomena.

f(x)=1σ2πe(xμ)22σ2f(x) = \frac{1}{\sigma\sqrt{2\pi}}e^{-\frac{(x-\mu)^2}{2\sigma^2}}

Solve a problem with Normal Distribution

Type the problem. The solver will use Normal Distribution where Normal Distribution is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Normal Distribution takes
ff
xx
μ\mu
σ\sigma
Normal Distribution
SymbolMeaning
ffThe probability density at a specific value of xx; always non-negative and represents the height of the bell curve, but is not itself a probability.
xxThe value of the random variable being measured (e.g., height, weight, test score); can be any real number.
μ\muThe mean or center of the distribution, where the peak of the bell curve sits; a location parameter that shifts the entire curve left or right.
σ\sigmaThe standard deviation, which controls the spread of the curve; must be positive, and larger values produce a wider, flatter bell.

When to use it

Reach for the normal distribution when you have continuous data that clusters symmetrically around a mean.

Level

Usually taught in: Statistics

Worked examples

1. Find density at one standard deviation above the mean

Problem

Find f(1)f(1) for a standard normal distribution with mean μ=0\mu = 0 and standard deviation σ=1\sigma = 1.
  1. f(x)=1σ2πe(xμ)22σ2f(x) = \frac{1}{\sigma\sqrt{2\pi}}e^{-\frac{(x-\mu)^2}{2\sigma^2}}

    Start with the normal distribution formula.

  2. f(1)=112πe(10)2212f(1) = \frac{1}{1 \cdot \sqrt{2\pi}}e^{-\frac{(1-0)^2}{2 \cdot 1^2}}

    Substitute μ=0\mu = 0, σ=1\sigma = 1, and x=1x = 1.

  3. f(1)=12πe12f(1) = \frac{1}{\sqrt{2\pi}}e^{-\frac{1}{2}}

    Simplify: (10)2=1(1-0)^2 = 1 and 212=22 \cdot 1^2 = 2, giving 12-\frac{1}{2} in the exponent.

  4. 2π2.507\sqrt{2\pi} \approx 2.507

    Compute 2×3.141592.507\sqrt{2 \times 3.14159} \approx 2.507.

  5. e1/20.6065e^{-1/2} \approx 0.6065

    Compute e0.50.6065e^{-0.5} \approx 0.6065.

  6. f(1)0.60652.5070.242f(1) \approx \frac{0.6065}{2.507} \approx 0.242

    Divide the exponential by the denominator.

Answer: f(1)0.242f(1) \approx 0.242

For a standard normal distribution, the density at one standard deviation above the mean is about 0.242. This represents the height of the bell curve at that point, not a probability—to find an actual probability, you would need to integrate over a range or use a cumulative normal table.

2. Calculate density at a value far from the mean

Problem

A manufacturing process produces parts with lengths following a normal distribution with mean μ=100\mu = 100 mm and standard deviation σ=15\sigma = 15 mm. Find f(130)f(130), the probability density at 130 mm.
  1. f(x)=1σ2πe(xμ)22σ2f(x) = \frac{1}{\sigma\sqrt{2\pi}}e^{-\frac{(x-\mu)^2}{2\sigma^2}}

    Begin with the normal distribution formula.

  2. f(130)=1152πe(130100)22152f(130) = \frac{1}{15\sqrt{2\pi}}e^{-\frac{(130-100)^2}{2 \cdot 15^2}}

    Substitute x=130x = 130, μ=100\mu = 100, and σ=15\sigma = 15.

  3. xμ=130100=30x - \mu = 130 - 100 = 30

    Calculate the deviation from the mean.

  4. (xμ)2=302=900(x-\mu)^2 = 30^2 = 900

    Square the deviation.

  5. 2σ2=2152=2225=4502\sigma^2 = 2 \cdot 15^2 = 2 \cdot 225 = 450

    Compute twice the squared standard deviation.

  6. 900450=2-\frac{900}{450} = -2

    Calculate the exponent: (xμ)22σ2=2-\frac{(x-\mu)^2}{2\sigma^2} = -2.

  7. σ2π=15×2.50737.605\sigma\sqrt{2\pi} = 15 \times 2.507 \approx 37.605

    Compute the denominator.

  8. e20.1353e^{-2} \approx 0.1353

    Evaluate the exponential.

  9. f(130)0.135337.6050.0036f(130) \approx \frac{0.1353}{37.605} \approx 0.0036

    Divide to obtain the final density.

Answer: f(130)0.0036f(130) \approx 0.0036

At a distance of 2 standard deviations above the mean, the density is much smaller than at the peak. This is characteristic of the bell curve: values far from the center are far less likely, and the density tapers off. This density value still does not represent a probability directly; integration is needed for that.

3. Word problem: cookie weight at a school bake sale

Problem

At a school fundraiser bake sale, the weight of chocolate chip cookies follows a normal distribution with mean μ=45\mu = 45 g and standard deviation σ=4\sigma = 4 g. Find the probability density f(50)f(50) at a cookie weighing 50 g.
  1. f(x)=1σ2πe(xμ)22σ2f(x) = \frac{1}{\sigma\sqrt{2\pi}}e^{-\frac{(x-\mu)^2}{2\sigma^2}}

    Start with the normal distribution probability density function.

  2. f(50)=142πe(5045)2242f(50) = \frac{1}{4\sqrt{2\pi}}e^{-\frac{(50-45)^2}{2 \cdot 4^2}}

    Substitute x=50x = 50, μ=45\mu = 45, and σ=4\sigma = 4 grams.

  3. 5045=550 - 45 = 5

    Calculate how far 50 g is from the mean.

  4. (5045)2=52=25(50-45)^2 = 5^2 = 25

    Square the deviation.

  5. 2σ2=242=216=322\sigma^2 = 2 \cdot 4^2 = 2 \cdot 16 = 32

    Compute twice the squared standard deviation.

  6. 25320.78125-\frac{25}{32} \approx -0.78125

    Calculate the exponent as a decimal.

  7. 42π4×2.50710.0284\sqrt{2\pi} \approx 4 \times 2.507 \approx 10.028

    Compute the denominator.

  8. e0.781250.4573e^{-0.78125} \approx 0.4573

    Evaluate the exponential term.

  9. f(50)0.457310.0280.0456f(50) \approx \frac{0.4573}{10.028} \approx 0.0456

    Divide the exponential by the denominator.

Answer: f(50)0.0456f(50) \approx 0.0456

A cookie weighing 50 g is about 1.25 standard deviations above the mean (since 50454=1.25\frac{50-45}{4} = 1.25). The density at this weight is still fairly high, reflecting that 50 g is not too far from the average 45 g. The density alone does not tell us how many cookies weigh exactly 50 g or what proportion fall in a range; for that, integrate over the desired interval.

Common mistakes

Where Normal Distribution usually goes wrong
Answer came out wrong
Treating f(50)=0.0456f(50) = 0.0456 as a probability, saying 'there is a 4.56% chance the cookie weighs exactly 50 g.'
To find a probability, integrate the density over a range (e.g., P(48<X<52)=4852f(x)dxP(48 < X < 52) = \int_{48}^{52} f(x) dx) or use a Z-score table with cumulative probabilities.
Using a negative standard deviation, such as σ=4\sigma = -4, without catching the error.
Always ensure σ>0\sigma > 0. If a calculation yields a negative value, recheck your formula; if data is given, verify that you computed standard deviation correctly.
Forgetting to subtract the mean and computing x22σ2-\frac{x^2}{2\sigma^2} instead of (xμ)22σ2-\frac{(x-\mu)^2}{2\sigma^2}.
Always compute (xμ)(x - \mu) first before squaring. For example, if x=50x = 50 and μ=45\mu = 45, calculate (5045)=5(50 - 45) = 5, then (5)2=25(5)^2 = 25.
The mistakeWhy it is wrongThe fix
Treating f(50)=0.0456f(50) = 0.0456 as a probability, saying 'there is a 4.56% chance the cookie weighs exactly 50 g.'For any continuous distribution, P(X=x)=0P(X = x) = 0 for a single exact value; f(x)f(x) is a probability density, not a probability itself.To find a probability, integrate the density over a range (e.g., P(48<X<52)=4852f(x)dxP(48 < X < 52) = \int_{48}^{52} f(x) dx) or use a Z-score table with cumulative probabilities.
Using a negative standard deviation, such as σ=4\sigma = -4, without catching the error.Standard deviation must be positive because it measures the spread or distance of data from the mean; negative spread is nonsensical and produces an invalid distribution.Always ensure σ>0\sigma > 0. If a calculation yields a negative value, recheck your formula; if data is given, verify that you computed standard deviation correctly.
Forgetting to subtract the mean and computing x22σ2-\frac{x^2}{2\sigma^2} instead of (xμ)22σ2-\frac{(x-\mu)^2}{2\sigma^2}.The normal distribution is centered at μ\mu, not at zero; omitting the subtraction shifts where the peak occurs and produces incorrect densities at every point.Always compute (xμ)(x - \mu) first before squaring. For example, if x=50x = 50 and μ=45\mu = 45, calculate (5045)=5(50 - 45) = 5, then (5)2=25(5)^2 = 25.

Tips and when to use something else

  • The area under the entire curve equals 1, but f(x)f(x) itself can exceed 1—never confuse density with probability.
  • For practical probability calculations, convert to Z-scores using z=xμσz = \frac{x - \mu}{\sigma} and use a standard normal table instead of computing integrals by hand.
  • Use the Empirical Rule for a quick check: roughly 68% of data falls within 1σ\sigma of μ\mu, 95% within 2σ\sigma, and 99.7% within 3σ\sigma.
  • Always verify that your data is approximately normal before using this formula; check a histogram or Q-Q plot first, especially if the data is skewed or has obvious outliers.

Frequently asked questions

What is the difference between the probability density f(x)f(x) and the probability P(X=x)P(X = x)?
For a continuous distribution, P(X=x)=0P(X = x) = 0 for any single point xx. The density f(x)f(x) is the height of the curve at xx; to obtain a probability you must integrate over a range, for example P(a<X<b)=abf(x)dxP(a < X < b) = \int_a^b f(x) dx.
How do I actually calculate the probability that a value falls in a range?
Integrate the density function over that range using calculus, or equivalently, convert to a Z-score with z=xμσz = \frac{x - \mu}{\sigma} and look up the cumulative probability in a standard normal table. Most statistical software includes a cumulative normal function (CDF) that computes this automatically.
Can the mean μ\mu or standard deviation σ\sigma be negative?
The mean μ\mu can be any real number—it simply shifts the center of the distribution. However, σ\sigma must always be strictly positive because it measures variability or spread; a negative standard deviation is mathematically undefined for a normal distribution.
What should I do if my real data does not look perfectly normal?
Real-world data is rarely perfectly normal, but small deviations are usually acceptable; check visually with a histogram or Q-Q plot. If the data is strongly skewed, has multiple peaks, or contains extreme outliers, consider a different distribution (log-normal, exponential, etc.) or a nonparametric method.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18