Back to Notes
Study Notes 2024 Draft

Penalty Methods for Free Boundary Problems

Overview of penalty and complementarity formulations for free boundary problems arising in option pricing.

Penalty Method LCP Convergence

Overview

Free boundary problems in option pricing can be recast as Linear Complementarity Problems (LCPs). The penalty method replaces the LCP with a nonlinear PDE that is easier to solve numerically while maintaining convergence guarantees.

Linear Complementarity Formulation

The American option LCP reads: find V such that

L[V] ≤ 0,   V ≥ g,   L[V] · (V − g) = 0

where g = max(K−S, 0) is the payoff and L is the Black–Scholes operator. The three conditions enforce: the PDE holds in the continuation region, the option value dominates the payoff, and complementarity (at most one is active).

Penalty Reformulation

The penalty method approximates the LCP by:

L[Vε] + (1/ε) max(g − Vε, 0) = 0

As ε → 0, Vε → V (the true LCP solution). For fixed ε, this is a nonlinear PDE solvable by Picard or Newton iteration.

Convergence Theory

Under appropriate conditions, the penalty solution converges at rate O(ε) to the LCP solution. Combined with second-order FDM discretization, the overall scheme achieves second-order convergence when ε is chosen proportional to Δt.

Full PDF draft coming soon.