Assumptions:
TeX:
\Pi\!\left(n, \phi, m\right) = \int_{0}^{\phi} \frac{1}{\left(1 - n \sin^{2}\!\left(x\right)\right) \sqrt{1 - m \sin^{2}\!\left(x\right)}} \, dx
\phi \in \left[\frac{-\pi}{2}, \frac{\pi}{2}\right] \;\mathbin{\operatorname{and}}\; n \in \left(-\infty, 1\right) \;\mathbin{\operatorname{and}}\; m \in \left(-\infty, 1\right)Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| IncompleteEllipticPi | Legendre incomplete elliptic integral of the third kind | |
| Integral | Integral | |
| Pow | Power | |
| Sin | Sine | |
| Sqrt | Principal square root | |
| ClosedInterval | Closed interval | |
| Pi | The constant pi (3.14...) | |
| OpenInterval | Open interval | |
| Infinity | Positive infinity |
Source code for this entry:
Entry(ID("60f858"),
Formula(Equal(IncompleteEllipticPi(n, phi, m), Integral(Div(1, Mul(Sub(1, Mul(n, Pow(Sin(x), 2))), Sqrt(Sub(1, Mul(m, Pow(Sin(x), 2)))))), For(x, 0, phi)))),
Variables(n, phi, m),
Assumptions(And(Element(phi, ClosedInterval(Div(Neg(Pi), 2), Div(Pi, 2))), Element(n, OpenInterval(Neg(Infinity), 1)), Element(m, OpenInterval(Neg(Infinity), 1)))))