HeunC
The Heun Confluent function
HeunCPrime
The derivative of the Heun Confluent function
Calling Sequence
Parameters
Description
Examples
References
HeunC(α, β, γ, δ, η, z)
HeunCPrime(α, β, γ, δ, η, z)
α
-
algebraic expression
β
γ
δ
η
z
The HeunC function is the solution of the Heun Confluent equation. Following the first reference (at the end), the equation and the conditions at the origin satisfied by HeunC are
FunctionAdvisor(definition, HeunC);
HeunC⁡α,β,γ,δ,η,z=DESol⁡ⅆ2ⅆz2_Y⁡z−−z2⁢α+−β+α−γ−2⁢z+β+1⁢ⅆⅆz_Y⁡zz⁢z−1−−β−γ−2⁢α−2⁢δ⁢z+β+1⁢α+−γ−1⁢β−2⁢η−γ⁢_Y⁡z2⁢z⁢z−1,_Y⁡z,_Y⁡0=1,D⁡_Y⁡0=−α+1+γ⁢β+γ−α+2⁢η2⁢β+1
This Heun (singly) Confluent equation is obtained from the Heun General equation through a confluence process, that is, a process where two singularities coalesce, performed by redefining parameters and taking limits, resulting in a single (typically irregular) singularity. The Heun Confluent equation thus has two regular singularities and one irregular singularity, and includes as particular cases both the 2F1 and 1F1 hypergeometric equations. The solution to the 2F1 equation,
DEtools[hyperode]( hypergeom([a,b],[c],z), y(z) ) = 0;
y⁡z⁢a⁢b+a+b+1⁢z−c⁢ⅆⅆzy⁡z+z2−z⁢ⅆ2ⅆz2y⁡z=0
can then be expressed in terms of HeunC functions
dsolve((2), [HeunC]);
y⁡z=c__1⁢z−1−a⁢HeunC⁡0,a−b,c−1,0,a+b−1⁢c2−a⁢b+12,−1z−1+c__2⁢z−1−b⁢HeunC⁡0,−a+b,c−1,0,a+b−1⁢c2−a⁢b+12,−1z−1
and the same for the 1F1 hypergeometric confluent equation
DEtools[hyperode]( hypergeom([a],[c],z), y(z) ) = 0;
a⁢y⁡z+−c+z⁢ⅆⅆzy⁡z−z⁢ⅆ2ⅆz2y⁡z=0
dsolve((4), [HeunC]);
y⁡z=c__1⁢ⅇz⁢HeunC⁡1,c−1,−1,−a+c2,a−c2+12,z+c__2⁢ⅇz⁢z−c+1⁢HeunC⁡1,−c+1,−1,−a+c2,a−c2+12,z
HeunC, thus, contains as particular cases all the hypergeometric functions of the 2F1 and 1F1 classes - some of these specializations are listed at the end of the Examples section.
Two other important non-hypergeometric case of Heun's Confluent equation, are the "spheroidal wave function" equation
diff(y(z),z,z) + 2*(gamma+1)*z*diff(y(z),z)/(z^2-1) + (4*delta*z^2-c)/(z^2-1)*y(z) = 0;
ⅆ2ⅆz2y⁡z+2⁢γ+1⁢z⁢ⅆⅆzy⁡zz2−1+4⁢δ⁢z2−c⁢y⁡zz2−1=0
obtained from Heun's Confluent equation taking α=0,β=−12,η=1−γ−c4 and changing z -> z2;
and the rational form of Mathieu's equation,
diff(y(z),z,z) + z/(z^2-1)*diff(y(z),z) + (2*delta*(2*z^2-1)-a)/(z^2-1)*y(z) = 0;
ⅆ2ⅆz2y⁡z+z⁢ⅆⅆzy⁡zz2−1+2⁢δ⁢2⁢z2−1−a⁢y⁡zz2−1=0
obtained from the spheroidal wave function equation above by taking c=a+2⁢δ and further specializing γ=−12.
The HeunC(α,β,γ,δ,η, z) function is a local (Frobenius) solution to Heun's Confluent equation, computed as a power series expansion around the origin, a regular singular point. The series converges for z<1, where the second regular singularity is located. An analytic continuation of HeunC is obtained through identities, relating the values of the function in different regions of the z plane, for given values of the other parameters, or by expanding the solution around 1, the other regular singularity, and overlapping the series. General formulas relating these series expansions at different singularities and for arbitrary values of the other parameters, however, are not known at present.
A special case happens when the parameters entering HeunC are such that the function is, simultaneously, a Frobenius solution around the two regular singularities and hence analytic in a domain containing both of them. In such a case the series expansion for HeunC truncates and the function becomes a polynomial. A necessary (not sufficient) condition for this case is that --------------Processing Xdot-------------, with n a positive integer, and η has one of a finite number of characteristic values, so that the function is a polynomial of degree n.
Heun's Confluent equation,
CHE≔diff⁡y⁡z,z,z=−z2⁢α+−2−β−γ+α⁢z+1+βz⁢z−1⁢diff⁡y⁡z,z+12⁢−β−γ−2⁢α−2⁢δ⁢z+β+1⁢α+−γ−1⁢β−γ−2⁢ηz⁢z−1⁢y⁡z
CHE≔ⅆ2ⅆz2y⁡z=−z2⁢α+−2−β−γ+α⁢z+1+β⁢ⅆⅆzy⁡zz⁢z−1+−β−γ−2⁢α−2⁢δ⁢z+β+1⁢α+−γ−1⁢β−γ−2⁢η⁢y⁡z2⁢z⁢z−1
can be transformed into another version of itself, that is, an equation with two regular singularities and one irregular singularity respectively located at 0,1,∞, through transformations of the form
y⁡z=zμ−1⁢β2⁢z−1ν−1⁢γ2⁢exp⁡ρ−1⁢α⁢z2⁢u⁡z
y⁡z=zμ−1⁢β2⁢z−1ν−1⁢γ2⁢ⅇρ−1⁢α⁢z2⁢u⁡z
where λ2=1, μ2=1 and ν2=1. Under this transformation, the HeunC parameters transform according to α -> α⁢λ, β -> β⁢μ and γ -> γ⁢ν. These transformations form a group of eight elements and imply on a number of identities, among which you have
FunctionAdvisor⁡identities,HeunC
HeunC⁡α,β,γ,δ,η,z=1−z−γ⁢HeunC⁡α,β,−γ,δ,η,z,β::¬ℤ∧z<1,HeunC⁡α,β,γ,δ,η,z=ⅇ−z⁢α⁢HeunC⁡−α,β,γ,δ,η,z,β::¬ℤ∧z<1
Changing z -> 1−t also results in a HeunC equation with the singularities located at 0,1,∞; this permits rewriting the solution to the CHE in different manners. For example, the general solution returned by default by dsolve is
dsolve⁡CHE
y⁡z=c__1⁢HeunC⁡α,β,γ,δ,η,z+c__2⁢z−β⁢HeunC⁡α,−β,γ,δ,η,z
When β is an integer, however, these two "independent" solutions are not independent, yet a second pair of independent solutions can be constructed exploring this invariance in form under z -> 1−t
dsolve⁡CHEassumingβ::integer
y⁡z=c__1⁢HeunC⁡−α,γ,β,−δ,η+δ,1−z+c__2⁢z−1−γ⁢HeunC⁡−α,−γ,β,−δ,η+δ,1−z
For z different from 1, the 2F1 and the confluent 1F1 hypergeometric functions are related to HeunC by
FunctionAdvisor⁡specialize,hypergeom,HeunC
hypergeom⁡a,b,c,z=HeunC⁡0,c−1,b−a,0,a+b−1⁢c2−a⁢b+12,zz−11−zb,z≠1,hypergeom⁡a,b,z=HeunC⁡1,b−1,1,−b2+a,b2−a+12,−z⁢z+1,z≠−1
When --------------Processing Xdot-------------, with n a positive integer, the nth + 1 coefficient in the series expansion is a polynomial in η of order n+1. If δ is a root of that polynomial, that coefficient is zero and with it all the following ones; the series then truncates and HeunC is a polynomial. For example, the necessary condition for a polynomial form is
HeunC⁡α,β,γ,−α⁢n+γ+2+β2,η,z
HeunC⁡α,β,γ,−α⁢n+γ2+β2+1,η,z
Considering the first non-trivial case, for n=1, the function is
HC≔subs⁡n=1,
HC≔HeunC⁡α,β,γ,−α⁢2+γ2+β2,η,z
So the coefficient of z2 in the series expansion is
Q≔simplify⁡series⁡HC,z,3,size
Q≔1+−α+1+γ⁢β+γ−α+2⁢η2⁢β+2⁢z+18⁢α−γ−1⁢α−γ−3⁢β2+4⁢α2+−4⁢η−8⁢γ−14⁢α+4⁢γ+η+12⁢γ+2⁢β+3⁢α2+−8⁢η−6⁢γ−8⁢α+4⁢η+γ2⁢η+3⁢γ2+2β+1⁢β+2⁢z2+O⁡z3
c2≔coeff⁡Q,z,2
c2≔α−γ−1⁢α−γ−3⁢β2+4⁢α2+−4⁢η−8⁢γ−14⁢α+4⁢γ+η+12⁢γ+2⁢β+3⁢α2+−8⁢η−6⁢γ−8⁢α+4⁢η+γ2⁢η+3⁢γ2+28⁢β+1⁢β+2
solving for η, requesting from solve to return using RootOf, you have
_EnvExplicit≔false
η=solve⁡c2,η
η=RootOf⁡4⁢_Z2+−4⁢α⁢β+4⁢β⁢γ−8⁢α+8⁢β+8⁢γ+8⁢_Z+α2⁢β2−2⁢γ⁢α⁢β2+γ2⁢β2+4⁢α2⁢β−4⁢α⁢β2−8⁢γ⁢α⁢β+4⁢γ⁢β2+4⁢γ2⁢β+3⁢α2−14⁢α⁢β−6⁢α⁢γ+3⁢β2+10⁢β⁢γ+3⁢γ2−8⁢α+4⁢β+4⁢γ
substituting in HC we have
HC_polynomial≔subs⁡,HC
HC_polynomial≔HeunC⁡α,β,γ,−α⁢2+γ2+β2,RootOf⁡4⁢_Z2+−4⁢α⁢β+4⁢β⁢γ−8⁢α+8⁢β+8⁢γ+8⁢_Z+α2⁢β2−2⁢γ⁢α⁢β2+γ2⁢β2+4⁢α2⁢β−4⁢α⁢β2−8⁢γ⁢α⁢β+4⁢γ⁢β2+4⁢γ2⁢β+3⁢α2−14⁢α⁢β−6⁢α⁢γ+3⁢β2+10⁢β⁢γ+3⁢γ2−8⁢α+4⁢β+4⁢γ,z
When the function admits a polynomial form, as is the case of HC_polynomial by construction, to obtain the actual polynomial of degree n (in this case n=1) use
eval⁡,HeunC=HeunC:-SpecialValues:-Polynomial
1+−α+1+γ⁢β+γ−α+2⁢RootOf⁡4⁢_Z2+−4⁢α⁢β+4⁢β⁢γ−8⁢α+8⁢β+8⁢γ+8⁢_Z+α2⁢β2−2⁢γ⁢α⁢β2+γ2⁢β2+4⁢α2⁢β−4⁢α⁢β2−8⁢γ⁢α⁢β+4⁢γ⁢β2+4⁢γ2⁢β+3⁢α2−14⁢α⁢β−6⁢α⁢γ+3⁢β2+10⁢β⁢γ+3⁢γ2−8⁢α+4⁢β+4⁢γ⁢z2⁢β+2
Decarreau, A.; Dumont-Lepage, M.C.; Maroni, P.; Robert, A.; and Ronveaux, A. "Formes Canoniques de Equations confluentes de l'equation de Heun." Annales de la Societe Scientifique de Bruxelles. Vol. 92 I-II, (1978): 53-78.
Ronveaux, A. ed. Heun's Differential Equations. Oxford University Press, 1995.
Slavyanov, S.Y., and Lay, W. Special Functions, A Unified Theory Based on Singularities. Oxford Mathematical Monographs, 2000.
See Also
FunctionAdvisor
Heun
HeunB
HeunD
HeunG
HeunT
hypergeom
Download Help Document