\(\int \frac {1}{3} (-3+e^{\frac {1}{3} (e^{2 x}-10 x+e^x (-5+2 x))} (-10+2 e^{2 x}+e^x (-3+2 x))) \, dx\) [3849]

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

Optimal result

Integrand size = 49, antiderivative size = 22 \[ \int \frac {1}{3} \left (-3+e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right )\right ) \, dx=e^{\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )}-x \]

[Out]

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

Rubi [F]

\[ \int \frac {1}{3} \left (-3+e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right )\right ) \, dx=\int \frac {1}{3} \left (-3+e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right )\right ) \, dx \]

[In]

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

[Out]

-x - (10*Defer[Int][E^(((-5 + E^x)*(E^x + 2*x))/3), x])/3 - Defer[Int][E^(x + ((-5 + E^x)*(E^x + 2*x))/3), x]
+ (2*Defer[Int][E^(2*x + ((-5 + E^x)*(E^x + 2*x))/3), x])/3 + (2*Defer[Int][E^(x + ((-5 + E^x)*(E^x + 2*x))/3)
*x, x])/3

Rubi steps \begin{align*} \text {integral}& = \frac {1}{3} \int \left (-3+e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right )\right ) \, dx \\ & = -x+\frac {1}{3} \int e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right ) \, dx \\ & = -x+\frac {1}{3} \int e^{\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right ) \, dx \\ & = -x+\frac {1}{3} \int \left (-10 e^{\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )}+2 e^{2 x+\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )}+e^{x+\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} (-3+2 x)\right ) \, dx \\ & = -x+\frac {1}{3} \int e^{x+\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} (-3+2 x) \, dx+\frac {2}{3} \int e^{2 x+\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} \, dx-\frac {10}{3} \int e^{\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} \, dx \\ & = -x+\frac {1}{3} \int \left (-3 e^{x+\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )}+2 e^{x+\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} x\right ) \, dx+\frac {2}{3} \int e^{2 x+\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} \, dx-\frac {10}{3} \int e^{\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} \, dx \\ & = -x+\frac {2}{3} \int e^{2 x+\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} \, dx+\frac {2}{3} \int e^{x+\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} x \, dx-\frac {10}{3} \int e^{\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} \, dx-\int e^{x+\frac {1}{3} \left (-5+e^x\right ) \left (e^x+2 x\right )} \, dx \\ \end{align*}

Mathematica [A] (verified)

Time = 0.76 (sec) , antiderivative size = 27, normalized size of antiderivative = 1.23 \[ \int \frac {1}{3} \left (-3+e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right )\right ) \, dx=e^{-\frac {10 x}{3}+\frac {1}{3} e^x \left (-5+e^x+2 x\right )}-x \]

[In]

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

[Out]

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

Maple [A] (verified)

Time = 0.56 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.14

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

[In]

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

[Out]

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

Fricas [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 24, normalized size of antiderivative = 1.09 \[ \int \frac {1}{3} \left (-3+e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right )\right ) \, dx=-x + e^{\left (\frac {1}{3} \, {\left (2 \, x - 5\right )} e^{x} - \frac {10}{3} \, x + \frac {1}{3} \, e^{\left (2 \, x\right )}\right )} \]

[In]

integrate(1/3*(2*exp(x)^2+(-3+2*x)*exp(x)-10)*exp(1/3*exp(x)^2+1/3*(-5+2*x)*exp(x)-10/3*x)-1,x, algorithm="fri
cas")

[Out]

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

Sympy [A] (verification not implemented)

Time = 0.14 (sec) , antiderivative size = 26, normalized size of antiderivative = 1.18 \[ \int \frac {1}{3} \left (-3+e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right )\right ) \, dx=- x + e^{- \frac {10 x}{3} + \left (\frac {2 x}{3} - \frac {5}{3}\right ) e^{x} + \frac {e^{2 x}}{3}} \]

[In]

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

[Out]

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

Maxima [F]

\[ \int \frac {1}{3} \left (-3+e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right )\right ) \, dx=\int { \frac {1}{3} \, {\left ({\left (2 \, x - 3\right )} e^{x} + 2 \, e^{\left (2 \, x\right )} - 10\right )} e^{\left (\frac {1}{3} \, {\left (2 \, x - 5\right )} e^{x} - \frac {10}{3} \, x + \frac {1}{3} \, e^{\left (2 \, x\right )}\right )} - 1 \,d x } \]

[In]

integrate(1/3*(2*exp(x)^2+(-3+2*x)*exp(x)-10)*exp(1/3*exp(x)^2+1/3*(-5+2*x)*exp(x)-10/3*x)-1,x, algorithm="max
ima")

[Out]

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

Giac [A] (verification not implemented)

none

Time = 0.27 (sec) , antiderivative size = 24, normalized size of antiderivative = 1.09 \[ \int \frac {1}{3} \left (-3+e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right )\right ) \, dx=-x + e^{\left (\frac {2}{3} \, x e^{x} - \frac {10}{3} \, x + \frac {1}{3} \, e^{\left (2 \, x\right )} - \frac {5}{3} \, e^{x}\right )} \]

[In]

integrate(1/3*(2*exp(x)^2+(-3+2*x)*exp(x)-10)*exp(1/3*exp(x)^2+1/3*(-5+2*x)*exp(x)-10/3*x)-1,x, algorithm="gia
c")

[Out]

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

Mupad [B] (verification not implemented)

Time = 0.12 (sec) , antiderivative size = 24, normalized size of antiderivative = 1.09 \[ \int \frac {1}{3} \left (-3+e^{\frac {1}{3} \left (e^{2 x}-10 x+e^x (-5+2 x)\right )} \left (-10+2 e^{2 x}+e^x (-3+2 x)\right )\right ) \, dx={\mathrm {e}}^{\frac {{\mathrm {e}}^{2\,x}}{3}-\frac {10\,x}{3}-\frac {5\,{\mathrm {e}}^x}{3}+\frac {2\,x\,{\mathrm {e}}^x}{3}}-x \]

[In]

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

[Out]

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