Under the risk-neutral measure Q, the stock price follows geometric Brownian motion:
dSt=rStdt+σStdWtQ
so ST=S0exp((r−21σ2)T+σWTQ) with WTQ∼N(0,T).
The price of a European call with strike K and maturity T is
C0=e−rTEQ[(ST−K)+]
Split EQ[(ST−K)+]=EQ[ST1{ST>K}]−KQ(ST>K). Compute Q(ST>K) in closed form using the normal CDF Φ. Express your answer in terms of
d2=σTln(S0/K)+(r−21σ2)T
Compute EQ[ST1{ST>K}] by completing the square inside the Gaussian integral. Express your answer in terms of S0,r,T, and
d1=σTln(S0/K)+(r+21σ2)T
Combine to obtain the Black-Scholes call formula C0=S0Φ(d1)−Ke−rTΦ(d2).
Verify that the μ (real-world drift) nowhere appears. Explain in one sentence why this is expected from risk-neutral pricing.
Hint
For part 2, write ST=S0e(r−σ2/2)TeσWTQ and use the change of variables z=WTQ/T∼N(0,1). Inside the integrand eσTze−z2/2, complete the square: σTz−z2/2=−(z−σT)2/2+σ2T/2.