Fungrim home page

Fungrim entry: 271b73

RF ⁣(0,x,cx)=1x{K ⁣(1+c),Im(x)<0  or  (Im(x)=0  and  Re(x)0)K ⁣(1+c)+2iK ⁣(c),otherwiseR_F\!\left(0, x, -c x\right) = \frac{1}{\sqrt{x}} \begin{cases} K\!\left(1 + c\right), & \operatorname{Im}(x) < 0 \;\mathbin{\operatorname{or}}\; \left(\operatorname{Im}(x) = 0 \;\mathbin{\operatorname{and}}\; \operatorname{Re}(x) \ge 0\right)\\K\!\left(1 + c\right) + 2 i K\!\left(-c\right), & \text{otherwise}\\ \end{cases}
Assumptions:xC  and  c[0,)x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; c \in \left[0, \infty\right)
TeX:
R_F\!\left(0, x, -c x\right) = \frac{1}{\sqrt{x}} \begin{cases} K\!\left(1 + c\right), & \operatorname{Im}(x) < 0 \;\mathbin{\operatorname{or}}\; \left(\operatorname{Im}(x) = 0 \;\mathbin{\operatorname{and}}\; \operatorname{Re}(x) \ge 0\right)\\K\!\left(1 + c\right) + 2 i K\!\left(-c\right), & \text{otherwise}\\ \end{cases}

x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; c \in \left[0, \infty\right)
Definitions:
Fungrim symbol Notation Short description
CarlsonRFRF ⁣(x,y,z)R_F\!\left(x, y, z\right) Carlson symmetric elliptic integral of the first kind
Sqrtz\sqrt{z} Principal square root
EllipticKK(m)K(m) Legendre complete elliptic integral of the first kind
ImIm(z)\operatorname{Im}(z) Imaginary part
ReRe(z)\operatorname{Re}(z) Real part
ConstIii Imaginary unit
CCC\mathbb{C} Complex numbers
ClosedOpenInterval[a,b)\left[a, b\right) Closed-open interval
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("271b73"),
    Formula(Equal(CarlsonRF(0, x, Neg(Mul(c, x))), Mul(Div(1, Sqrt(x)), Cases(Tuple(EllipticK(Add(1, c)), Or(Less(Im(x), 0), And(Equal(Im(x), 0), GreaterEqual(Re(x), 0)))), Tuple(Add(EllipticK(Add(1, c)), Mul(Mul(2, ConstI), EllipticK(Neg(c)))), Otherwise))))),
    Variables(x, c),
    Assumptions(And(Element(x, CC), Element(c, ClosedOpenInterval(0, Infinity)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC