3.169 \(\int \frac {e^{1-e^{x^2} x+2 x^2} (x+2 x^3)}{(1-e^{x^2} x)^2} \, dx\)

Optimal. Leaf size=25 \[ -\frac {e^{1-e^{x^2} x}}{e^{x^2} x-1} \]

[Out]

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

________________________________________________________________________________________

Rubi [F]  time = 0.98, 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 \frac {e^{1-e^{x^2} x+2 x^2} \left (x+2 x^3\right )}{\left (1-e^{x^2} x\right )^2} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(E^(1 - E^x^2*x + 2*x^2)*(x + 2*x^3))/(1 - E^x^2*x)^2,x]

[Out]

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.17, size = 25, normalized size = 1.00 \[ -\frac {e^{1-e^{x^2} x}}{e^{x^2} x-1} \]

Antiderivative was successfully verified.

[In]

Integrate[(E^(1 - E^x^2*x + 2*x^2)*(x + 2*x^3))/(1 - E^x^2*x)^2,x]

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.42, size = 36, normalized size = 1.44 \[ -\frac {e^{\left (2 \, x^{2} - x e^{\left (x^{2}\right )} + 1\right )}}{x e^{\left (3 \, x^{2}\right )} - e^{\left (2 \, x^{2}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(1-exp(x^2)*x+2*x^2)*(2*x^3+x)/(1-exp(x^2)*x)^2,x, algorithm="fricas")

[Out]

-e^(2*x^2 - x*e^(x^2) + 1)/(x*e^(3*x^2) - e^(2*x^2))

________________________________________________________________________________________

giac [A]  time = 1.02, size = 36, normalized size = 1.44 \[ -\frac {e^{\left (2 \, x^{2} - x e^{\left (x^{2}\right )} + 1\right )}}{x e^{\left (3 \, x^{2}\right )} - e^{\left (2 \, x^{2}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(1-exp(x^2)*x+2*x^2)*(2*x^3+x)/(1-exp(x^2)*x)^2,x, algorithm="giac")

[Out]

-e^(2*x^2 - x*e^(x^2) + 1)/(x*e^(3*x^2) - e^(2*x^2))

________________________________________________________________________________________

maple [A]  time = 0.12, size = 23, normalized size = 0.92 \[ -\frac {{\mathrm e}^{-x \,{\mathrm e}^{x^{2}}+1}}{x \,{\mathrm e}^{x^{2}}-1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(1-exp(x^2)*x+2*x^2)*(2*x^3+x)/(1-exp(x^2)*x)^2,x)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.75, size = 22, normalized size = 0.88 \[ -\frac {e^{\left (-x e^{\left (x^{2}\right )} + 1\right )}}{x e^{\left (x^{2}\right )} - 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(1-exp(x^2)*x+2*x^2)*(2*x^3+x)/(1-exp(x^2)*x)^2,x, algorithm="maxima")

[Out]

-e^(-x*e^(x^2) + 1)/(x*e^(x^2) - 1)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \frac {{\mathrm {e}}^{2\,x^2-x\,{\mathrm {e}}^{x^2}+1}\,\left (2\,x^3+x\right )}{{\left (x\,{\mathrm {e}}^{x^2}-1\right )}^2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((exp(2*x^2 - x*exp(x^2) + 1)*(x + 2*x^3))/(x*exp(x^2) - 1)^2,x)

[Out]

int((exp(2*x^2 - x*exp(x^2) + 1)*(x + 2*x^3))/(x*exp(x^2) - 1)^2, x)

________________________________________________________________________________________

sympy [A]  time = 0.35, size = 31, normalized size = 1.24 \[ - \frac {e^{2 x^{2} - x e^{x^{2}} + 1}}{x e^{3 x^{2}} - e^{2 x^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(1-exp(x**2)*x+2*x**2)*(2*x**3+x)/(1-exp(x**2)*x)**2,x)

[Out]

-exp(2*x**2 - x*exp(x**2) + 1)/(x*exp(3*x**2) - exp(2*x**2))

________________________________________________________________________________________