3.600 \(\int e^{2 x} \text{csch}^4(x) \, dx\)

Optimal. Leaf size=20 \[ \frac{8 e^{6 x}}{3 \left (1-e^{2 x}\right )^3} \]

[Out]

(8*E^(6*x))/(3*(1 - E^(2*x))^3)

________________________________________________________________________________________

Rubi [A]  time = 0.0183473, antiderivative size = 20, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 10, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.3, Rules used = {2282, 12, 264} \[ \frac{8 e^{6 x}}{3 \left (1-e^{2 x}\right )^3} \]

Antiderivative was successfully verified.

[In]

Int[E^(2*x)*Csch[x]^4,x]

[Out]

(8*E^(6*x))/(3*(1 - E^(2*x))^3)

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]]]

Rule 12

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

Rule 264

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[((c*x)^(m + 1)*(a + b*x^n)^(p + 1))/(a
*c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] && EqQ[(m + 1)/n + p + 1, 0] && NeQ[m, -1]

Rubi steps

\begin{align*} \int e^{2 x} \text{csch}^4(x) \, dx &=\operatorname{Subst}\left (\int \frac{16 x^5}{\left (1-x^2\right )^4} \, dx,x,e^x\right )\\ &=16 \operatorname{Subst}\left (\int \frac{x^5}{\left (1-x^2\right )^4} \, dx,x,e^x\right )\\ &=\frac{8 e^{6 x}}{3 \left (1-e^{2 x}\right )^3}\\ \end{align*}

Mathematica [A]  time = 0.0145626, size = 20, normalized size = 1. \[ \frac{8 e^{6 x}}{3 \left (1-e^{2 x}\right )^3} \]

Antiderivative was successfully verified.

[In]

Integrate[E^(2*x)*Csch[x]^4,x]

[Out]

(8*E^(6*x))/(3*(1 - E^(2*x))^3)

________________________________________________________________________________________

Maple [A]  time = 0.079, size = 20, normalized size = 1. \begin{align*} -{\frac{1}{3\, \left ( \tanh \left ( x \right ) \right ) ^{3}}}- \left ( \tanh \left ( x \right ) \right ) ^{-2}- \left ( \tanh \left ( x \right ) \right ) ^{-1} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(2*x)/sinh(x)^4,x)

[Out]

-1/3/tanh(x)^3-1/tanh(x)^2-1/tanh(x)

________________________________________________________________________________________

Maxima [A]  time = 0.938714, size = 30, normalized size = 1.5 \begin{align*} \frac{8}{3 \,{\left (3 \, e^{\left (-2 \, x\right )} - 3 \, e^{\left (-4 \, x\right )} + e^{\left (-6 \, x\right )} - 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(2*x)/sinh(x)^4,x, algorithm="maxima")

[Out]

8/3/(3*e^(-2*x) - 3*e^(-4*x) + e^(-6*x) - 1)

________________________________________________________________________________________

Fricas [B]  time = 2.14174, size = 254, normalized size = 12.7 \begin{align*} -\frac{8 \,{\left (4 \, \cosh \left (x\right )^{2} + 4 \, \cosh \left (x\right ) \sinh \left (x\right ) + 4 \, \sinh \left (x\right )^{2} - 3\right )}}{3 \,{\left (\cosh \left (x\right )^{4} + 4 \, \cosh \left (x\right ) \sinh \left (x\right )^{3} + \sinh \left (x\right )^{4} + 2 \,{\left (3 \, \cosh \left (x\right )^{2} - 2\right )} \sinh \left (x\right )^{2} - 4 \, \cosh \left (x\right )^{2} + 4 \,{\left (\cosh \left (x\right )^{3} - \cosh \left (x\right )\right )} \sinh \left (x\right ) + 3\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(2*x)/sinh(x)^4,x, algorithm="fricas")

[Out]

-8/3*(4*cosh(x)^2 + 4*cosh(x)*sinh(x) + 4*sinh(x)^2 - 3)/(cosh(x)^4 + 4*cosh(x)*sinh(x)^3 + sinh(x)^4 + 2*(3*c
osh(x)^2 - 2)*sinh(x)^2 - 4*cosh(x)^2 + 4*(cosh(x)^3 - cosh(x))*sinh(x) + 3)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{e^{2 x}}{\sinh ^{4}{\left (x \right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(2*x)/sinh(x)**4,x)

[Out]

Integral(exp(2*x)/sinh(x)**4, x)

________________________________________________________________________________________

Giac [A]  time = 1.14871, size = 32, normalized size = 1.6 \begin{align*} -\frac{8 \,{\left (3 \, e^{\left (4 \, x\right )} - 3 \, e^{\left (2 \, x\right )} + 1\right )}}{3 \,{\left (e^{\left (2 \, x\right )} - 1\right )}^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(2*x)/sinh(x)^4,x, algorithm="giac")

[Out]

-8/3*(3*e^(4*x) - 3*e^(2*x) + 1)/(e^(2*x) - 1)^3