3.73.45 15310e2x10dx

Optimal. Leaf size=15 310e2x10

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 18, number of rulesintegrand size = 0.111, Rules used = {12, 2194} 310e2x10

Antiderivative was successfully verified.

[In]

Int[(3^(1/10)*(E^(2*x))^(1/10))/5,x]

[Out]

3^(1/10)*(E^(2*x))^(1/10)

Rule 12

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

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=15310e2x10dx=310e2x10

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 15, normalized size = 1.00 310e2x10

Antiderivative was successfully verified.

[In]

Integrate[(3^(1/10)*(E^(2*x))^(1/10))/5,x]

[Out]

3^(1/10)*(E^(2*x))^(1/10)

________________________________________________________________________________________

fricas [A]  time = 1.02, size = 8, normalized size = 0.53 3110e(15x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(3^(1/2)*exp(2*x)^(1/2))^(1/5),x, algorithm="fricas")

[Out]

3^(1/10)*e^(1/5*x)

________________________________________________________________________________________

giac [A]  time = 0.18, size = 8, normalized size = 0.53 3110e(15x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(3^(1/2)*exp(2*x)^(1/2))^(1/5),x, algorithm="giac")

[Out]

3^(1/10)*e^(1/5*x)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 13, normalized size = 0.87




method result size



gosper (3e2x)15 13
derivativedivides (3e2x)15 13
default (3e2x)15 13



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/5*(3^(1/2)*exp(2*x)^(1/2))^(1/5),x,method=_RETURNVERBOSE)

[Out]

(3^(1/2)*exp(2*x)^(1/2))^(1/5)

________________________________________________________________________________________

maxima [A]  time = 0.45, size = 8, normalized size = 0.53 3110e(15x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(3^(1/2)*exp(2*x)^(1/2))^(1/5),x, algorithm="maxima")

[Out]

3^(1/10)*e^(1/5*x)

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 8, normalized size = 0.53 31/10ex/5

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3^(1/2)*exp(2*x)^(1/2))^(1/5)/5,x)

[Out]

3^(1/10)*exp(x/5)

________________________________________________________________________________________

sympy [A]  time = 0.10, size = 12, normalized size = 0.80 310e2x10

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(3**(1/2)*exp(2*x)**(1/2))**(1/5),x)

[Out]

3**(1/10)*exp(2*x)**(1/10)

________________________________________________________________________________________