3.876 \(\int e^{2 (a+b x)} \text {csch}^2(a+b x) \, dx\)

Optimal. Leaf size=42 \[ \frac {2}{b \left (1-e^{2 a+2 b x}\right )}+\frac {2 \log \left (1-e^{2 a+2 b x}\right )}{b} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 42, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.222, Rules used = {2282, 12, 266, 43} \[ \frac {2}{b \left (1-e^{2 a+2 b x}\right )}+\frac {2 \log \left (1-e^{2 a+2 b x}\right )}{b} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 2282

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

Rubi steps

\begin {align*} \int e^{2 (a+b x)} \text {csch}^2(a+b x) \, dx &=\frac {\operatorname {Subst}\left (\int \frac {4 x^3}{\left (1-x^2\right )^2} \, dx,x,e^{a+b x}\right )}{b}\\ &=\frac {4 \operatorname {Subst}\left (\int \frac {x^3}{\left (1-x^2\right )^2} \, dx,x,e^{a+b x}\right )}{b}\\ &=\frac {2 \operatorname {Subst}\left (\int \frac {x}{(1-x)^2} \, dx,x,e^{2 a+2 b x}\right )}{b}\\ &=\frac {2 \operatorname {Subst}\left (\int \left (\frac {1}{(-1+x)^2}+\frac {1}{-1+x}\right ) \, dx,x,e^{2 a+2 b x}\right )}{b}\\ &=\frac {2}{b \left (1-e^{2 a+2 b x}\right )}+\frac {2 \log \left (1-e^{2 a+2 b x}\right )}{b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 37, normalized size = 0.88 \[ \frac {2 \left (\frac {1}{1-e^{2 a+2 b x}}+\log \left (1-e^{2 a+2 b x}\right )\right )}{b} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [B]  time = 0.48, size = 104, normalized size = 2.48 \[ \frac {2 \, {\left ({\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 (\frac {2 \, \sinh \left (b x + a\right )}{\cosh \left (b x + a\right ) - \sinh \left (b x + a\right )}\right ) - 1\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} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.15, size = 48, normalized size = 1.14 \[ \frac {2 \, {\left (e^{\left (-2 \, a\right )} \log \left ({\left | e^{\left (2 \, b x + 2 \, a\right )} - 1 \right |}\right ) - \frac {e^{\left (2 \, b x\right )}}{e^{\left (2 \, b x + 2 \, a\right )} - 1}\right )} e^{\left (2 \, a\right )}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.32, size = 43, normalized size = 1.02 \[ -\frac {4 a}{b}-\frac {2}{b \left ({\mathrm e}^{2 b x +2 a}-1\right )}+\frac {2 \ln \left ({\mathrm e}^{2 b x +2 a}-1\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.32, size = 62, normalized size = 1.48 \[ 4 \, x + \frac {4 \, a}{b} + \frac {2 \, \log \left (e^{\left (-b x - a\right )} + 1\right )}{b} + \frac {2 \, \log \left (e^{\left (-b x - a\right )} - 1\right )}{b} + \frac {2}{b {\left (e^{\left (-2 \, b x - 2 \, a\right )} - 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 1.79, size = 37, normalized size = 0.88 \[ \frac {2\,\ln \left ({\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1\right )}{b}-\frac {2}{b\,\left ({\mathrm {e}}^{2\,a+2\,b\,x}-1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ e^{2 a} \int e^{2 b x} \operatorname {csch}^{2}{\left (a + b x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________