14.180 Problem number 1609

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

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

command

integrate((e*x+d)/(b^2*x^2+2*a*b*x+a^2)^(5/2),x, algorithm="giac")

Giac 1.9.0-11 via sagemath 9.6 output

\[ -\frac {4 \, b x e + 3 \, b d + a e}{12 \, {\left (b x + a\right )}^{4} b^{2} \mathrm {sgn}\left (b x + a\right )} \]

Giac 1.7.0 via sagemath 9.3 output

\[ \mathit {sage}_{0} x \]________________________________________________________________________________________