3.8.4 \(\int \frac {e^{3 x}}{-1+e^{2 x}} \, dx\) [704]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {2280, 327, 213} \begin {gather*} e^x-\tanh ^{-1}\left (e^x\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

E^x - ArcTanh[E^x]

Rule 213

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

Rule 327

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

Rule 2280

Int[((a_) + (b_.)*(F_)^((e_.)*((c_.) + (d_.)*(x_))))^(p_.)*(G_)^((h_.)*((f_.) + (g_.)*(x_))), x_Symbol] :> Wit
h[{m = FullSimplify[g*h*(Log[G]/(d*e*Log[F]))]}, Dist[Denominator[m]*(G^(f*h - c*g*(h/d))/(d*e*Log[F])), Subst
[Int[x^(Numerator[m] - 1)*(a + b*x^Denominator[m])^p, x], x, F^(e*((c + d*x)/Denominator[m]))], x] /; LeQ[m, -
1] || GeQ[m, 1]] /; FreeQ[{F, G, a, b, c, d, e, f, g, h, p}, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.03, size = 10, normalized size = 1.00 \begin {gather*} e^x-\tanh ^{-1}\left (e^x\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

E^x - ArcTanh[E^x]

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(17\) vs. \(2(8)=16\).
time = 0.02, size = 18, normalized size = 1.80

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(3*x)/(-1+exp(2*x)),x,method=_RETURNVERBOSE)

[Out]

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

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 17 vs. \(2 (8) = 16\).
time = 0.30, size = 17, normalized size = 1.70 \begin {gather*} e^{x} - \frac {1}{2} \, \log \left (e^{x} + 1\right ) + \frac {1}{2} \, \log \left (e^{x} - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 17 vs. \(2 (8) = 16\).
time = 0.36, size = 17, normalized size = 1.70 \begin {gather*} e^{x} - \frac {1}{2} \, \log \left (e^{x} + 1\right ) + \frac {1}{2} \, \log \left (e^{x} - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 19 vs. \(2 (7) = 14\).
time = 0.04, size = 19, normalized size = 1.90 \begin {gather*} e^{x} + \frac {\log {\left (e^{x} - 1 \right )}}{2} - \frac {\log {\left (e^{x} + 1 \right )}}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 18 vs. \(2 (8) = 16\).
time = 6.14, size = 18, normalized size = 1.80 \begin {gather*} e^{x} - \frac {1}{2} \, \log \left (e^{x} + 1\right ) + \frac {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(3*x)/(-1+exp(2*x)),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________