74.53 Problem number 115

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

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

command

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

Giac 1.9.0-11 via sagemath 9.6 output

\[ -\frac {\frac {3 \, \log \left ({\left | c \right |} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2}\right )}{\sqrt {-a c} {\left | c \right |}} + \frac {4 \, \sqrt {-a c} \log \left ({\left | c \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} + c \right |}\right )}{a c {\left | c \right |}} - \frac {3 \, c \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - c}{\sqrt {-a c} c {\left | c \right |} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2}}}{4 \, f} \]

Giac 1.7.0 via sagemath 9.3 output

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