3.33.26 20+22log2(4)+(42log2(4))log(4+log(5))2+log2(4)dx

Optimal. Leaf size=30 x(4+2(3(342log2(4))log(4+log(5))))

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 36, normalized size of antiderivative = 1.20, number of steps used = 1, number of rules used = 1, integrand size = 31, number of rulesintegrand size = 0.032, Rules used = {8} 2x(1011log2(4)(2log2(4))log(4+log(5)))2log2(4)

Antiderivative was successfully verified.

[In]

Int[(-20 + 22*Log[4]^2 + (4 - 2*Log[4]^2)*Log[4 + Log[5]])/(-2 + Log[4]^2),x]

[Out]

(2*x*(10 - 11*Log[4]^2 - (2 - Log[4]^2)*Log[4 + Log[5]]))/(2 - Log[4]^2)

Rule 8

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

Rubi steps

integral=2x(1011log2(4)(2log2(4))log(4+log(5)))2log2(4)

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 50, normalized size = 1.67 20x2+log2(4)+22xlog2(4)2+log2(4)+x(42log2(4))log(4+log(5))2+log2(4)

Antiderivative was successfully verified.

[In]

Integrate[(-20 + 22*Log[4]^2 + (4 - 2*Log[4]^2)*Log[4 + Log[5]])/(-2 + Log[4]^2),x]

[Out]

(-20*x)/(-2 + Log[4]^2) + (22*x*Log[4]^2)/(-2 + Log[4]^2) + (x*(4 - 2*Log[4]^2)*Log[4 + Log[5]])/(-2 + Log[4]^
2)

________________________________________________________________________________________

fricas [A]  time = 0.70, size = 41, normalized size = 1.37 2(22xlog(2)2(2xlog(2)2x)log(log(5)+4)5x)2log(2)21

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-8*log(2)^2+4)*log(log(5)+4)+88*log(2)^2-20)/(4*log(2)^2-2),x, algorithm="fricas")

[Out]

2*(22*x*log(2)^2 - (2*x*log(2)^2 - x)*log(log(5) + 4) - 5*x)/(2*log(2)^2 - 1)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 36, normalized size = 1.20 2(22log(2)2(2log(2)21)log(log(5)+4)5)x2log(2)21

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-8*log(2)^2+4)*log(log(5)+4)+88*log(2)^2-20)/(4*log(2)^2-2),x, algorithm="giac")

[Out]

2*(22*log(2)^2 - (2*log(2)^2 - 1)*log(log(5) + 4) - 5)*x/(2*log(2)^2 - 1)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 35, normalized size = 1.17




method result size



default ((8ln(2)2+4)ln(ln(5)+4)+88ln(2)220)x4ln(2)22 35
norman 2(2ln(2)2ln(ln(5)+4)22ln(2)2ln(ln(5)+4)+5)x2ln(2)21 40
risch 8xln(2)2ln(ln(5)+4)4ln(2)22+88xln(2)24ln(2)22+4xln(ln(5)+4)4ln(2)2220x4ln(2)22 72



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((-8*ln(2)^2+4)*ln(ln(5)+4)+88*ln(2)^2-20)/(4*ln(2)^2-2),x,method=_RETURNVERBOSE)

[Out]

((-8*ln(2)^2+4)*ln(ln(5)+4)+88*ln(2)^2-20)/(4*ln(2)^2-2)*x

________________________________________________________________________________________

maxima [A]  time = 0.46, size = 36, normalized size = 1.20 2(22log(2)2(2log(2)21)log(log(5)+4)5)x2log(2)21

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-8*log(2)^2+4)*log(log(5)+4)+88*log(2)^2-20)/(4*log(2)^2-2),x, algorithm="maxima")

[Out]

2*(22*log(2)^2 - (2*log(2)^2 - 1)*log(log(5) + 4) - 5)*x/(2*log(2)^2 - 1)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 35, normalized size = 1.17 x(ln(ln(5)+4)(8ln(2)24)88ln(2)2+20)4ln(2)22

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(log(log(5) + 4)*(8*log(2)^2 - 4) - 88*log(2)^2 + 20)/(4*log(2)^2 - 2),x)

[Out]

-(x*(log(log(5) + 4)*(8*log(2)^2 - 4) - 88*log(2)^2 + 20))/(4*log(2)^2 - 2)

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 32, normalized size = 1.07 x(20+(48log(2)2)log(log(5)+4)+88log(2)2)2+4log(2)2

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-8*ln(2)**2+4)*ln(ln(5)+4)+88*ln(2)**2-20)/(4*ln(2)**2-2),x)

[Out]

x*(-20 + (4 - 8*log(2)**2)*log(log(5) + 4) + 88*log(2)**2)/(-2 + 4*log(2)**2)

________________________________________________________________________________________