3.44.97 \(\int \frac {-2916-3240 e^4 x^2}{e^8 x^5} \, dx\)

Optimal. Leaf size=14 \[ 9 \left (10+\frac {9}{e^4 x^2}\right )^2 \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 17, normalized size of antiderivative = 1.21, number of steps used = 3, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {12, 14} \begin {gather*} \frac {729}{e^8 x^4}+\frac {1620}{e^4 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-2916 - 3240*E^4*x^2)/(E^8*x^5),x]

[Out]

729/(E^8*x^4) + 1620/(E^4*x^2)

Rule 12

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

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {\int \frac {-2916-3240 e^4 x^2}{x^5} \, dx}{e^8}\\ &=\frac {\int \left (-\frac {2916}{x^5}-\frac {3240 e^4}{x^3}\right ) \, dx}{e^8}\\ &=\frac {729}{e^8 x^4}+\frac {1620}{e^4 x^2}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 21, normalized size = 1.50 \begin {gather*} -\frac {324 \left (-\frac {9}{4 x^4}-\frac {5 e^4}{x^2}\right )}{e^8} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-2916 - 3240*E^4*x^2)/(E^8*x^5),x]

[Out]

(-324*(-9/(4*x^4) - (5*E^4)/x^2))/E^8

________________________________________________________________________________________

fricas [A]  time = 0.60, size = 16, normalized size = 1.14 \begin {gather*} \frac {81 \, {\left (20 \, x^{2} e^{4} + 9\right )} e^{\left (-8\right )}}{x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3240*x^2*exp(2)^2-2916)/x^5/exp(2)^4,x, algorithm="fricas")

[Out]

81*(20*x^2*e^4 + 9)*e^(-8)/x^4

________________________________________________________________________________________

giac [A]  time = 0.13, size = 16, normalized size = 1.14 \begin {gather*} \frac {81 \, {\left (20 \, x^{2} e^{4} + 9\right )} e^{\left (-8\right )}}{x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3240*x^2*exp(2)^2-2916)/x^5/exp(2)^4,x, algorithm="giac")

[Out]

81*(20*x^2*e^4 + 9)*e^(-8)/x^4

________________________________________________________________________________________

maple [A]  time = 0.04, size = 16, normalized size = 1.14




method result size



risch \(\frac {{\mathrm e}^{-8} \left (1620 x^{2} {\mathrm e}^{4}+729\right )}{x^{4}}\) \(16\)
default \(324 \,{\mathrm e}^{-8} \left (\frac {5 \,{\mathrm e}^{4}}{x^{2}}+\frac {9}{4 x^{4}}\right )\) \(20\)
gosper \(\frac {81 \left (20 x^{2} {\mathrm e}^{4}+9\right ) {\mathrm e}^{-8}}{x^{4}}\) \(21\)
norman \(\frac {\left (729 \,{\mathrm e}^{-2}+1620 x^{2} {\mathrm e}^{2}\right ) {\mathrm e}^{-6}}{x^{4}}\) \(23\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-3240*x^2*exp(2)^2-2916)/x^5/exp(2)^4,x,method=_RETURNVERBOSE)

[Out]

exp(-8)*(1620*x^2*exp(4)+729)/x^4

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 16, normalized size = 1.14 \begin {gather*} \frac {81 \, {\left (20 \, x^{2} e^{4} + 9\right )} e^{\left (-8\right )}}{x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3240*x^2*exp(2)^2-2916)/x^5/exp(2)^4,x, algorithm="maxima")

[Out]

81*(20*x^2*e^4 + 9)*e^(-8)/x^4

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 15, normalized size = 1.07 \begin {gather*} \frac {{\mathrm {e}}^{-8}\,\left (1620\,{\mathrm {e}}^4\,x^2+729\right )}{x^4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(exp(-8)*(3240*x^2*exp(4) + 2916))/x^5,x)

[Out]

(exp(-8)*(1620*x^2*exp(4) + 729))/x^4

________________________________________________________________________________________

sympy [A]  time = 0.11, size = 19, normalized size = 1.36 \begin {gather*} - \frac {- 1620 x^{2} e^{4} - 729}{x^{4} e^{8}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3240*x**2*exp(2)**2-2916)/x**5/exp(2)**4,x)

[Out]

-(-1620*x**2*exp(4) - 729)*exp(-8)/x**4

________________________________________________________________________________________