\(\int 4 e^{-8+\frac {4 (25 x-4 x^3-x^3 \log (4))}{e^8}} (25-12 x^2-3 x^2 \log (4)) \, dx\) [9116]

   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 = 41, antiderivative size = 19 \[ \int 4 e^{-8+\frac {4 \left (25 x-4 x^3-x^3 \log (4)\right )}{e^8}} \left (25-12 x^2-3 x^2 \log (4)\right ) \, dx=e^{\frac {4 x \left (25-x^2 (4+\log (4))\right )}{e^8}} \]

[Out]

exp((25-x^2*(4+2*ln(2)))/exp(8-2*ln(2))*x)

Rubi [A] (verified)

Time = 0.07 (sec) , antiderivative size = 27, normalized size of antiderivative = 1.42, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.073, Rules used = {6, 12, 6838} \[ \int 4 e^{-8+\frac {4 \left (25 x-4 x^3-x^3 \log (4)\right )}{e^8}} \left (25-12 x^2-3 x^2 \log (4)\right ) \, dx=4^{-\frac {4 x^3}{e^8}} e^{\frac {4 \left (25 x-4 x^3\right )}{e^8}} \]

[In]

Int[4*E^(-8 + (4*(25*x - 4*x^3 - x^3*Log[4]))/E^8)*(25 - 12*x^2 - 3*x^2*Log[4]),x]

[Out]

E^((4*(25*x - 4*x^3))/E^8)/4^((4*x^3)/E^8)

Rule 6

Int[(u_.)*((w_.) + (a_.)*(v_) + (b_.)*(v_))^(p_.), x_Symbol] :> Int[u*((a + b)*v + w)^p, x] /; FreeQ[{a, b}, x
] &&  !FreeQ[v, x]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 6838

Int[(F_)^(v_)*(u_), x_Symbol] :> With[{q = DerivativeDivides[v, u, x]}, Simp[q*(F^v/Log[F]), x] /;  !FalseQ[q]
] /; FreeQ[F, x]

Rubi steps \begin{align*} \text {integral}& = \int 4 e^{-8+\frac {4 \left (25 x-4 x^3-x^3 \log (4)\right )}{e^8}} \left (25+x^2 (-12-3 \log (4))\right ) \, dx \\ & = 4 \int e^{-8+\frac {4 \left (25 x-4 x^3-x^3 \log (4)\right )}{e^8}} \left (25+x^2 (-12-3 \log (4))\right ) \, dx \\ & = 4^{-\frac {4 x^3}{e^8}} e^{\frac {4 \left (25 x-4 x^3\right )}{e^8}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.39 (sec) , antiderivative size = 18, normalized size of antiderivative = 0.95 \[ \int 4 e^{-8+\frac {4 \left (25 x-4 x^3-x^3 \log (4)\right )}{e^8}} \left (25-12 x^2-3 x^2 \log (4)\right ) \, dx=e^{-\frac {4 x \left (-25+x^2 (4+\log (4))\right )}{e^8}} \]

[In]

Integrate[4*E^(-8 + (4*(25*x - 4*x^3 - x^3*Log[4]))/E^8)*(25 - 12*x^2 - 3*x^2*Log[4]),x]

[Out]

E^((-4*x*(-25 + x^2*(4 + Log[4])))/E^8)

Maple [A] (verified)

Time = 0.24 (sec) , antiderivative size = 21, normalized size of antiderivative = 1.11

method result size
risch \({\mathrm e}^{-4 x \left (2 x^{2} \ln \left (2\right )+4 x^{2}-25\right ) {\mathrm e}^{-8}}\) \(21\)
gosper \({\mathrm e}^{-x \left (2 x^{2} \ln \left (2\right )+4 x^{2}-25\right ) {\mathrm e}^{2 \ln \left (2\right )-8}}\) \(26\)
derivativedivides \({\mathrm e}^{\left (-2 x^{3} \ln \left (2\right )-4 x^{3}+25 x \right ) {\mathrm e}^{2 \ln \left (2\right )-8}}\) \(26\)
default \({\mathrm e}^{\left (-2 x^{3} \ln \left (2\right )-4 x^{3}+25 x \right ) {\mathrm e}^{2 \ln \left (2\right )-8}}\) \(26\)
parallelrisch \({\mathrm e}^{\left (-2 x^{3} \ln \left (2\right )-4 x^{3}+25 x \right ) {\mathrm e}^{2 \ln \left (2\right )-8}}\) \(26\)
norman \({\mathrm e}^{-8} {\mathrm e}^{8} {\mathrm e}^{\left (-2 x^{3} \ln \left (2\right )-4 x^{3}+25 x \right ) {\mathrm e}^{2 \ln \left (2\right )-8}}\) \(35\)

[In]

int((-6*x^2*ln(2)-12*x^2+25)*exp(2*ln(2)-8)*exp((-2*x^3*ln(2)-4*x^3+25*x)*exp(2*ln(2)-8)),x,method=_RETURNVERB
OSE)

[Out]

exp(-4*x*(2*x^2*ln(2)+4*x^2-25)*exp(-8))

Fricas [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 26, normalized size of antiderivative = 1.37 \[ \int 4 e^{-8+\frac {4 \left (25 x-4 x^3-x^3 \log (4)\right )}{e^8}} \left (25-12 x^2-3 x^2 \log (4)\right ) \, dx=e^{\left (-{\left (2 \, x^{3} \log \left (2\right ) + 4 \, x^{3} - 25 \, x\right )} e^{\left (2 \, \log \left (2\right ) - 8\right )}\right )} \]

[In]

integrate((-6*x^2*log(2)-12*x^2+25)*exp(2*log(2)-8)*exp((-2*x^3*log(2)-4*x^3+25*x)*exp(2*log(2)-8)),x, algorit
hm="fricas")

[Out]

e^(-(2*x^3*log(2) + 4*x^3 - 25*x)*e^(2*log(2) - 8))

Sympy [A] (verification not implemented)

Time = 0.07 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.05 \[ \int 4 e^{-8+\frac {4 \left (25 x-4 x^3-x^3 \log (4)\right )}{e^8}} \left (25-12 x^2-3 x^2 \log (4)\right ) \, dx=e^{\frac {4 \left (- 4 x^{3} - 2 x^{3} \log {\left (2 \right )} + 25 x\right )}{e^{8}}} \]

[In]

integrate((-6*x**2*ln(2)-12*x**2+25)*exp(2*ln(2)-8)*exp((-2*x**3*ln(2)-4*x**3+25*x)*exp(2*ln(2)-8)),x)

[Out]

exp(4*(-4*x**3 - 2*x**3*log(2) + 25*x)*exp(-8))

Maxima [A] (verification not implemented)

none

Time = 0.20 (sec) , antiderivative size = 21, normalized size of antiderivative = 1.11 \[ \int 4 e^{-8+\frac {4 \left (25 x-4 x^3-x^3 \log (4)\right )}{e^8}} \left (25-12 x^2-3 x^2 \log (4)\right ) \, dx=e^{\left (-4 \, {\left (2 \, x^{3} \log \left (2\right ) + 4 \, x^{3} - 25 \, x\right )} e^{\left (-8\right )}\right )} \]

[In]

integrate((-6*x^2*log(2)-12*x^2+25)*exp(2*log(2)-8)*exp((-2*x^3*log(2)-4*x^3+25*x)*exp(2*log(2)-8)),x, algorit
hm="maxima")

[Out]

e^(-4*(2*x^3*log(2) + 4*x^3 - 25*x)*e^(-8))

Giac [A] (verification not implemented)

none

Time = 0.27 (sec) , antiderivative size = 44, normalized size of antiderivative = 2.32 \[ \int 4 e^{-8+\frac {4 \left (25 x-4 x^3-x^3 \log (4)\right )}{e^8}} \left (25-12 x^2-3 x^2 \log (4)\right ) \, dx=\frac {1}{4} \, e^{\left (-2 \, x^{3} e^{\left (2 \, \log \left (2\right ) - 8\right )} \log \left (2\right ) - 4 \, x^{3} e^{\left (2 \, \log \left (2\right ) - 8\right )} + 25 \, x e^{\left (2 \, \log \left (2\right ) - 8\right )} + 2 \, \log \left (2\right )\right )} \]

[In]

integrate((-6*x^2*log(2)-12*x^2+25)*exp(2*log(2)-8)*exp((-2*x^3*log(2)-4*x^3+25*x)*exp(2*log(2)-8)),x, algorit
hm="giac")

[Out]

1/4*e^(-2*x^3*e^(2*log(2) - 8)*log(2) - 4*x^3*e^(2*log(2) - 8) + 25*x*e^(2*log(2) - 8) + 2*log(2))

Mupad [B] (verification not implemented)

Time = 0.25 (sec) , antiderivative size = 26, normalized size of antiderivative = 1.37 \[ \int 4 e^{-8+\frac {4 \left (25 x-4 x^3-x^3 \log (4)\right )}{e^8}} \left (25-12 x^2-3 x^2 \log (4)\right ) \, dx=\frac {{\mathrm {e}}^{-16\,x^3\,{\mathrm {e}}^{-8}}\,{\mathrm {e}}^{100\,x\,{\mathrm {e}}^{-8}}}{2^{8\,x^3\,{\mathrm {e}}^{-8}}} \]

[In]

int(-exp(-exp(2*log(2) - 8)*(2*x^3*log(2) - 25*x + 4*x^3))*exp(2*log(2) - 8)*(6*x^2*log(2) + 12*x^2 - 25),x)

[Out]

(exp(-16*x^3*exp(-8))*exp(100*x*exp(-8)))/2^(8*x^3*exp(-8))