The Black-Scholes Model
The founding model of option pricing, the PDE derived two ways (delta-hedging and risk-neutral expectation), the closed-form call price with N(d₁) and N(d₂), the meaning of those two terms, and the assumptions that the volatility smile later broke.
Prerequisites: Risk-Neutral Pricing, Itô's Lemma
The Black-Scholes-Merton model is the founding result of quantitative finance: a self-financing hedge in the stock and cash can replicate an option, so the option's price is pinned by no-arbitrage, independent of anyone's view on where the stock is going. The output is a single, closed-form formula. Every later model (local vol, Heston, SABR) is best understood as a repair of a specific Black-Scholes assumption, so this derivation is the one to know cold.
Assumptions
- The stock follows geometric Brownian motion with constant volatility: .
- Constant risk-free rate ; no dividends (extendable).
- Continuous, frictionless trading, no transaction costs, infinitely divisible shares, unlimited short-selling.
- No arbitrage.
Derivation 1: delta-hedging (the PDE)
Let be the option value. Form a portfolio long one option and short shares: . Over , using Itô's lemma on ,
so the portfolio changes by
Choose , the delta hedge. The random term vanishes and the portfolio is instantaneously riskless:
A riskless portfolio must, by no-arbitrage, earn the risk-free rate: . Equating the two expressions for and cancelling gives the Black-Scholes PDE:
Notice has disappeared, the drift never entered because the hedge removed all exposure to . The PDE holds for any European claim; the payoff enters only through the terminal condition, e.g. for a call.
Derivation 2: risk-neutral expectation
By Feynman-Kac, the solution of that PDE is a discounted expectation under the risk-neutral measure , where :
The call pays off when , i.e. when where
Split the expectation:
Term (II) is . Term (I) requires completing the square in the lognormal integral: with . Substituting,
Reading the formula
The two terms are the split of the payoff :
- is the risk-neutral probability the option finishes in the money. So is the present value of paying the strike, conditional on exercise.
- is the option's delta, ; the term is the present value of receiving the stock upon exercise (formally, the exercise probability under the stock numeraire).
The gap between them, , is the total volatility to expiry, the same Itô correction that appears in geometric Brownian motion.
Worked example
, (at the money), , , . Then , . So . A one-year ATM call on a 20-vol stock costs about 8% of spot. The rule-of-thumb nails it, a shortcut worth memorizing.
What breaks in practice
- Volatility is not constant. The single biggest failure. Real option prices imply different for different strikes and maturities, the smile, which is a direct contradiction of the constant- assumption. This spawned local vol and stochastic vol.
- Continuous, costless hedging is impossible. You rebalance discretely and pay spreads; the replication is approximate, and the hedging error is governed by gamma times realized-minus-implied variance.
- Lognormal tails are too thin. Crashes are far more likely than GBM allows; the model underprices deep OTM puts, which is why the equity skew exists. Jumps and fat tails need extensions (Merton jump-diffusion, Lévy models).
- Constant rates, no dividends. Both are easily patched (Black-76 for forwards, for dividend yield: replace with ), but the naive formula ignores them.
Despite all this, Black-Scholes survives as the lingua franca: traders quote and risk-manage in its language via implied volatility, using it as a nonlinear translator between price and vol rather than a literal model of returns.
In interviews
You should be able to derive the PDE via delta-hedging and explain the risk-neutral-expectation route, and to write the call formula with the correct . Be ready for: "what is ?" (risk-neutral prob of finishing ITM), "what is ?" (the delta), "where did go?" (removed by the hedge, the option price is preference-free), and "what's the ATM call worth?" (). The deepest follow-up is "which assumption does the market violate most, and how do you know?", answer: constant volatility, and the evidence is that inverting the formula strike-by-strike gives a non-flat implied-vol curve.
Related concepts
Practice in interviews
Further reading
- Black & Scholes (1973), The Pricing of Options and Corporate Liabilities
- Shreve, Stochastic Calculus for Finance II (Ch. 4)
- Hull, Options, Futures, and Other Derivatives (Ch. 15)