A
AcadiFi
PC
PDE_Curious2026-05-23
cfaLevel IIDerivativesStochastic Calculus

How did Black, Scholes, and Merton actually derive the model? Can someone outline the math at a high level?

I do not need the full PDE derivation — I just want to understand the chain of reasoning from "stocks follow geometric Brownian motion" to "$c = S_0 \cdot N(d_1) - K \cdot e^{-rT} \cdot N(d_2)$." What are the 4-5 conceptual steps?

178 upvotes
AcadiFi TeamVerified Expert
AcadiFi Certified Professional

You do not need to reproduce the math for Level II, but understanding the chain of reasoning helps cement the formula. Here is the conceptual flow in 5 steps.

Step 1 — Assume stock follows geometric Brownian motion (GBM):

dS=μSdt+σSdWdS = \mu \cdot S \cdot dt + \sigma \cdot S \cdot dW

Where dWdW is a Wiener-process increment. GBM has two parameters: drift μ\mu and volatility σ\sigma. Both are constants.

Step 2 — Apply Itô's lemma to the option price f(S,t)f(S, t):

Because SS is stochastic and ff is a function of SS, Itô's lemma (the calculus rule for stochastic processes) gives:

df=(ft+μSfS+12σ2S22fS2)dt+σSfSdWdf = \left(\frac{\partial f}{\partial t} + \mu \cdot S \cdot \frac{\partial f}{\partial S} + \tfrac{1}{2} \cdot \sigma^2 \cdot S^2 \cdot \frac{\partial^2 f}{\partial S^2}\right) \cdot dt + \sigma \cdot S \cdot \frac{\partial f}{\partial S} \cdot dW

Notice the dWdW term — the option price has random fluctuations driven by the same shock as the stock.

Step 3 — Build a delta-neutral portfolio:

Hold one option short and Δ\Delta shares long. The portfolio value is Π=f+ΔS\Pi = -f + \Delta \cdot S. Choose Δ=f/S\Delta = \partial f / \partial S so the dWdW terms cancel:

dΠ=(ft12σ2S22fS2)dtd\Pi = \left(-\frac{\partial f}{\partial t} - \tfrac{1}{2} \cdot \sigma^2 \cdot S^2 \cdot \frac{\partial^2 f}{\partial S^2}\right) \cdot dt

The portfolio is locally risk-free (no dWdW term) over an instant.

Step 4 — Set return = risk-free rate:

Since the portfolio is risk-free, no-arbitrage forces its return to equal rr. So:

dΠ=rΠdt=r(f+ΔS)dtd\Pi = r \cdot \Pi \cdot dt = r \cdot (-f + \Delta \cdot S) \cdot dt

Equating with Step 3 yields the Black-Scholes PDE:

ft+rSfS+12σ2S22fS2=rf\frac{\partial f}{\partial t} + r \cdot S \cdot \frac{\partial f}{\partial S} + \tfrac{1}{2} \cdot \sigma^2 \cdot S^2 \cdot \frac{\partial^2 f}{\partial S^2} = r \cdot f

Step 5 — Apply terminal boundary condition and solve:

For a European call, f(S,T)=max(SK,0)f(S, T) = \max(S - K, 0). Solving the PDE with that boundary condition gives the closed-form BSM formula.

Loading diagram...

Why the drift μ\mu drops out at Step 4: when you set Δ=f/S\Delta = \partial f / \partial S, the only dtdt term that survives does not contain μ\mu. That is the mathematical incarnation of the replication insight from Lesson 2.

Bottom line: you do not need to derive this on the exam, but knowing the chain means BSM is no longer a magic formula — it is the consequence of three ideas (GBM, Itô, no-arbitrage).

📊

Master Level II with our CFA Course

107 lessons · 200+ hours· Expert instruction

#bsm#derivation#ito-lemma#gbm#cfa-level-2