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

Online Help

All Products    Maple    MapleSim


Wrightomega

Wright omega function

unwindK

unwinding number

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

Wrightomega(x)

unwindK(x)

The short form omega( x ) (or ωx) can be used by first issuing the command alias(omega=Wrightomega).

Parameters

x

-

algebraic expression

Description

• 

The Wright omega function is a single-valued (but discontinuous) variant of the Lambert W function. It is defined by

ωz=LambertWunwindKz,ⅇz

• 

The unwinding number is defined by

unwindKz = zπ2π

= I2zlnⅇzπ.

• 

The complete solution of y+lny=z is

y=No solutionz=tIπandt−1ωz,ωz2Iπz=t+Iπandt−1ωzotherwise

• 

The Wright omega function is discontinuous on the half-lines t±Iπ , which are called the "doubling line" and its "reflection", respectively.

• 

The Maple solve command does not yet know about Wrightomega.

• 

The asymptotic behavior of omega at complex infinity outside the strip bounded by the discontinuities is given by

ωxxlogx+n=0m=0cm,nlogxm+1xm+n+1

  

Here logx denotes the principal branch of the logarithm, and the cm,n are constants known in terms of Stirling numbers: cm,n=−1mStirling1m+n,nn! .

• 

That expansion for omega is not valid for z=x+Iθ tending to  in the strip between the doubling line and its reflection, where instead

ωz=n=1nn1ⅇnzn!

  

but the asymptotic series holds otherwise for large z.

• 

The Wright omega function is defined in terms of the Lambert W function, but that definition is not convenient for numerical computation for large arguments, because if z is moderately large (if IEEE floats are used, "moderately large" means about 800), then ⅇz is very large and may overflow, whereas LambertW(exp(z)) is asymptotic to z.  Direct computation is much more satisfactory than computation via LambertW.

• 

The branching behavior of the Wright omega function is also much simpler than that of the Lambert W function, being single-valued.  In fact, we have the following simple explanation of the branching behavior of the Lambert W function, in terms of the Wright omega function:

LambertWk,z=Wrightomegalnz+2Iπk

  

This relationship can be used to allow analytic continuation of LambertW in the (otherwise discrete) branch index.

• 

To use the short form omega( x ) (which can also be written as ωx), first issue the command alias(omega=Wrightomega).

Examples

aliasω=Wrightomega:

ω1

1

(1)

ω2+ln2

2

(2)

ω1+Iπ

−1

(3)

ω1Iπ

−1

(4)

evalfω2+ln2+Iπ

−0.406375740261207+0.I

(5)

evalfω2+ln2Iπ

−2.

(6)

evalfω12+ln12+Iπ

−0.5000000000

(7)

evalfω12+ln12Iπ

−1.756431209647980.I

(8)

Digits200:

zrand1.×1012

z0.395718860534

(9)

fωz

f0.72176899849709435880390368898143781707409072236332022551390612942823006335652369004031054189713513797027153554286420070656918958595620907956913410782714907308412366814842550749346948498331209418466008

(10)

f+lnfz

0.

(11)

zz

zz

(12)

diffωz,z

ωz1+ωz

(13)

intωz3,z

ωz44+ωz33

(14)

seriesωz,z=1

1+12z1+116z121192z1313072z14+1361440z15+Oz16

(15)

convertωz,LambertW

LambertWzπ2π,ⅇz

(16)

convertLambertWk,z,ω

ωlnz+2Iπk

(17)

References

  

Corless, R.M., and Jeffrey, D.J. "On the Wright omega function." In Proceedings of AISC '02 and Calculemus '02. Edited by Jacques Calmet, Belaid Benhamou, Olga Caprotti, Laurent Henocque, and Volker Sorge. Springer, 2002: 76-90.

  

Also available as ORCCA Technical Report TR-00-12, February 2000.

See Also

alias

initialfunctions

LambertW

Stirling1