3.33.54 1xdx

Optimal. Leaf size=12 log(2(1+e9+e16)x)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 2, normalized size of antiderivative = 0.17, number of steps used = 1, number of rules used = 1, integrand size = 3, number of rulesintegrand size = 0.333, Rules used = {29} log(x)

Antiderivative was successfully verified.

[In]

Int[x^(-1),x]

[Out]

Log[x]

Rule 29

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

Rubi steps

integral=log(x)

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 2, normalized size = 0.17 log(x)

Antiderivative was successfully verified.

[In]

Integrate[x^(-1),x]

[Out]

Log[x]

________________________________________________________________________________________

fricas [A]  time = 0.60, size = 2, normalized size = 0.17 log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(x)

________________________________________________________________________________________

giac [A]  time = 0.20, size = 3, normalized size = 0.25 log(|x|)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(abs(x))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 3, normalized size = 0.25




method result size



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



Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

ln(x)

________________________________________________________________________________________

maxima [A]  time = 0.33, size = 2, normalized size = 0.17 log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(x)

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 2, normalized size = 0.17 ln(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x,x)

[Out]

log(x)

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 2, normalized size = 0.17 log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x,x)

[Out]

log(x)

________________________________________________________________________________________