3.308 \(\int \frac {\log (\log (x) \sin (x))}{x} \, dx\)

Optimal. Leaf size=13 \[ \text {Int}\left (\frac {\log (\log (x) \sin (x))}{x},x\right ) \]

[Out]

CannotIntegrate(ln(ln(x)*sin(x))/x,x)

________________________________________________________________________________________

Rubi [A]  time = 0.02, 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 = {} \[ \int \frac {\log (\log (x) \sin (x))}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Log[Log[x]*Sin[x]]/x,x]

[Out]

Defer[Int][Log[Log[x]*Sin[x]]/x, x]

Rubi steps

\begin {align*} \int \frac {\log (\log (x) \sin (x))}{x} \, dx &=\int \frac {\log (\log (x) \sin (x))}{x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 2.37, size = 0, normalized size = 0.00 \[ \int \frac {\log (\log (x) \sin (x))}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Log[Log[x]*Sin[x]]/x,x]

[Out]

Integrate[Log[Log[x]*Sin[x]]/x, x]

________________________________________________________________________________________

fricas [A]  time = 0.46, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\log \left (\log \relax (x) \sin \relax (x)\right )}{x}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(log(x)*sin(x))/x,x, algorithm="fricas")

[Out]

integral(log(log(x)*sin(x))/x, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\log \left (\log \relax (x) \sin \relax (x)\right )}{x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(log(x)*sin(x))/x,x, algorithm="giac")

[Out]

integrate(log(log(x)*sin(x))/x, x)

________________________________________________________________________________________

maple [A]  time = 3.18, size = 0, normalized size = 0.00 \[ \int \frac {\ln \left (\ln \relax (x ) \sin \relax (x )\right )}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(ln(x)*sin(x))/x,x)

[Out]

int(ln(ln(x)*sin(x))/x,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ -{\left (\log \relax (2) + 1\right )} \log \relax (x) + \frac {1}{2} \, \log \left (\cos \relax (x)^{2} + \sin \relax (x)^{2} + 2 \, \cos \relax (x) + 1\right ) \log \relax (x) + \frac {1}{2} \, \log \left (\cos \relax (x)^{2} + \sin \relax (x)^{2} - 2 \, \cos \relax (x) + 1\right ) \log \relax (x) + \log \relax (x) \log \left (\log \relax (x)\right ) + \int \frac {\log \relax (x) \sin \relax (x)}{\cos \relax (x)^{2} + \sin \relax (x)^{2} + 2 \, \cos \relax (x) + 1}\,{d x} - \int \frac {\log \relax (x) \sin \relax (x)}{\cos \relax (x)^{2} + \sin \relax (x)^{2} - 2 \, \cos \relax (x) + 1}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(log(x)*sin(x))/x,x, algorithm="maxima")

[Out]

-(log(2) + 1)*log(x) + 1/2*log(cos(x)^2 + sin(x)^2 + 2*cos(x) + 1)*log(x) + 1/2*log(cos(x)^2 + sin(x)^2 - 2*co
s(x) + 1)*log(x) + log(x)*log(log(x)) + integrate(log(x)*sin(x)/(cos(x)^2 + sin(x)^2 + 2*cos(x) + 1), x) - int
egrate(log(x)*sin(x)/(cos(x)^2 + sin(x)^2 - 2*cos(x) + 1), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.08 \[ \int \frac {\ln \left (\ln \relax (x)\,\sin \relax (x)\right )}{x} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(log(x)*sin(x))/x,x)

[Out]

int(log(log(x)*sin(x))/x, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\log {\left (\log {\relax (x )} \sin {\relax (x )} \right )}}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(ln(x)*sin(x))/x,x)

[Out]

Integral(log(log(x)*sin(x))/x, x)

________________________________________________________________________________________