74.66 Problem number 130

\[ \int \frac {1}{(a+a \sec (e+f x))^{5/2} (c-c \sec (e+f x))^{5/2}} \, dx \]

Optimal antiderivative \[ \frac {\cot \left (f x +e \right )}{2 a^{2} c^{2} f \sqrt {a +a \sec \left (f x +e \right )}\, \sqrt {c -c \sec \left (f x +e \right )}}-\frac {\cot ^{3}\left (f x +e \right )}{4 a^{2} c^{2} f \sqrt {a +a \sec \left (f x +e \right )}\, \sqrt {c -c \sec \left (f x +e \right )}}+\frac {\ln \left (\sin \left (f x +e \right )\right ) \tan \left (f x +e \right )}{a^{2} c^{2} f \sqrt {a +a \sec \left (f x +e \right )}\, \sqrt {c -c \sec \left (f x +e \right )}} \]

command

integrate(1/(a+a*sec(f*x+e))^(5/2)/(c-c*sec(f*x+e))^(5/2),x, algorithm="giac")

Giac 1.9.0-11 via sagemath 9.6 output

\[ -\frac {\frac {32 \, \log \left ({\left | c \right |} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2}\right )}{\sqrt {-a c} a^{2} c {\left | c \right |}} + \frac {64 \, \sqrt {-a c} \log \left ({\left | c \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} + c \right |}\right )}{a^{3} c^{2} {\left | c \right |}} - \frac {48 \, {\left (c \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - c\right )}^{2} + 84 \, {\left (c \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - c\right )} c + 37 \, c^{2}}{\sqrt {-a c} a^{2} c^{3} {\left | c \right |} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{4}} + \frac {{\left (c \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - c\right )}^{2} \sqrt {-a c} a^{3} c^{4} {\left | c \right |} - 10 \, {\left (c \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - c\right )} \sqrt {-a c} a^{3} c^{5} {\left | c \right |}}{a^{6} c^{10}}}{64 \, f} \]

Giac 1.7.0 via sagemath 9.3 output

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