3.69.99 (6e3x+6x2e5)dx

Optimal. Leaf size=16 2(1+e3x+x3e5)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 16, 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 = {2194} 2x3e5+2e3x

Antiderivative was successfully verified.

[In]

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

[Out]

2*E^(3*x) + (2*x^3)/E^5

Rule 2194

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps

integral=2x3e5+6e3xdx=2e3x+2x3e5

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 22, normalized size = 1.38 6(e3x3+x33e5)

Antiderivative was successfully verified.

[In]

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

[Out]

6*(E^(3*x)/3 + x^3/(3*E^5))

________________________________________________________________________________________

fricas [A]  time = 0.56, size = 14, normalized size = 0.88 2(x3+e(3x+5))e(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(6*x*exp(log(x)-5)+6*exp(3*x),x, algorithm="fricas")

[Out]

2*(x^3 + e^(3*x + 5))*e^(-5)

________________________________________________________________________________________

giac [A]  time = 0.36, size = 14, normalized size = 0.88 2x3e(5)+2e(3x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(6*x*exp(log(x)-5)+6*exp(3*x),x, algorithm="giac")

[Out]

2*x^3*e^(-5) + 2*e^(3*x)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 15, normalized size = 0.94




method result size



default 2x3e5+2e3x 15
risch 2x3e5+2e3x 15
norman 2x3e5+2e3x 17



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(6*x*exp(ln(x)-5)+6*exp(3*x),x,method=_RETURNVERBOSE)

[Out]

2*x^3*exp(-5)+2*exp(3*x)

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 14, normalized size = 0.88 2x3e(5)+2e(3x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(6*x*exp(log(x)-5)+6*exp(3*x),x, algorithm="maxima")

[Out]

2*x^3*e^(-5) + 2*e^(3*x)

________________________________________________________________________________________

mupad [B]  time = 4.08, size = 14, normalized size = 0.88 2e3x+2x3e5

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(6*exp(3*x) + 6*x*exp(log(x) - 5),x)

[Out]

2*exp(3*x) + 2*x^3*exp(-5)

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 14, normalized size = 0.88 2x3e5+2e3x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(6*x*exp(ln(x)-5)+6*exp(3*x),x)

[Out]

2*x**3*exp(-5) + 2*exp(3*x)

________________________________________________________________________________________