Math ClubMath Club
v0 · legado, reescrita em curso

Black-Scholes Equation

How much is the right to buy a stock in the future worth? Economics Nobel 1997. Connects calculus, PDEs, and probability in a single object.

Used in: Master's in Finance · Financial Engineering · Derivatives Desk · Market Risk

C=SN(d1)KerTN(d2)C = S \cdot N(d_1) - K\,\mathrm{e}^{-rT}\, N(d_2)
Choose your door

Rigorous notation, full derivation, hypotheses

Black-Scholes Model (1973)

Hypotheses

  1. The price StS_t of the underlying asset follows a geometric Brownian motion under the risk-neutral measure \Q\Q:
(1)
  1. Complete market, frictionless: no transaction costs, unlimited short positions, infinite divisibility.
  2. rr and σ\sigma constant along [0,T][0, T].
  3. No dividends (relaxable: replace rr with rqr - q).
  4. Absence of arbitrage — fundamental principle.

The Black-Scholes PDE

By Itô's lemma applied to V(S,t)V(S, t) and construction of the replicating portfolio (long Δ\Delta shares, short 1 option), risk is eliminated and the portfolio must earn rr. Thus:

(2)

with final condition V(S,T)=max(SK,0)V(S, T) = \max(S - K, 0) for a European call.

Closed-form solution

(3)

where

(4)

and N()N(\cdot) is the cumulative distribution function of the standard normal:

(5)

Put-call parity

(6)

The Greeks

Partial sensitivities of the option price. Every derivatives desk in the world monitors these numbers.

(7)
(8)
(9)
(10)

To continue

  • Black, F.; Scholes, M. (1973). The Pricing of Options and Corporate Liabilities. Journal of Political Economy 81(3): 637-654. The original paper.
  • Hull, J.C. Options, Futures, and Other Derivatives. 11th ed., Pearson. Bible of the field.
  • Wilmott, P. Paul Wilmott on Quantitative Finance. Wiley. Critical and practical voice.
  • Gatheral, J. The Volatility Surface. Wiley. After mastering BS, this book shows how the real market works.
  • Columbia Foundations FEBlack-Scholes Notes (official PDF). Free notes, careful derivation.
  • B3Historical option quotes.
  • Status InvestPETR4 live quotes.
  • Opções.Net.BrPETR4 implied volatility.

Updated on 2026-05-11 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.