3.58.37 \(\int \frac {e^{\frac {49+126 x^2+81 x^4-9 x^5}{9 x^4}} (-196-252 x^2-9 x^5)}{9 x^5} \, dx\)

Optimal. Leaf size=24 \[ e^{-x+\frac {1}{9} \left (2+\frac {7 \left (\frac {1}{x}+x\right )}{x}\right )^2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.37, antiderivative size = 19, normalized size of antiderivative = 0.79, number of steps used = 3, number of rules used = 3, integrand size = 45, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {12, 6688, 6706} \begin {gather*} e^{\frac {49}{9 x^4}+\frac {14}{x^2}-x+9} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(E^((49 + 126*x^2 + 81*x^4 - 9*x^5)/(9*x^4))*(-196 - 252*x^2 - 9*x^5))/(9*x^5),x]

[Out]

E^(9 + 49/(9*x^4) + 14/x^2 - x)

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 6688

Int[u_, x_Symbol] :> With[{v = SimplifyIntegrand[u, x]}, Int[v, x] /; SimplerIntegrandQ[v, u, x]]

Rule 6706

Int[(F_)^(v_)*(u_), x_Symbol] :> With[{q = DerivativeDivides[v, u, x]}, Simp[(q*F^v)/Log[F], x] /;  !FalseQ[q]
] /; FreeQ[F, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {1}{9} \int \frac {e^{\frac {49+126 x^2+81 x^4-9 x^5}{9 x^4}} \left (-196-252 x^2-9 x^5\right )}{x^5} \, dx\\ &=\frac {1}{9} \int \frac {e^{9+\frac {49}{9 x^4}+\frac {14}{x^2}-x} \left (-196-252 x^2-9 x^5\right )}{x^5} \, dx\\ &=e^{9+\frac {49}{9 x^4}+\frac {14}{x^2}-x}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.08, size = 19, normalized size = 0.79 \begin {gather*} e^{9+\frac {49}{9 x^4}+\frac {14}{x^2}-x} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(E^((49 + 126*x^2 + 81*x^4 - 9*x^5)/(9*x^4))*(-196 - 252*x^2 - 9*x^5))/(9*x^5),x]

[Out]

E^(9 + 49/(9*x^4) + 14/x^2 - x)

________________________________________________________________________________________

fricas [A]  time = 0.52, size = 23, normalized size = 0.96 \begin {gather*} e^{\left (-\frac {9 \, x^{5} - 81 \, x^{4} - 126 \, x^{2} - 49}{9 \, x^{4}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/9*(-9*x^5-252*x^2-196)*exp(1/9*(-9*x^5+81*x^4+126*x^2+49)/x^4)/x^5,x, algorithm="fricas")

[Out]

e^(-1/9*(9*x^5 - 81*x^4 - 126*x^2 - 49)/x^4)

________________________________________________________________________________________

giac [A]  time = 0.14, size = 16, normalized size = 0.67 \begin {gather*} e^{\left (-x + \frac {14}{x^{2}} + \frac {49}{9 \, x^{4}} + 9\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/9*(-9*x^5-252*x^2-196)*exp(1/9*(-9*x^5+81*x^4+126*x^2+49)/x^4)/x^5,x, algorithm="giac")

[Out]

e^(-x + 14/x^2 + 49/9/x^4 + 9)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 24, normalized size = 1.00




method result size



gosper \({\mathrm e}^{-\frac {9 x^{5}-81 x^{4}-126 x^{2}-49}{9 x^{4}}}\) \(24\)
norman \({\mathrm e}^{\frac {-9 x^{5}+81 x^{4}+126 x^{2}+49}{9 x^{4}}}\) \(24\)
risch \({\mathrm e}^{-\frac {9 x^{5}-81 x^{4}-126 x^{2}-49}{9 x^{4}}}\) \(24\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/9*(-9*x^5-252*x^2-196)*exp(1/9*(-9*x^5+81*x^4+126*x^2+49)/x^4)/x^5,x,method=_RETURNVERBOSE)

[Out]

exp(-1/9*(9*x^5-81*x^4-126*x^2-49)/x^4)

________________________________________________________________________________________

maxima [A]  time = 0.52, size = 16, normalized size = 0.67 \begin {gather*} e^{\left (-x + \frac {14}{x^{2}} + \frac {49}{9 \, x^{4}} + 9\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/9*(-9*x^5-252*x^2-196)*exp(1/9*(-9*x^5+81*x^4+126*x^2+49)/x^4)/x^5,x, algorithm="maxima")

[Out]

e^(-x + 14/x^2 + 49/9/x^4 + 9)

________________________________________________________________________________________

mupad [B]  time = 3.65, size = 19, normalized size = 0.79 \begin {gather*} {\mathrm {e}}^{-x}\,{\mathrm {e}}^9\,{\mathrm {e}}^{\frac {14}{x^2}}\,{\mathrm {e}}^{\frac {49}{9\,x^4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(exp((14*x^2 + 9*x^4 - x^5 + 49/9)/x^4)*(252*x^2 + 9*x^5 + 196))/(9*x^5),x)

[Out]

exp(-x)*exp(9)*exp(14/x^2)*exp(49/(9*x^4))

________________________________________________________________________________________

sympy [A]  time = 0.15, size = 20, normalized size = 0.83 \begin {gather*} e^{\frac {- x^{5} + 9 x^{4} + 14 x^{2} + \frac {49}{9}}{x^{4}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/9*(-9*x**5-252*x**2-196)*exp(1/9*(-9*x**5+81*x**4+126*x**2+49)/x**4)/x**5,x)

[Out]

exp((-x**5 + 9*x**4 + 14*x**2 + 49/9)/x**4)

________________________________________________________________________________________