3.44.1 \(\int e^{-2 x} (2 e^x+e^{9 e^{-2 x} x^2 \log ^2(x)} (18 x \log (x)+(18 x-18 x^2) \log ^2(x))) \, dx\)

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

________________________________________________________________________________________

Rubi [F]  time = 2.49, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int e^{-2 x} \left (2 e^x+e^{9 e^{-2 x} x^2 \log ^2(x)} \left (18 x \log (x)+\left (18 x-18 x^2\right ) \log ^2(x)\right )\right ) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(2*E^x + E^((9*x^2*Log[x]^2)/E^(2*x))*(18*x*Log[x] + (18*x - 18*x^2)*Log[x]^2))/E^(2*x),x]

[Out]

-2/E^x + 18*Defer[Int][E^(-2*x + (9*x^2*Log[x]^2)/E^(2*x))*x*Log[x], x] + 18*Defer[Int][E^(-2*x + (9*x^2*Log[x
]^2)/E^(2*x))*x*Log[x]^2, x] - 18*Defer[Int][E^(-2*x + (9*x^2*Log[x]^2)/E^(2*x))*x^2*Log[x]^2, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \left (2 e^{-x}-18 e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} x \log (x) (-1-\log (x)+x \log (x))\right ) \, dx\\ &=2 \int e^{-x} \, dx-18 \int e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} x \log (x) (-1-\log (x)+x \log (x)) \, dx\\ &=-2 e^{-x}-18 \int \left (-e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} x \log (x)+e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} (-1+x) x \log ^2(x)\right ) \, dx\\ &=-2 e^{-x}+18 \int e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} x \log (x) \, dx-18 \int e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} (-1+x) x \log ^2(x) \, dx\\ &=-2 e^{-x}+18 \int e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} x \log (x) \, dx-18 \int \left (-e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} x \log ^2(x)+e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} x^2 \log ^2(x)\right ) \, dx\\ &=-2 e^{-x}+18 \int e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} x \log (x) \, dx+18 \int e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} x \log ^2(x) \, dx-18 \int e^{-2 x+9 e^{-2 x} x^2 \log ^2(x)} x^2 \log ^2(x) \, dx\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.55, size = 30, normalized size = 1.25 \begin {gather*} 2 \left (-e^{-x}+\frac {1}{2} e^{9 e^{-2 x} x^2 \log ^2(x)}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(2*E^x + E^((9*x^2*Log[x]^2)/E^(2*x))*(18*x*Log[x] + (18*x - 18*x^2)*Log[x]^2))/E^(2*x),x]

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.54, size = 23, normalized size = 0.96 \begin {gather*} {\left (e^{\left (9 \, x^{2} e^{\left (-2 \, x\right )} \log \relax (x)^{2} + x\right )} - 2\right )} e^{\left (-x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int -2 \, {\left (9 \, {\left ({\left (x^{2} - x\right )} \log \relax (x)^{2} - x \log \relax (x)\right )} e^{\left (9 \, x^{2} e^{\left (-2 \, x\right )} \log \relax (x)^{2}\right )} - e^{x}\right )} e^{\left (-2 \, x\right )}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(-2*(9*((x^2 - x)*log(x)^2 - x*log(x))*e^(9*x^2*e^(-2*x)*log(x)^2) - e^x)*e^(-2*x), x)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 22, normalized size = 0.92




method result size



risch \(-2 \,{\mathrm e}^{-x}+{\mathrm e}^{9 x^{2} \ln \relax (x )^{2} {\mathrm e}^{-2 x}}\) \(22\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((((-18*x^2+18*x)*ln(x)^2+18*x*ln(x))*exp(9*x^2*ln(x)^2/exp(x)^2)+2*exp(x))/exp(x)^2,x,method=_RETURNVERBOS
E)

[Out]

-2*exp(-x)+exp(9*x^2*ln(x)^2*exp(-2*x))

________________________________________________________________________________________

maxima [A]  time = 0.59, size = 21, normalized size = 0.88 \begin {gather*} e^{\left (9 \, x^{2} e^{\left (-2 \, x\right )} \log \relax (x)^{2}\right )} - 2 \, e^{\left (-x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(9*x^2*e^(-2*x)*log(x)^2) - 2*e^(-x)

________________________________________________________________________________________

mupad [B]  time = 3.16, size = 21, normalized size = 0.88 \begin {gather*} {\mathrm {e}}^{9\,x^2\,{\mathrm {e}}^{-2\,x}\,{\ln \relax (x)}^2}-2\,{\mathrm {e}}^{-x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(-2*x)*(2*exp(x) + exp(9*x^2*exp(-2*x)*log(x)^2)*(log(x)^2*(18*x - 18*x^2) + 18*x*log(x))),x)

[Out]

exp(9*x^2*exp(-2*x)*log(x)^2) - 2*exp(-x)

________________________________________________________________________________________

sympy [A]  time = 0.55, size = 20, normalized size = 0.83 \begin {gather*} e^{9 x^{2} e^{- 2 x} \log {\relax (x )}^{2}} - 2 e^{- x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((((-18*x**2+18*x)*ln(x)**2+18*x*ln(x))*exp(9*x**2*ln(x)**2/exp(x)**2)+2*exp(x))/exp(x)**2,x)

[Out]

exp(9*x**2*exp(-2*x)*log(x)**2) - 2*exp(-x)

________________________________________________________________________________________