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

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

Optimal result

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

-(f*x+e)*ln(1+b*exp(d*x+c)/(a-(a^2+b^2)^(1/2)))/a/d-(f*x+e)*ln(1+b*exp(d*x 
+c)/(a+(a^2+b^2)^(1/2)))/a/d+(f*x+e)*ln(1-exp(2*d*x+2*c))/a/d-f*polylog(2, 
-b*exp(d*x+c)/(a-(a^2+b^2)^(1/2)))/a/d^2-f*polylog(2,-b*exp(d*x+c)/(a+(a^2 
+b^2)^(1/2)))/a/d^2+1/2*f*polylog(2,exp(2*d*x+2*c))/a/d^2
 

Mathematica [B] (warning: unable to verify)

Leaf count is larger than twice the leaf count of optimal. \(431\) vs. \(2(205)=410\).

Time = 2.05 (sec) , antiderivative size = 431, normalized size of antiderivative = 2.10 \[ \int \frac {(e+f x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {d^2 f x^2+4 d e (c+d x)-2 c f (c+d x)+f (c+d x)^2+\frac {4 a \left (a^2+b^2\right )^{5/2} d e \arctan \left (\frac {a+b e^{c+d x}}{\sqrt {-a^2-b^2}}\right )}{\left (-\left (a^2+b^2\right )^2\right )^{3/2}}+\frac {4 a \sqrt {-\left (a^2+b^2\right )^2} d e \text {arctanh}\left (\frac {a+b e^{c+d x}}{\sqrt {a^2+b^2}}\right )}{\left (-a^2-b^2\right )^{3/2}}+2 d (e+f x) \log \left (1-e^{-c-d x}\right )+2 d (e+f x) \log \left (1+e^{-c-d x}\right )-2 f (c+d x) \log \left (1+\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )-2 f (c+d x) \log \left (1+\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )+2 c f \log \left (b-2 a e^{c+d x}-b e^{2 (c+d x)}\right )-2 d e \log \left (2 a e^{c+d x}+b \left (-1+e^{2 (c+d x)}\right )\right )-2 f \operatorname {PolyLog}\left (2,-e^{-c-d x}\right )-2 f \operatorname {PolyLog}\left (2,e^{-c-d x}\right )-2 f \operatorname {PolyLog}\left (2,\frac {b e^{c+d x}}{-a+\sqrt {a^2+b^2}}\right )-2 f \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{2 a d^2} \] Input:

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

Output:

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

Rubi [C] (verified)

Result contains complex when optimal does not.

Time = 1.20 (sec) , antiderivative size = 263, normalized size of antiderivative = 1.28, number of steps used = 12, number of rules used = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.458, Rules used = {6103, 3042, 26, 4201, 2620, 2715, 2838, 6095, 2620, 2715, 2838}

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) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx\)

\(\Big \downarrow \) 6103

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

\(\Big \downarrow \) 3042

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

\(\Big \downarrow \) 26

\(\displaystyle -\frac {b \int \frac {(e+f x) \cosh (c+d x)}{a+b \sinh (c+d x)}dx}{a}-\frac {i \int (e+f x) \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) \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)}{1+e^{2 c+2 d x-i \pi }}dx-\frac {i (e+f x)^2}{2 f}\right )}{a}\)

\(\Big \downarrow \) 2620

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

\(\Big \downarrow \) 2715

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

\(\Big \downarrow \) 2838

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

\(\Big \downarrow \) 6095

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

\(\Big \downarrow \) 2620

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

\(\Big \downarrow \) 2715

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

\(\Big \downarrow \) 2838

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

Input:

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

Output:

-((b*(-1/2*(e + f*x)^2/(b*f) + ((e + f*x)*Log[1 + (b*E^(c + d*x))/(a - Sqr 
t[a^2 + b^2])])/(b*d) + ((e + f*x)*Log[1 + (b*E^(c + d*x))/(a + Sqrt[a^2 + 
 b^2])])/(b*d) + (f*PolyLog[2, -((b*E^(c + d*x))/(a - Sqrt[a^2 + b^2]))])/ 
(b*d^2) + (f*PolyLog[2, -((b*E^(c + d*x))/(a + Sqrt[a^2 + b^2]))])/(b*d^2) 
))/a) - (I*(((-1/2*I)*(e + f*x)^2)/f + (2*I)*(((e + f*x)*Log[1 + E^(2*c - 
I*Pi + 2*d*x)])/(2*d) + (f*PolyLog[2, -E^(2*c - I*Pi + 2*d*x)])/(4*d^2)))) 
/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 2715
Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] 
:> Simp[1/(d*e*n*Log[F])   Subst[Int[Log[a + b*x]/x, x], x, (F^(e*(c + d*x) 
))^n], x] /; FreeQ[{F, a, b, c, d, e, n}, x] && GtQ[a, 0]
 

rule 2838
Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> Simp[-PolyLog[2 
, (-c)*e*x^n]/n, x] /; FreeQ[{c, d, e, n}, x] && EqQ[c*d, 1]
 

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]
 
Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(450\) vs. \(2(191)=382\).

Time = 0.94 (sec) , antiderivative size = 451, normalized size of antiderivative = 2.20

method result size
risch \(-\frac {c f \ln \left ({\mathrm e}^{d x +c}-1\right )}{d^{2} a}+\frac {c f \ln \left (b \,{\mathrm e}^{2 d x +2 c}+2 a \,{\mathrm e}^{d x +c}-b \right )}{d^{2} a}-\frac {f \ln \left (\frac {-b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}-a}{-a +\sqrt {a^{2}+b^{2}}}\right ) c}{d^{2} a}-\frac {f \ln \left (\frac {b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}+a}{a +\sqrt {a^{2}+b^{2}}}\right ) c}{d^{2} a}+\frac {e \ln \left ({\mathrm e}^{d x +c}-1\right )}{d a}-\frac {e \ln \left (b \,{\mathrm e}^{2 d x +2 c}+2 a \,{\mathrm e}^{d x +c}-b \right )}{d a}+\frac {e \ln \left ({\mathrm e}^{d x +c}+1\right )}{d a}+\frac {f \ln \left ({\mathrm e}^{d x +c}+1\right ) x}{d a}+\frac {f \operatorname {dilog}\left ({\mathrm e}^{d x +c}+1\right )}{d^{2} a}-\frac {f \ln \left (\frac {-b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}-a}{-a +\sqrt {a^{2}+b^{2}}}\right ) x}{d a}-\frac {f \ln \left (\frac {b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}+a}{a +\sqrt {a^{2}+b^{2}}}\right ) x}{d a}-\frac {f \operatorname {dilog}\left (\frac {-b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}-a}{-a +\sqrt {a^{2}+b^{2}}}\right )}{d^{2} a}-\frac {f \operatorname {dilog}\left (\frac {b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}+a}{a +\sqrt {a^{2}+b^{2}}}\right )}{d^{2} a}-\frac {f \operatorname {dilog}\left ({\mathrm e}^{d x +c}\right )}{d^{2} a}\) \(451\)

Input:

int((f*x+e)*coth(d*x+c)/(a+b*sinh(d*x+c)),x,method=_RETURNVERBOSE)
 

Output:

-1/d^2*c*f/a*ln(exp(d*x+c)-1)+1/d^2*c*f/a*ln(b*exp(2*d*x+2*c)+2*a*exp(d*x+ 
c)-b)-1/d^2*f/a*ln((-b*exp(d*x+c)+(a^2+b^2)^(1/2)-a)/(-a+(a^2+b^2)^(1/2))) 
*c-1/d^2*f/a*ln((b*exp(d*x+c)+(a^2+b^2)^(1/2)+a)/(a+(a^2+b^2)^(1/2)))*c+1/ 
d*e/a*ln(exp(d*x+c)-1)-1/d*e/a*ln(b*exp(2*d*x+2*c)+2*a*exp(d*x+c)-b)+1/d*e 
/a*ln(exp(d*x+c)+1)+1/d*f/a*ln(exp(d*x+c)+1)*x+1/d^2*f/a*dilog(exp(d*x+c)+ 
1)-1/d*f/a*ln((-b*exp(d*x+c)+(a^2+b^2)^(1/2)-a)/(-a+(a^2+b^2)^(1/2)))*x-1/ 
d*f/a*ln((b*exp(d*x+c)+(a^2+b^2)^(1/2)+a)/(a+(a^2+b^2)^(1/2)))*x-1/d^2*f/a 
*dilog((-b*exp(d*x+c)+(a^2+b^2)^(1/2)-a)/(-a+(a^2+b^2)^(1/2)))-1/d^2*f/a*d 
ilog((b*exp(d*x+c)+(a^2+b^2)^(1/2)+a)/(a+(a^2+b^2)^(1/2)))-1/d^2*f*dilog(e 
xp(d*x+c))/a
 

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 476 vs. \(2 (188) = 376\).

Time = 0.11 (sec) , antiderivative size = 476, normalized size of antiderivative = 2.32 \[ \int \frac {(e+f x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=-\frac {f {\rm Li}_2\left (\frac {a \cosh \left (d x + c\right ) + a \sinh \left (d x + c\right ) + {\left (b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right )\right )} \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} - b}{b} + 1\right ) + f {\rm Li}_2\left (\frac {a \cosh \left (d x + c\right ) + a \sinh \left (d x + c\right ) - {\left (b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right )\right )} \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} - b}{b} + 1\right ) - f {\rm Li}_2\left (\cosh \left (d x + c\right ) + \sinh \left (d x + c\right )\right ) - f {\rm Li}_2\left (-\cosh \left (d x + c\right ) - \sinh \left (d x + c\right )\right ) + {\left (d e - c f\right )} \log \left (2 \, b \cosh \left (d x + c\right ) + 2 \, b \sinh \left (d x + c\right ) + 2 \, b \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} + 2 \, a\right ) + {\left (d e - c f\right )} \log \left (2 \, b \cosh \left (d x + c\right ) + 2 \, b \sinh \left (d x + c\right ) - 2 \, b \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} + 2 \, a\right ) + {\left (d f x + c f\right )} \log \left (-\frac {a \cosh \left (d x + c\right ) + a \sinh \left (d x + c\right ) + {\left (b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right )\right )} \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} - b}{b}\right ) + {\left (d f x + c f\right )} \log \left (-\frac {a \cosh \left (d x + c\right ) + a \sinh \left (d x + c\right ) - {\left (b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right )\right )} \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} - b}{b}\right ) - {\left (d f x + d e\right )} \log \left (\cosh \left (d x + c\right ) + \sinh \left (d x + c\right ) + 1\right ) - {\left (d e - c f\right )} \log \left (\cosh \left (d x + c\right ) + \sinh \left (d x + c\right ) - 1\right ) - {\left (d f x + c f\right )} \log \left (-\cosh \left (d x + c\right ) - \sinh \left (d x + c\right ) + 1\right )}{a d^{2}} \] Input:

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

Output:

-(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) + 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) - f*dilog(cosh(d*x + c) + sinh(d*x + c)) - f*dilog(-cosh(d*x + 
 c) - sinh(d*x + c)) + (d*e - c*f)*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*e - c*f)*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*f*x + c*f)*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*f*x + c*f)*log(-(a*cosh(d*x + c) + a*s 
inh(d*x + c) - (b*cosh(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2) - 
 b)/b) - (d*f*x + d*e)*log(cosh(d*x + c) + sinh(d*x + c) + 1) - (d*e - c*f 
)*log(cosh(d*x + c) + sinh(d*x + c) - 1) - (d*f*x + c*f)*log(-cosh(d*x + c 
) - sinh(d*x + c) + 1))/(a*d^2)
 

Sympy [F]

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

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

Output:

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

Maxima [F]

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

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

Output:

-e*(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)) + f*integrate(2*x*(e^(d*x + c 
) + e^(-d*x - c))/((b*(e^(d*x + c) - e^(-d*x - c)) + 2*a)*(e^(d*x + c) - e 
^(-d*x - c))), x)
 

Giac [F]

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

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

Output:

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

Mupad [F(-1)]

Timed out. \[ \int \frac {(e+f x) \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 )}{a+b\,\mathrm {sinh}\left (c+d\,x\right )} \,d x \] Input:

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

Output:

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

Reduce [F]

\[ \int \frac {(e+f x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {2 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 f +2 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 f +\mathrm {log}\left (e^{d x +c}-1\right ) e +\mathrm {log}\left (e^{d x +c}+1\right ) e -\mathrm {log}\left (e^{2 d x +2 c} b +2 e^{d x +c} a -b \right ) e}{a d} \] Input:

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

Output:

(2*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*f + 2*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*f + log(e**(c + d*x) - 1)*e + log(e**(c + d 
*x) + 1)*e - log(e**(2*c + 2*d*x)*b + 2*e**(c + d*x)*a - b)*e)/(a*d)