Problem Statement
If X is a normal distribution X \sim N(\mu, \sigma^2), what is E[e^X]?
Solution
This problem requires computing the expected value of an exponential function of a normal random variable. This is a fundamental result that connects to the moment-generating function and has important applications in finance, particularly in modeling log-normal distributions.
Step 1: Set Up the Expectation
For a continuous random variable X with PDF f(x), the expected value of g(X) is:
In our case, g(X) = e^X and X \sim N(\mu, \sigma^2), so:
Step 2: Use the Moment-Generating Function (MGF)
The most elegant approach uses the moment-generating function of the normal distribution. For X \sim N(\mu, \sigma^2), the MGF is:
Setting t = 1:
Step 3: Alternative Derivation Using Completing the Square
We can also derive this directly by completing the square in the exponent. Starting with:
Combining the exponentials:
Now we complete the square in the exponent. Let’s work with:
Completing the square:
After simplification, this becomes:
Therefore:
The integral is the PDF of N(\mu + \sigma^2, \sigma^2) integrated over its entire support, which equals 1. Therefore:
Final Answer
For X \sim N(\mu, \sigma^2):
Special Cases
Case 1: Standard Normal (\mu = 0, \sigma^2 = 1)
Case 2: Mean Zero (\mu = 0)
This shows that even when the mean is zero, the expected exponential is greater than 1, and it increases with variance.
Key Insights
-
Jensen’s Inequality: Since e^x is a convex function, by Jensen’s inequality, E[e^X] \geq e^{E[X]} = e^{\mu}. Our result e^{\mu + \sigma^2/2} \geq e^{\mu} confirms this, with the extra \sigma^2/2 term accounting for the variance.
-
Moment-Generating Function: This result is a direct application of the MGF of the normal distribution, which is one of the most elegant properties of normal distributions.
-
Log-Normal Distribution: If X \sim N(\mu, \sigma^2), then Y = e^X follows a log-normal distribution with parameters \mu and \sigma^2. The mean of the log-normal is E[Y] = e^{\mu + \sigma^2/2}, which is exactly our result.
-
Variance Effect: The variance term \sigma^2/2 in the exponent shows that higher variance increases E[e^X] exponentially. This is important in finance where volatility affects expected returns.
-
Symmetry Breaking: Even if \mu = 0 (symmetric distribution), E[e^X] > 1 because the exponential function is convex and amplifies positive values more than it reduces negative values.
Applications
-
Finance - Black-Scholes Model: In option pricing, stock prices are often modeled as S_t = S_0 e^{X} where X is normally distributed. The expected stock price uses this formula.
-
Log-Normal Models: When modeling quantities that must be positive (prices, populations, etc.), the log-normal distribution (exponential of normal) is commonly used.
-
Risk Management: Understanding how volatility (\sigma^2) affects expected exponential values is crucial for risk assessment.
-
Monte Carlo Simulation: When simulating log-normal processes, this formula helps verify simulation accuracy.
-
Geometric Brownian Motion: In stochastic processes, this result appears when computing expected values of geometric Brownian motion.
Relationship to Other Concepts
-
Moment-Generating Function: This is M_X(1) where M_X(t) = E[e^{tX}] is the MGF.
-
Characteristic Function: Related to the characteristic function \phi_X(t) = E[e^{itX}] for complex t.
-
Log-Normal Distribution: If Y = e^X where X \sim N(\mu, \sigma^2), then Y is log-normal with E[Y] = e^{\mu + \sigma^2/2}.
-
Jensen’s Inequality: Demonstrates that E[e^X] > e^{E[X]} for non-degenerate normal distributions.
Common Pitfalls
-
Forgetting the variance term: A common mistake is to think E[e^X] = e^{\mu}, missing the crucial \sigma^2/2 term.
-
Confusing with e^{E[X]}: E[e^X] \neq e^{E[X]} due to Jensen’s inequality. The correct formula is E[e^X] = e^{\mu + \sigma^2/2} > e^{\mu}.
-
Sign errors: Be careful with the sign in the exponent. It’s \mu + \sigma^2/2, not \mu - \sigma^2/2.
-
Variance vs Standard Deviation: Remember that \sigma^2 is the variance, not the standard deviation. If given \sigma (standard deviation), use \sigma^2 in the formula.
Summary
For X \sim N(\mu, \sigma^2):
This fundamental result connects the normal distribution to the log-normal distribution and has wide applications in finance, risk management, and stochastic modeling. The variance term \sigma^2/2 in the exponent is crucial and reflects the convexity of the exponential function.