3.69.43 (1+log2(2)log(log(233)))dx

Optimal. Leaf size=14 x(1+log2(2)log(log(233)))

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 16, normalized size of antiderivative = 1.14, number of steps used = 1, number of rules used = 1, integrand size = 12, number of rulesintegrand size = 0.083, Rules used = {8} x(1log2(2)log(log(233)))

Antiderivative was successfully verified.

[In]

Int[-1 + Log[2]^2*Log[Log[23/3]],x]

[Out]

-(x*(1 - Log[2]^2*Log[Log[23/3]]))

Rule 8

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

Rubi steps

integral=x(1log2(2)log(log(233)))

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 15, normalized size = 1.07 x+xlog2(2)log(log(233))

Antiderivative was successfully verified.

[In]

Integrate[-1 + Log[2]^2*Log[Log[23/3]],x]

[Out]

-x + x*Log[2]^2*Log[Log[23/3]]

________________________________________________________________________________________

fricas [A]  time = 0.62, size = 13, normalized size = 0.93 xlog(2)2log(log(233))x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(2)^2*log(log(23/3))-1,x, algorithm="fricas")

[Out]

x*log(2)^2*log(log(23/3)) - x

________________________________________________________________________________________

giac [A]  time = 0.25, size = 12, normalized size = 0.86 (log(2)2log(log(233))1)x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(2)^2*log(log(23/3))-1,x, algorithm="giac")

[Out]

(log(2)^2*log(log(23/3)) - 1)*x

________________________________________________________________________________________

maple [A]  time = 0.02, size = 13, normalized size = 0.93




method result size



default (ln(2)2ln(ln(233))1)x 13
norman (ln(2)2ln(ln(23)ln(3))1)x 18
risch ln(2)2ln(ln(23)ln(3))xx 19



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(2)^2*ln(ln(23/3))-1,x,method=_RETURNVERBOSE)

[Out]

(ln(2)^2*ln(ln(23/3))-1)*x

________________________________________________________________________________________

maxima [A]  time = 0.34, size = 12, normalized size = 0.86 (log(2)2log(log(233))1)x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(2)^2*log(log(23/3))-1,x, algorithm="maxima")

[Out]

(log(2)^2*log(log(23/3)) - 1)*x

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 12, normalized size = 0.86 x(ln(2)2ln(ln(233))1)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(2)^2*log(log(23/3)) - 1,x)

[Out]

x*(log(2)^2*log(log(23/3)) - 1)

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 14, normalized size = 1.00 x(1+log(2)2log(log(233)))

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(2)**2*ln(ln(23/3))-1,x)

[Out]

x*(-1 + log(2)**2*log(log(23/3)))

________________________________________________________________________________________