3.66.40 \(\int \frac {e^{-\frac {2 e^8}{x^4}} (36 e^8+e^{\frac {2 e^8}{x^4}} x^6+e^{\frac {e^8}{x^4}} (12 e^8 x+3 x^5))}{3 x^5} \, dx\)

Optimal. Leaf size=20 \[ \frac {1}{6} \left (3 e^{-\frac {e^8}{x^4}}+x\right )^2 \]

________________________________________________________________________________________

Rubi [A]  time = 0.38, antiderivative size = 34, normalized size of antiderivative = 1.70, number of steps used = 5, number of rules used = 4, integrand size = 59, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.068, Rules used = {12, 6742, 2209, 2288} \begin {gather*} e^{-\frac {e^8}{x^4}} x+\frac {3}{2} e^{-\frac {2 e^8}{x^4}}+\frac {x^2}{6} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(36*E^8 + E^((2*E^8)/x^4)*x^6 + E^(E^8/x^4)*(12*E^8*x + 3*x^5))/(3*E^((2*E^8)/x^4)*x^5),x]

[Out]

3/(2*E^((2*E^8)/x^4)) + x/E^(E^8/x^4) + x^2/6

Rule 12

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

Rule 2209

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Simp[((e + f*x)^n*
F^(a + b*(c + d*x)^n))/(b*f*n*(c + d*x)^n*Log[F]), x] /; FreeQ[{F, a, b, c, d, e, f, n}, x] && EqQ[m, n - 1] &
& EqQ[d*e - c*f, 0]

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]

Rule 6742

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

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {1}{3} \int \frac {e^{-\frac {2 e^8}{x^4}} \left (36 e^8+e^{\frac {2 e^8}{x^4}} x^6+e^{\frac {e^8}{x^4}} \left (12 e^8 x+3 x^5\right )\right )}{x^5} \, dx\\ &=\frac {1}{3} \int \left (\frac {36 e^{8-\frac {2 e^8}{x^4}}}{x^5}+x+\frac {3 e^{-\frac {e^8}{x^4}} \left (4 e^8+x^4\right )}{x^4}\right ) \, dx\\ &=\frac {x^2}{6}+12 \int \frac {e^{8-\frac {2 e^8}{x^4}}}{x^5} \, dx+\int \frac {e^{-\frac {e^8}{x^4}} \left (4 e^8+x^4\right )}{x^4} \, dx\\ &=\frac {3}{2} e^{-\frac {2 e^8}{x^4}}+e^{-\frac {e^8}{x^4}} x+\frac {x^2}{6}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [C]  time = 0.06, size = 71, normalized size = 3.55 \begin {gather*} \frac {3}{2} e^{-\frac {2 e^8}{x^4}}+\frac {x^2}{6}+\frac {1}{4} e^2 \sqrt [4]{\frac {1}{x^4}} x \Gamma \left (-\frac {1}{4},\frac {e^8}{x^4}\right )+e^2 \sqrt [4]{\frac {1}{x^4}} x \Gamma \left (\frac {3}{4},\frac {e^8}{x^4}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(36*E^8 + E^((2*E^8)/x^4)*x^6 + E^(E^8/x^4)*(12*E^8*x + 3*x^5))/(3*E^((2*E^8)/x^4)*x^5),x]

[Out]

3/(2*E^((2*E^8)/x^4)) + x^2/6 + (E^2*(x^(-4))^(1/4)*x*Gamma[-1/4, E^8/x^4])/4 + E^2*(x^(-4))^(1/4)*x*Gamma[3/4
, E^8/x^4]

________________________________________________________________________________________

fricas [B]  time = 0.73, size = 34, normalized size = 1.70 \begin {gather*} \frac {1}{6} \, {\left (x^{2} e^{\left (\frac {2 \, e^{8}}{x^{4}}\right )} + 6 \, x e^{\left (\frac {e^{8}}{x^{4}}\right )} + 9\right )} e^{\left (-\frac {2 \, e^{8}}{x^{4}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(x^6*exp(exp(1)^8/x^4)^2+(12*x*exp(1)^8+3*x^5)*exp(exp(1)^8/x^4)+36*exp(1)^8)/x^5/exp(exp(1)^8/x
^4)^2,x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

giac [B]  time = 0.29, size = 35, normalized size = 1.75 \begin {gather*} \frac {1}{6} \, x^{2} + x e^{\left (\frac {8 \, x^{4} - e^{8}}{x^{4}} - 8\right )} + \frac {3}{2} \, e^{\left (-\frac {2 \, e^{8}}{x^{4}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(x^6*exp(exp(1)^8/x^4)^2+(12*x*exp(1)^8+3*x^5)*exp(exp(1)^8/x^4)+36*exp(1)^8)/x^5/exp(exp(1)^8/x
^4)^2,x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.42, size = 27, normalized size = 1.35




method result size



risch \(\frac {x^{2}}{6}+x \,{\mathrm e}^{-\frac {{\mathrm e}^{8}}{x^{4}}}+\frac {3 \,{\mathrm e}^{-\frac {2 \,{\mathrm e}^{8}}{x^{4}}}}{2}\) \(27\)
norman \(\frac {\left ({\mathrm e}^{\frac {{\mathrm e}^{8}}{x^{4}}} x^{5}+\frac {3 x^{4}}{2}+\frac {x^{6} {\mathrm e}^{\frac {2 \,{\mathrm e}^{8}}{x^{4}}}}{6}\right ) {\mathrm e}^{-\frac {2 \,{\mathrm e}^{8}}{x^{4}}}}{x^{4}}\) \(51\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/3*(x^6*exp(exp(1)^8/x^4)^2+(12*x*exp(1)^8+3*x^5)*exp(exp(1)^8/x^4)+36*exp(1)^8)/x^5/exp(exp(1)^8/x^4)^2,
x,method=_RETURNVERBOSE)

[Out]

1/6*x^2+x*exp(-exp(8)/x^4)+3/2*exp(-2*exp(8)/x^4)

________________________________________________________________________________________

maxima [C]  time = 0.42, size = 53, normalized size = 2.65 \begin {gather*} \frac {1}{4} \, x \frac {1}{x^{4}}^{\frac {1}{4}} e^{2} \Gamma \left (-\frac {1}{4}, \frac {e^{8}}{x^{4}}\right ) + \frac {1}{6} \, x^{2} + \frac {{\left (x^{4}\right )}^{\frac {3}{4}} e^{2} \Gamma \left (\frac {3}{4}, \frac {e^{8}}{x^{4}}\right )}{x^{3}} + \frac {3}{2} \, e^{\left (-\frac {2 \, e^{8}}{x^{4}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(x^6*exp(exp(1)^8/x^4)^2+(12*x*exp(1)^8+3*x^5)*exp(exp(1)^8/x^4)+36*exp(1)^8)/x^5/exp(exp(1)^8/x
^4)^2,x, algorithm="maxima")

[Out]

1/4*x*(x^(-4))^(1/4)*e^2*gamma(-1/4, e^8/x^4) + 1/6*x^2 + (x^4)^(3/4)*e^2*gamma(3/4, e^8/x^4)/x^3 + 3/2*e^(-2*
e^8/x^4)

________________________________________________________________________________________

mupad [B]  time = 4.44, size = 23, normalized size = 1.15 \begin {gather*} \frac {{\mathrm {e}}^{-\frac {2\,{\mathrm {e}}^8}{x^4}}\,{\left (x\,{\mathrm {e}}^{\frac {{\mathrm {e}}^8}{x^4}}+3\right )}^2}{6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((exp(-(2*exp(8))/x^4)*(12*exp(8) + (exp(exp(8)/x^4)*(12*x*exp(8) + 3*x^5))/3 + (x^6*exp((2*exp(8))/x^4))/3
))/x^5,x)

[Out]

(exp(-(2*exp(8))/x^4)*(x*exp(exp(8)/x^4) + 3)^2)/6

________________________________________________________________________________________

sympy [A]  time = 0.23, size = 27, normalized size = 1.35 \begin {gather*} \frac {x^{2}}{6} + x e^{- \frac {e^{8}}{x^{4}}} + \frac {3 e^{- \frac {2 e^{8}}{x^{4}}}}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(x**6*exp(exp(1)**8/x**4)**2+(12*x*exp(1)**8+3*x**5)*exp(exp(1)**8/x**4)+36*exp(1)**8)/x**5/exp(
exp(1)**8/x**4)**2,x)

[Out]

x**2/6 + x*exp(-exp(8)/x**4) + 3*exp(-2*exp(8)/x**4)/2

________________________________________________________________________________________