3.53.13 \(\int 64 e^{4+2 x^2} x \log ^2(4) \, dx\) [5213]

Optimal. Leaf size=15 \[ 16 e^{4+2 x^2} \log ^2(4) \]

[Out]

64*exp(2)^2*exp(x^2)^2*ln(2)^2

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {12, 2240} \begin {gather*} 16 e^{2 x^2+4} \log ^2(4) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[64*E^(4 + 2*x^2)*x*Log[4]^2,x]

[Out]

16*E^(4 + 2*x^2)*Log[4]^2

Rule 12

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

Rule 2240

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Simp[(e + f*x)^n*(
F^(a + b*(c + d*x)^n)/(b*f*n*(c + d*x)^n*Log[F])), x] /; FreeQ[{F, a, b, c, d, e, f, n}, x] && EqQ[m, n - 1] &
& EqQ[d*e - c*f, 0]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\left (64 \log ^2(4)\right ) \int e^{4+2 x^2} x \, dx\\ &=16 e^{4+2 x^2} \log ^2(4)\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 15, normalized size = 1.00 \begin {gather*} 16 e^{4+2 x^2} \log ^2(4) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[64*E^(4 + 2*x^2)*x*Log[4]^2,x]

[Out]

16*E^(4 + 2*x^2)*Log[4]^2

________________________________________________________________________________________

Maple [A]
time = 6.15, size = 17, normalized size = 1.13

method result size
risch \(64 \ln \left (2\right )^{2} {\mathrm e}^{2 x^{2}+4}\) \(15\)
gosper \(64 \,{\mathrm e}^{4} {\mathrm e}^{2 x^{2}} \ln \left (2\right )^{2}\) \(17\)
derivativedivides \(64 \,{\mathrm e}^{4} {\mathrm e}^{2 x^{2}} \ln \left (2\right )^{2}\) \(17\)
default \(64 \,{\mathrm e}^{4} {\mathrm e}^{2 x^{2}} \ln \left (2\right )^{2}\) \(17\)
norman \(64 \,{\mathrm e}^{4} {\mathrm e}^{2 x^{2}} \ln \left (2\right )^{2}\) \(17\)
meijerg \(-64 \,{\mathrm e}^{4} \ln \left (2\right )^{2} \left (1-{\mathrm e}^{2 x^{2}}\right )\) \(19\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(256*x*exp(2)^2*ln(2)^2*exp(x^2)^2,x,method=_RETURNVERBOSE)

[Out]

64*exp(2)^2*exp(x^2)^2*ln(2)^2

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 14, normalized size = 0.93 \begin {gather*} 64 \, e^{\left (2 \, x^{2} + 4\right )} \log \left (2\right )^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(256*x*exp(2)^2*log(2)^2*exp(x^2)^2,x, algorithm="maxima")

[Out]

64*e^(2*x^2 + 4)*log(2)^2

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 14, normalized size = 0.93 \begin {gather*} 64 \, e^{\left (2 \, x^{2} + 4\right )} \log \left (2\right )^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(256*x*exp(2)^2*log(2)^2*exp(x^2)^2,x, algorithm="fricas")

[Out]

64*e^(2*x^2 + 4)*log(2)^2

________________________________________________________________________________________

Sympy [A]
time = 0.03, size = 15, normalized size = 1.00 \begin {gather*} 64 e^{4} e^{2 x^{2}} \log {\left (2 \right )}^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(256*x*exp(2)**2*ln(2)**2*exp(x**2)**2,x)

[Out]

64*exp(4)*exp(2*x**2)*log(2)**2

________________________________________________________________________________________

Giac [A]
time = 0.38, size = 14, normalized size = 0.93 \begin {gather*} 64 \, e^{\left (2 \, x^{2} + 4\right )} \log \left (2\right )^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(256*x*exp(2)^2*log(2)^2*exp(x^2)^2,x, algorithm="giac")

[Out]

64*e^(2*x^2 + 4)*log(2)^2

________________________________________________________________________________________

Mupad [B]
time = 0.02, size = 14, normalized size = 0.93 \begin {gather*} 64\,{\mathrm {e}}^4\,{\mathrm {e}}^{2\,x^2}\,{\ln \left (2\right )}^2 \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(256*x*exp(4)*exp(2*x^2)*log(2)^2,x)

[Out]

64*exp(4)*exp(2*x^2)*log(2)^2

________________________________________________________________________________________