Black-Scholes Equation

The Black-Scholes equation is the no-arbitrage differential equation used to value options in continuous time under standard assumptions.

The Black-Scholes equation is the differential-equation framework behind the classic continuous-time pricing model for options and other contingent claims.

The economic logic

The model starts from a no-arbitrage argument. If an option can be dynamically replicated by trading the underlying asset and a risk-free asset, then the option’s price must equal the cost of that replicating strategy.

That leads to the Black-Scholes partial differential equation:

dV/dt + 0.5*sigma^2*S^2*d2V/dS2 + r*S*dV/dS - rV = 0

where:

  • V is the option value,
  • S is the underlying asset price,
  • sigma is volatility,
  • r is the risk-free rate.

For a standard European call with no dividends, the model produces the familiar closed-form pricing formula.

Assumptions behind it

The standard setup assumes:

  • continuous trading,
  • no arbitrage,
  • constant volatility and interest rate,
  • frictionless markets,
  • lognormally evolving asset prices.

Those assumptions make the model tractable, but they are also the source of its limits in real markets.

Why economists still use it

Even when the assumptions are unrealistic, the Black-Scholes framework remains foundational because it teaches the key pricing idea: derivatives are valued from replication and hedging logic, not from raw expected returns alone.

It also provides a baseline language for implied volatility, delta hedging, and comparing market prices with model prices.

Knowledge Check

### What is the central pricing principle behind the Black-Scholes equation? - [x] No arbitrage through replication - [ ] Historical average stock returns only - [ ] Accounting profit maximization - [ ] Survey-based expectations alone > **Explanation:** The option is priced from the cost of constructing a hedge that reproduces its payoff. ### Why is the Black-Scholes equation important even when its assumptions are imperfect? - [x] It provides the benchmark replication logic used across option pricing - [ ] It makes volatility irrelevant - [ ] It works only for bond markets - [ ] It guarantees perfect forecasts of crashes > **Explanation:** The model's main teaching value is its no-arbitrage structure and the pricing intuition it provides. ### Which variable in the Black-Scholes framework captures uncertainty about the underlying asset's movements? - [x] Volatility - [ ] Coupon rate - [ ] Tax rate - [ ] Inventory turnover > **Explanation:** Volatility measures how much the underlying asset price is expected to fluctuate, which is crucial for option value.