\(\int \frac {e^{2 x}}{\sqrt [3]{1+e^x}} \, dx\) [687]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 15, antiderivative size = 27 \[ \int \frac {e^{2 x}}{\sqrt [3]{1+e^x}} \, dx=-\frac {3}{2} \left (1+e^x\right )^{2/3}+\frac {3}{5} \left (1+e^x\right )^{5/3} \]

[Out]

-3/2*(1+exp(x))^(2/3)+3/5*(1+exp(x))^(5/3)

Rubi [A] (verified)

Time = 0.02 (sec) , antiderivative size = 27, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {2280, 45} \[ \int \frac {e^{2 x}}{\sqrt [3]{1+e^x}} \, dx=\frac {3}{5} \left (e^x+1\right )^{5/3}-\frac {3}{2} \left (e^x+1\right )^{2/3} \]

[In]

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

[Out]

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

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 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*} \text {integral}& = \text {Subst}\left (\int \frac {x}{\sqrt [3]{1+x}} \, dx,x,e^x\right ) \\ & = \text {Subst}\left (\int \left (-\frac {1}{\sqrt [3]{1+x}}+(1+x)^{2/3}\right ) \, dx,x,e^x\right ) \\ & = -\frac {3}{2} \left (1+e^x\right )^{2/3}+\frac {3}{5} \left (1+e^x\right )^{5/3} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.03 (sec) , antiderivative size = 22, normalized size of antiderivative = 0.81 \[ \int \frac {e^{2 x}}{\sqrt [3]{1+e^x}} \, dx=\frac {3}{10} \left (1+e^x\right )^{2/3} \left (-5+2 \left (1+e^x\right )\right ) \]

[In]

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

[Out]

(3*(1 + E^x)^(2/3)*(-5 + 2*(1 + E^x)))/10

Maple [A] (verified)

Time = 0.04 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.56

method result size
risch \(\frac {3 \left (-3+2 \,{\mathrm e}^{x}\right ) \left (1+{\mathrm e}^{x}\right )^{\frac {2}{3}}}{10}\) \(15\)
default \(-\frac {3 \left (1+{\mathrm e}^{x}\right )^{\frac {2}{3}}}{2}+\frac {3 \left (1+{\mathrm e}^{x}\right )^{\frac {5}{3}}}{5}\) \(18\)

[In]

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

[Out]

3/10*(-3+2*exp(x))*(1+exp(x))^(2/3)

Fricas [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.52 \[ \int \frac {e^{2 x}}{\sqrt [3]{1+e^x}} \, dx=\frac {3}{10} \, {\left (2 \, e^{x} - 3\right )} {\left (e^{x} + 1\right )}^{\frac {2}{3}} \]

[In]

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

[Out]

3/10*(2*e^x - 3)*(e^x + 1)^(2/3)

Sympy [A] (verification not implemented)

Time = 0.38 (sec) , antiderivative size = 22, normalized size of antiderivative = 0.81 \[ \int \frac {e^{2 x}}{\sqrt [3]{1+e^x}} \, dx=\frac {3 \left (e^{x} + 1\right )^{\frac {5}{3}}}{5} - \frac {3 \left (e^{x} + 1\right )^{\frac {2}{3}}}{2} \]

[In]

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

[Out]

3*(exp(x) + 1)**(5/3)/5 - 3*(exp(x) + 1)**(2/3)/2

Maxima [A] (verification not implemented)

none

Time = 0.20 (sec) , antiderivative size = 17, normalized size of antiderivative = 0.63 \[ \int \frac {e^{2 x}}{\sqrt [3]{1+e^x}} \, dx=\frac {3}{5} \, {\left (e^{x} + 1\right )}^{\frac {5}{3}} - \frac {3}{2} \, {\left (e^{x} + 1\right )}^{\frac {2}{3}} \]

[In]

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

[Out]

3/5*(e^x + 1)^(5/3) - 3/2*(e^x + 1)^(2/3)

Giac [A] (verification not implemented)

none

Time = 0.30 (sec) , antiderivative size = 17, normalized size of antiderivative = 0.63 \[ \int \frac {e^{2 x}}{\sqrt [3]{1+e^x}} \, dx=\frac {3}{5} \, {\left (e^{x} + 1\right )}^{\frac {5}{3}} - \frac {3}{2} \, {\left (e^{x} + 1\right )}^{\frac {2}{3}} \]

[In]

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

[Out]

3/5*(e^x + 1)^(5/3) - 3/2*(e^x + 1)^(2/3)

Mupad [B] (verification not implemented)

Time = 0.06 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.52 \[ \int \frac {e^{2 x}}{\sqrt [3]{1+e^x}} \, dx=\frac {3\,{\left ({\mathrm {e}}^x+1\right )}^{2/3}\,\left (2\,{\mathrm {e}}^x-3\right )}{10} \]

[In]

int(exp(2*x)/(exp(x) + 1)^(1/3),x)

[Out]

(3*(exp(x) + 1)^(2/3)*(2*exp(x) - 3))/10