Assumptions:
TeX:
\operatorname{atanh}\!\left(\frac{x}{y}\right) = x R_C\!\left({y}^{2}, {y}^{2} - {x}^{2}\right)
y \in \left(0, \infty\right) \;\mathbin{\operatorname{and}}\; x \in \left(-y, y\right)Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| CarlsonRC | Degenerate Carlson symmetric elliptic integral of the first kind | |
| Pow | Power | |
| OpenInterval | Open interval | |
| Infinity | Positive infinity |
Source code for this entry:
Entry(ID("2cdd2f"),
Formula(Equal(Atanh(Div(x, y)), Mul(x, CarlsonRC(Pow(y, 2), Sub(Pow(y, 2), Pow(x, 2)))))),
Variables(x, y),
Assumptions(And(Element(y, OpenInterval(0, Infinity)), Element(x, OpenInterval(Neg(y), y)))))