Introduction
import Webfun from ’./src/assets/webfun.webp’;
Heun functions are solutions of the second-order Fuchsian differential equation with four regular singular points, extending the hypergeometric case by introducing an accessory parameter $q$ that is not determined by the local exponents. When singularities coalesce, one obtains the confluent, doubly confluent, biconfluent, and triconfluent forms (HeunC, HeunD, HeunB, HeunT), which have irregular singularities. Heun equations emerge at the crossroads of mathematical physics, including isomonodromic deformation (which preserves monodromy as singularities move, leading to the Painlevé equations), the ODE/IM correspondence, resurgence, and 2D CFTs. Heun equations have wide applications in modern physics, including black hole perturbations, AdS/CFT duality, and quantum mechanics. Hypergeometric ruled the 20th century—Heun is shaping the 21st.
1. HeunG (General Heun Equation)
[0, 1, , ]: It has four regular singularities at 0, 1, , and . The Heun equation is the most general second-order linear ODE with four regular singularities. The standard form is
where , and is the accessory parameter. A local Heun funtion is a Taylor series solution at . In the books [1, 2], a “Heun function” is defined as a local Heun function that is also regular at , which gives an eigenvalue problem. We prefer the convention that the term “Heun function” is equivalent to the local Heun function, not an eigenfunction. (As a comparison, the hypergeometric function is also a local solution.) This is exactly the HeunG implemented by Wolfram and Maple.
If we impose boundary conditions at both and , we have an eigenvalue problem. A Heun polynomial is a solution regular at , , and , which is beyond an eigenvalue problem.
HeunG in Wolfram, HeunG in Maple, HeunG in DLMF
2. HeunC (Confluent Heun Equation)
A local solution at is . A solution at the irregular singularity is , where is an asymptotic series.
HeunC in Wolfram, HeunC in DLMF
HeunC in Maple uses another form
$$ y''(z) - \frac{\left(-z^2\alpha + (-\beta + \alpha - \gamma - 2) z + \beta + 1\right)}{z(z - 1)}y'(z) - \frac{\left(((-\beta - \gamma - 2)\alpha - 2\delta) z + (\beta + 1)\alpha + (-\gamma - 1)\beta - 2\eta - \gamma\right)}{2 z(z - 1)}y(z) = 0 $$HeunRC (Reduced Confluent Heun Equation)
3. HeunD (Doubly Confluent Heun Equation)
The symmetric canonical form is $$ D^2 y+ \alpha \left( z + \frac{1}{z} \right) D y+\left((\beta_1+\frac12)\alpha z+(\frac{\alpha^2}{2}-\gamma)+(\beta_{-1}-\frac12)\frac{\alpha}{z}\right)y(z)=0, {\qquad\text{where } D\equiv z\frac{d}{dz}} $$ The second and first derivative part is $z^2y''(z)+(z+\alpha z^2+\alpha)y'(z)$. The symmetric canonical form is useful to make connections to the Mathieu equation.
HeunRD (Reduced Doubly Confluent Heun Equation)
HeunDD (Doubly Reduced Doubly Confluent Heun Equation)
4. HeunB (Biconfluent Heun Equation)
HeunRB (Reduced Biconfluent Heun Equation)
5. HeunT (Triconfluent Heun Equation)
HeunRT (Reduced Triconfluent Heun Equation)
Mathieu equation
Resources
Books
[1] A. Ronveaux (Ed.), Heun's Differential Equations (Oxford University Press, Oxford; New York, 1995).
[2] S. Yu. Slavyanov and W. Lay, Special Functions: A Unified Theory Based on Singularities (Oxford University Press, Oxford; New York, 2000).
Papers
K. Heun, Zur Theorie der Riemann'schen Functionen zweiter Ordnung mit vier Verzweigungspunkten, Math. Ann. 33, 161 (1888).
R. S. Maier, The 192 solutions of the Heun equation, Math. Comp. 76, 811 (2006) [arXiv:math/0408317].
O. Lisovyy and A. Naidiuk, Accessory parameters in confluent Heun equations and classical irregular conformal blocks, Lett Math Phys 111, 137 (2021) [arXiv:2101.05715].
O. Lisovyy and A. Naidiuk, Perturbative connection formulas for Heun equations, J. Phys. A: Math. Theor. 55, 434005 (2022) [arXiv:2208.01604].
G. Bonelli, C. Iossa, D. P. Lichtig and A. Tanzini, Irregular Liouville correlators and connection formulae for Heun functions, Commun. Math. Phys. 397, 635 (2023) [arXiv:2201.04491].
Online resources
Wolfram: Summary of Special Functions | All Mathematical Functions (long)