3.4.8 \(\int \frac {\log (\log (x) \sin (x))}{x} \, dx\) [308]

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.01, 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 {\log (\log (x) \sin (x))}{x} \, dx \end {gather*}

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 = 1.63, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\log (\log (x) \sin (x))}{x} \, dx \end {gather*}

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]

________________________________________________________________________________________

Maple [A]
time = 0.04, size = 0, normalized size = 0.00 \[\int \frac {\ln \left (\ln \left (x \right ) \sin \left (x \right )\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 \begin {gather*} \text {Failed to integrate} \end {gather*}

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)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

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)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\log {\left (\log {\left (x \right )} \sin {\left (x \right )} \right )}}{x}\, dx \end {gather*}

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)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

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)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.08 \begin {gather*} \int \frac {\ln \left (\ln \left (x\right )\,\sin \left (x\right )\right )}{x} \,d x \end {gather*}

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)

________________________________________________________________________________________