79.15 Problem number 216

\[ \int \sec ^4(c+b x) \sin (a+b x) \, dx \]

Optimal antiderivative \[ \frac {\cos \left (a -c \right ) \left (\sec ^{3}\left (b x +c \right )\right )}{3 b}+\frac {\arctanh \left (\sin \left (b x +c \right )\right ) \sin \left (a -c \right )}{2 b}+\frac {\sec \left (b x +c \right ) \sin \left (a -c \right ) \tan \left (b x +c \right )}{2 b} \]

command

integrate(sec(b*x+c)^4*sin(b*x+a),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} \]_______________________________________________________