3.73.9 815e4x/3dx

Optimal. Leaf size=11 25e4x/3

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 11, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 11, number of rulesintegrand size = 0.182, Rules used = {12, 2194} 25e4x/3

Antiderivative was successfully verified.

[In]

Int[(8*E^((4*x)/3))/15,x]

[Out]

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

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=815e4x/3dx=25e4x/3

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 11, normalized size = 1.00 25e4x/3

Antiderivative was successfully verified.

[In]

Integrate[(8*E^((4*x)/3))/15,x]

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 1.14, size = 6, normalized size = 0.55 25e(43x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(8/15*exp(4/3*x),x, algorithm="fricas")

[Out]

2/5*e^(4/3*x)

________________________________________________________________________________________

giac [A]  time = 0.22, size = 6, normalized size = 0.55 25e(43x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(8/15*exp(4/3*x),x, algorithm="giac")

[Out]

2/5*e^(4/3*x)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 7, normalized size = 0.64




method result size



gosper 2e4x35 7
derivativedivides 2e4x35 7
default 2e4x35 7
norman 2e4x35 7
risch 2e4x35 7
meijerg 25+2e4x35 9



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(8/15*exp(4/3*x),x,method=_RETURNVERBOSE)

[Out]

2/5*exp(4/3*x)

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 6, normalized size = 0.55 25e(43x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(8/15*exp(4/3*x),x, algorithm="maxima")

[Out]

2/5*e^(4/3*x)

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 6, normalized size = 0.55 2e4x35

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((8*exp((4*x)/3))/15,x)

[Out]

(2*exp((4*x)/3))/5

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 8, normalized size = 0.73 2e4x35

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(8/15*exp(4/3*x),x)

[Out]

2*exp(4*x/3)/5

________________________________________________________________________________________