CONTENTS

Exercise: Verifying the PDE for the Black-Scholes call

Substitute the Black-Scholes call price C(S,t)=SΦ(d1)Ker(Tt)Φ(d2)C(S, t) = S\Phi(d_1) - Ke^{-r(T-t)}\Phi(d_2) directly into the PDE

Ct+12σ2S2CSS+rSCSrC=0C_t + \tfrac12\sigma^2 S^2 C_{SS} + rSC_S - rC = 0

and verify that it holds identically.

Tasks

  1. Compute CSC_S (delta). Show that CS=Φ(d1)C_S = \Phi(d_1). Useful identity: Sφ(d1)d1S=Ker(Tt)φ(d2)d2SS\varphi(d_1)\cdot \frac{\partial d_1}{\partial S} = Ke^{-r(T-t)}\varphi(d_2)\cdot\frac{\partial d_2}{\partial S}.

  2. Compute CSSC_{SS} (gamma). Show that CSS=φ(d1)/(SσTt)C_{SS} = \varphi(d_1)/(S\sigma\sqrt{T-t}).

  3. Compute CtC_t (theta, noting the negative sign). Show that

Ct=Sφ(d1)σ2TtrKer(Tt)Φ(d2).C_t = -\frac{S\varphi(d_1)\sigma}{2\sqrt{T-t}} - rKe^{-r(T-t)}\Phi(d_2).
  1. Substitute all three into the PDE and simplify. The terms should cancel to zero.

Hint

The identity Sφ(d1)=Ker(Tt)φ(d2)S\varphi(d_1) = Ke^{-r(T-t)}\varphi(d_2) — which follows from evaluating both sides explicitly and using the relation between d1,d2d_1, d_2 — is the key algebraic shortcut that makes the verification tractable.