3.607 \(\int \frac {e^x (1-\sinh (x))}{1-\cosh (x)} \, dx\)

Optimal. Leaf size=15 \[ e^x-\frac {2}{1-e^x} \]

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {2282, 683} \[ e^x-\frac {2}{1-e^x} \]

Antiderivative was successfully verified.

[In]

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

[Out]

E^x - 2/(1 - E^x)

Rule 683

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(d +
 e*x)^m*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[2*c*d - b*e,
 0] && IGtQ[p, 0] &&  !(EqQ[m, 3] && NeQ[p, 1])

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

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 20, normalized size = 1.33 \[ \frac {-e^x+e^{2 x}+2}{e^x-1} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(2 - E^x + E^(2*x))/(-1 + E^x)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {e^x (1-\sinh (x))}{1-\cosh (x)} \, dx \]

Verification is Not applicable to the result.

[In]

IntegrateAlgebraic[(E^x*(1 - Sinh[x]))/(1 - Cosh[x]),x]

[Out]

Could not integrate

________________________________________________________________________________________

fricas [A]  time = 1.71, size = 22, normalized size = 1.47 \[ -\frac {3 \, \cosh \relax (x) - \sinh \relax (x) - 1}{\cosh \relax (x) - \sinh \relax (x) - 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(3*cosh(x) - sinh(x) - 1)/(cosh(x) - sinh(x) - 1)

________________________________________________________________________________________

giac [A]  time = 0.59, size = 11, normalized size = 0.73 \[ \frac {2}{e^{x} - 1} + e^{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2/(e^x - 1) + e^x

________________________________________________________________________________________

maple [A]  time = 0.07, size = 12, normalized size = 0.80




method result size



risch \({\mathrm e}^{x}+\frac {2}{-1+{\mathrm e}^{x}}\) \(12\)
default \(\frac {1}{\tanh \left (\frac {x}{2}\right )}-\frac {2}{\tanh \left (\frac {x}{2}\right )-1}\) \(18\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(x)+2/(-1+exp(x))

________________________________________________________________________________________

maxima [A]  time = 0.44, size = 11, normalized size = 0.73 \[ \frac {2}{e^{x} - 1} + e^{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2/(e^x - 1) + e^x

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 11, normalized size = 0.73 \[ {\mathrm {e}}^x+\frac {2}{{\mathrm {e}}^x-1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(x) + 2/(exp(x) - 1)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\left (\sinh {\relax (x )} - 1\right ) e^{x}}{\cosh {\relax (x )} - 1}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________