49.2 Problem number 49

\[ \int \frac {(a+a \sin (e+f x))^3 (A+B \sin (e+f x))}{(c-c \sin (e+f x))^6} \, dx \]

Optimal antiderivative \[ \frac {a^{3} \left (A +B \right ) c^{3} \left (\cos ^{7}\left (f x +e \right )\right )}{11 f \left (c -c \sin \left (f x +e \right )\right )^{9}}+\frac {a^{3} \left (2 A -9 B \right ) c^{2} \left (\cos ^{7}\left (f x +e \right )\right )}{99 f \left (c -c \sin \left (f x +e \right )\right )^{8}}+\frac {a^{3} \left (2 A -9 B \right ) c \left (\cos ^{7}\left (f x +e \right )\right )}{693 f \left (c -c \sin \left (f x +e \right )\right )^{7}} \]

command

integrate((a+a*sin(f*x+e))**3*(A+B*sin(f*x+e))/(c-c*sin(f*x+e))**6,x)

Sympy 1.10.1 under Python 3.10.4 output

\[ \text {output too large to display} \]

Sympy 1.8 under Python 3.8.8 output \[ \text {Timed out} \]_____________________________________________________