• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Data Analysis and Probability

Expected Value of Normal Distribution

Basic Concept of Expected Value

Have you ever wondered, if we repeatedly take samples from a normal distribution, what value appears most frequently? Or in other words, what is the central value that we expect from that distribution?

This is what we call expected value. In the context of normal distribution, expected value has a very interesting and simple property.

For a normal distribution n(x;μ,σ)n(x; \mu, \sigma)n(x;μ,σ), its expected value is always equal to the mean parameter μ\muμ.

Mathematically, we can write:

E(X)=μE(X) = \muE(X)=μ

where XXX is a random variable that follows normal distribution and μ\muμ is the mean parameter of that distribution.

Why is this so? Let's prove it mathematically.

Mathematical Proof

The expected value of a continuous random variable is defined as:

E(X)=∫−∞∞x⋅f(x) dxE(X) = \int_{-\infty}^{\infty} x \cdot f(x) \, dxE(X)=∫−∞∞​x⋅f(x)dx

For normal distribution, the probability density function is:

f(x)=1σ2πe−12(x−μσ)2f(x) = \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2}f(x)=σ2π​1​e−21​(σx−μ​)2

Substitute this function into the expected value formula:

E(X)=∫−∞∞x⋅1σ2πe−12(x−μσ)2 dxE(X) = \int_{-\infty}^{\infty} x \cdot \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2} \, dxE(X)=∫−∞∞​x⋅σ2π​1​e−21​(σx−μ​)2dx

Now, let's perform the substitution t=x−μσt = \frac{x-\mu}{\sigma}t=σx−μ​. Then x=σt+μx = \sigma t + \mux=σt+μ and dx=σ dtdx = \sigma \, dtdx=σdt.

E(X)=∫−∞∞(σt+μ)⋅1σ2πe−12t2⋅σ dtE(X) = \int_{-\infty}^{\infty} (\sigma t + \mu) \cdot \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}t^2} \cdot \sigma \, dtE(X)=∫−∞∞​(σt+μ)⋅σ2π​1​e−21​t2⋅σdt
E(X)=12π∫−∞∞(σt+μ)e−12t2 dtE(X) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} (\sigma t + \mu) e^{-\frac{1}{2}t^2} \, dtE(X)=2π​1​∫−∞∞​(σt+μ)e−21​t2dt
E(X)=σ2π∫−∞∞te−12t2 dt+μ2π∫−∞∞e−12t2 dtE(X) = \frac{\sigma}{\sqrt{2\pi}} \int_{-\infty}^{\infty} t e^{-\frac{1}{2}t^2} \, dt + \frac{\mu}{\sqrt{2\pi}} \int_{-\infty}^{\infty} e^{-\frac{1}{2}t^2} \, dtE(X)=2π​σ​∫−∞∞​te−21​t2dt+2π​μ​∫−∞∞​e−21​t2dt

Note that:

  • First integral ∫−∞∞te−12t2 dt=0\int_{-\infty}^{\infty} t e^{-\frac{1}{2}t^2} \, dt = 0∫−∞∞​te−21​t2dt=0 because the function te−12t2t e^{-\frac{1}{2}t^2}te−21​t2 is an odd function. This means f(−t)=−f(t)f(-t) = -f(t)f(−t)=−f(t), so when integrated over the symmetric interval [−∞,∞][-\infty, \infty][−∞,∞], the results cancel each other out and equal zero.

  • Second integral ∫−∞∞e−12t2 dt=2π\int_{-\infty}^{\infty} e^{-\frac{1}{2}t^2} \, dt = \sqrt{2\pi}∫−∞∞​e−21​t2dt=2π​ because this is the fundamental Gaussian integral. This integral represents the total area under the standard normal distribution curve, which always equals 2π\sqrt{2\pi}2π​.

Therefore:

E(X)=σ2π⋅0+μ2π⋅2πE(X) = \frac{\sigma}{\sqrt{2\pi}} \cdot 0 + \frac{\mu}{\sqrt{2\pi}} \cdot \sqrt{2\pi}E(X)=2π​σ​⋅0+2π​μ​⋅2π​
E(X)=0+μ=μE(X) = 0 + \mu = \muE(X)=0+μ=μ

It is proven that the expected value of normal distribution equals its mean parameter.

For every normal distribution X∼N(μ,σ2)X \sim N(\mu, \sigma^2)X∼N(μ,σ2), we have E(X)=μE(X) = \muE(X)=μ. This means we don't need to perform integration every time we calculate the expected value of a normal distribution; we simply use the parameter value μ\muμ.

Practical Interpretation

The proof result above provides a very important understanding:

If we have a normal distribution with mean μ\muμ and standard deviation σ\sigmaσ, then the expected value of that random variable is exactly μ\muμ. This means if we take samples in very large numbers and calculate their average, the result will approach the value μ\muμ.

Simple example:

If the height of students in your school is normally distributed with mean 165165165 cm, then the expected value of the height of a randomly selected student is 165165165 cm.

Application Examples

Example 1

Suppose the math exam scores in a class are normally distributed with mean μ=75\mu = 75μ=75 and standard deviation σ=10\sigma = 10σ=10. What is the expected value of a student's exam score?

Solution:

Since normal distribution has the property E(X)=μE(X) = \muE(X)=μ, the expected value of the exam score is:

E(X)=75E(X) = 75E(X)=75

Therefore, the expected value of a student's exam score is 757575.

Example 2

The weight of newborn babies at a hospital is normally distributed with mean 3.2003.2003.200 grams and standard deviation 400400400 grams. Determine the expected value of the weight of a baby to be born!

Solution:

Given μ=3.200\mu = 3.200μ=3.200 grams and σ=400\sigma = 400σ=400 grams.

The expected value of the weight of a baby to be born is:

E(X)=μ=3.200 gramsE(X) = \mu = 3.200 \text{ grams}E(X)=μ=3.200 grams

Exercises

  1. Travel time from home to school is normally distributed with mean 252525 minutes and standard deviation 555 minutes. Determine the expected value of travel time!

  2. Daily air temperature in Jakarta during June is normally distributed with mean 28°C28°C28°C and standard deviation 3°C3°C3°C. What is the expected value of air temperature on a randomly selected day?

  3. Physics exam scores of grade 12 students are normally distributed with mean 787878 and standard deviation 121212. If a student takes the exam, what is the expected value they will obtain?

Answer Key

  1. Solution to Problem 1:

    Given: μ=25\mu = 25μ=25 minutes, σ=5\sigma = 5σ=5 minutes

    Since normal distribution has the property E(X)=μE(X) = \muE(X)=μ, then:

    E(X)=25 minutesE(X) = 25 \text{ minutes}E(X)=25 minutes

    Answer: The expected value of travel time is 252525 minutes.

  2. Solution to Problem 2:

    Given: μ=28°C\mu = 28°Cμ=28°C, σ=3°C\sigma = 3°Cσ=3°C

    Using the basic property of normal distribution:

    E(X)=μ=28°CE(X) = \mu = 28°CE(X)=μ=28°C

    Answer: The expected value of air temperature is 28°C28°C28°C.

  3. Solution to Problem 3:

    Given: μ=78\mu = 78μ=78, σ=12\sigma = 12σ=12

    Based on the fundamental property of normal distribution:

    E(X)=μ=78E(X) = \mu = 78E(X)=μ=78

    Answer: The expected value that the student will obtain is 787878.

Previous

Normal Distribution Function

Next

  • Expected Value of Normal DistributionUnderstand expected value of normal distribution with clear explanations and examples. Learn why E(X)=μ and calculate mean outcomes in statistics problems.
On this page
  • Basic Concept of Expected Value
  • Mathematical Proof
  • Practical Interpretation
  • Application Examples
  • Exercises
    • Answer Key
  • Comments
  • Report
  • Source code