\(\int \frac {(e+f x)^3 \coth (c+d x)}{a+b \sinh (c+d x)} \, dx\) [420]

Optimal result
Mathematica [B] (verified)
Rubi [C] (verified)
Maple [F]
Fricas [B] (verification not implemented)
Sympy [F]
Maxima [F]
Giac [F]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 26, antiderivative size = 451 \[ \int \frac {(e+f x)^3 \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=-\frac {(e+f x)^3 \log \left (1+\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{a d}-\frac {(e+f x)^3 \log \left (1+\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{a d}+\frac {(e+f x)^3 \log \left (1-e^{2 (c+d x)}\right )}{a d}-\frac {3 f (e+f x)^2 \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{a d^2}-\frac {3 f (e+f x)^2 \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{a d^2}+\frac {3 f (e+f x)^2 \operatorname {PolyLog}\left (2,e^{2 (c+d x)}\right )}{2 a d^2}+\frac {6 f^2 (e+f x) \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{a d^3}+\frac {6 f^2 (e+f x) \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{a d^3}-\frac {3 f^2 (e+f x) \operatorname {PolyLog}\left (3,e^{2 (c+d x)}\right )}{2 a d^3}-\frac {6 f^3 \operatorname {PolyLog}\left (4,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{a d^4}-\frac {6 f^3 \operatorname {PolyLog}\left (4,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{a d^4}+\frac {3 f^3 \operatorname {PolyLog}\left (4,e^{2 (c+d x)}\right )}{4 a d^4} \] Output:

-(f*x+e)^3*ln(1+b*exp(d*x+c)/(a-(a^2+b^2)^(1/2)))/a/d-(f*x+e)^3*ln(1+b*exp 
(d*x+c)/(a+(a^2+b^2)^(1/2)))/a/d+(f*x+e)^3*ln(1-exp(2*d*x+2*c))/a/d-3*f*(f 
*x+e)^2*polylog(2,-b*exp(d*x+c)/(a-(a^2+b^2)^(1/2)))/a/d^2-3*f*(f*x+e)^2*p 
olylog(2,-b*exp(d*x+c)/(a+(a^2+b^2)^(1/2)))/a/d^2+3/2*f*(f*x+e)^2*polylog( 
2,exp(2*d*x+2*c))/a/d^2+6*f^2*(f*x+e)*polylog(3,-b*exp(d*x+c)/(a-(a^2+b^2) 
^(1/2)))/a/d^3+6*f^2*(f*x+e)*polylog(3,-b*exp(d*x+c)/(a+(a^2+b^2)^(1/2)))/ 
a/d^3-3/2*f^2*(f*x+e)*polylog(3,exp(2*d*x+2*c))/a/d^3-6*f^3*polylog(4,-b*e 
xp(d*x+c)/(a-(a^2+b^2)^(1/2)))/a/d^4-6*f^3*polylog(4,-b*exp(d*x+c)/(a+(a^2 
+b^2)^(1/2)))/a/d^4+3/4*f^3*polylog(4,exp(2*d*x+2*c))/a/d^4
 

Mathematica [B] (verified)

Leaf count is larger than twice the leaf count of optimal. \(1914\) vs. \(2(451)=902\).

Time = 9.46 (sec) , antiderivative size = 1914, normalized size of antiderivative = 4.24 \[ \int \frac {(e+f x)^3 \coth (c+d x)}{a+b \sinh (c+d x)} \, dx =\text {Too large to display} \] Input:

Integrate[((e + f*x)^3*Coth[c + d*x])/(a + b*Sinh[c + d*x]),x]
 

Output:

-1/2*(E^(2*c)*((e + f*x)^4/(E^(2*c)*f) - (2*(1 - E^(-2*c))*(e + f*x)^3*Log 
[1 - E^(-c - d*x)])/d - (2*(1 - E^(-2*c))*(e + f*x)^3*Log[1 + E^(-c - d*x) 
])/d + (6*(-1 + E^(2*c))*f*(d^2*(e + f*x)^2*PolyLog[2, -E^(-c - d*x)] + 2* 
f*(d*(e + f*x)*PolyLog[3, -E^(-c - d*x)] + f*PolyLog[4, -E^(-c - d*x)])))/ 
(d^4*E^(2*c)) + (6*(-1 + E^(2*c))*f*(d^2*(e + f*x)^2*PolyLog[2, E^(-c - d* 
x)] + 2*f*(d*(e + f*x)*PolyLog[3, E^(-c - d*x)] + f*PolyLog[4, E^(-c - d*x 
)])))/(d^4*E^(2*c))))/(a*(-1 + E^(2*c))) + (4*e^3*E^(2*c)*x + 6*e^2*E^(2*c 
)*f*x^2 + 4*e*E^(2*c)*f^2*x^3 + E^(2*c)*f^3*x^4 + (4*a*Sqrt[a^2 + b^2]*e^3 
*ArcTan[(a + b*E^(c + d*x))/Sqrt[-a^2 - b^2]])/(Sqrt[-(a^2 + b^2)^2]*d) + 
(4*a*Sqrt[-a^2 - b^2]*e^3*ArcTanh[(a + b*E^(c + d*x))/Sqrt[a^2 + b^2]])/(S 
qrt[-(a^2 + b^2)^2]*d) - (2*e^3*E^(2*c)*Log[b - 2*a*E^(c + d*x) - b*E^(2*( 
c + d*x))])/d + (2*e^3*Log[2*a*E^(c + d*x) + b*(-1 + E^(2*(c + d*x)))])/d 
+ (6*e^2*f*x*Log[1 + (b*E^(2*c + d*x))/(a*E^c - Sqrt[(a^2 + b^2)*E^(2*c)]) 
])/d - (6*e^2*E^(2*c)*f*x*Log[1 + (b*E^(2*c + d*x))/(a*E^c - Sqrt[(a^2 + b 
^2)*E^(2*c)])])/d + (6*e*f^2*x^2*Log[1 + (b*E^(2*c + d*x))/(a*E^c - Sqrt[( 
a^2 + b^2)*E^(2*c)])])/d - (6*e*E^(2*c)*f^2*x^2*Log[1 + (b*E^(2*c + d*x))/ 
(a*E^c - Sqrt[(a^2 + b^2)*E^(2*c)])])/d + (2*f^3*x^3*Log[1 + (b*E^(2*c + d 
*x))/(a*E^c - Sqrt[(a^2 + b^2)*E^(2*c)])])/d - (2*E^(2*c)*f^3*x^3*Log[1 + 
(b*E^(2*c + d*x))/(a*E^c - Sqrt[(a^2 + b^2)*E^(2*c)])])/d + (6*e^2*f*x*Log 
[1 + (b*E^(2*c + d*x))/(a*E^c + Sqrt[(a^2 + b^2)*E^(2*c)])])/d - (6*e^2...
 

Rubi [C] (verified)

Result contains complex when optimal does not.

Time = 2.50 (sec) , antiderivative size = 532, normalized size of antiderivative = 1.18, number of steps used = 13, number of rules used = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.462, Rules used = {6103, 3042, 26, 4201, 2620, 3011, 6095, 2620, 3011, 7163, 2720, 7143}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {(e+f x)^3 \coth (c+d x)}{a+b \sinh (c+d x)} \, dx\)

\(\Big \downarrow \) 6103

\(\displaystyle \frac {\int (e+f x)^3 \coth (c+d x)dx}{a}-\frac {b \int \frac {(e+f x)^3 \cosh (c+d x)}{a+b \sinh (c+d x)}dx}{a}\)

\(\Big \downarrow \) 3042

\(\displaystyle -\frac {b \int \frac {(e+f x)^3 \cosh (c+d x)}{a+b \sinh (c+d x)}dx}{a}+\frac {\int -i (e+f x)^3 \tan \left (i c+i d x+\frac {\pi }{2}\right )dx}{a}\)

\(\Big \downarrow \) 26

\(\displaystyle -\frac {b \int \frac {(e+f x)^3 \cosh (c+d x)}{a+b \sinh (c+d x)}dx}{a}-\frac {i \int (e+f x)^3 \tan \left (\frac {1}{2} (2 i c+\pi )+i d x\right )dx}{a}\)

\(\Big \downarrow \) 4201

\(\displaystyle -\frac {b \int \frac {(e+f x)^3 \cosh (c+d x)}{a+b \sinh (c+d x)}dx}{a}-\frac {i \left (2 i \int \frac {e^{2 c+2 d x-i \pi } (e+f x)^3}{1+e^{2 c+2 d x-i \pi }}dx-\frac {i (e+f x)^4}{4 f}\right )}{a}\)

\(\Big \downarrow \) 2620

\(\displaystyle -\frac {b \int \frac {(e+f x)^3 \cosh (c+d x)}{a+b \sinh (c+d x)}dx}{a}-\frac {i \left (2 i \left (\frac {(e+f x)^3 \log \left (1+e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {3 f \int (e+f x)^2 \log \left (1+e^{2 c+2 d x-i \pi }\right )dx}{2 d}\right )-\frac {i (e+f x)^4}{4 f}\right )}{a}\)

\(\Big \downarrow \) 3011

\(\displaystyle -\frac {b \int \frac {(e+f x)^3 \cosh (c+d x)}{a+b \sinh (c+d x)}dx}{a}-\frac {i \left (2 i \left (\frac {(e+f x)^3 \log \left (1+e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {3 f \left (\frac {f \int (e+f x) \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )dx}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )}{2 d}\right )}{2 d}\right )-\frac {i (e+f x)^4}{4 f}\right )}{a}\)

\(\Big \downarrow \) 6095

\(\displaystyle -\frac {b \left (\int \frac {e^{c+d x} (e+f x)^3}{a+b e^{c+d x}-\sqrt {a^2+b^2}}dx+\int \frac {e^{c+d x} (e+f x)^3}{a+b e^{c+d x}+\sqrt {a^2+b^2}}dx-\frac {(e+f x)^4}{4 b f}\right )}{a}-\frac {i \left (2 i \left (\frac {(e+f x)^3 \log \left (1+e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {3 f \left (\frac {f \int (e+f x) \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )dx}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )}{2 d}\right )}{2 d}\right )-\frac {i (e+f x)^4}{4 f}\right )}{a}\)

\(\Big \downarrow \) 2620

\(\displaystyle -\frac {b \left (-\frac {3 f \int (e+f x)^2 \log \left (\frac {e^{c+d x} b}{a-\sqrt {a^2+b^2}}+1\right )dx}{b d}-\frac {3 f \int (e+f x)^2 \log \left (\frac {e^{c+d x} b}{a+\sqrt {a^2+b^2}}+1\right )dx}{b d}+\frac {(e+f x)^3 \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b d}+\frac {(e+f x)^3 \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b d}-\frac {(e+f x)^4}{4 b f}\right )}{a}-\frac {i \left (2 i \left (\frac {(e+f x)^3 \log \left (1+e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {3 f \left (\frac {f \int (e+f x) \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )dx}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )}{2 d}\right )}{2 d}\right )-\frac {i (e+f x)^4}{4 f}\right )}{a}\)

\(\Big \downarrow \) 3011

\(\displaystyle -\frac {b \left (-\frac {3 f \left (\frac {2 f \int (e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )dx}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}-\frac {3 f \left (\frac {2 f \int (e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )dx}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}+\frac {(e+f x)^3 \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b d}+\frac {(e+f x)^3 \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b d}-\frac {(e+f x)^4}{4 b f}\right )}{a}-\frac {i \left (2 i \left (\frac {(e+f x)^3 \log \left (1+e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {3 f \left (\frac {f \int (e+f x) \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )dx}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )}{2 d}\right )}{2 d}\right )-\frac {i (e+f x)^4}{4 f}\right )}{a}\)

\(\Big \downarrow \) 7163

\(\displaystyle -\frac {b \left (-\frac {3 f \left (\frac {2 f \left (\frac {(e+f x) \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d}-\frac {f \int \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )dx}{d}\right )}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}-\frac {3 f \left (\frac {2 f \left (\frac {(e+f x) \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d}-\frac {f \int \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )dx}{d}\right )}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}+\frac {(e+f x)^3 \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b d}+\frac {(e+f x)^3 \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b d}-\frac {(e+f x)^4}{4 b f}\right )}{a}-\frac {i \left (2 i \left (\frac {(e+f x)^3 \log \left (1+e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {3 f \left (\frac {f \left (\frac {(e+f x) \operatorname {PolyLog}\left (3,-e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {f \int \operatorname {PolyLog}\left (3,-e^{2 c+2 d x-i \pi }\right )dx}{2 d}\right )}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )}{2 d}\right )}{2 d}\right )-\frac {i (e+f x)^4}{4 f}\right )}{a}\)

\(\Big \downarrow \) 2720

\(\displaystyle -\frac {b \left (-\frac {3 f \left (\frac {2 f \left (\frac {(e+f x) \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d}-\frac {f \int e^{-c-d x} \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )de^{c+d x}}{d^2}\right )}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}-\frac {3 f \left (\frac {2 f \left (\frac {(e+f x) \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d}-\frac {f \int e^{-c-d x} \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )de^{c+d x}}{d^2}\right )}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}+\frac {(e+f x)^3 \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b d}+\frac {(e+f x)^3 \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b d}-\frac {(e+f x)^4}{4 b f}\right )}{a}-\frac {i \left (2 i \left (\frac {(e+f x)^3 \log \left (1+e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {3 f \left (\frac {f \left (\frac {(e+f x) \operatorname {PolyLog}\left (3,-e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {f \int e^{-2 c-2 d x+i \pi } \operatorname {PolyLog}\left (3,-e^{2 c+2 d x-i \pi }\right )de^{2 c+2 d x-i \pi }}{4 d^2}\right )}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )}{2 d}\right )}{2 d}\right )-\frac {i (e+f x)^4}{4 f}\right )}{a}\)

\(\Big \downarrow \) 7143

\(\displaystyle -\frac {b \left (-\frac {3 f \left (\frac {2 f \left (\frac {(e+f x) \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d}-\frac {f \operatorname {PolyLog}\left (4,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d^2}\right )}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}-\frac {3 f \left (\frac {2 f \left (\frac {(e+f x) \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d}-\frac {f \operatorname {PolyLog}\left (4,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d^2}\right )}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}+\frac {(e+f x)^3 \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b d}+\frac {(e+f x)^3 \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b d}-\frac {(e+f x)^4}{4 b f}\right )}{a}-\frac {i \left (2 i \left (\frac {(e+f x)^3 \log \left (1+e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {3 f \left (\frac {f \left (\frac {(e+f x) \operatorname {PolyLog}\left (3,-e^{2 c+2 d x-i \pi }\right )}{2 d}-\frac {f \operatorname {PolyLog}\left (4,-e^{2 c+2 d x-i \pi }\right )}{4 d^2}\right )}{d}-\frac {(e+f x)^2 \operatorname {PolyLog}\left (2,-e^{2 c+2 d x-i \pi }\right )}{2 d}\right )}{2 d}\right )-\frac {i (e+f x)^4}{4 f}\right )}{a}\)

Input:

Int[((e + f*x)^3*Coth[c + d*x])/(a + b*Sinh[c + d*x]),x]
 

Output:

-((b*(-1/4*(e + f*x)^4/(b*f) + ((e + f*x)^3*Log[1 + (b*E^(c + d*x))/(a - S 
qrt[a^2 + b^2])])/(b*d) + ((e + f*x)^3*Log[1 + (b*E^(c + d*x))/(a + Sqrt[a 
^2 + b^2])])/(b*d) - (3*f*(-(((e + f*x)^2*PolyLog[2, -((b*E^(c + d*x))/(a 
- Sqrt[a^2 + b^2]))])/d) + (2*f*(((e + f*x)*PolyLog[3, -((b*E^(c + d*x))/( 
a - Sqrt[a^2 + b^2]))])/d - (f*PolyLog[4, -((b*E^(c + d*x))/(a - Sqrt[a^2 
+ b^2]))])/d^2))/d))/(b*d) - (3*f*(-(((e + f*x)^2*PolyLog[2, -((b*E^(c + d 
*x))/(a + Sqrt[a^2 + b^2]))])/d) + (2*f*(((e + f*x)*PolyLog[3, -((b*E^(c + 
 d*x))/(a + Sqrt[a^2 + b^2]))])/d - (f*PolyLog[4, -((b*E^(c + d*x))/(a + S 
qrt[a^2 + b^2]))])/d^2))/d))/(b*d)))/a) - (I*(((-1/4*I)*(e + f*x)^4)/f + ( 
2*I)*(((e + f*x)^3*Log[1 + E^(2*c - I*Pi + 2*d*x)])/(2*d) - (3*f*(-1/2*((e 
 + f*x)^2*PolyLog[2, -E^(2*c - I*Pi + 2*d*x)])/d + (f*(((e + f*x)*PolyLog[ 
3, -E^(2*c - I*Pi + 2*d*x)])/(2*d) - (f*PolyLog[4, -E^(2*c - I*Pi + 2*d*x) 
])/(4*d^2)))/d))/(2*d))))/a
 

Defintions of rubi rules used

rule 26
Int[(Complex[0, a_])*(Fx_), x_Symbol] :> Simp[(Complex[Identity[0], a])   I 
nt[Fx, x], x] /; FreeQ[a, x] && EqQ[a^2, 1]
 

rule 2620
Int[(((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.))/ 
((a_) + (b_.)*((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)), x_Symbol] :> Simp 
[((c + d*x)^m/(b*f*g*n*Log[F]))*Log[1 + b*((F^(g*(e + f*x)))^n/a)], x] - Si 
mp[d*(m/(b*f*g*n*Log[F]))   Int[(c + d*x)^(m - 1)*Log[1 + b*((F^(g*(e + f*x 
)))^n/a)], x], x] /; FreeQ[{F, a, b, c, d, e, f, g, n}, x] && IGtQ[m, 0]
 

rule 2720
Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Simp[v/D[v, x] 
   Subst[Int[FunctionOfExponentialFunction[u, x]/x, x], x, v], x]] /; Funct 
ionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; FreeQ 
[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x)) 
*(F_)[v_] /; FreeQ[{a, b, c}, x] && InverseFunctionQ[F[x]]]
 

rule 3011
Int[Log[1 + (e_.)*((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.)]*((f_.) + (g_.) 
*(x_))^(m_.), x_Symbol] :> Simp[(-(f + g*x)^m)*(PolyLog[2, (-e)*(F^(c*(a + 
b*x)))^n]/(b*c*n*Log[F])), x] + Simp[g*(m/(b*c*n*Log[F]))   Int[(f + g*x)^( 
m - 1)*PolyLog[2, (-e)*(F^(c*(a + b*x)))^n], x], x] /; FreeQ[{F, a, b, c, e 
, f, g, n}, x] && GtQ[m, 0]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 4201
Int[((c_.) + (d_.)*(x_))^(m_.)*tan[(e_.) + (Complex[0, fz_])*(f_.)*(x_)], x 
_Symbol] :> Simp[(-I)*((c + d*x)^(m + 1)/(d*(m + 1))), x] + Simp[2*I   Int[ 
(c + d*x)^m*(E^(2*((-I)*e + f*fz*x))/(1 + E^(2*((-I)*e + f*fz*x)))), x], x] 
 /; FreeQ[{c, d, e, f, fz}, x] && IGtQ[m, 0]
 

rule 6095
Int[(Cosh[(c_.) + (d_.)*(x_)]*((e_.) + (f_.)*(x_))^(m_.))/((a_) + (b_.)*Sin 
h[(c_.) + (d_.)*(x_)]), x_Symbol] :> Simp[-(e + f*x)^(m + 1)/(b*f*(m + 1)), 
 x] + (Int[(e + f*x)^m*(E^(c + d*x)/(a - Rt[a^2 + b^2, 2] + b*E^(c + d*x))) 
, x] + Int[(e + f*x)^m*(E^(c + d*x)/(a + Rt[a^2 + b^2, 2] + b*E^(c + d*x))) 
, x]) /; FreeQ[{a, b, c, d, e, f}, x] && IGtQ[m, 0] && NeQ[a^2 + b^2, 0]
 

rule 6103
Int[(Coth[(c_.) + (d_.)*(x_)]^(n_.)*((e_.) + (f_.)*(x_))^(m_.))/((a_) + (b_ 
.)*Sinh[(c_.) + (d_.)*(x_)]), x_Symbol] :> Simp[1/a   Int[(e + f*x)^m*Coth[ 
c + d*x]^n, x], x] - Simp[b/a   Int[(e + f*x)^m*Cosh[c + d*x]*(Coth[c + d*x 
]^(n - 1)/(a + b*Sinh[c + d*x])), x], x] /; FreeQ[{a, b, c, d, e, f}, x] && 
 IGtQ[m, 0] && IGtQ[n, 0]
 

rule 7143
Int[PolyLog[n_, (c_.)*((a_.) + (b_.)*(x_))^(p_.)]/((d_.) + (e_.)*(x_)), x_S 
ymbol] :> Simp[PolyLog[n + 1, c*(a + b*x)^p]/(e*p), x] /; FreeQ[{a, b, c, d 
, e, n, p}, x] && EqQ[b*d, a*e]
 

rule 7163
Int[((e_.) + (f_.)*(x_))^(m_.)*PolyLog[n_, (d_.)*((F_)^((c_.)*((a_.) + (b_. 
)*(x_))))^(p_.)], x_Symbol] :> Simp[(e + f*x)^m*(PolyLog[n + 1, d*(F^(c*(a 
+ b*x)))^p]/(b*c*p*Log[F])), x] - Simp[f*(m/(b*c*p*Log[F]))   Int[(e + f*x) 
^(m - 1)*PolyLog[n + 1, d*(F^(c*(a + b*x)))^p], x], x] /; FreeQ[{F, a, b, c 
, d, e, f, n, p}, x] && GtQ[m, 0]
 
Maple [F]

\[\int \frac {\left (f x +e \right )^{3} \coth \left (d x +c \right )}{a +b \sinh \left (d x +c \right )}d x\]

Input:

int((f*x+e)^3*coth(d*x+c)/(a+b*sinh(d*x+c)),x)
 

Output:

int((f*x+e)^3*coth(d*x+c)/(a+b*sinh(d*x+c)),x)
 

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 1228 vs. \(2 (418) = 836\).

Time = 0.13 (sec) , antiderivative size = 1228, normalized size of antiderivative = 2.72 \[ \int \frac {(e+f x)^3 \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\text {Too large to display} \] Input:

integrate((f*x+e)^3*coth(d*x+c)/(a+b*sinh(d*x+c)),x, algorithm="fricas")
 

Output:

-(6*f^3*polylog(4, (a*cosh(d*x + c) + a*sinh(d*x + c) + (b*cosh(d*x + c) + 
 b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2))/b) + 6*f^3*polylog(4, (a*cosh(d*x 
 + c) + a*sinh(d*x + c) - (b*cosh(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + 
b^2)/b^2))/b) - 6*f^3*polylog(4, cosh(d*x + c) + sinh(d*x + c)) - 6*f^3*po 
lylog(4, -cosh(d*x + c) - sinh(d*x + c)) + 3*(d^2*f^3*x^2 + 2*d^2*e*f^2*x 
+ d^2*e^2*f)*dilog((a*cosh(d*x + c) + a*sinh(d*x + c) + (b*cosh(d*x + c) + 
 b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2) - b)/b + 1) + 3*(d^2*f^3*x^2 + 2*d 
^2*e*f^2*x + d^2*e^2*f)*dilog((a*cosh(d*x + c) + a*sinh(d*x + c) - (b*cosh 
(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2) - b)/b + 1) - 3*(d^2*f^ 
3*x^2 + 2*d^2*e*f^2*x + d^2*e^2*f)*dilog(cosh(d*x + c) + sinh(d*x + c)) - 
3*(d^2*f^3*x^2 + 2*d^2*e*f^2*x + d^2*e^2*f)*dilog(-cosh(d*x + c) - sinh(d* 
x + c)) + (d^3*e^3 - 3*c*d^2*e^2*f + 3*c^2*d*e*f^2 - c^3*f^3)*log(2*b*cosh 
(d*x + c) + 2*b*sinh(d*x + c) + 2*b*sqrt((a^2 + b^2)/b^2) + 2*a) + (d^3*e^ 
3 - 3*c*d^2*e^2*f + 3*c^2*d*e*f^2 - c^3*f^3)*log(2*b*cosh(d*x + c) + 2*b*s 
inh(d*x + c) - 2*b*sqrt((a^2 + b^2)/b^2) + 2*a) + (d^3*f^3*x^3 + 3*d^3*e*f 
^2*x^2 + 3*d^3*e^2*f*x + 3*c*d^2*e^2*f - 3*c^2*d*e*f^2 + c^3*f^3)*log(-(a* 
cosh(d*x + c) + a*sinh(d*x + c) + (b*cosh(d*x + c) + b*sinh(d*x + c))*sqrt 
((a^2 + b^2)/b^2) - b)/b) + (d^3*f^3*x^3 + 3*d^3*e*f^2*x^2 + 3*d^3*e^2*f*x 
 + 3*c*d^2*e^2*f - 3*c^2*d*e*f^2 + c^3*f^3)*log(-(a*cosh(d*x + c) + a*sinh 
(d*x + c) - (b*cosh(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2) -...
 

Sympy [F]

\[ \int \frac {(e+f x)^3 \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\int \frac {\left (e + f x\right )^{3} \coth {\left (c + d x \right )}}{a + b \sinh {\left (c + d x \right )}}\, dx \] Input:

integrate((f*x+e)**3*coth(d*x+c)/(a+b*sinh(d*x+c)),x)
 

Output:

Integral((e + f*x)**3*coth(c + d*x)/(a + b*sinh(c + d*x)), x)
 

Maxima [F]

\[ \int \frac {(e+f x)^3 \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\int { \frac {{\left (f x + e\right )}^{3} \coth \left (d x + c\right )}{b \sinh \left (d x + c\right ) + a} \,d x } \] Input:

integrate((f*x+e)^3*coth(d*x+c)/(a+b*sinh(d*x+c)),x, algorithm="maxima")
 

Output:

-e^3*(log(-2*a*e^(-d*x - c) + b*e^(-2*d*x - 2*c) - b)/(a*d) - log(e^(-d*x 
- c) + 1)/(a*d) - log(e^(-d*x - c) - 1)/(a*d)) + 3*(d*x*log(e^(d*x + c) + 
1) + dilog(-e^(d*x + c)))*e^2*f/(a*d^2) + 3*(d*x*log(-e^(d*x + c) + 1) + d 
ilog(e^(d*x + c)))*e^2*f/(a*d^2) + 3*(d^2*x^2*log(e^(d*x + c) + 1) + 2*d*x 
*dilog(-e^(d*x + c)) - 2*polylog(3, -e^(d*x + c)))*e*f^2/(a*d^3) + 3*(d^2* 
x^2*log(-e^(d*x + c) + 1) + 2*d*x*dilog(e^(d*x + c)) - 2*polylog(3, e^(d*x 
 + c)))*e*f^2/(a*d^3) + (d^3*x^3*log(e^(d*x + c) + 1) + 3*d^2*x^2*dilog(-e 
^(d*x + c)) - 6*d*x*polylog(3, -e^(d*x + c)) + 6*polylog(4, -e^(d*x + c))) 
*f^3/(a*d^4) + (d^3*x^3*log(-e^(d*x + c) + 1) + 3*d^2*x^2*dilog(e^(d*x + c 
)) - 6*d*x*polylog(3, e^(d*x + c)) + 6*polylog(4, e^(d*x + c)))*f^3/(a*d^4 
) - 1/2*(d^4*f^3*x^4 + 4*d^4*e*f^2*x^3 + 6*d^4*e^2*f*x^2)/(a*d^4) + integr 
ate(-2*(b*f^3*x^3 + 3*b*e*f^2*x^2 + 3*b*e^2*f*x - (a*f^3*x^3*e^c + 3*a*e*f 
^2*x^2*e^c + 3*a*e^2*f*x*e^c)*e^(d*x))/(a*b*e^(2*d*x + 2*c) + 2*a^2*e^(d*x 
 + c) - a*b), x)
 

Giac [F]

\[ \int \frac {(e+f x)^3 \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\int { \frac {{\left (f x + e\right )}^{3} \coth \left (d x + c\right )}{b \sinh \left (d x + c\right ) + a} \,d x } \] Input:

integrate((f*x+e)^3*coth(d*x+c)/(a+b*sinh(d*x+c)),x, algorithm="giac")
 

Output:

integrate((f*x + e)^3*coth(d*x + c)/(b*sinh(d*x + c) + a), x)
 

Mupad [F(-1)]

Timed out. \[ \int \frac {(e+f x)^3 \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\int \frac {\mathrm {coth}\left (c+d\,x\right )\,{\left (e+f\,x\right )}^3}{a+b\,\mathrm {sinh}\left (c+d\,x\right )} \,d x \] Input:

int((coth(c + d*x)*(e + f*x)^3)/(a + b*sinh(c + d*x)),x)
 

Output:

int((coth(c + d*x)*(e + f*x)^3)/(a + b*sinh(c + d*x)), x)
 

Reduce [F]

\[ \int \frac {(e+f x)^3 \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {2 e^{3 c} \left (\int \frac {e^{3 d x} x^{3}}{e^{4 d x +4 c} b +2 e^{3 d x +3 c} a -2 e^{2 d x +2 c} b -2 e^{d x +c} a +b}d x \right ) a d \,f^{3}+6 e^{3 c} \left (\int \frac {e^{3 d x} x^{2}}{e^{4 d x +4 c} b +2 e^{3 d x +3 c} a -2 e^{2 d x +2 c} b -2 e^{d x +c} a +b}d x \right ) a d e \,f^{2}+6 e^{3 c} \left (\int \frac {e^{3 d x} x}{e^{4 d x +4 c} b +2 e^{3 d x +3 c} a -2 e^{2 d x +2 c} b -2 e^{d x +c} a +b}d x \right ) a d \,e^{2} f +2 e^{c} \left (\int \frac {e^{d x} x^{3}}{e^{4 d x +4 c} b +2 e^{3 d x +3 c} a -2 e^{2 d x +2 c} b -2 e^{d x +c} a +b}d x \right ) a d \,f^{3}+6 e^{c} \left (\int \frac {e^{d x} x^{2}}{e^{4 d x +4 c} b +2 e^{3 d x +3 c} a -2 e^{2 d x +2 c} b -2 e^{d x +c} a +b}d x \right ) a d e \,f^{2}+6 e^{c} \left (\int \frac {e^{d x} x}{e^{4 d x +4 c} b +2 e^{3 d x +3 c} a -2 e^{2 d x +2 c} b -2 e^{d x +c} a +b}d x \right ) a d \,e^{2} f +\mathrm {log}\left (e^{d x +c}-1\right ) e^{3}+\mathrm {log}\left (e^{d x +c}+1\right ) e^{3}-\mathrm {log}\left (e^{2 d x +2 c} b +2 e^{d x +c} a -b \right ) e^{3}}{a d} \] Input:

int((f*x+e)^3*coth(d*x+c)/(a+b*sinh(d*x+c)),x)
 

Output:

(2*e**(3*c)*int((e**(3*d*x)*x**3)/(e**(4*c + 4*d*x)*b + 2*e**(3*c + 3*d*x) 
*a - 2*e**(2*c + 2*d*x)*b - 2*e**(c + d*x)*a + b),x)*a*d*f**3 + 6*e**(3*c) 
*int((e**(3*d*x)*x**2)/(e**(4*c + 4*d*x)*b + 2*e**(3*c + 3*d*x)*a - 2*e**( 
2*c + 2*d*x)*b - 2*e**(c + d*x)*a + b),x)*a*d*e*f**2 + 6*e**(3*c)*int((e** 
(3*d*x)*x)/(e**(4*c + 4*d*x)*b + 2*e**(3*c + 3*d*x)*a - 2*e**(2*c + 2*d*x) 
*b - 2*e**(c + d*x)*a + b),x)*a*d*e**2*f + 2*e**c*int((e**(d*x)*x**3)/(e** 
(4*c + 4*d*x)*b + 2*e**(3*c + 3*d*x)*a - 2*e**(2*c + 2*d*x)*b - 2*e**(c + 
d*x)*a + b),x)*a*d*f**3 + 6*e**c*int((e**(d*x)*x**2)/(e**(4*c + 4*d*x)*b + 
 2*e**(3*c + 3*d*x)*a - 2*e**(2*c + 2*d*x)*b - 2*e**(c + d*x)*a + b),x)*a* 
d*e*f**2 + 6*e**c*int((e**(d*x)*x)/(e**(4*c + 4*d*x)*b + 2*e**(3*c + 3*d*x 
)*a - 2*e**(2*c + 2*d*x)*b - 2*e**(c + d*x)*a + b),x)*a*d*e**2*f + log(e** 
(c + d*x) - 1)*e**3 + log(e**(c + d*x) + 1)*e**3 - log(e**(2*c + 2*d*x)*b 
+ 2*e**(c + d*x)*a - b)*e**3)/(a*d)