\(\int \frac {e^8 (-96-160 x-64 x^2)}{9 x^7} \, dx\) [6308]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 20, antiderivative size = 23 \[ \int \frac {e^8 \left (-96-160 x-64 x^2\right )}{9 x^7} \, dx=\frac {16 e^8 \left (-3+\frac {-1+2 x}{x}\right )^2}{9 x^4} \]

[Out]

16/9/x^4*(-3+(-1+2*x)/x)^2*exp(4)^2

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 31, normalized size of antiderivative = 1.35, number of steps used = 3, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {12, 14} \[ \int \frac {e^8 \left (-96-160 x-64 x^2\right )}{9 x^7} \, dx=\frac {16 e^8}{9 x^6}+\frac {32 e^8}{9 x^5}+\frac {16 e^8}{9 x^4} \]

[In]

Int[(E^8*(-96 - 160*x - 64*x^2))/(9*x^7),x]

[Out]

(16*E^8)/(9*x^6) + (32*E^8)/(9*x^5) + (16*E^8)/(9*x^4)

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{align*} \text {integral}& = \frac {1}{9} e^8 \int \frac {-96-160 x-64 x^2}{x^7} \, dx \\ & = \frac {1}{9} e^8 \int \left (-\frac {96}{x^7}-\frac {160}{x^6}-\frac {64}{x^5}\right ) \, dx \\ & = \frac {16 e^8}{9 x^6}+\frac {32 e^8}{9 x^5}+\frac {16 e^8}{9 x^4} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 27, normalized size of antiderivative = 1.17 \[ \int \frac {e^8 \left (-96-160 x-64 x^2\right )}{9 x^7} \, dx=-\frac {32}{9} e^8 \left (-\frac {1}{2 x^6}-\frac {1}{x^5}-\frac {1}{2 x^4}\right ) \]

[In]

Integrate[(E^8*(-96 - 160*x - 64*x^2))/(9*x^7),x]

[Out]

(-32*E^8*(-1/2*1/x^6 - x^(-5) - 1/(2*x^4)))/9

Maple [A] (verified)

Time = 0.07 (sec) , antiderivative size = 18, normalized size of antiderivative = 0.78

method result size
gosper \(\frac {16 \left (x^{2}+2 x +1\right ) {\mathrm e}^{8}}{9 x^{6}}\) \(18\)
risch \(\frac {{\mathrm e}^{8} \left (16 x^{2}+32 x +16\right )}{9 x^{6}}\) \(18\)
parallelrisch \(\frac {{\mathrm e}^{8} \left (16 x^{2}+32 x +16\right )}{9 x^{6}}\) \(20\)
default \(\frac {32 \,{\mathrm e}^{8} \left (\frac {1}{2 x^{4}}+\frac {1}{x^{5}}+\frac {1}{2 x^{6}}\right )}{9}\) \(21\)
norman \(\frac {\frac {16 \,{\mathrm e}^{8}}{9}+\frac {32 x \,{\mathrm e}^{8}}{9}+\frac {16 x^{2} {\mathrm e}^{8}}{9}}{x^{6}}\) \(28\)

[In]

int(1/9*(-64*x^2-160*x-96)*exp(4)^2/x^7,x,method=_RETURNVERBOSE)

[Out]

16/9*(x^2+2*x+1)*exp(4)^2/x^6

Fricas [A] (verification not implemented)

none

Time = 0.24 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.65 \[ \int \frac {e^8 \left (-96-160 x-64 x^2\right )}{9 x^7} \, dx=\frac {16 \, {\left (x^{2} + 2 \, x + 1\right )} e^{8}}{9 \, x^{6}} \]

[In]

integrate(1/9*(-64*x^2-160*x-96)*exp(4)^2/x^7,x, algorithm="fricas")

[Out]

16/9*(x^2 + 2*x + 1)*e^8/x^6

Sympy [A] (verification not implemented)

Time = 0.12 (sec) , antiderivative size = 27, normalized size of antiderivative = 1.17 \[ \int \frac {e^8 \left (-96-160 x-64 x^2\right )}{9 x^7} \, dx=- \frac {- 16 x^{2} e^{8} - 32 x e^{8} - 16 e^{8}}{9 x^{6}} \]

[In]

integrate(1/9*(-64*x**2-160*x-96)*exp(4)**2/x**7,x)

[Out]

-(-16*x**2*exp(8) - 32*x*exp(8) - 16*exp(8))/(9*x**6)

Maxima [A] (verification not implemented)

none

Time = 0.19 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.65 \[ \int \frac {e^8 \left (-96-160 x-64 x^2\right )}{9 x^7} \, dx=\frac {16 \, {\left (x^{2} + 2 \, x + 1\right )} e^{8}}{9 \, x^{6}} \]

[In]

integrate(1/9*(-64*x^2-160*x-96)*exp(4)^2/x^7,x, algorithm="maxima")

[Out]

16/9*(x^2 + 2*x + 1)*e^8/x^6

Giac [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.65 \[ \int \frac {e^8 \left (-96-160 x-64 x^2\right )}{9 x^7} \, dx=\frac {16 \, {\left (x^{2} + 2 \, x + 1\right )} e^{8}}{9 \, x^{6}} \]

[In]

integrate(1/9*(-64*x^2-160*x-96)*exp(4)^2/x^7,x, algorithm="giac")

[Out]

16/9*(x^2 + 2*x + 1)*e^8/x^6

Mupad [B] (verification not implemented)

Time = 0.05 (sec) , antiderivative size = 22, normalized size of antiderivative = 0.96 \[ \int \frac {e^8 \left (-96-160 x-64 x^2\right )}{9 x^7} \, dx=\frac {16\,{\mathrm {e}}^8\,x^2+32\,{\mathrm {e}}^8\,x+16\,{\mathrm {e}}^8}{9\,x^6} \]

[In]

int(-(exp(8)*(160*x + 64*x^2 + 96))/(9*x^7),x)

[Out]

(16*exp(8) + 32*x*exp(8) + 16*x^2*exp(8))/(9*x^6)