48.26 Problem number 469

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

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

command

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

Giac 1.9.0-11 via sagemath 9.6 output

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

Giac 1.7.0 via sagemath 9.3 output

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