86.6 Problem number 100

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

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

command

integrate(csch(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}}\right )}{\sqrt {-a} f} \]

Giac 1.7.0 via sagemath 9.3 output

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