Exercise: Verifying the PDE for the Black-Scholes call
Substitute the Black-Scholes call price C(S,t)=SΦ(d1)−Ke−r(T−t)Φ(d2) directly into the PDE
Ct+21σ2S2CSS+rSCS−rC=0
and verify that it holds identically.
Tasks
Compute CS (delta). Show that CS=Φ(d1). Useful identity: Sφ(d1)⋅∂S∂d1=Ke−r(T−t)φ(d2)⋅∂S∂d2.
Compute CSS (gamma). Show that CSS=φ(d1)/(SσT−t).
Compute Ct (theta, noting the negative sign). Show that
Ct=−2T−tSφ(d1)σ−rKe−r(T−t)Φ(d2).
Substitute all three into the PDE and simplify. The terms should cancel to zero.
Hint
The identity Sφ(d1)=Ke−r(T−t)φ(d2) — which follows from evaluating both sides explicitly and using the relation between d1,d2 — is the key algebraic shortcut that makes the verification tractable.