HeunC - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


HeunC

The Heun Confluent function

HeunCPrime

The derivative of the Heun Confluent function

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

HeunC(α, β, γ, δ, η, z)

HeunCPrime(α, β, γ, δ, η, z)

Parameters

α

-

algebraic expression

β

-

algebraic expression

γ

-

algebraic expression

δ

-

algebraic expression

η

-

algebraic expression

z

-

algebraic expression

Description

• 

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_Yzz2α+β+αγ2z+β+1ⅆⅆz_Yzzz1βγ2α2δz+β+1α+γ1β2ηγ_Yz2zz1,_Yz,_Y0=1,D_Y0=α+1+γβ+γα+2η2β+1

(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;

yzab+a+b+1zcⅆⅆzyz+z2zⅆ2ⅆz2yz=0

(2)
  

can then be expressed in terms of HeunC functions

dsolve((2), [HeunC]);

yz=c__1z1aHeunC0,ab,c1,0,a+b1c2ab+12,1z1+c__2z1bHeunC0,a+b,c1,0,a+b1c2ab+12,1z1

(3)
  

and the same for the 1F1 hypergeometric confluent equation

DEtools[hyperode]( hypergeom([a],[c],z), y(z) ) = 0;

ayz+c+zⅆⅆzyzzⅆ2ⅆz2yz=0

(4)

dsolve((4), [HeunC]);

yz=c__1ⅇzHeunC1,c1,−1,a+c2,ac2+12,z+c__2ⅇzzc+1HeunC1,c+1,−1,a+c2,ac2+12,z

(5)
  

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ⅆz2yz+2γ+1zⅆⅆzyzz21+4δz2cyzz21=0

(6)
  

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ⅆz2yz+zⅆⅆzyzz21+2δ2z21ayzz21=0

(7)
  

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.

Examples

Heun's Confluent equation,

CHEdiffyz&comma;z&comma;z=z2α+2βγ+αz+1+βzz1diffyz&comma;z+12βγ2α2δz+β+1α+γ1βγ2ηzz1yz

CHE&DifferentialD;2&DifferentialD;z2yz=z2α+2βγ+αz+1+β&DifferentialD;&DifferentialD;zyzzz1+βγ2α2δz+β+1α+γ1βγ2ηyz2zz1

(8)

can be transformed into another version of itself, that is, an equation with two regular singularities and one irregular singularity respectively located at 0&comma;1&comma;, through transformations of the form

yz=zμ1β2z1ν1γ2expρ1αz2uz

yz=zμ1β2z1ν1γ2&ExponentialE;ρ1αz2uz

(9)

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

FunctionAdvisoridentities&comma;HeunC

HeunCα&comma;β&comma;γ&comma;δ&comma;η&comma;z=1zγHeunCα&comma;β&comma;γ&comma;δ&comma;η&comma;z&comma;β::¬z<1&comma;HeunCα&comma;β&comma;γ&comma;δ&comma;η&comma;z=&ExponentialE;zαHeunCα&comma;β&comma;γ&comma;δ&comma;η&comma;z&comma;β::¬z<1

(10)

Changing z -> 1t also results in a HeunC equation with the singularities located at 0&comma;1&comma;; this permits rewriting the solution to the CHE in different manners. For example, the general solution returned by default by dsolve is

dsolveCHE

yz=c__1HeunCα&comma;β&comma;γ&comma;δ&comma;η&comma;z+c__2zβHeunCα&comma;β&comma;γ&comma;δ&comma;η&comma;z

(11)

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 -> 1t

dsolveCHEassumingβ::integer

yz=c__1HeunCα&comma;γ&comma;β&comma;δ&comma;η+δ&comma;1z+c__2z1γHeunCα&comma;γ&comma;β&comma;δ&comma;η+δ&comma;1z

(12)

For z different from 1, the 2F1 and the confluent 1F1 hypergeometric functions are related to HeunC by

FunctionAdvisorspecialize&comma;hypergeom&comma;HeunC

hypergeoma&comma;b&comma;c&comma;z=HeunC0&comma;c1&comma;ba&comma;0&comma;a+b1c2ab+12&comma;zz11zb&comma;z1,hypergeoma&comma;b&comma;z=HeunC1&comma;b1&comma;1&comma;b2+a&comma;b2a+12&comma;zz+1&comma;z−1

(13)

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α&comma;β&comma;γ&comma;αn+γ+2+β2&comma;η&comma;z

HeunCα&comma;β&comma;γ&comma;αn+γ2+β2+1&comma;η&comma;z

(14)

Considering the first non-trivial case, for n=1, the function is

HCsubsn=1&comma;

HCHeunCα&comma;β&comma;γ&comma;α2+γ2+β2&comma;η&comma;z

(15)

So the coefficient of z2 in the series expansion is

QsimplifyseriesHC&comma;z&comma;3&comma;size

Q1+α+1+γβ+γα+2η2β+2z+18αγ1αγ3β2+4α2+4η8γ14α+4γ+η+12γ+2β+3α2+8η6γ8α+4η+γ2η+3γ2+2β+1β+2z2+Oz3

(16)

c2coeffQ&comma;z&comma;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

(17)

solving for η, requesting from solve to return using RootOf, you have

_EnvExplicitfalse

_EnvExplicitfalse

(18)

η=solvec2&comma;η

η=RootOf4_Z2+4αβ+4βγ8α+8β+8γ+8_Z+α2β22γαβ2+γ2β2+4α2β4αβ28γαβ+4γβ2+4γ2β+3α214αβ6αγ+3β2+10βγ+3γ28α+4β+4γ

(19)

substituting in HC we have

HC_polynomialsubs&comma;HC

HC_polynomialHeunCα&comma;β&comma;γ&comma;α2+γ2+β2&comma;RootOf4_Z2+4αβ+4βγ8α+8β+8γ+8_Z+α2β22γαβ2+γ2β2+4α2β4αβ28γαβ+4γβ2+4γ2β+3α214αβ6αγ+3β2+10βγ+3γ28α+4β+4γ&comma;z

(20)

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&comma;HeunC=HeunC:-SpecialValues:-Polynomial

1+α+1+γβ+γα+2RootOf4_Z2+4αβ+4βγ8α+8β+8γ+8_Z+α2β22γαβ2+γ2β2+4α2β4αβ28γαβ+4γβ2+4γ2β+3α214αβ6αγ+3β2+10βγ+3γ28α+4β+4γz2β+2

(21)

References

  

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