3.692 \(\int e^{x^x} x^{2 x} (1+\log (x)) \, dx\)

Optimal. Leaf size=11 \[ e^{x^x} \left (x^x-1\right ) \]

[Out]

exp(x^x)*(-1+x^x)

________________________________________________________________________________________

Rubi [F]  time = 0.15, 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 = {} \[ \int e^{x^x} x^{2 x} (1+\log (x)) \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

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

Rubi steps

\begin {align*} \int e^{x^x} x^{2 x} (1+\log (x)) \, dx &=\int \left (e^{x^x} x^{2 x}+e^{x^x} x^{2 x} \log (x)\right ) \, dx\\ &=\int e^{x^x} x^{2 x} \, dx+\int e^{x^x} x^{2 x} \log (x) \, dx\\ &=\log (x) \int e^{x^x} x^{2 x} \, dx+\int e^{x^x} x^{2 x} \, dx-\int \frac {\int e^{x^x} x^{2 x} \, dx}{x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 11, normalized size = 1.00 \[ e^{x^x} \left (x^x-1\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

E^x^x*(-1 + x^x)

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 10, normalized size = 0.91 \[ {\left (x^{x} - 1\right )} e^{\left (x^{x}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(x^x - 1)*e^(x^x)

________________________________________________________________________________________

giac [A]  time = 0.19, size = 10, normalized size = 0.91 \[ {\left (x^{x} - 1\right )} e^{\left (x^{x}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(x^x - 1)*e^(x^x)

________________________________________________________________________________________

maple [B]  time = 0.05, size = 22, normalized size = 2.00 \[ {\mathrm e}^{x \ln \relax (x )} {\mathrm e}^{{\mathrm e}^{x \ln \relax (x )}}-{\mathrm e}^{{\mathrm e}^{x \ln \relax (x )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x^x)*x^(2*x)*(1+ln(x)),x)

[Out]

exp(ln(x)*x)*exp(exp(ln(x)*x))-exp(exp(ln(x)*x))

________________________________________________________________________________________

maxima [A]  time = 1.30, size = 10, normalized size = 0.91 \[ {\left (x^{x} - 1\right )} e^{\left (x^{x}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(x^x - 1)*e^(x^x)

________________________________________________________________________________________

mupad [B]  time = 3.59, size = 10, normalized size = 0.91 \[ {\mathrm {e}}^{x^x}\,\left (x^x-1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(2*x)*exp(x^x)*(log(x) + 1),x)

[Out]

exp(x^x)*(x^x - 1)

________________________________________________________________________________________

sympy [A]  time = 0.45, size = 8, normalized size = 0.73 \[ \left (x^{x} - 1\right ) e^{x^{x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x**x)*x**(2*x)*(1+ln(x)),x)

[Out]

(x**x - 1)*exp(x**x)

________________________________________________________________________________________