Assumptions:
TeX:
\operatorname{asin}\!\left(\frac{x}{y}\right) = x R_C\!\left({y}^{2} - {x}^{2}, {y}^{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 | |
| ClosedInterval | Closed interval |
Source code for this entry:
Entry(ID("584a61"),
Formula(Equal(Asin(Div(x, y)), Mul(x, CarlsonRC(Sub(Pow(y, 2), Pow(x, 2)), Pow(y, 2))))),
Variables(x, y),
Assumptions(And(Element(y, OpenInterval(0, Infinity)), Element(x, ClosedInterval(Neg(y), y)))))