[tail] [up]
∫cot5(e+fx)a+btan2(e+fx)dx
Optimal antiderivative (a+b)(cot2(fx+e))2a2f−cot4(fx+e)4af+ln(cos(fx+e))(a−b)f+(a2+ab+b2)ln(tan(fx+e))a3f+b3ln(a+b(tan2(fx+e)))2a3(a−b)f
command
integrate(cot(f*x+e)**5/(a+b*tan(f*x+e)**2),x)
Sympy 1.10.1 under Python 3.10.4 output
Timed out
Sympy 1.8 under Python 3.8.8 output
output too large to display
[front] [up]