3.8.57 \(\int e^x (-e^{-x}+e^x) (e^{-x}+e^x)^2 \, dx\) [757]

Optimal. Leaf size=31 \[ \frac {e^{-2 x}}{2}+\frac {e^{2 x}}{2}+\frac {e^{4 x}}{4}-x \]

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {2320, 14} \begin {gather*} -x+\frac {e^{-2 x}}{2}+\frac {e^{2 x}}{2}+\frac {e^{4 x}}{4} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 2320

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

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 31, normalized size = 1.00 \begin {gather*} \frac {e^{-2 x}}{2}+\frac {e^{2 x}}{2}+\frac {e^{4 x}}{4}-x \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 23, normalized size = 0.74

method result size
default \(-x +\frac {{\mathrm e}^{2 x}}{2}+\frac {{\mathrm e}^{4 x}}{4}+\frac {{\mathrm e}^{-2 x}}{2}\) \(23\)
risch \(-x +\frac {{\mathrm e}^{2 x}}{2}+\frac {{\mathrm e}^{4 x}}{4}+\frac {{\mathrm e}^{-2 x}}{2}\) \(23\)
norman \(\left (\frac {{\mathrm e}^{5 x}}{2}+\frac {{\mathrm e}^{7 x}}{4}-{\mathrm e}^{3 x} x +\frac {{\mathrm e}^{x}}{2}\right ) {\mathrm e}^{-3 x}\) \(30\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x+1/2*exp(x)^2+1/4*exp(x)^4+1/2/exp(x)^2

________________________________________________________________________________________

Maxima [A]
time = 0.29, size = 24, normalized size = 0.77 \begin {gather*} \frac {1}{4} \, {\left (2 \, e^{\left (-2 \, x\right )} + 1\right )} e^{\left (4 \, x\right )} - x + \frac {1}{2} \, e^{\left (-2 \, x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.35, size = 27, normalized size = 0.87 \begin {gather*} -\frac {1}{4} \, {\left (4 \, x e^{\left (2 \, x\right )} - e^{\left (6 \, x\right )} - 2 \, e^{\left (4 \, x\right )} - 2\right )} e^{\left (-2 \, x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/4*(4*x*e^(2*x) - e^(6*x) - 2*e^(4*x) - 2)*e^(-2*x)

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 22, normalized size = 0.71 \begin {gather*} - x + \frac {e^{4 x}}{4} + \frac {e^{2 x}}{2} + \frac {e^{- 2 x}}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x + exp(4*x)/4 + exp(2*x)/2 + exp(-2*x)/2

________________________________________________________________________________________

Giac [A]
time = 5.04, size = 28, normalized size = 0.90 \begin {gather*} \frac {1}{2} \, {\left (e^{\left (2 \, x\right )} + 1\right )} e^{\left (-2 \, x\right )} - x + \frac {1}{4} \, e^{\left (4 \, x\right )} + \frac {1}{2} \, e^{\left (2 \, x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 3.39, size = 22, normalized size = 0.71 \begin {gather*} \frac {{\mathrm {e}}^{-2\,x}}{2}-x+\frac {{\mathrm {e}}^{2\,x}}{2}+\frac {{\mathrm {e}}^{4\,x}}{4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-exp(x)*(exp(-x) + exp(x))^2*(exp(-x) - exp(x)),x)

[Out]

exp(-2*x)/2 - x + exp(2*x)/2 + exp(4*x)/4

________________________________________________________________________________________