86.24 Problem number 375

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

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

command

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

Giac 1.9.0-11 via sagemath 9.6 output

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

Giac 1.7.0 via sagemath 9.3 output

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