Using the Newton-Raphson Method with Automatic Differentiation to Numerically Solve Implied Volatility of Stock Option through Binomial Model
Wanchaloem Wunkaew, Yuqing Liu, Kirill V. Golubnichiy
TL;DR
This work addresses the ill-posed problem of extracting implied volatility from option prices by inverting a Binomial lattice model rather than relying solely on the Black-Scholes PDE. It combines the Newton-Raphson root finder with Automatic Differentiation to efficiently compute $f'(σ)$ for $f(σ)=C_{\text{Binomial}}(σ)-C_{market}$ across a 10-layer lattice, with $r=0$ in generated data and an initial guess $σ_0=0.2$. Empirical results show that Automatic Differentiation reduces the number of iterations required to converge compared to a Secant approach on synthetic data, while real-market data exhibit lower convergence rates (~75%) due to model–data gaps and possible multiple roots. The methodology offers a practical, differentiable pathway to implied volatility estimation in discrete models and can be extended to American options and other asset-pricing frameworks, enabling more robust volatility-based trading signals.
Abstract
In the paper written by Klibanov et al, it proposes a novel method to calculate implied volatility of a European stock options as a solution to ill-posed inverse problem for the Black-Scholes equation. In addition, it proposes a trading strategy based on the difference between implied volatility of the option and the volatility of the underlying stock. In addition to the Black-Scholes equation, Binomial model is another method used to price European options. And, the implied volatility can be also calculated through this model. In this paper, we apply the Newton-Raphson method together with Automatic Differention to numerically approximate the implied volatility of an arbitrary stock option through this model. We provide an explanation of the mathematical model and methods, the methodology, and the results from our test using the stimulated data from the Geometric Brownian Motion Model and the Binomial Model itself, and the data from the US market data from 2018 to 2021.
