24.1 Problem number 489

\[ \int x^3 \sqrt {1+x} \sqrt {1-x+x^2} \, dx \]

Optimal antiderivative \[ \frac {6 x \sqrt {1+x}\, \sqrt {x^{2}-x +1}}{55}+\frac {2 x^{4} \sqrt {1+x}\, \sqrt {x^{2}-x +1}}{11}-\frac {4 \,3^{\frac {3}{4}} \left (1+x \right )^{\frac {3}{2}} \EllipticF \left (\frac {1+x -\sqrt {3}}{1+x +\sqrt {3}}, i \sqrt {3}+2 i\right ) \sqrt {x^{2}-x +1}\, \left (\frac {\sqrt {6}}{2}+\frac {\sqrt {2}}{2}\right ) \sqrt {\frac {x^{2}-x +1}{\left (1+x +\sqrt {3}\right )^{2}}}}{55 \left (x^{3}+1\right ) \sqrt {\frac {1+x}{\left (1+x +\sqrt {3}\right )^{2}}}} \]

command

integrate(x^3*(1+x)^(1/2)*(x^2-x+1)^(1/2),x, algorithm="fricas")

Fricas 1.3.8 (sbcl 2.2.11.debian) via sagemath 9.6 output

\[ \frac {2}{55} \, {\left (5 \, x^{4} + 3 \, x\right )} \sqrt {x^{2} - x + 1} \sqrt {x + 1} - \frac {12}{55} \, {\rm weierstrassPInverse}\left (0, -4, x\right ) \]

Fricas 1.3.7 via sagemath 9.3 output

\[ {\rm integral}\left (\sqrt {x^{2} - x + 1} \sqrt {x + 1} x^{3}, x\right ) \]