44.46 Problem number 46

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

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

command

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

Giac 1.9.0-11 via sagemath 9.6 output

\[ \frac {2 \, \sqrt {c} \mathrm {sgn}\left (\sin \left (-\frac {1}{4} \, \pi + \frac {1}{2} \, f x + \frac {1}{2} \, e\right )\right ) \sin \left (-\frac {1}{4} \, \pi + \frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{4}}{\sqrt {a} f \mathrm {sgn}\left (\cos \left (-\frac {1}{4} \, \pi + \frac {1}{2} \, f x + \frac {1}{2} \, e\right )\right )} \]

Giac 1.7.0 via sagemath 9.3 output

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