3.17.75 13xdx

Optimal. Leaf size=10 13(1log(x))

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 6, normalized size of antiderivative = 0.60, number of steps used = 2, number of rules used = 2, integrand size = 7, number of rulesintegrand size = 0.286, Rules used = {12, 29} log(x)3

Antiderivative was successfully verified.

[In]

Int[-1/3*1/x,x]

[Out]

-1/3*Log[x]

Rule 12

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

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rubi steps

integral=(131xdx)=log(x)3

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 6, normalized size = 0.60 log(x)3

Antiderivative was successfully verified.

[In]

Integrate[-1/3*1/x,x]

[Out]

-1/3*Log[x]

________________________________________________________________________________________

fricas [A]  time = 0.72, size = 4, normalized size = 0.40 13log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/3/x,x, algorithm="fricas")

[Out]

-1/3*log(x)

________________________________________________________________________________________

giac [A]  time = 0.21, size = 5, normalized size = 0.50 13log(|x|)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/3/x,x, algorithm="giac")

[Out]

-1/3*log(abs(x))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 5, normalized size = 0.50




method result size



default ln(x)3 5
norman ln(x)3 5
risch ln(x)3 5



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/3/x,x,method=_RETURNVERBOSE)

[Out]

-1/3*ln(x)

________________________________________________________________________________________

maxima [A]  time = 0.55, size = 4, normalized size = 0.40 13log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/3/x,x, algorithm="maxima")

[Out]

-1/3*log(x)

________________________________________________________________________________________

mupad [B]  time = 1.08, size = 4, normalized size = 0.40 ln(x)3

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/(3*x),x)

[Out]

-log(x)/3

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 5, normalized size = 0.50 log(x)3

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/3/x,x)

[Out]

-log(x)/3

________________________________________________________________________________________