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

Online Help

All Products    Maple    MapleSim


HeunB

The Heun Biconfluent function

HeunBPrime

The derivative of the Heun Biconfluent function

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

HeunB(α, β, γ, δ, z)

HeunBPrime(α, β, γ, δ, z)

Parameters

α

-

algebraic expression

β

-

algebraic expression

γ

-

algebraic expression

δ

-

algebraic expression

z

-

algebraic expression

Description

• 

The HeunB function is the solution of the Heun Biconfluent equation. Following the first reference (at the end), the equation and the conditions at the origin satisfied by HeunB are

FunctionAdvisor(definition, HeunB);

HeunBα,β,γ,δ,z=DESolⅆ2ⅆz2_Yzβz+2z2α1ⅆⅆz_Yzz2α2γ+4z+βα+β+δ_Yz2z,_Yz,_Y0=1,D_Y0=βα+β+δ2α+2

(1)
• 

The HeunB(α, β, γ, δ, z) function is a local (Frobenius) solution to Heun's Biconfluent equation, computed as a power series expansion around the origin, a regular singular point. Because the next singularity is located at , this series converges in the whole complex plane.

• 

The Biconfluent Heun Equation (BHE) above is obtained from the Confluent Heun Equation (CHE) through a confluence process, that is, a process where two singularities coalesce, performed by redefining parameters and taking limits. In this case one regular singularity of the CHE is coalesced with its irregular singularity at . The resulting Heun Biconfluent equation, thus, has one regular singularity at the origin, one irregular one at , and includes as a particular case the 1F1 hypergeometric confluent equation

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

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

(2)
  

So besides the standard hypergeometric solution of this equation, a solution expressed in terms of HeunB functions can also be constructed, and in this way HeunB contains as particular cases all the hypergeometric functions of the 1F1 class. Some of these specializations are listed at the end of the Examples section.

• 

A special case happens when in HeunB(α, β, γ, δ, z) the third parameter satisfies γ=2n+1+α, where n is a positive integer. In this case the n+1th coefficient in the series expansion is a polynomial of degree n in δ. When δ is a root of this polynomial, the n+1th and subsequent coefficients cancel and the series truncates, resulting in a polynomial form of degree n for HeunB.

Examples

Heun's Biconfluent equation,

BHEdiffyz,z,z=2z21α+βzzdiffyz,z+122γ+2α+4z+δ+β+βαzyz

BHEⅆ2ⅆz2yz=βz+2z2α1ⅆⅆzyzz+2γ+2α+4z+δ+β+βαyz2z

(3)

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

z=κt,yz=zε1α2expz+β1κ2z2uz

z=κt,yz=zε1α2ⅇz+βκ2+1z2uz

(4)

where t,ut are new variables, ε2=1 and κ2=1. Under this transformation, the HeunB parameters transform according to α -> εα, β -> κ3β,  γ -> κ2γ and δ -> κδ. These transformations form a group and imply on a number of identities, among which you have

FunctionAdvisoridentities,HeunB

HeunBα,β,γ,δ,z=zαHeunBα,β,γ,δ,z,α::z0,HeunBα,β,γ,δ,z=Iαⅇβz+z2HeunBα,−Iβ,γ,Iδ,−Iz,α::z0,HeunBα,β,γ,δ,z=−1αHeunBα,β,γ,δ,z,α::z0,HeunBα,β,γ,δ,z=ⅇβz+z2HeunBα,−Iβ,γ,Iδ,−Iz,α::¬,HeunBα,β,γ,δ,z=HeunBα,β,γ,δ,z,α::¬

(5)

A relation between HeunB and the confluent 1F1 hypergeometric function is

FunctionAdvisorspecialize,HeunB,hypergeom

HeunBα,β,γ,δ,z=hypergeom12α4γ4,1α2,z2zα,α::β=0δ=0,HeunBα,β,γ,δ,z=hypergeom12+α4γ4,1+α2,z2,α::¬β=0δ=0

(6)

When, in HeunB(α,β,γ,δ,z), γ=2n+1+α, with n a positive integer, the n+1th coefficient in the series expansion is a polynomial in δ of order n. If δ is a root of that polynomial, that n+1th coefficient and the subsequent ones are zero. The series then truncates and HeunB reduces to a polynomial. For example, this is the necessary condition for a polynomial form

HeunBα,β,2n+2+α,δ,z

HeunBα,β,2n+2+α,δ,z

(7)

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

HBsubsn=1,

HBHeunBα,β,4+α,δ,z

(8)

So the coefficient of z2 in the series expansion is

QsimplifyseriesHB,z,3,size

Q1+βα+β+δ2α+2z+18α2β2+4β2+2βδ8α+3β2+4βδ+δ28α+1α+2z2+Oz3

(9)

c2coeffQ,z,2

c2α2β2+4β2+2βδ8α+3β2+4βδ+δ288α+1α+2

(10)

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

_EnvExplicitfalse

_EnvExplicitfalse

(11)

δ=solvec2,δ

δ=RootOf_Z2+2βα+4β_Z+α2β2+4αβ2+3β28α8

(12)

substituting in HB we have

HB_polynomialsubs,HB

HB_polynomialHeunBα,β,4+α,RootOf_Z2+2βα+4β_Z+α2β2+4αβ2+3β28α8,z

(13)

When the function admits a polynomial form, as is the case of HB_polynomial by construction, to obtain the actual polynomial of degree n (in this case n=1) use

eval,HeunB=HeunB:-SpecialValues:-Polynomial

1+RootOf_Z2+2βα+4β_Z+α2β2+4αβ2+3β28α8+βα+βz2α+2

(14)

_EnvExplicit_EnvExplicit

_EnvExplicit_EnvExplicit

(15)

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

HeunC

HeunD

HeunG

HeunT

hypergeom