3.64.5 \(\int e^{2+(25-5 x) \log ^2(2 x)} (1+(50-10 x) \log (2 x)-5 x \log ^2(2 x)) \, dx\)

Optimal. Leaf size=19 \[ e^{2+5 (5-x) \log ^2(2 x)} x \]

________________________________________________________________________________________

Rubi [B]  time = 0.17, antiderivative size = 64, normalized size of antiderivative = 3.37, number of steps used = 1, number of rules used = 1, integrand size = 38, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.026, Rules used = {2288} \begin {gather*} \frac {e^{5 (5-x) \log ^2(2 x)+2} \left (2 (5-x) \log (2 x)-x \log ^2(2 x)\right )}{\frac {2 (5-x) \log (2 x)}{x}-\log ^2(2 x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^(2 + (25 - 5*x)*Log[2*x]^2)*(1 + (50 - 10*x)*Log[2*x] - 5*x*Log[2*x]^2),x]

[Out]

(E^(2 + 5*(5 - x)*Log[2*x]^2)*(2*(5 - x)*Log[2*x] - x*Log[2*x]^2))/((2*(5 - x)*Log[2*x])/x - Log[2*x]^2)

Rule 2288

Int[(y_.)*(F_)^(u_)*((v_) + (w_)), x_Symbol] :> With[{z = (v*y)/(Log[F]*D[u, x])}, Simp[F^u*z, x] /; EqQ[D[z,
x], w*y]] /; FreeQ[F, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {e^{2+5 (5-x) \log ^2(2 x)} \left (2 (5-x) \log (2 x)-x \log ^2(2 x)\right )}{\frac {2 (5-x) \log (2 x)}{x}-\log ^2(2 x)}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.15, size = 17, normalized size = 0.89 \begin {gather*} e^{2-5 (-5+x) \log ^2(2 x)} x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^(2 + (25 - 5*x)*Log[2*x]^2)*(1 + (50 - 10*x)*Log[2*x] - 5*x*Log[2*x]^2),x]

[Out]

E^(2 - 5*(-5 + x)*Log[2*x]^2)*x

________________________________________________________________________________________

fricas [A]  time = 0.69, size = 16, normalized size = 0.84 \begin {gather*} x e^{\left (-5 \, {\left (x - 5\right )} \log \left (2 \, x\right )^{2} + 2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-5*x*log(2*x)^2+(-10*x+50)*log(2*x)+1)*exp((-5*x+25)*log(2*x)^2+2),x, algorithm="fricas")

[Out]

x*e^(-5*(x - 5)*log(2*x)^2 + 2)

________________________________________________________________________________________

giac [A]  time = 0.35, size = 22, normalized size = 1.16 \begin {gather*} x e^{\left (-5 \, x \log \left (2 \, x\right )^{2} + 25 \, \log \left (2 \, x\right )^{2} + 2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-5*x*log(2*x)^2+(-10*x+50)*log(2*x)+1)*exp((-5*x+25)*log(2*x)^2+2),x, algorithm="giac")

[Out]

x*e^(-5*x*log(2*x)^2 + 25*log(2*x)^2 + 2)

________________________________________________________________________________________

maple [A]  time = 0.04, size = 18, normalized size = 0.95




method result size



norman \(x \,{\mathrm e}^{\left (-5 x +25\right ) \ln \left (2 x \right )^{2}+2}\) \(18\)
risch \(x \,{\mathrm e}^{-5 x \ln \left (2 x \right )^{2}+25 \ln \left (2 x \right )^{2}+2}\) \(23\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-5*x*ln(2*x)^2+(-10*x+50)*ln(2*x)+1)*exp((-5*x+25)*ln(2*x)^2+2),x,method=_RETURNVERBOSE)

[Out]

x*exp((-5*x+25)*ln(2*x)^2+2)

________________________________________________________________________________________

maxima [B]  time = 0.55, size = 44, normalized size = 2.32 \begin {gather*} x e^{\left (-5 \, x \log \relax (2)^{2} - 10 \, x \log \relax (2) \log \relax (x) - 5 \, x \log \relax (x)^{2} + 25 \, \log \relax (2)^{2} + 50 \, \log \relax (2) \log \relax (x) + 25 \, \log \relax (x)^{2} + 2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-5*x*log(2*x)^2+(-10*x+50)*log(2*x)+1)*exp((-5*x+25)*log(2*x)^2+2),x, algorithm="maxima")

[Out]

x*e^(-5*x*log(2)^2 - 10*x*log(2)*log(x) - 5*x*log(x)^2 + 25*log(2)^2 + 50*log(2)*log(x) + 25*log(x)^2 + 2)

________________________________________________________________________________________

mupad [B]  time = 4.37, size = 46, normalized size = 2.42 \begin {gather*} x^{50\,\ln \relax (2)-10\,x\,\ln \relax (2)+1}\,{\mathrm {e}}^{-5\,x\,{\ln \relax (2)}^2}\,{\mathrm {e}}^{25\,{\ln \relax (x)}^2}\,{\mathrm {e}}^2\,{\mathrm {e}}^{-5\,x\,{\ln \relax (x)}^2}\,{\mathrm {e}}^{25\,{\ln \relax (2)}^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-exp(2 - log(2*x)^2*(5*x - 25))*(5*x*log(2*x)^2 + log(2*x)*(10*x - 50) - 1),x)

[Out]

x^(50*log(2) - 10*x*log(2) + 1)*exp(-5*x*log(2)^2)*exp(25*log(x)^2)*exp(2)*exp(-5*x*log(x)^2)*exp(25*log(2)^2)

________________________________________________________________________________________

sympy [A]  time = 0.37, size = 15, normalized size = 0.79 \begin {gather*} x e^{\left (25 - 5 x\right ) \log {\left (2 x \right )}^{2} + 2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-5*x*ln(2*x)**2+(-10*x+50)*ln(2*x)+1)*exp((-5*x+25)*ln(2*x)**2+2),x)

[Out]

x*exp((25 - 5*x)*log(2*x)**2 + 2)

________________________________________________________________________________________