15.99 Problem number 2255

\[ \int \frac {(f+g x) \left (c d^2-b d e-b e^2 x-c e^2 x^2\right )^{5/2}}{(d+e x)^{5/2}} \, dx \]

Optimal antiderivative \[ -\frac {2 \left (-2 b e g -5 c d g +9 c e f \right ) \left (d \left (-b e +c d \right )-b \,e^{2} x -c \,e^{2} x^{2}\right )^{\frac {7}{2}}}{63 c^{2} e^{2} \left (e x +d \right )^{\frac {7}{2}}}-\frac {2 g \left (d \left (-b e +c d \right )-b \,e^{2} x -c \,e^{2} x^{2}\right )^{\frac {7}{2}}}{9 c \,e^{2} \left (e x +d \right )^{\frac {5}{2}}} \]

command

integrate((g*x+f)*(-c*e^2*x^2-b*e^2*x-b*d*e+c*d^2)^(5/2)/(e*x+d)^(5/2),x, algorithm="giac")

Giac 1.9.0-11 via sagemath 9.6 output

\[ \text {output too large to display} \]

Giac 1.7.0 via sagemath 9.3 output \[ \text {Exception raised: TypeError} \]_______________________________________________________