3.720 \(\int \frac{1}{-e^{-x}+e^x} \, dx\)

Optimal. Leaf size=6 \[ -\tanh ^{-1}\left (e^x\right ) \]

[Out]

-ArcTanh[E^x]

________________________________________________________________________________________

Rubi [A]  time = 0.0103198, antiderivative size = 6, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.154, Rules used = {2282, 207} \[ -\tanh ^{-1}\left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

Int[(-E^(-x) + E^x)^(-1),x]

[Out]

-ArcTanh[E^x]

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 207

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTanh[(Rt[b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && NegQ[a/b] && (LtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{1}{-e^{-x}+e^x} \, dx &=\operatorname{Subst}\left (\int \frac{1}{-1+x^2} \, dx,x,e^x\right )\\ &=-\tanh ^{-1}\left (e^x\right )\\ \end{align*}

Mathematica [A]  time = 0.002364, size = 6, normalized size = 1. \[ -\tanh ^{-1}\left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(-E^(-x) + E^x)^(-1),x]

[Out]

-ArcTanh[E^x]

________________________________________________________________________________________

Maple [A]  time = 0.02, size = 6, normalized size = 1. \begin{align*} -{\it Artanh} \left ({{\rm e}^{x}} \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-arctanh(exp(x))

________________________________________________________________________________________

Maxima [B]  time = 0.967801, size = 26, normalized size = 4.33 \begin{align*} -\frac{1}{2} \, \log \left (e^{\left (-x\right )} + 1\right ) + \frac{1}{2} \, \log \left (e^{\left (-x\right )} - 1\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [B]  time = 0.795371, size = 51, normalized size = 8.5 \begin{align*} -\frac{1}{2} \, \log \left (e^{x} + 1\right ) + \frac{1}{2} \, \log \left (e^{x} - 1\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [B]  time = 0.101279, size = 15, normalized size = 2.5 \begin{align*} \frac{\log{\left (e^{x} - 1 \right )}}{2} - \frac{\log{\left (e^{x} + 1 \right )}}{2} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [B]  time = 1.27, size = 22, normalized size = 3.67 \begin{align*} -\frac{1}{2} \, \log \left (e^{x} + 1\right ) + \frac{1}{2} \, \log \left ({\left | e^{x} - 1 \right |}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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