15.45 Problem number 2179

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

Optimal antiderivative \[ -\frac {2 \left (-d g +e f \right ) \left (d \left (-b e +c d \right )-b \,e^{2} x -c \,e^{2} x^{2}\right )^{\frac {3}{2}}}{7 e^{2} \left (-b e +2 c d \right ) \left (e x +d \right )^{5}}-\frac {2 \left (-7 b e g +10 c d g +4 c e f \right ) \left (d \left (-b e +c d \right )-b \,e^{2} x -c \,e^{2} x^{2}\right )^{\frac {3}{2}}}{35 e^{2} \left (-b e +2 c d \right )^{2} \left (e x +d \right )^{4}}-\frac {4 c \left (-7 b e g +10 c d g +4 c e f \right ) \left (d \left (-b e +c d \right )-b \,e^{2} x -c \,e^{2} x^{2}\right )^{\frac {3}{2}}}{105 e^{2} \left (-b e +2 c d \right )^{3} \left (e x +d \right )^{3}} \]

command

integrate((g*x+f)*(-c*e^2*x^2-b*e^2*x-b*d*e+c*d^2)^(1/2)/(e*x+d)^5,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: NotImplementedError} \]_______________________________________________________