14.156 Problem number 1070

\[ \int \frac {1}{(d+e x)^4 \sqrt {c d^2+2 c d e x+c e^2 x^2}} \, dx \]

Optimal antiderivative \[ -\frac {c}{4 e \left (e x +d \right ) \left (c \,e^{2} x^{2}+2 c d e x +c \,d^{2}\right )^{\frac {3}{2}}} \]

command

integrate(1/(e*x+d)^4/(c*e^2*x^2+2*c*d*e*x+c*d^2)^(1/2),x, algorithm="giac")

Giac 1.9.0-11 via sagemath 9.6 output

\[ -\frac {e^{\left (-1\right )}}{4 \, {\left (x e + d\right )}^{4} \sqrt {c} \mathrm {sgn}\left (x e + d\right )} \]

Giac 1.7.0 via sagemath 9.3 output

\[ \text {Exception raised: NotImplementedError} \]________________________________________________________________________________________