Assumptions:
TeX:
y''(z) + \left(1 - \frac{2 \eta}{z} - \frac{\ell \left(\ell + 1\right)}{{z}^{2}}\right) y(z) = 0\; \text{ where } y(z) = {c}_{1} F_{\ell,\eta}\!\left(z\right) + {c}_{2} G_{\ell,\eta}\!\left(z\right) \ell \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \eta \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \left(1 + \ell + i \eta \notin \{0, -1, \ldots\} \;\mathbin{\operatorname{and}}\; 1 + \ell - i \eta \notin \{0, -1, \ldots\}\right) \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left(-\infty, 0\right] \;\mathbin{\operatorname{and}}\; {c}_{1} \in \mathbb{C} \;\mathbin{\operatorname{and}}\; {c}_{2} \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
ComplexDerivative | Complex derivative | |
Pow | Power | |
CoulombF | Regular Coulomb wave function | |
CoulombG | Irregular Coulomb wave function | |
CC | Complex numbers | |
ConstI | Imaginary unit | |
ZZLessEqual | Integers less than or equal to n | |
OpenClosedInterval | Open-closed interval | |
Infinity | Positive infinity |
Source code for this entry:
Entry(ID("ad8df6"), Formula(Where(Equal(Add(ComplexDerivative(y(z), For(z, z, 2)), Mul(Sub(Sub(1, Div(Mul(2, eta), z)), Div(Mul(ell, Add(ell, 1)), Pow(z, 2))), y(z))), 0), Equal(y(z), Add(Mul(Subscript(c, 1), CoulombF(ell, eta, z)), Mul(Subscript(c, 2), CoulombG(ell, eta, z)))))), Variables(ell, eta, z, Subscript(c, 1), Subscript(c, 2)), Assumptions(And(Element(ell, CC), Element(eta, CC), And(NotElement(Add(Add(1, ell), Mul(ConstI, eta)), ZZLessEqual(0)), NotElement(Sub(Add(1, ell), Mul(ConstI, eta)), ZZLessEqual(0))), Element(z, SetMinus(CC, OpenClosedInterval(Neg(Infinity), 0))), Element(Subscript(c, 1), CC), Element(Subscript(c, 2), CC))))