83.10 Problem number 170

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

Optimal antiderivative \[ -\frac {\sqrt {a -a \sin \left (f x +e \right )}\, \sqrt {c +c \sin \left (f x +e \right )}}{2 x^{2}}-\frac {f^{2} \cosineIntegral \left (f x \right ) \cos \left (e \right ) \sec \left (f x +e \right ) \sqrt {a -a \sin \left (f x +e \right )}\, \sqrt {c +c \sin \left (f x +e \right )}}{2}+\frac {f^{2} \sec \left (f x +e \right ) \sinIntegral \left (f x \right ) \sin \left (e \right ) \sqrt {a -a \sin \left (f x +e \right )}\, \sqrt {c +c \sin \left (f x +e \right )}}{2}+\frac {f \sqrt {a -a \sin \left (f x +e \right )}\, \sqrt {c +c \sin \left (f x +e \right )}\, \tan \left (f x +e \right )}{2 x} \]

command

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

Giac 1.9.0-11 via sagemath 9.6 output

\[ \text {output too large to display} \]

Giac 1.7.0 via sagemath 9.3 output \[ \text {Exception raised: NotImplementedError} \]_______________________________________________________