3.89.59 22x+(1x)log(x)+(25+x+xlog(x))log(25+x+xlog(x))2549x+23x2+x3+(x2x2+x3)log(x)dx

Optimal. Leaf size=18 5+log(25+x+xlog(x))1x

________________________________________________________________________________________

Rubi [F]  time = 0.99, 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 = {} 22x+(1x)log(x)+(25+x+xlog(x))log(25+x+xlog(x))2549x+23x2+x3+(x2x2+x3)log(x)dx

Verification is not applicable to the result.

[In]

Int[(2 - 2*x + (1 - x)*Log[x] + (25 + x + x*Log[x])*Log[25 + x + x*Log[x]])/(25 - 49*x + 23*x^2 + x^3 + (x - 2
*x^2 + x^3)*Log[x]),x]

[Out]

-Log[1 - x] + Log[x] + 24*Defer[Int][1/((-1 + x)*(25 + x + x*Log[x])), x] - 25*Defer[Int][1/(x*(25 + x + x*Log
[x])), x] + Defer[Int][Log[25 + x + x*Log[x]]/(-1 + x)^2, x]

Rubi steps

integral=22x+(1x)log(x)+(25+x+xlog(x))log(25+x+xlog(x))(1x)2(25+x+xlog(x))dx=(2(1+x)2(25+x+xlog(x))2x(1+x)2(25+x+xlog(x))log(x)(1+x)(25+x+xlog(x))+log(25+x+xlog(x))(1+x)2)dx=21(1+x)2(25+x+xlog(x))dx2x(1+x)2(25+x+xlog(x))dxlog(x)(1+x)(25+x+xlog(x))dx+log(25+x+xlog(x))(1+x)2dx=21(1+x)2(25+x+xlog(x))dx2(1(1+x)2(25+x+xlog(x))+1(1+x)(25+x+xlog(x)))dx(1(1+x)x+25x(1+x)x(25+x+xlog(x)))dx+log(25+x+xlog(x))(1+x)2dx=(21(1+x)(25+x+xlog(x))dx)1(1+x)xdx25x(1+x)x(25+x+xlog(x))dx+log(25+x+xlog(x))(1+x)2dx=(21(1+x)(25+x+xlog(x))dx)11+xdx+1xdx(26(1+x)(25+x+xlog(x))+25x(25+x+xlog(x)))dx+log(25+x+xlog(x))(1+x)2dx=log(1x)+log(x)21(1+x)(25+x+xlog(x))dx251x(25+x+xlog(x))dx+261(1+x)(25+x+xlog(x))dx+log(25+x+xlog(x))(1+x)2dx

________________________________________________________________________________________

Mathematica [A]  time = 0.18, size = 15, normalized size = 0.83 log(25+x+xlog(x))1+x

Antiderivative was successfully verified.

[In]

Integrate[(2 - 2*x + (1 - x)*Log[x] + (25 + x + x*Log[x])*Log[25 + x + x*Log[x]])/(25 - 49*x + 23*x^2 + x^3 +
(x - 2*x^2 + x^3)*Log[x]),x]

[Out]

-(Log[25 + x + x*Log[x]]/(-1 + x))

________________________________________________________________________________________

fricas [A]  time = 0.65, size = 15, normalized size = 0.83 log(xlog(x)+x+25)x1

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(x*log(x) + x + 25)/(x - 1)

________________________________________________________________________________________

giac [A]  time = 0.19, size = 15, normalized size = 0.83 log(xlog(x)+x+25)x1

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(x*log(x) + x + 25)/(x - 1)

________________________________________________________________________________________

maple [A]  time = 0.07, size = 16, normalized size = 0.89




method result size



risch ln(xln(x)+x+25)x1 16



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((x*ln(x)+x+25)*ln(x*ln(x)+x+25)+(1-x)*ln(x)-2*x+2)/((x^3-2*x^2+x)*ln(x)+x^3+23*x^2-49*x+25),x,method=_RET
URNVERBOSE)

[Out]

-1/(x-1)*ln(x*ln(x)+x+25)

________________________________________________________________________________________

maxima [A]  time = 0.41, size = 15, normalized size = 0.83 log(xlog(x)+x+25)x1

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(x*log(x) + x + 25)/(x - 1)

________________________________________________________________________________________

mupad [B]  time = 5.39, size = 15, normalized size = 0.83 ln(x+xln(x)+25)x1

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(x + x*log(x) + 25)/(x - 1)

________________________________________________________________________________________

sympy [A]  time = 0.37, size = 14, normalized size = 0.78 log(xlog(x)+x+25)x1

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(x*log(x) + x + 25)/(x - 1)

________________________________________________________________________________________