The Black–Scholes equation is the partial differential equation governing the fair price of a European option on a non-dividend-paying stock:

Vt+12σ2S22VS2+rSVSrV=0\frac{\partial V}{\partial t} + \frac{1}{2}\sigma^2 S^2 \frac{\partial^2 V}{\partial S^2} + rS \frac{\partial V}{\partial S} - rV = 0

where V(S,t)V(S,t) is the option price as a function of the underlying’s price SS and time tt, σ\sigma is the volatility, and rr is the risk-free interest rate. Derived in 1973 by Fischer Black, Myron Scholes, and (independently) Robert Merton, it founded quantitative finance as a mathematical discipline.

1. Setup and assumptions

The derivation assumes:

  • The underlying SS follows a geometric Brownian motion: dS=μSdt+σSdWdS = \mu S\, dt + \sigma S\, dW
  • Constant interest rate rr and volatility σ\sigma
  • No arbitrage, no transaction costs, continuous trading
  • Unlimited borrowing and lending at rr

Under these assumptions, the option price is a deterministic function V(S,t)V(S,t).

2. The hedging argument

The key idea: construct a portfolio Π=VΔS\Pi = V - \Delta S that is instantaneously riskless. By Itô’s lemma applied to VV:

dV=Vtdt+VSdS+122VS2σ2S2dtdV = \frac{\partial V}{\partial t}dt + \frac{\partial V}{\partial S} dS + \frac{1}{2}\frac{\partial^2 V}{\partial S^2}\sigma^2 S^2\, dt

Setting Δ=V/S\Delta = \partial V/\partial S eliminates the dWdW term. The resulting portfolio is riskless and therefore must earn the risk-free rate: dΠ=rΠdtd\Pi = r\Pi\, dt. Substituting and simplifying yields the Black–Scholes PDE.

Notable: the drift μ\mu of the stock disappears. The pricing depends only on σ\sigma and rr — a consequence of risk-neutral valuation.

3. Closed-form solution for European options

For a European call option with strike KK and maturity TT:

C(S,t)=SΦ(d1)Ker(Tt)Φ(d2)C(S,t) = S\,\Phi(d_1) - K e^{-r(T-t)}\,\Phi(d_2)

with d1=ln(S/K)+(r+σ2/2)(Tt)σTt,d2=d1σTtd_1 = \frac{\ln(S/K) + (r + \sigma^2/2)(T-t)}{\sigma\sqrt{T-t}}, \quad d_2 = d_1 - \sigma\sqrt{T-t}

and Φ\Phi the standard Gaussian CDF. The put price follows from put-call parity: P=CS+Ker(Tt)P = C - S + Ke^{-r(T-t)}.

The explicit appearance of the Gaussian CDF is not cosmetic — it arises because the logarithm of geometric Brownian motion is a normal random variable.

4. The Greeks

Partial derivatives of VV with respect to model parameters have standard names:

SymbolDefinitionMeaning
Δ\DeltaV/S\partial V / \partial SHedge ratio
Γ\Gamma2V/S2\partial^2 V / \partial S^2Convexity
Θ\ThetaV/t\partial V / \partial tTime decay
V\mathcal{V} (vega)V/σ\partial V / \partial \sigmaVolatility sensitivity
ρ\rhoV/r\partial V / \partial rInterest-rate sensitivity

Managing a derivatives book reduces, in large part, to managing the Greeks.

5. Mathematical context

Black–Scholes sits at the intersection of:

  • Stochastic analysis: Itô calculus, Feynman–Kac representation
  • Partial differential equations: parabolic PDEs with terminal conditions
  • Martingale theory: equivalent martingale measures, risk-neutral pricing
  • Functional analysis: Green’s functions, heat-kernel methods

The Feynman–Kac formula provides an elegant unification: the solution of the Black–Scholes PDE can be expressed as an expected discounted payoff under the risk-neutral measure, bridging PDE and probabilistic formulations.

6. Legacy and critique

Scholes and Merton received the 1997 Nobel Prize in Economics for the derivation (Black had died in 1995). The model reshaped global finance: exchange-traded options, over-the-counter derivatives, and the quantitative trading industry all trace their operational foundations to this equation.

The 2008 financial crisis illustrated its limits. The log-normal assumption underestimates tail risk; implied volatility “smiles” reveal systematic deviations. Post-crisis, the focus has shifted toward models with stochastic volatility, jumps, rough volatility, and explicit treatment of funding and counterparty risk. Black–Scholes remains the baseline against which every newer model is measured.

Further reading

  • Black & Scholes, “The Pricing of Options and Corporate Liabilities” (1973).
  • Hull, Options, Futures, and Other Derivatives — standard practitioner text.
  • Shreve, Stochastic Calculus for Finance I & II — rigorous math-first treatment.

Frequently asked

What is Itô's lemma and why does Black–Scholes need it?

Itô's lemma is the chain rule for stochastic differential equations. Because Brownian motion has unbounded variation, ordinary calculus fails; Itô's lemma provides the correction term (the ½σ²∂²V/∂S² term in Black–Scholes) that keeps the derivation consistent. Without Itô's 1944 work, the 1973 derivation would have been impossible.

What does 'risk-neutral valuation' mean?

The drift rate of the underlying asset does not appear in the final equation — only the risk-free rate r. This is because Black and Scholes constructed a continuously rebalanced hedge portfolio that eliminates exposure to the underlying's actual drift. Under the equivalent martingale measure (the 'risk-neutral' probability), all traded assets grow at the risk-free rate.

What are the equation's limitations?

The model assumes constant volatility, log-normal returns, continuous trading, no transaction costs, and unlimited leverage at the risk-free rate. Real markets violate all of these, notably through volatility smiles, heavy-tailed returns, and liquidity constraints. Subsequent models (Heston, SABR, local-vol, jump-diffusion) relax these assumptions.