3.75.71 \(\int \frac {-12 x^2+2 x^3+4 x^2 \log (x)+(-40 x^2+4 x^3+12 x^2 \log (x)) \log (5 x)}{36-12 x+x^2+(-24+4 x) \log (x)+4 \log ^2(x)} \, dx\)

Optimal. Leaf size=19 \[ \frac {x^3 \log (5 x)}{-3+\frac {x}{2}+\log (x)} \]

________________________________________________________________________________________

Rubi [F]  time = 2.49, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {-12 x^2+2 x^3+4 x^2 \log (x)+\left (-40 x^2+4 x^3+12 x^2 \log (x)\right ) \log (5 x)}{36-12 x+x^2+(-24+4 x) \log (x)+4 \log ^2(x)} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(-12*x^2 + 2*x^3 + 4*x^2*Log[x] + (-40*x^2 + 4*x^3 + 12*x^2*Log[x])*Log[5*x])/(36 - 12*x + x^2 + (-24 + 4*
x)*Log[x] + 4*Log[x]^2),x]

[Out]

2*Defer[Int][x^2/(-6 + x + 2*Log[x]), x] - 40*Defer[Int][(x^2*Log[5*x])/(-6 + x + 2*Log[x])^2, x] + 4*Defer[In
t][(x^3*Log[5*x])/(-6 + x + 2*Log[x])^2, x] + 12*Defer[Int][(x^2*Log[x]*Log[5*x])/(-6 + x + 2*Log[x])^2, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \frac {2 x^2 (-6+x+2 (-10+x) \log (5 x)+\log (x) (2+6 \log (5 x)))}{(6-x-2 \log (x))^2} \, dx\\ &=2 \int \frac {x^2 (-6+x+2 (-10+x) \log (5 x)+\log (x) (2+6 \log (5 x)))}{(6-x-2 \log (x))^2} \, dx\\ &=2 \int \left (\frac {x^2}{-6+x+2 \log (x)}+\frac {2 x^2 (-10+x+3 \log (x)) \log (5 x)}{(-6+x+2 \log (x))^2}\right ) \, dx\\ &=2 \int \frac {x^2}{-6+x+2 \log (x)} \, dx+4 \int \frac {x^2 (-10+x+3 \log (x)) \log (5 x)}{(-6+x+2 \log (x))^2} \, dx\\ &=2 \int \frac {x^2}{-6+x+2 \log (x)} \, dx+4 \int \left (-\frac {10 x^2 \log (5 x)}{(-6+x+2 \log (x))^2}+\frac {x^3 \log (5 x)}{(-6+x+2 \log (x))^2}+\frac {3 x^2 \log (x) \log (5 x)}{(-6+x+2 \log (x))^2}\right ) \, dx\\ &=2 \int \frac {x^2}{-6+x+2 \log (x)} \, dx+4 \int \frac {x^3 \log (5 x)}{(-6+x+2 \log (x))^2} \, dx+12 \int \frac {x^2 \log (x) \log (5 x)}{(-6+x+2 \log (x))^2} \, dx-40 \int \frac {x^2 \log (5 x)}{(-6+x+2 \log (x))^2} \, dx\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.29, size = 18, normalized size = 0.95 \begin {gather*} \frac {2 x^3 \log (5 x)}{-6+x+2 \log (x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-12*x^2 + 2*x^3 + 4*x^2*Log[x] + (-40*x^2 + 4*x^3 + 12*x^2*Log[x])*Log[5*x])/(36 - 12*x + x^2 + (-2
4 + 4*x)*Log[x] + 4*Log[x]^2),x]

[Out]

(2*x^3*Log[5*x])/(-6 + x + 2*Log[x])

________________________________________________________________________________________

fricas [A]  time = 0.97, size = 24, normalized size = 1.26 \begin {gather*} \frac {2 \, {\left (x^{3} \log \relax (5) + x^{3} \log \relax (x)\right )}}{x + 2 \, \log \relax (x) - 6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((12*x^2*log(x)+4*x^3-40*x^2)*log(5*x)+4*x^2*log(x)+2*x^3-12*x^2)/(4*log(x)^2+(4*x-24)*log(x)+x^2-12
*x+36),x, algorithm="fricas")

[Out]

2*(x^3*log(5) + x^3*log(x))/(x + 2*log(x) - 6)

________________________________________________________________________________________

giac [A]  time = 0.15, size = 31, normalized size = 1.63 \begin {gather*} x^{3} - \frac {x^{4} - 2 \, x^{3} \log \relax (5) - 6 \, x^{3}}{x + 2 \, \log \relax (x) - 6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((12*x^2*log(x)+4*x^3-40*x^2)*log(5*x)+4*x^2*log(x)+2*x^3-12*x^2)/(4*log(x)^2+(4*x-24)*log(x)+x^2-12
*x+36),x, algorithm="giac")

[Out]

x^3 - (x^4 - 2*x^3*log(5) - 6*x^3)/(x + 2*log(x) - 6)

________________________________________________________________________________________

maple [A]  time = 0.09, size = 26, normalized size = 1.37




method result size



risch \(x^{3}-\frac {\left (-6-2 \ln \relax (5)+x \right ) x^{3}}{-6+2 \ln \relax (x )+x}\) \(26\)
default \(\frac {2 x^{3} \ln \relax (x )}{-6+2 \ln \relax (x )+x}+\frac {2 x^{3} \ln \relax (5)}{-6+2 \ln \relax (x )+x}\) \(34\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((12*x^2*ln(x)+4*x^3-40*x^2)*ln(5*x)+4*x^2*ln(x)+2*x^3-12*x^2)/(4*ln(x)^2+(4*x-24)*ln(x)+x^2-12*x+36),x,me
thod=_RETURNVERBOSE)

[Out]

x^3-(-6-2*ln(5)+x)*x^3/(-6+2*ln(x)+x)

________________________________________________________________________________________

maxima [A]  time = 0.50, size = 24, normalized size = 1.26 \begin {gather*} \frac {2 \, {\left (x^{3} \log \relax (5) + x^{3} \log \relax (x)\right )}}{x + 2 \, \log \relax (x) - 6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((12*x^2*log(x)+4*x^3-40*x^2)*log(5*x)+4*x^2*log(x)+2*x^3-12*x^2)/(4*log(x)^2+(4*x-24)*log(x)+x^2-12
*x+36),x, algorithm="maxima")

[Out]

2*(x^3*log(5) + x^3*log(x))/(x + 2*log(x) - 6)

________________________________________________________________________________________

mupad [B]  time = 4.78, size = 19, normalized size = 1.00 \begin {gather*} \frac {2\,x^3\,\left (\ln \relax (5)+\ln \relax (x)\right )}{x+2\,\ln \relax (x)-6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((4*x^2*log(x) + log(5*x)*(12*x^2*log(x) - 40*x^2 + 4*x^3) - 12*x^2 + 2*x^3)/(4*log(x)^2 - 12*x + log(x)*(4
*x - 24) + x^2 + 36),x)

[Out]

(2*x^3*(log(5) + log(x)))/(x + 2*log(x) - 6)

________________________________________________________________________________________

sympy [A]  time = 0.36, size = 27, normalized size = 1.42 \begin {gather*} x^{3} + \frac {- x^{4} + 2 x^{3} \log {\relax (5 )} + 6 x^{3}}{x + 2 \log {\relax (x )} - 6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((12*x**2*ln(x)+4*x**3-40*x**2)*ln(5*x)+4*x**2*ln(x)+2*x**3-12*x**2)/(4*ln(x)**2+(4*x-24)*ln(x)+x**2
-12*x+36),x)

[Out]

x**3 + (-x**4 + 2*x**3*log(5) + 6*x**3)/(x + 2*log(x) - 6)

________________________________________________________________________________________