3.26.66 \(\int \frac {-1+3 x+256 x^2+(2 x^2-9 x^3-1024 x^4) \log (x)+(3 x+512 x^2) \log (x) \log (\log (x))}{(x^3-3 x^4-256 x^5) \log (x)+(-x+3 x^2+256 x^3) \log (x) \log (\log (x))} \, dx\) [2566]

3.26.66.1 Optimal result
3.26.66.2 Mathematica [A] (verified)
3.26.66.3 Rubi [A] (verified)
3.26.66.4 Maple [A] (verified)
3.26.66.5 Fricas [A] (verification not implemented)
3.26.66.6 Sympy [A] (verification not implemented)
3.26.66.7 Maxima [A] (verification not implemented)
3.26.66.8 Giac [A] (verification not implemented)
3.26.66.9 Mupad [B] (verification not implemented)

3.26.66.1 Optimal result

Integrand size = 85, antiderivative size = 21 \[ \int \frac {-1+3 x+256 x^2+\left (2 x^2-9 x^3-1024 x^4\right ) \log (x)+\left (3 x+512 x^2\right ) \log (x) \log (\log (x))}{\left (x^3-3 x^4-256 x^5\right ) \log (x)+\left (-x+3 x^2+256 x^3\right ) \log (x) \log (\log (x))} \, dx=\log \left (\left (-1+3 x+256 x^2\right ) \left (-x^2+\log (\log (x))\right )\right ) \]

output
ln((ln(ln(x))-x^2)*(256*x^2+3*x-1))
 
3.26.66.2 Mathematica [A] (verified)

Time = 0.26 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.05 \[ \int \frac {-1+3 x+256 x^2+\left (2 x^2-9 x^3-1024 x^4\right ) \log (x)+\left (3 x+512 x^2\right ) \log (x) \log (\log (x))}{\left (x^3-3 x^4-256 x^5\right ) \log (x)+\left (-x+3 x^2+256 x^3\right ) \log (x) \log (\log (x))} \, dx=\log \left (1-3 x-256 x^2\right )+\log \left (x^2-\log (\log (x))\right ) \]

input
Integrate[(-1 + 3*x + 256*x^2 + (2*x^2 - 9*x^3 - 1024*x^4)*Log[x] + (3*x + 
 512*x^2)*Log[x]*Log[Log[x]])/((x^3 - 3*x^4 - 256*x^5)*Log[x] + (-x + 3*x^ 
2 + 256*x^3)*Log[x]*Log[Log[x]]),x]
 
output
Log[1 - 3*x - 256*x^2] + Log[x^2 - Log[Log[x]]]
 
3.26.66.3 Rubi [A] (verified)

Time = 1.23 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.05, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.035, Rules used = {7292, 7279, 2009}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {256 x^2+\left (512 x^2+3 x\right ) \log (x) \log (\log (x))+\left (-1024 x^4-9 x^3+2 x^2\right ) \log (x)+3 x-1}{\left (256 x^3+3 x^2-x\right ) \log (\log (x)) \log (x)+\left (-256 x^5-3 x^4+x^3\right ) \log (x)} \, dx\)

\(\Big \downarrow \) 7292

\(\displaystyle \int \frac {256 x^2+\left (512 x^2+3 x\right ) \log (x) \log (\log (x))+\left (-1024 x^4-9 x^3+2 x^2\right ) \log (x)+3 x-1}{x \left (-256 x^2-3 x+1\right ) \log (x) \left (x^2-\log (\log (x))\right )}dx\)

\(\Big \downarrow \) 7279

\(\displaystyle \int \left (\frac {512 x+3}{256 x^2+3 x-1}+\frac {2 x^2 \log (x)-1}{x \log (x) \left (x^2-\log (\log (x))\right )}\right )dx\)

\(\Big \downarrow \) 2009

\(\displaystyle \log \left (-256 x^2-3 x+1\right )+\log \left (x^2-\log (\log (x))\right )\)

input
Int[(-1 + 3*x + 256*x^2 + (2*x^2 - 9*x^3 - 1024*x^4)*Log[x] + (3*x + 512*x 
^2)*Log[x]*Log[Log[x]])/((x^3 - 3*x^4 - 256*x^5)*Log[x] + (-x + 3*x^2 + 25 
6*x^3)*Log[x]*Log[Log[x]]),x]
 
output
Log[1 - 3*x - 256*x^2] + Log[x^2 - Log[Log[x]]]
 

3.26.66.3.1 Defintions of rubi rules used

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 

rule 7279
Int[(u_)/((a_.) + (b_.)*(x_)^(n_.) + (c_.)*(x_)^(n2_.)), x_Symbol] :> With[ 
{v = RationalFunctionExpand[u/(a + b*x^n + c*x^(2*n)), x]}, Int[v, x] /; Su 
mQ[v]] /; FreeQ[{a, b, c}, x] && EqQ[n2, 2*n] && IGtQ[n, 0]
 

rule 7292
Int[u_, x_Symbol] :> With[{v = NormalizeIntegrand[u, x]}, Int[v, x] /; v =! 
= u]
 
3.26.66.4 Maple [A] (verified)

Time = 1.41 (sec) , antiderivative size = 21, normalized size of antiderivative = 1.00

method result size
parallelrisch \(\ln \left (x^{2}+\frac {3}{256} x -\frac {1}{256}\right )+\ln \left (x^{2}-\ln \left (\ln \left (x \right )\right )\right )\) \(21\)
risch \(\ln \left (256 x^{2}+3 x -1\right )+\ln \left (\ln \left (\ln \left (x \right )\right )-x^{2}\right )\) \(23\)

input
int(((512*x^2+3*x)*ln(x)*ln(ln(x))+(-1024*x^4-9*x^3+2*x^2)*ln(x)+256*x^2+3 
*x-1)/((256*x^3+3*x^2-x)*ln(x)*ln(ln(x))+(-256*x^5-3*x^4+x^3)*ln(x)),x,met 
hod=_RETURNVERBOSE)
 
output
ln(x^2+3/256*x-1/256)+ln(x^2-ln(ln(x)))
 
3.26.66.5 Fricas [A] (verification not implemented)

Time = 0.28 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.05 \[ \int \frac {-1+3 x+256 x^2+\left (2 x^2-9 x^3-1024 x^4\right ) \log (x)+\left (3 x+512 x^2\right ) \log (x) \log (\log (x))}{\left (x^3-3 x^4-256 x^5\right ) \log (x)+\left (-x+3 x^2+256 x^3\right ) \log (x) \log (\log (x))} \, dx=\log \left (256 \, x^{2} + 3 \, x - 1\right ) + \log \left (-x^{2} + \log \left (\log \left (x\right )\right )\right ) \]

input
integrate(((512*x^2+3*x)*log(x)*log(log(x))+(-1024*x^4-9*x^3+2*x^2)*log(x) 
+256*x^2+3*x-1)/((256*x^3+3*x^2-x)*log(x)*log(log(x))+(-256*x^5-3*x^4+x^3) 
*log(x)),x, algorithm=\
 
output
log(256*x^2 + 3*x - 1) + log(-x^2 + log(log(x)))
 
3.26.66.6 Sympy [A] (verification not implemented)

Time = 0.11 (sec) , antiderivative size = 20, normalized size of antiderivative = 0.95 \[ \int \frac {-1+3 x+256 x^2+\left (2 x^2-9 x^3-1024 x^4\right ) \log (x)+\left (3 x+512 x^2\right ) \log (x) \log (\log (x))}{\left (x^3-3 x^4-256 x^5\right ) \log (x)+\left (-x+3 x^2+256 x^3\right ) \log (x) \log (\log (x))} \, dx=\log {\left (- x^{2} + \log {\left (\log {\left (x \right )} \right )} \right )} + \log {\left (256 x^{2} + 3 x - 1 \right )} \]

input
integrate(((512*x**2+3*x)*ln(x)*ln(ln(x))+(-1024*x**4-9*x**3+2*x**2)*ln(x) 
+256*x**2+3*x-1)/((256*x**3+3*x**2-x)*ln(x)*ln(ln(x))+(-256*x**5-3*x**4+x* 
*3)*ln(x)),x)
 
output
log(-x**2 + log(log(x))) + log(256*x**2 + 3*x - 1)
 
3.26.66.7 Maxima [A] (verification not implemented)

Time = 0.25 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.05 \[ \int \frac {-1+3 x+256 x^2+\left (2 x^2-9 x^3-1024 x^4\right ) \log (x)+\left (3 x+512 x^2\right ) \log (x) \log (\log (x))}{\left (x^3-3 x^4-256 x^5\right ) \log (x)+\left (-x+3 x^2+256 x^3\right ) \log (x) \log (\log (x))} \, dx=\log \left (256 \, x^{2} + 3 \, x - 1\right ) + \log \left (-x^{2} + \log \left (\log \left (x\right )\right )\right ) \]

input
integrate(((512*x^2+3*x)*log(x)*log(log(x))+(-1024*x^4-9*x^3+2*x^2)*log(x) 
+256*x^2+3*x-1)/((256*x^3+3*x^2-x)*log(x)*log(log(x))+(-256*x^5-3*x^4+x^3) 
*log(x)),x, algorithm=\
 
output
log(256*x^2 + 3*x - 1) + log(-x^2 + log(log(x)))
 
3.26.66.8 Giac [A] (verification not implemented)

Time = 0.28 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.05 \[ \int \frac {-1+3 x+256 x^2+\left (2 x^2-9 x^3-1024 x^4\right ) \log (x)+\left (3 x+512 x^2\right ) \log (x) \log (\log (x))}{\left (x^3-3 x^4-256 x^5\right ) \log (x)+\left (-x+3 x^2+256 x^3\right ) \log (x) \log (\log (x))} \, dx=\log \left (256 \, x^{2} + 3 \, x - 1\right ) + \log \left (-x^{2} + \log \left (\log \left (x\right )\right )\right ) \]

input
integrate(((512*x^2+3*x)*log(x)*log(log(x))+(-1024*x^4-9*x^3+2*x^2)*log(x) 
+256*x^2+3*x-1)/((256*x^3+3*x^2-x)*log(x)*log(log(x))+(-256*x^5-3*x^4+x^3) 
*log(x)),x, algorithm=\
 
output
log(256*x^2 + 3*x - 1) + log(-x^2 + log(log(x)))
 
3.26.66.9 Mupad [B] (verification not implemented)

Time = 14.35 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.05 \[ \int \frac {-1+3 x+256 x^2+\left (2 x^2-9 x^3-1024 x^4\right ) \log (x)+\left (3 x+512 x^2\right ) \log (x) \log (\log (x))}{\left (x^3-3 x^4-256 x^5\right ) \log (x)+\left (-x+3 x^2+256 x^3\right ) \log (x) \log (\log (x))} \, dx=\ln \left (\ln \left (\ln \left (x\right )\right )-x^2\right )+\ln \left (256\,x^2+3\,x-1\right ) \]

input
int(-(3*x - log(x)*(9*x^3 - 2*x^2 + 1024*x^4) + 256*x^2 + log(log(x))*log( 
x)*(3*x + 512*x^2) - 1)/(log(x)*(3*x^4 - x^3 + 256*x^5) - log(log(x))*log( 
x)*(3*x^2 - x + 256*x^3)),x)
 
output
log(log(log(x)) - x^2) + log(3*x + 256*x^2 - 1)