Solving the SDE: Unveiling the Log-Normal Distribution for Geometric Brownian Motion

Master solving Geometric Brownian Motion SDEs. Unveil the log-normal distribution with rigorous intuition, Ito's Lemma, and real-world implications.

Visualizing...

Our institutional research engineers are currently mapping the formal proof for Solving the SDE: Unveiling the Log-Normal Distribution for Geometric Brownian Motion.

Apply for Institutional Early Access →

The Formal Theorem

Given a stochastic process St S_t evolving under the Geometric Brownian Motion (GBM) Stochastic Differential Equation:
dSt=μStdt+σStdWt dS_t = \mu S_t dt + \sigma S_t dW_t
with initial condition S0>0 S_0 > 0 , drift parameter μR \mu \in \mathbb{R} , volatility parameter σ>0 \sigma > 0 , and Wt W_t being a standard Wiener process, the unique strong solution at time t t is:
St=S0exp((μ12σ2)t+σWt) S_t = S_0 \exp\left( \left(\mu - \frac{1}{2}\sigma^2\right)t + \sigma W_t \right)
Furthermore, St S_t follows a Log-Normal distribution, implying that log(St) \log(S_t) is Normally distributed with mean E[log(St)]=log(S0)+(μ12σ2)t E[\log(S_t)] = \log(S_0) + \left(\mu - \frac{1}{2}\sigma^2\right)t and variance Var[log(St)]=σ2t \text{Var}[\log(S_t)] = \sigma^2 t . Thus, StLogNormal(log(S0)+(μ12σ2)t,σ2t) S_t \sim \text{LogNormal}\left(\log(S_0) + \left(\mu - \frac{1}{2}\sigma^2\right)t, \sigma^2 t\right)

Analytical Intuition.

Imagine a digital seed, S0 S_0 , planted in a volatile market soil. This seed isn't content with linear growth; it dreams of compounding, spiraling upwards like a majestic vine, but constantly buffeted by unseen winds. This is our Geometric Brownian Motion. The 'drift' μ \mu is the inherent growth potential, pushing the vine ever higher. But then there's the 'volatility' σ \sigma , the unpredictable gusts of market news and sentiment, causing the vine to sway wildly. The key insight is that these forces don't just add up; they multiply! This multiplicative nature, driven by continuous random shocks, leads to an outcome where the *logarithm* of the vine's height St S_t follows a predictable bell curve. So, while St S_t itself cannot go negative and experiences increasingly large swings as it grows, its underlying growth *rate* is a steady march distorted by random noise. It's like watching a fractal expand: its structure remains similar, but its scale changes exponentially, guided by a hidden normal rhythm.
CAUTION

Institutional Warning.

Students frequently overlook the crucial Ito correction term 12σ2 -\frac{1}{2}\sigma^2 when applying Ito's Lemma to log(St) \log(S_t) , erroneously equating μ \mu with the drift of the log-process. This oversight leads to fundamental misunderstandings regarding the expected value of St S_t versus log(St) \log(S_t) .

Institutional Deep Dive.

01
The journey to understanding Geometric Brownian Motion (GBM) and its log-normal outcome begins with acknowledging the inherent limitations of standard arithmetic Brownian Motion for phenomena like asset prices. Asset prices, by their nature, cannot fall below zero, and their fluctuations are often proportional to their current value, meaning a $1 \$1 move on a $10 \$10 stock is much more significant than on a $1000 \$1000 stock. This calls for a multiplicative, rather than additive, stochastic process.
02
Our Core Logic centers on transforming the problem into a more manageable form. The GBM Stochastic Differential Equation is given by dSt=μStdt+σStdWt dS_t = \mu S_t dt + \sigma S_t dW_t . Dividing by St S_t , we get dSt/St=μdt+σdWt dS_t / S_t = \mu dt + \sigma dW_t . This reinterprets the SDE as describing the instantaneous percentage change (return) of the asset price, which is composed of a deterministic drift μdt \mu dt and a stochastic component σdWt \sigma dW_t . The elegance of this formulation is revealed when we consider the logarithm of the asset price, Xt=log(St) X_t = \log(S_t) . By applying Ito's Lemma to f(St)=log(St) f(S_t) = \log(S_t) , where f(St)=1/St f'(S_t) = 1/S_t and f(St)=1/St2 f''(S_t) = -1/S_t^2 , we obtain: dXt=df(St)=f(St)dSt+12f(St)(dSt)2 dX_t = df(S_t) = f'(S_t)dS_t + \frac{1}{2}f''(S_t)(dS_t)^2 . Substituting dSt dS_t and (dSt)2=(μStdt+σStdWt)2=σ2St2dt (dS_t)^2 = (\mu S_t dt + \sigma S_t dW_t)^2 = \sigma^2 S_t^2 dt (ignoring higher order dt dt terms, as (dWt)2=dt (dW_t)^2 = dt and dWtdt=0 dW_t dt = 0 ), we get: dXt=1St(μStdt+σStdWt)+12(1St2)(σ2St2dt) dX_t = \frac{1}{S_t}(\mu S_t dt + \sigma S_t dW_t) + \frac{1}{2}(-\frac{1}{S_t^2})(\sigma^2 S_t^2 dt) dXt=μdt+σdWt12σ2dt dX_t = \mu dt + \sigma dW_t - \frac{1}{2}\sigma^2 dt dXt=(μ12σ2)dt+σdWt dX_t = \left(\mu - \frac{1}{2}\sigma^2\right)dt + \sigma dW_t . This transformed SDE for log(St) \log(S_t) is a simple arithmetic Brownian motion with a modified drift term. The integral of this over time yields log(St)log(S0)=(μ12σ2)t+σWt \log(S_t) - \log(S_0) = \left(\mu - \frac{1}{2}\sigma^2\right)t + \sigma W_t , which implies log(St)=log(S0)+(μ12σ2)t+σWt \log(S_t) = \log(S_0) + \left(\mu - \frac{1}{2}\sigma^2\right)t + \sigma W_t . Since Wt W_t is normally distributed N(0,t) N(0, t) , log(St) \log(S_t) is also normally distributed. Exponentiating both sides then directly gives us the log-normal distribution for St S_t .
03
The Geometric Mechanics of GBM are fascinating. The 12σ2 -\frac{1}{2}\sigma^2 term, often called the Ito drift adjustment or convexity adjustment, is not merely a mathematical artifact; it has a profound economic interpretation. When an asset price exhibits volatility, σ>0 \sigma > 0 , its average compound growth rate is *less* than its simple average arithmetic growth rate μ \mu . This is because positive and negative returns of equal magnitude (e.g., +10\% and -10\%) do not cancel out arithmetically (1.1×0.9=0.99 1.1 \times 0.9 = 0.99 , a net loss), implying that volatility inherently erodes growth. This term correctly adjusts the drift so that E[St] E[S_t] grows at rate μ \mu , while E[log(St)] E[\log(S_t)] grows at rate μ12σ2 \mu - \frac{1}{2}\sigma^2 . The exponentiation of a normal random variable fundamentally transforms its probability density function, creating a distribution that is skewed to the right, strictly positive, and has a longer right tail -- characteristics perfectly aligning with many observed asset price behaviors. The variance of log(St) \log(S_t) scales linearly with time, σ2t \sigma^2 t , reflecting the accumulation of random shocks.
04
Despite its analytical tractability and widespread use, GBM comes with significant Institutional Pitfalls. Its assumptions of constant drift μ \mu and volatility σ \sigma are often violated in real markets, where volatility tends to fluctuate (stochastic volatility models address this). It implicitly assumes continuous price paths without sudden jumps, which contradicts the occurrence of market crashes or news-driven spikes. Furthermore, the log-normal distribution, while often a good first approximation, tends to underestimate the probability of extreme events (fat tails) observed in financial data. Calibration of μ \mu and σ \sigma from historical data also presents challenges, as μ \mu is notoriously difficult to estimate reliably over short periods. Students and practitioners must recognize GBM as a foundational model, providing crucial insights, but also understand its limitations and the need for more complex models in sophisticated applications, such as option pricing under different volatility regimes or managing extreme market risks.

Academic Inquiries.

01

Why can't we solve SDEs like dSt=μStdt+σStdWt dS_t = \mu S_t dt + \sigma S_t dW_t using ordinary calculus integration techniques?

The presence of the Wiener process term dWt dW_t , which represents infinitesimally small, random fluctuations, means standard calculus rules do not apply directly. Its quadratic variation is (dWt)2=dt (dW_t)^2 = dt (not zero), necessitating Ito's Lemma, which accounts for these non-zero quadratic variations. This is why we need the 12σ2 -\frac{1}{2}\sigma^2 term when transforming functions of St S_t .

02

What is the economic intuition behind the 12σ2 -\frac{1}{2}\sigma^2 term in the drift of log(St) \log(S_t) ?

This term, known as the Ito correction or convexity adjustment, arises because volatility erodes wealth when returns are compounded. While μ \mu represents the average arithmetic return, the average *geometric* (compounded) return is lower in the presence of volatility. For example, a 10% gain followed by a 10% loss does not result in a break-even for wealth (1.1×0.9=0.99 1.1 \times 0.9 = 0.99 ). The 12σ2 -\frac{1}{2}\sigma^2 term correctly accounts for this effect, ensuring that log(St) \log(S_t) reflects the true average compounded growth.

03

Why is the distribution of St S_t log-normal rather than normal?

Asset prices (St S_t ) are inherently positive and often exhibit multiplicative growth (e.g., compound interest). A normal distribution would allow for negative values, which is unrealistic for prices. By modeling log(St) \log(S_t) as normally distributed, we ensure that St S_t remains positive and captures the characteristic right-skewness and increasing volatility with higher price levels, typical of many financial assets.

04

Does the drift parameter μ \mu represent the expected rate of return for St S_t ?

Yes, μ \mu represents the annualized expected rate of return for the asset. Specifically, E[St]=S0eμt E[S_t] = S_0 e^{\mu t} . This is distinct from the drift of log(St) \log(S_t) , which is μ12σ2 \mu - \frac{1}{2}\sigma^2 . The difference between these two drift terms is precisely due to the convexity adjustment introduced by Ito's Lemma and the nature of exponential compounding.

Standardized References.

  • Definitive Institutional SourceOksendal, Bernt K. Stochastic Differential Equations: An Introduction with Applications.

Institutional Citation

Reference this proof in your academic research or publications.

NICEFA Visual Mathematics. (2026). Solving the SDE: Unveiling the Log-Normal Distribution for Geometric Brownian Motion: Visual Proof & Intuition. Retrieved from https://www.nicefa.org/library/advanced-stochastic-processes/solving-the-sde--unveiling-the-log-normal-distribution-for-geometric-brownian-motion

Dominate the Logic.

"Abstract theory is just a movement we haven't seen yet."