Does any one know the solution of the integral \begin{equation} \int_{a}^{u}\frac{x^{2}}{\sqrt{x(x-a)(x-b)(x-c) }}.dx \end{equation}
where $u > a > b > 0 > c$
I believe it has one polynomial component and a linear combination of Elliptic Integrals of the First, Second and Third Kind. I believe [but not sure] it is of the form
\begin{equation} \frac{ \sqrt{x(x-a)(x-b)(x-c)} } {x-b}+\text{linear combination of Elliptic Integrals}\end{equation}
I believe the limits $u>a>b>0>c$ has a bearing on the form of the elliptic integrals.
Any help would be appreciated.
The tables list integrals of inverse square roots of polynomials of fourth order up to $$\int \frac{x \ dx}{\sqrt{(a-x)(b-x)(c-x)(d-x)}}$$ only eg. Gradhsteyn/Rhyzik 3.148 p242 or more special cases with double roots. So its worth to try Mathematica, since possibly its only complexity of the results, that makes it impossible to print the result. A bit of mathematical AI
The problem is the catalog of different square roots, tabulated in Gradhsteyn/Rhyzik for all integrals leading to elliptic integrals. This can be automated by searching all power forms and replacing them by greek characters
$$\begin{array}{c} \frac{(a-c) (b-d)}{(a-d) (b-c)}\to \alpha \\ \frac{(a-b) (c-d)}{(a-c) (b-d)}\to \beta \\ \frac{(a-d) (b-x)}{(a-x) (b-d)}\to \gamma \\ \sqrt{\frac{(a-d) (b-x)}{(a-x) (b-d)}}\to \delta \\ \sqrt{(a-x) (b-c) (b-d) (b-x) (c-d) (c-x)}\to \varepsilon \\ \sqrt{(a-c) (c-b) (c-d) (d-x)}\to \zeta \\ \frac{1}{\sqrt{-((b-c) (b-d) (c-d) (d-x))}}\to \eta \\ \sqrt{(a-d) (d-b) (c-d) (d-x)}\to \theta \\ \sqrt{(a-d) (b-d) (d-c) (d-x)}\to \iota \\ \sqrt{-((d-a) (b-d) (d-c) (d-x))}\to \kappa \\ \sqrt{-((a-d) (d-b) (d-c) (d-x))}\to \lambda \\ \frac{(a-c) (x-d)}{(a-x) (c-d)}\to \mu \\ \sqrt{(a-d) (d-b) (d-c) (x-d)}\to \nu \\ \sqrt{\frac{(a-c) (x-d)}{(a-x) (c-d)}}\to \xi \\ \end{array}$$
Verification may need longer than I have time to wait
Assuming[ a > b > c > x > d > 0, Simplify[PowerExpand[D[j, x]^-2]]]