Wrightomega
Wright omega function
unwindK
unwinding number
Calling Sequence
Parameters
Description
Examples
References
Wrightomega(x)
unwindK(x)
The short form omega( x ) (or ω⁡x) can be used by first issuing the command alias(omega=Wrightomega).
x
-
algebraic expression
The Wright omega function is a single-valued (but discontinuous) variant of the Lambert W function. It is defined by
ω⁡z=LambertW⁡unwindK⁡z,ⅇz
The unwinding number is defined by
unwindK⁡z = ℑ⁡z−π2⁢π
= −I2⁢z−ln⁡ⅇzπ.
The complete solution of y+ln⁡y=z is
y=No solutionz=t−I⁢πandt≤−1ω⁡z,ω⁡z−2⁢I⁢π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
ω⁡x⁢∼⁢x−log⁡x+∑n=0∞⁡∑m=0∞⁡c⁡m,n⁢log⁡xm+1xm+n+1
Here log⁡x denotes the principal branch of the logarithm, and the c⁡m,n are constants known in terms of Stirling numbers: c⁡m,n=−1m⁢Stirling1⁡m+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=1∞⁡−nn−1⁢ⅇn⁢zn!
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:
LambertW⁡k,z=Wrightomega⁡ln⁡z+2⁢I⁢π⁢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).
alias⁡ω=Wrightomega:
ω⁡1
1
ω⁡2+ln⁡2
2
ω⁡−1+I⁢π
−1
ω⁡−1−I⁢π
evalf⁡ω⁡−2+ln⁡2+I⁢π
−0.406375740261207+0.⁢I
evalf⁡ω⁡−2+ln⁡2−I⁢π
−2.
evalf⁡ω⁡−12+ln⁡12+I⁢π
−0.5000000000
evalf⁡ω⁡−12+ln⁡12−I⁢π
−1.75643120964798−0.⁢I
Digits≔200:
z≔rand⁡1.×1012
z≔0.395718860534
f≔ω⁡z
f≔0.72176899849709435880390368898143781707409072236332022551390612942823006335652369004031054189713513797027153554286420070656918958595620907956913410782714907308412366814842550749346948498331209418466008
f+ln⁡f−z
0.
z≔z
diff⁡ω⁡z,z
ω⁡z1+ω⁡z
int⁡ω⁡z3,z
ω⁡z44+ω⁡z33
series⁡ω⁡z,z=1
1+12⁢z−1+116⁢z−12−1192⁢z−13−13072⁢z−14+1361440⁢z−15+O⁡z−16
convert⁡ω⁡z,LambertW
LambertW⁡ℑ⁡z−π2⁢π,ⅇz
convert⁡LambertW⁡k,z,ω
ω⁡ln⁡z+2⁢I⁢π⁢k
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
Download Help Document