48.13 Problem number 346

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

Optimal antiderivative \[ \frac {\arctanh \left (\frac {\sin \left (f x +e \right ) \sqrt {b}}{\sqrt {a +b \left (\sin ^{2}\left (f x +e \right )\right )}}\right )}{f \sqrt {b}} \]

command

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

Giac 1.9.0-11 via sagemath 9.6 output

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

Giac 1.7.0 via sagemath 9.3 output

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