3.23.88 \(\int \frac {544}{3} e^{\frac {136 x^4}{3}} x^3 \, dx\)

Optimal. Leaf size=9 \[ e^{\frac {136 x^4}{3}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 9, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {12, 2209} \begin {gather*} e^{\frac {136 x^4}{3}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(544*E^((136*x^4)/3)*x^3)/3,x]

[Out]

E^((136*x^4)/3)

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]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {544}{3} \int e^{\frac {136 x^4}{3}} x^3 \, dx\\ &=e^{\frac {136 x^4}{3}}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 9, normalized size = 1.00 \begin {gather*} e^{\frac {136 x^4}{3}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(544*E^((136*x^4)/3)*x^3)/3,x]

[Out]

E^((136*x^4)/3)

________________________________________________________________________________________

fricas [A]  time = 0.71, size = 6, normalized size = 0.67 \begin {gather*} e^{\left (\frac {136}{3} \, x^{4}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(544/3*x^3*exp(136/3*x^4),x, algorithm="fricas")

[Out]

e^(136/3*x^4)

________________________________________________________________________________________

giac [A]  time = 0.18, size = 6, normalized size = 0.67 \begin {gather*} e^{\left (\frac {136}{3} \, x^{4}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(544/3*x^3*exp(136/3*x^4),x, algorithm="giac")

[Out]

e^(136/3*x^4)

________________________________________________________________________________________

maple [A]  time = 0.04, size = 7, normalized size = 0.78




method result size



gosper \({\mathrm e}^{\frac {136 x^{4}}{3}}\) \(7\)
derivativedivides \({\mathrm e}^{\frac {136 x^{4}}{3}}\) \(7\)
default \({\mathrm e}^{\frac {136 x^{4}}{3}}\) \(7\)
norman \({\mathrm e}^{\frac {136 x^{4}}{3}}\) \(7\)
risch \({\mathrm e}^{\frac {136 x^{4}}{3}}\) \(7\)
meijerg \(-1+{\mathrm e}^{\frac {136 x^{4}}{3}}\) \(9\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(544/3*x^3*exp(136/3*x^4),x,method=_RETURNVERBOSE)

[Out]

exp(136/3*x^4)

________________________________________________________________________________________

maxima [A]  time = 0.43, size = 6, normalized size = 0.67 \begin {gather*} e^{\left (\frac {136}{3} \, x^{4}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(544/3*x^3*exp(136/3*x^4),x, algorithm="maxima")

[Out]

e^(136/3*x^4)

________________________________________________________________________________________

mupad [B]  time = 0.06, size = 6, normalized size = 0.67 \begin {gather*} {\mathrm {e}}^{\frac {136\,x^4}{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((544*x^3*exp((136*x^4)/3))/3,x)

[Out]

exp((136*x^4)/3)

________________________________________________________________________________________

sympy [A]  time = 0.08, size = 7, normalized size = 0.78 \begin {gather*} e^{\frac {136 x^{4}}{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(544/3*x**3*exp(136/3*x**4),x)

[Out]

exp(136*x**4/3)

________________________________________________________________________________________