3.78.31 \(\int \frac {e^{-\frac {1}{x^2}} (40+10 x+20 x^2-5 x^3)}{64 x^2+48 x^3+12 x^4+x^5} \, dx\)

Optimal. Leaf size=15 \[ \frac {5 e^{-\frac {1}{x^2}} x}{(4+x)^2} \]

________________________________________________________________________________________

Rubi [B]  time = 0.07, antiderivative size = 36, normalized size of antiderivative = 2.40, number of steps used = 1, number of rules used = 1, integrand size = 44, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.023, Rules used = {2288} \begin {gather*} \frac {5 e^{-\frac {1}{x^2}} x^3 (x+4)}{x^5+12 x^4+48 x^3+64 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(40 + 10*x + 20*x^2 - 5*x^3)/(E^x^(-2)*(64*x^2 + 48*x^3 + 12*x^4 + x^5)),x]

[Out]

(5*x^3*(4 + x))/(E^x^(-2)*(64*x^2 + 48*x^3 + 12*x^4 + x^5))

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 {5 e^{-\frac {1}{x^2}} x^3 (4+x)}{64 x^2+48 x^3+12 x^4+x^5}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 15, normalized size = 1.00 \begin {gather*} \frac {5 e^{-\frac {1}{x^2}} x}{(4+x)^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(40 + 10*x + 20*x^2 - 5*x^3)/(E^x^(-2)*(64*x^2 + 48*x^3 + 12*x^4 + x^5)),x]

[Out]

(5*x)/(E^x^(-2)*(4 + x)^2)

________________________________________________________________________________________

fricas [A]  time = 0.75, size = 19, normalized size = 1.27 \begin {gather*} \frac {5 \, x e^{\left (-\frac {1}{x^{2}}\right )}}{x^{2} + 8 \, x + 16} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-5*x^3+20*x^2+10*x+40)/(x^5+12*x^4+48*x^3+64*x^2)/exp(1/x^2),x, algorithm="fricas")

[Out]

5*x*e^(-1/x^2)/(x^2 + 8*x + 16)

________________________________________________________________________________________

giac [A]  time = 0.13, size = 19, normalized size = 1.27 \begin {gather*} \frac {5 \, x e^{\left (-\frac {1}{x^{2}}\right )}}{x^{2} + 8 \, x + 16} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-5*x^3+20*x^2+10*x+40)/(x^5+12*x^4+48*x^3+64*x^2)/exp(1/x^2),x, algorithm="giac")

[Out]

5*x*e^(-1/x^2)/(x^2 + 8*x + 16)

________________________________________________________________________________________

maple [A]  time = 0.20, size = 15, normalized size = 1.00




method result size



norman \(\frac {5 x \,{\mathrm e}^{-\frac {1}{x^{2}}}}{\left (4+x \right )^{2}}\) \(15\)
risch \(\frac {5 x \,{\mathrm e}^{-\frac {1}{x^{2}}}}{\left (4+x \right )^{2}}\) \(15\)
gosper \(\frac {5 x \,{\mathrm e}^{-\frac {1}{x^{2}}}}{x^{2}+8 x +16}\) \(20\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-5*x^3+20*x^2+10*x+40)/(x^5+12*x^4+48*x^3+64*x^2)/exp(1/x^2),x,method=_RETURNVERBOSE)

[Out]

5*x/exp(1/x^2)/(4+x)^2

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 19, normalized size = 1.27 \begin {gather*} \frac {5 \, x e^{\left (-\frac {1}{x^{2}}\right )}}{x^{2} + 8 \, x + 16} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-5*x^3+20*x^2+10*x+40)/(x^5+12*x^4+48*x^3+64*x^2)/exp(1/x^2),x, algorithm="maxima")

[Out]

5*x*e^(-1/x^2)/(x^2 + 8*x + 16)

________________________________________________________________________________________

mupad [B]  time = 6.13, size = 14, normalized size = 0.93 \begin {gather*} \frac {5\,x\,{\mathrm {e}}^{-\frac {1}{x^2}}}{{\left (x+4\right )}^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((exp(-1/x^2)*(10*x + 20*x^2 - 5*x^3 + 40))/(64*x^2 + 48*x^3 + 12*x^4 + x^5),x)

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.14, size = 17, normalized size = 1.13 \begin {gather*} \frac {5 x e^{- \frac {1}{x^{2}}}}{x^{2} + 8 x + 16} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-5*x**3+20*x**2+10*x+40)/(x**5+12*x**4+48*x**3+64*x**2)/exp(1/x**2),x)

[Out]

5*x*exp(-1/x**2)/(x**2 + 8*x + 16)

________________________________________________________________________________________