CoulombH1[l,η,r]
gives the outgoing irregular Coulomb wavefunction
.
CoulombH1
CoulombH1[l,η,r]
gives the outgoing irregular Coulomb wavefunction
.
Details
- Mathematical function, suitable for both symbolic and numerical manipulation.
- CoulombH1[ℓ,η,r] is a solution of the ordinary differential equation
. - CoulombH1[l,η,r] is proportional to
for large
. - CoulombH1[l,η,r] has a regular singularity at
. - CoulombH1 has a branch cut discontinuity in the complex
plane running from
to
. - For certain special arguments, CoulombH1 automatically evaluates to exact values.
- CoulombH1 can be evaluated to arbitrary numerical precision.
- CoulombH1 automatically threads over lists.
- CoulombH1 can be used with CenteredInterval objects. »
Examples
open all close allBasic Examples (4)
CoulombH1[2, 0.2, 3.]Evaluate to arbitrary precision:
N[CoulombH1[3, 2, 5], 25]CoulombH1 is a linear combination of the CoulombG and CoulombF functions:
CoulombH1[1, 0.8, 5]CoulombG[1, 0.8, 5] + I CoulombF[1, 0.8, 5]ComplexPlot[CoulombH1[3 / 2, -1, z], {z, -2 - 2I, 2 + 2I}]Asymptotic behavior at large radius:
Asymptotic[CoulombH1[ℓ, η, r], r -> ∞]//TrigToExpScope (19)
Numerical Evaluation (5)
N[CoulombH1[1 / 2, 7, 1]]N[CoulombH1[1 / 2, -7, 1]]N[CoulombH1[1, 7, 1], 50]The precision of the output tracks the precision of the input:
CoulombH1[-2 / 5, -3, 1.23456789101112131415]CoulombH1[-2 / 5, -3, 1.2345678910111213141516171819202122]CoulombH1[2 / 3, 0.7 + 0.1 I, 3.2]Evaluate efficiently at high precision:
CoulombH1[11, -3, 70`100]//NumberForm[#, 20]&//TimingCoulombH1[11, -3, 70`1000]//NumberForm[#, 20]&//TimingCoulombH1 can be used with CenteredInterval objects:
CoulombH1[CenteredInterval[3 / 4, 10 ^ -6], CenteredInterval[5 / 6, 10 ^ -6], CenteredInterval[7 / 8, 10 ^ -6]]Specific Values (4)
Limit[CoulombH1[1, 1, r], r -> 0]//FullSimplifySymbolic evaluation for special parameters:
CoulombH1[0, 0, r]For a zero value of the parameter η, CoulombH1 reduces to a spherical Hankel function:
CoulombH1[n, 0, r]Find the first positive zero of the real part of CoulombH1:
rzero = r /. FindRoot[Re[CoulombH1[0, 3, r]], {r, 9}]//QuietPlot[Re[CoulombH1[0, 3, r]], {r, 0, 20}, Epilog -> Style[Point[{rzero, Re[CoulombH1[0, 3, rzero]]}], PointSize[Large], Red]]Visualization (2)
Plot the real and imaginary parts of CoulombH1:
ReImPlot[CoulombH1[2, 0, x], {x, 0, 4π}]ComplexContourPlot[Re[CoulombH1[2, 0, z]], {z, -2π - π I, 2π + π I}, IconizedObject[«PlotOptions»]]ComplexContourPlot[Im[CoulombH1[2, 0, z]], {z, -2π - π I, 2π + π I}, IconizedObject[«PlotOptions»]]Function Properties (6)
Function domain of CoulombH1:
FunctionDomain[CoulombH1[n, η, x], x]FunctionDomain[CoulombH1[n, η, z], z, Complexes]CoulombH1[2,0,x] is not injective over complexes:
FunctionInjective[CoulombH1[2, 0, x], x, Complexes]Plot[{Im[CoulombH1[2, 0, x]], 1 / 2}, {x, -4π, 4π}]CoulombH1[2,0,x] is neither non-negative nor non-positive:
FunctionSign[CoulombH1[2, 0, x], x]CoulombH1[2,0,x] has both singularities and discontinuities:
FunctionSingularities[CoulombH1[2, 0, x], x]FunctionDiscontinuities[CoulombH1[2, 0, x], x]CoulombH1 is neither convex nor concave:
FunctionConvexity[CoulombH1[2, 0, x], x]TraditionalForm formatting:
CoulombH1[n, η, z]//TraditionalFormSeries Expansions (1)
Find the Taylor expansion using Series at zero and at infinity:
Series[CoulombH1[1, 2, x], {x, 0, 2}]//FullSimplifySeries[CoulombH1[1, 2, x], {x, ∞, 3}]//FullSimplifyPlots of the first three approximations for CoulombH1 around
:
terms = Normal@Table[Series[CoulombH1[1, 0, x], {x, 0, m}], {m, 1, 5, 2}];
ReImPlot[{CoulombH1[1, 0, x], terms}, {x, -2π, 2π}, PlotRange -> {0, 20}]Properties & Relations (1)
CoulombH1 is proportional to WhittakerW in some region of the complex plane:
coulombH1[el_, eta_, r_] := Exp[(LogGamma[el + 1 + I eta] - LogGamma[el + 1 - I eta]) / 2 + (eta - I el) Pi / 2] WhittakerW[-I eta, el + 1 / 2, -2I r]With[{r = 3`20}, {CoulombH1[3, 1, r], coulombH1[3, 1, r]}]However, the stated definition has a branch cut at
, while the built-in CoulombH1 has a branch cut at
:
{Labeled[ComplexPlot[CoulombH1[4 / 3, 1, r], {r, -3 - 3I, 3 + 3I}], "built-in"], Labeled[ComplexPlot[coulombH1[4 / 3, 1, r], {r, -3 - 3I, 3 + 3I}], "alternative"]}Related Guides
Text
Wolfram Research (2021), CoulombH1, Wolfram Language function, https://reference.wolfram.com/language/ref/CoulombH1.html (updated 2023).
CMS
Wolfram Language. 2021. "CoulombH1." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2023. https://reference.wolfram.com/language/ref/CoulombH1.html.
APA
Wolfram Language. (2021). CoulombH1. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CoulombH1.html
BibTeX
@misc{reference.wolfram_2026_coulombh1, author="Wolfram Research", title="{CoulombH1}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/CoulombH1.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_coulombh1, organization={Wolfram Research}, title={CoulombH1}, year={2023}, url={https://reference.wolfram.com/language/ref/CoulombH1.html}, note=[Accessed: 13-June-2026]}