74.51 Problem number 113

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

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

command

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

Giac 1.9.0-11 via sagemath 9.6 output

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

Giac 1.7.0 via sagemath 9.3 output

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