Newton-Raphson and Brent for Implied Volatility

Hard·22 min read
CalibrationImplied VolatilityRoot-FindingBlack-Scholes

Quick Quiz

1. The BS vega is V=SeqTTϕ(d1)\mathcal{V}=Se^{-qT}\sqrt{T}\,\phi(d_1). Why does plain Newton-Raphson misbehave for deep OTM options where d11d_1\gg 1?
2. Brent needs a bracket [σlo,σhi][\sigma_{\mathrm{lo}},\sigma_{\mathrm{hi}}] with f(σlo)f(σhi)<0f(\sigma_{\mathrm{lo}})\,f(\sigma_{\mathrm{hi}})<0. A robust universal bracket for a valid European-call quote is:
3. Near the root, Newton-Raphson converges quadratically. In terms of correct decimal digits, this means the digit count:
4. Because the BS call price is strictly increasing in σ\sigma at every strike, the implied-vol root-finding problem has a solution for any positive market price.
5. In a hybrid Newton/Brent solver the bracket must stay valid after each iterate σnew\sigma_{\mathrm{new}}. The correct update is:
6. The Brenner-Subrahmanyam guess σ02π/TCmkt/(SeqT)\sigma_0\approx\sqrt{2\pi/T}\,C_{\mathrm{mkt}}/(Se^{-qT}) comes from which ATM approximation?