3.33.69 36x72x2+72xlog(x)196x2196xlog(x)+49log2(x)dx

Optimal. Leaf size=15 36x249(2x+log(x))

________________________________________________________________________________________

Rubi [F]  time = 0.38, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, number of rulesintegrand size = 0.000, Rules used = {} 36x72x2+72xlog(x)196x2196xlog(x)+49log2(x)dx

Verification is not applicable to the result.

[In]

Int[(-36*x - 72*x^2 + 72*x*Log[x])/(196*x^2 - 196*x*Log[x] + 49*Log[x]^2),x]

[Out]

(-36*Defer[Int][x/(2*x - Log[x])^2, x])/49 + (72*Defer[Int][x^2/(2*x - Log[x])^2, x])/49 - (72*Defer[Int][x/(2
*x - Log[x]), x])/49

Rubi steps

integral=36x(12x+2log(x))49(2xlog(x))2dx=3649x(12x+2log(x))(2xlog(x))2dx=3649(x(1+2x)(2xlog(x))22x2xlog(x))dx=3649x(1+2x)(2xlog(x))2dx7249x2xlog(x)dx=3649(x(2xlog(x))2+2x2(2xlog(x))2)dx7249x2xlog(x)dx=(3649x(2xlog(x))2dx)+7249x2(2xlog(x))2dx7249x2xlog(x)dx

________________________________________________________________________________________

Mathematica [A]  time = 0.08, size = 15, normalized size = 1.00 36x249(2x+log(x))

Antiderivative was successfully verified.

[In]

Integrate[(-36*x - 72*x^2 + 72*x*Log[x])/(196*x^2 - 196*x*Log[x] + 49*Log[x]^2),x]

[Out]

(36*x^2)/(49*(-2*x + Log[x]))

________________________________________________________________________________________

fricas [A]  time = 0.64, size = 15, normalized size = 1.00 36x249(2xlog(x))

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((72*x*log(x)-72*x^2-36*x)/(49*log(x)^2-196*x*log(x)+196*x^2),x, algorithm="fricas")

[Out]

-36/49*x^2/(2*x - log(x))

________________________________________________________________________________________

giac [A]  time = 0.20, size = 15, normalized size = 1.00 36x249(2xlog(x))

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((72*x*log(x)-72*x^2-36*x)/(49*log(x)^2-196*x*log(x)+196*x^2),x, algorithm="giac")

[Out]

-36/49*x^2/(2*x - log(x))

________________________________________________________________________________________

maple [A]  time = 0.02, size = 16, normalized size = 1.07




method result size



norman 36x249(2xln(x)) 16
risch 36x249(2xln(x)) 16



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((72*x*ln(x)-72*x^2-36*x)/(49*ln(x)^2-196*x*ln(x)+196*x^2),x,method=_RETURNVERBOSE)

[Out]

-36/49*x^2/(2*x-ln(x))

________________________________________________________________________________________

maxima [A]  time = 0.38, size = 15, normalized size = 1.00 36x249(2xlog(x))

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((72*x*log(x)-72*x^2-36*x)/(49*log(x)^2-196*x*log(x)+196*x^2),x, algorithm="maxima")

[Out]

-36/49*x^2/(2*x - log(x))

________________________________________________________________________________________

mupad [B]  time = 2.05, size = 15, normalized size = 1.00 36x249(2xln(x))

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(36*x - 72*x*log(x) + 72*x^2)/(49*log(x)^2 - 196*x*log(x) + 196*x^2),x)

[Out]

-(36*x^2)/(49*(2*x - log(x)))

________________________________________________________________________________________

sympy [A]  time = 0.10, size = 12, normalized size = 0.80 36x298x+49log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((72*x*ln(x)-72*x**2-36*x)/(49*ln(x)**2-196*x*ln(x)+196*x**2),x)

[Out]

36*x**2/(-98*x + 49*log(x))

________________________________________________________________________________________