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

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

[Out]

exp(-x)-arctanh(exp(x))

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 12, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.231, Rules used = {2282, 325, 207} \[ e^{-x}-\tanh ^{-1}\left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

E^(-x) - ArcTanh[E^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])

Rule 325

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] - Dist[(b*(m + n*(p + 1) + 1))/(a*c^n*(m + 1)), Int[(c*x)^(m + n)*(a + b*x^n)^p, x], x] /; Free
Q[{a, b, c, p}, x] && IGtQ[n, 0] && LtQ[m, -1] && IntBinomialQ[a, b, c, n, m, p, 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]]]

Rubi steps

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

________________________________________________________________________________________

Mathematica [C]  time = 0.01, size = 19, normalized size = 1.58 \[ e^{-x} \, _2F_1\left (-\frac {1}{2},1;\frac {1}{2};e^{2 x}\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

Hypergeometric2F1[-1/2, 1, 1/2, E^(2*x)]/E^x

________________________________________________________________________________________

fricas [B]  time = 0.43, size = 25, normalized size = 2.08 \[ -\frac {1}{2} \, {\left (e^{x} \log \left (e^{x} + 1\right ) - e^{x} \log \left (e^{x} - 1\right ) - 2\right )} e^{\left (-x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.88, size = 20, normalized size = 1.67 \[ e^{\left (-x\right )} - \frac {1}{2} \, \log \left (e^{x} + 1\right ) + \frac {1}{2} \, \log \left ({\left | e^{x} - 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.01, size = 20, normalized size = 1.67 \[ {\mathrm e}^{-x}+\frac {\ln \left ({\mathrm e}^{x}-1\right )}{2}-\frac {\ln \left ({\mathrm e}^{x}+1\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.61, size = 19, normalized size = 1.58 \[ e^{\left (-x\right )} - \frac {1}{2} \, \log \left (e^{x} + 1\right ) + \frac {1}{2} \, \log \left (e^{x} - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.23, size = 19, normalized size = 1.58 \[ {\mathrm {e}}^{-x}+\frac {\ln \left ({\mathrm {e}}^x-1\right )}{2}-\frac {\ln \left ({\mathrm {e}}^x+1\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(exp(3*x) - exp(x)),x)

[Out]

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

________________________________________________________________________________________

sympy [B]  time = 0.12, size = 20, normalized size = 1.67 \[ \frac {\log {\left (e^{x} - 1 \right )}}{2} - \frac {\log {\left (e^{x} + 1 \right )}}{2} + e^{- x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________