3.33.67 (6x+1156e289x4x3)dx

Optimal. Leaf size=13 e289x43x2

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 16, number of rulesintegrand size = 0.062, Rules used = {2209} e289x43x2

Antiderivative was successfully verified.

[In]

Int[-6*x + 1156*E^(289*x^4)*x^3,x]

[Out]

E^(289*x^4) - 3*x^2

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

integral=3x2+1156e289x4x3dx=e289x43x2

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 21, normalized size = 1.62 2(e289x423x22)

Antiderivative was successfully verified.

[In]

Integrate[-6*x + 1156*E^(289*x^4)*x^3,x]

[Out]

2*(E^(289*x^4)/2 - (3*x^2)/2)

________________________________________________________________________________________

fricas [A]  time = 0.75, size = 12, normalized size = 0.92 3x2+e(289x4)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1156*x^3*exp(289*x^4)-6*x,x, algorithm="fricas")

[Out]

-3*x^2 + e^(289*x^4)

________________________________________________________________________________________

giac [A]  time = 0.17, size = 12, normalized size = 0.92 3x2+e(289x4)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1156*x^3*exp(289*x^4)-6*x,x, algorithm="giac")

[Out]

-3*x^2 + e^(289*x^4)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 13, normalized size = 1.00




method result size



default e289x43x2 13
norman e289x43x2 13
risch e289x43x2 13



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1156*x^3*exp(289*x^4)-6*x,x,method=_RETURNVERBOSE)

[Out]

exp(289*x^4)-3*x^2

________________________________________________________________________________________

maxima [A]  time = 0.34, size = 12, normalized size = 0.92 3x2+e(289x4)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1156*x^3*exp(289*x^4)-6*x,x, algorithm="maxima")

[Out]

-3*x^2 + e^(289*x^4)

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 12, normalized size = 0.92 e289x43x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1156*x^3*exp(289*x^4) - 6*x,x)

[Out]

exp(289*x^4) - 3*x^2

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 10, normalized size = 0.77 3x2+e289x4

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1156*x**3*exp(289*x**4)-6*x,x)

[Out]

-3*x**2 + exp(289*x**4)

________________________________________________________________________________________