3.85.71 10+6e4log(5)3e4log(5)dx

Optimal. Leaf size=17 4+2x10x3e4log(5)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 16, normalized size of antiderivative = 0.94, number of steps used = 1, number of rules used = 1, integrand size = 20, number of rulesintegrand size = 0.050, Rules used = {8} 23x(35e4log(5))

Antiderivative was successfully verified.

[In]

Int[(-10 + 6*E^4*Log[5])/(3*E^4*Log[5]),x]

[Out]

(2*x*(3 - 5/(E^4*Log[5])))/3

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

integral=23x(35e4log(5))

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 16, normalized size = 0.94 2x10x3e4log(5)

Antiderivative was successfully verified.

[In]

Integrate[(-10 + 6*E^4*Log[5])/(3*E^4*Log[5]),x]

[Out]

2*x - (10*x)/(3*E^4*Log[5])

________________________________________________________________________________________

fricas [A]  time = 0.63, size = 19, normalized size = 1.12 2(3xe4log(5)5x)e(4)3log(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(6*exp(4)*log(5)-10)/exp(4)/log(5),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.19, size = 17, normalized size = 1.00 2(3e4log(5)5)xe(4)3log(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(6*exp(4)*log(5)-10)/exp(4)/log(5),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.02, size = 18, normalized size = 1.06




method result size



risch 2e4xe410e4x3ln(5) 18
default (6e4ln(5)10)e4x3ln(5) 20
norman 2(3e4ln(5)5)e4x3ln(5) 20



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/3*(6*exp(4)*ln(5)-10)/exp(4)/ln(5),x,method=_RETURNVERBOSE)

[Out]

2*exp(-4)*x*exp(4)-10/3*exp(-4)/ln(5)*x

________________________________________________________________________________________

maxima [A]  time = 0.45, size = 17, normalized size = 1.00 2(3e4log(5)5)xe(4)3log(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(6*exp(4)*log(5)-10)/exp(4)/log(5),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 16, normalized size = 0.94 xe4(2e4ln(5)103)ln(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((exp(-4)*(2*exp(4)*log(5) - 10/3))/log(5),x)

[Out]

(x*exp(-4)*(2*exp(4)*log(5) - 10/3))/log(5)

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 19, normalized size = 1.12 x(103+2e4log(5))e4log(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(6*exp(4)*ln(5)-10)/exp(4)/ln(5),x)

[Out]

x*(-10/3 + 2*exp(4)*log(5))*exp(-4)/log(5)

________________________________________________________________________________________