\(\int e^{a+b x} \coth ^2(a+b x) \, dx\) [221]

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

Optimal result

Integrand size = 16, antiderivative size = 53 \[ \int e^{a+b x} \coth ^2(a+b x) \, dx=\frac {e^{a+b x}}{b}+\frac {2 e^{a+b x}}{b \left (1-e^{2 a+2 b x}\right )}-\frac {2 \text {arctanh}\left (e^{a+b x}\right )}{b} \] Output:

exp(b*x+a)/b+2*exp(b*x+a)/b/(1-exp(2*b*x+2*a))-2*arctanh(exp(b*x+a))/b
 

Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 3 in optimal.

Time = 1.44 (sec) , antiderivative size = 179, normalized size of antiderivative = 3.38 \[ \int e^{a+b x} \coth ^2(a+b x) \, dx=\frac {e^{a+b x} \left (\frac {1}{48} e^{-4 (a+b x)} \left (-375-713 e^{2 (a+b x)}-181 e^{4 (a+b x)}+61 e^{6 (a+b x)}+\frac {3 \left (125+196 e^{2 (a+b x)}-14 e^{4 (a+b x)}-52 e^{6 (a+b x)}+e^{8 (a+b x)}\right ) \text {arctanh}\left (\sqrt {e^{2 (a+b x)}}\right )}{\sqrt {e^{2 (a+b x)}}}\right )+\frac {4}{105} \left (e^{a+b x}+e^{3 (a+b x)}\right )^2 \, _4F_3\left (\frac {3}{2},2,2,2;1,1,\frac {9}{2};e^{2 (a+b x)}\right )\right )}{b} \] Input:

Integrate[E^(a + b*x)*Coth[a + b*x]^2,x]
 

Output:

(E^(a + b*x)*((-375 - 713*E^(2*(a + b*x)) - 181*E^(4*(a + b*x)) + 61*E^(6* 
(a + b*x)) + (3*(125 + 196*E^(2*(a + b*x)) - 14*E^(4*(a + b*x)) - 52*E^(6* 
(a + b*x)) + E^(8*(a + b*x)))*ArcTanh[Sqrt[E^(2*(a + b*x))]])/Sqrt[E^(2*(a 
 + b*x))])/(48*E^(4*(a + b*x))) + (4*(E^(a + b*x) + E^(3*(a + b*x)))^2*Hyp 
ergeometricPFQ[{3/2, 2, 2, 2}, {1, 1, 9/2}, E^(2*(a + b*x))])/105))/b
 

Rubi [A] (verified)

Time = 0.35 (sec) , antiderivative size = 47, normalized size of antiderivative = 0.89, number of steps used = 4, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.188, Rules used = {2720, 300, 2009}

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 e^{a+b x} \coth ^2(a+b x) \, dx\)

\(\Big \downarrow \) 2720

\(\displaystyle \frac {\int \frac {\left (1+e^{2 a+2 b x}\right )^2}{\left (1-e^{2 a+2 b x}\right )^2}de^{a+b x}}{b}\)

\(\Big \downarrow \) 300

\(\displaystyle \frac {\int \left (1+\frac {4 e^{2 a+2 b x}}{\left (1-e^{2 a+2 b x}\right )^2}\right )de^{a+b x}}{b}\)

\(\Big \downarrow \) 2009

\(\displaystyle \frac {-2 \text {arctanh}\left (e^{a+b x}\right )+e^{a+b x}+\frac {2 e^{a+b x}}{1-e^{2 a+2 b x}}}{b}\)

Input:

Int[E^(a + b*x)*Coth[a + b*x]^2,x]
 

Output:

(E^(a + b*x) + (2*E^(a + b*x))/(1 - E^(2*a + 2*b*x)) - 2*ArcTanh[E^(a + b* 
x)])/b
 

Defintions of rubi rules used

rule 300
Int[((a_) + (b_.)*(x_)^2)^(p_)*((c_) + (d_.)*(x_)^2)^(q_), x_Symbol] :> Int 
[PolynomialDivide[(a + b*x^2)^p, (c + d*x^2)^(-q), x], x] /; FreeQ[{a, b, c 
, d}, x] && NeQ[b*c - a*d, 0] && IGtQ[p, 0] && ILtQ[q, 0] && GeQ[p, -q]
 

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 

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

Time = 0.39 (sec) , antiderivative size = 48, normalized size of antiderivative = 0.91

method result size
derivativedivides \(\frac {\cosh \left (b x +a \right )-2 \,\operatorname {arctanh}\left ({\mathrm e}^{b x +a}\right )+\frac {\cosh \left (b x +a \right )^{2}}{\sinh \left (b x +a \right )}-\frac {2}{\sinh \left (b x +a \right )}}{b}\) \(48\)
default \(\frac {\cosh \left (b x +a \right )-2 \,\operatorname {arctanh}\left ({\mathrm e}^{b x +a}\right )+\frac {\cosh \left (b x +a \right )^{2}}{\sinh \left (b x +a \right )}-\frac {2}{\sinh \left (b x +a \right )}}{b}\) \(48\)
risch \(\frac {{\mathrm e}^{b x +a}}{b}-\frac {2 \,{\mathrm e}^{b x +a}}{b \left (-1+{\mathrm e}^{2 b x +2 a}\right )}+\frac {\ln \left ({\mathrm e}^{b x +a}-1\right )}{b}-\frac {\ln \left ({\mathrm e}^{b x +a}+1\right )}{b}\) \(63\)

Input:

int(exp(b*x+a)*coth(b*x+a)^2,x,method=_RETURNVERBOSE)
 

Output:

1/b*(cosh(b*x+a)-2*arctanh(exp(b*x+a))+cosh(b*x+a)^2/sinh(b*x+a)-2/sinh(b* 
x+a))
 

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 198 vs. \(2 (47) = 94\).

Time = 0.09 (sec) , antiderivative size = 198, normalized size of antiderivative = 3.74 \[ \int e^{a+b x} \coth ^2(a+b x) \, dx=\frac {\cosh \left (b x + a\right )^{3} + 3 \, \cosh \left (b x + a\right ) \sinh \left (b x + a\right )^{2} + \sinh \left (b x + a\right )^{3} - {\left (\cosh \left (b x + a\right )^{2} + 2 \, \cosh \left (b x + a\right ) \sinh \left (b x + a\right ) + \sinh \left (b x + a\right )^{2} - 1\right )} \log \left (\cosh \left (b x + a\right ) + \sinh \left (b x + a\right ) + 1\right ) + {\left (\cosh \left (b x + a\right )^{2} + 2 \, \cosh \left (b x + a\right ) \sinh \left (b x + a\right ) + \sinh \left (b x + a\right )^{2} - 1\right )} \log \left (\cosh \left (b x + a\right ) + \sinh \left (b x + a\right ) - 1\right ) + 3 \, {\left (\cosh \left (b x + a\right )^{2} - 1\right )} \sinh \left (b x + a\right ) - 3 \, \cosh \left (b x + a\right )}{b \cosh \left (b x + a\right )^{2} + 2 \, b \cosh \left (b x + a\right ) \sinh \left (b x + a\right ) + b \sinh \left (b x + a\right )^{2} - b} \] Input:

integrate(exp(b*x+a)*coth(b*x+a)^2,x, algorithm="fricas")
 

Output:

(cosh(b*x + a)^3 + 3*cosh(b*x + a)*sinh(b*x + a)^2 + sinh(b*x + a)^3 - (co 
sh(b*x + a)^2 + 2*cosh(b*x + a)*sinh(b*x + a) + sinh(b*x + a)^2 - 1)*log(c 
osh(b*x + a) + sinh(b*x + a) + 1) + (cosh(b*x + a)^2 + 2*cosh(b*x + a)*sin 
h(b*x + a) + sinh(b*x + a)^2 - 1)*log(cosh(b*x + a) + sinh(b*x + a) - 1) + 
 3*(cosh(b*x + a)^2 - 1)*sinh(b*x + a) - 3*cosh(b*x + a))/(b*cosh(b*x + a) 
^2 + 2*b*cosh(b*x + a)*sinh(b*x + a) + b*sinh(b*x + a)^2 - b)
 

Sympy [F]

\[ \int e^{a+b x} \coth ^2(a+b x) \, dx=e^{a} \int e^{b x} \coth ^{2}{\left (a + b x \right )}\, dx \] Input:

integrate(exp(b*x+a)*coth(b*x+a)**2,x)
 

Output:

exp(a)*Integral(exp(b*x)*coth(a + b*x)**2, x)
 

Maxima [A] (verification not implemented)

Time = 0.04 (sec) , antiderivative size = 62, normalized size of antiderivative = 1.17 \[ \int e^{a+b x} \coth ^2(a+b x) \, dx=\frac {e^{\left (b x + a\right )}}{b} - \frac {\log \left (e^{\left (b x + a\right )} + 1\right )}{b} + \frac {\log \left (e^{\left (b x + a\right )} - 1\right )}{b} - \frac {2 \, e^{\left (b x + a\right )}}{b {\left (e^{\left (2 \, b x + 2 \, a\right )} - 1\right )}} \] Input:

integrate(exp(b*x+a)*coth(b*x+a)^2,x, algorithm="maxima")
 

Output:

e^(b*x + a)/b - log(e^(b*x + a) + 1)/b + log(e^(b*x + a) - 1)/b - 2*e^(b*x 
 + a)/(b*(e^(2*b*x + 2*a) - 1))
 

Giac [A] (verification not implemented)

Time = 0.12 (sec) , antiderivative size = 56, normalized size of antiderivative = 1.06 \[ \int e^{a+b x} \coth ^2(a+b x) \, dx=-\frac {\frac {2 \, e^{\left (b x + a\right )}}{e^{\left (2 \, b x + 2 \, a\right )} - 1} - e^{\left (b x + a\right )} + \log \left (e^{\left (b x + a\right )} + 1\right ) - \log \left ({\left | e^{\left (b x + a\right )} - 1 \right |}\right )}{b} \] Input:

integrate(exp(b*x+a)*coth(b*x+a)^2,x, algorithm="giac")
 

Output:

-(2*e^(b*x + a)/(e^(2*b*x + 2*a) - 1) - e^(b*x + a) + log(e^(b*x + a) + 1) 
 - log(abs(e^(b*x + a) - 1)))/b
 

Mupad [B] (verification not implemented)

Time = 2.09 (sec) , antiderivative size = 62, normalized size of antiderivative = 1.17 \[ \int e^{a+b x} \coth ^2(a+b x) \, dx=\frac {{\mathrm {e}}^{a+b\,x}}{b}-\frac {2\,\mathrm {atan}\left (\frac {{\mathrm {e}}^{b\,x}\,{\mathrm {e}}^a\,\sqrt {-b^2}}{b}\right )}{\sqrt {-b^2}}-\frac {2\,{\mathrm {e}}^{a+b\,x}}{b\,\left ({\mathrm {e}}^{2\,a+2\,b\,x}-1\right )} \] Input:

int(coth(a + b*x)^2*exp(a + b*x),x)
 

Output:

exp(a + b*x)/b - (2*atan((exp(b*x)*exp(a)*(-b^2)^(1/2))/b))/(-b^2)^(1/2) - 
 (2*exp(a + b*x))/(b*(exp(2*a + 2*b*x) - 1))
 

Reduce [B] (verification not implemented)

Time = 0.25 (sec) , antiderivative size = 103, normalized size of antiderivative = 1.94 \[ \int e^{a+b x} \coth ^2(a+b x) \, dx=\frac {e^{3 b x +3 a}+e^{2 b x +2 a} \mathrm {log}\left (e^{b x +a}-1\right )-e^{2 b x +2 a} \mathrm {log}\left (e^{b x +a}+1\right )-3 e^{b x +a}-\mathrm {log}\left (e^{b x +a}-1\right )+\mathrm {log}\left (e^{b x +a}+1\right )}{b \left (e^{2 b x +2 a}-1\right )} \] Input:

int(exp(b*x+a)*coth(b*x+a)^2,x)
 

Output:

(e**(3*a + 3*b*x) + e**(2*a + 2*b*x)*log(e**(a + b*x) - 1) - e**(2*a + 2*b 
*x)*log(e**(a + b*x) + 1) - 3*e**(a + b*x) - log(e**(a + b*x) - 1) + log(e 
**(a + b*x) + 1))/(b*(e**(2*a + 2*b*x) - 1))