3.69.86 log(2)dx

Optimal. Leaf size=20 4+log(2)(4+x+log(e3+e10e2))

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 4, normalized size of antiderivative = 0.20, number of steps used = 1, number of rules used = 1, integrand size = 2, number of rulesintegrand size = 0.500, Rules used = {8} xlog(2)

Antiderivative was successfully verified.

[In]

Int[Log[2],x]

[Out]

x*Log[2]

Rule 8

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

Rubi steps

integral=xlog(2)

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 4, normalized size = 0.20 xlog(2)

Antiderivative was successfully verified.

[In]

Integrate[Log[2],x]

[Out]

x*Log[2]

________________________________________________________________________________________

fricas [A]  time = 0.93, size = 4, normalized size = 0.20 xlog(2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(2),x, algorithm="fricas")

[Out]

x*log(2)

________________________________________________________________________________________

giac [A]  time = 0.22, size = 4, normalized size = 0.20 xlog(2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(2),x, algorithm="giac")

[Out]

x*log(2)

________________________________________________________________________________________

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




method result size



default xln(2) 5
norman xln(2) 5
risch xln(2) 5



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(2),x,method=_RETURNVERBOSE)

[Out]

x*ln(2)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 4, normalized size = 0.20 xlog(2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(2),x, algorithm="maxima")

[Out]

x*log(2)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 4, normalized size = 0.20 xln(2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(2),x)

[Out]

x*log(2)

________________________________________________________________________________________

sympy [A]  time = 0.01, size = 3, normalized size = 0.15 xlog(2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(2),x)

[Out]

x*log(2)

________________________________________________________________________________________