3.7.5 \(\int \frac {e^x}{1-\cosh (x)} \, dx\) [605]

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

[Out]

-2/(1-exp(x))-2*ln(1-exp(x))

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {2320, 12, 45} \begin {gather*} -\frac {2}{1-e^x}-2 \log \left (1-e^x\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^x/(1 - Cosh[x]),x]

[Out]

-2/(1 - E^x) - 2*Log[1 - E^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 45

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 2320

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 \frac {e^x}{1-\cosh (x)} \, dx &=\text {Subst}\left (\int -\frac {2 x}{(1-x)^2} \, dx,x,e^x\right )\\ &=-\left (2 \text {Subst}\left (\int \frac {x}{(1-x)^2} \, dx,x,e^x\right )\right )\\ &=-\left (2 \text {Subst}\left (\int \left (\frac {1}{(-1+x)^2}+\frac {1}{-1+x}\right ) \, dx,x,e^x\right )\right )\\ &=-\frac {2}{1-e^x}-2 \log \left (1-e^x\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 36, normalized size = 1.64 \begin {gather*} \frac {4 \left (\frac {1}{1-e^x}+\log \left (1-e^x\right )\right ) \sinh ^2\left (\frac {x}{2}\right )}{1-\cosh (x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^x/(1 - Cosh[x]),x]

[Out]

(4*((1 - E^x)^(-1) + Log[1 - E^x])*Sinh[x/2]^2)/(1 - Cosh[x])

________________________________________________________________________________________

Maple [A]
time = 0.03, size = 24, normalized size = 1.09

method result size
risch \(\frac {2}{-1+{\mathrm e}^{x}}-2 \ln \left (-1+{\mathrm e}^{x}\right )\) \(17\)
default \(\frac {1}{\tanh \left (\frac {x}{2}\right )}-2 \ln \left (\tanh \left (\frac {x}{2}\right )\right )+2 \ln \left (-1+\tanh \left (\frac {x}{2}\right )\right )\) \(24\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x)/(1-cosh(x)),x,method=_RETURNVERBOSE)

[Out]

1/tanh(1/2*x)-2*ln(tanh(1/2*x))+2*ln(-1+tanh(1/2*x))

________________________________________________________________________________________

Maxima [A]
time = 1.74, size = 16, normalized size = 0.73 \begin {gather*} \frac {2}{e^{x} - 1} - 2 \, \log \left (e^{x} - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)/(1-cosh(x)),x, algorithm="maxima")

[Out]

2/(e^x - 1) - 2*log(e^x - 1)

________________________________________________________________________________________

Fricas [A]
time = 0.64, size = 26, normalized size = 1.18 \begin {gather*} -\frac {2 \, {\left ({\left (\cosh \left (x\right ) + \sinh \left (x\right ) - 1\right )} \log \left (\cosh \left (x\right ) + \sinh \left (x\right ) - 1\right ) - 1\right )}}{\cosh \left (x\right ) + \sinh \left (x\right ) - 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)/(1-cosh(x)),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} - \int \frac {e^{x}}{\cosh {\left (x \right )} - 1}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)/(1-cosh(x)),x)

[Out]

-Integral(exp(x)/(cosh(x) - 1), x)

________________________________________________________________________________________

Giac [A]
time = 0.62, size = 17, normalized size = 0.77 \begin {gather*} \frac {2}{e^{x} - 1} - 2 \, \log \left ({\left | e^{x} - 1 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)/(1-cosh(x)),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.06, size = 16, normalized size = 0.73 \begin {gather*} \frac {2}{{\mathrm {e}}^x-1}-2\,\ln \left ({\mathrm {e}}^x-1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-exp(x)/(cosh(x) - 1),x)

[Out]

2/(exp(x) - 1) - 2*log(exp(x) - 1)

________________________________________________________________________________________