3.148 \(\int \sin (\log (x)) \, dx\)

Optimal. Leaf size=17 \[ \frac {1}{2} x \sin (\log (x))-\frac {1}{2} x \cos (\log (x)) \]

[Out]

-1/2*x*cos(ln(x))+1/2*x*sin(ln(x))

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {4475} \[ \frac {1}{2} x \sin (\log (x))-\frac {1}{2} x \cos (\log (x)) \]

Antiderivative was successfully verified.

[In]

Int[Sin[Log[x]],x]

[Out]

-(x*Cos[Log[x]])/2 + (x*Sin[Log[x]])/2

Rule 4475

Int[Sin[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*(d_.)], x_Symbol] :> Simp[(x*Sin[d*(a + b*Log[c*x^n])])/(b^2*d^2
*n^2 + 1), x] - Simp[(b*d*n*x*Cos[d*(a + b*Log[c*x^n])])/(b^2*d^2*n^2 + 1), x] /; FreeQ[{a, b, c, d, n}, x] &&
 NeQ[b^2*d^2*n^2 + 1, 0]

Rubi steps

\begin {align*} \int \sin (\log (x)) \, dx &=-\frac {1}{2} x \cos (\log (x))+\frac {1}{2} x \sin (\log (x))\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 17, normalized size = 1.00 \[ \frac {1}{2} x \sin (\log (x))-\frac {1}{2} x \cos (\log (x)) \]

Antiderivative was successfully verified.

[In]

Integrate[Sin[Log[x]],x]

[Out]

-1/2*(x*Cos[Log[x]]) + (x*Sin[Log[x]])/2

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 13, normalized size = 0.76 \[ -\frac {1}{2} \, x \cos \left (\log \relax (x)\right ) + \frac {1}{2} \, x \sin \left (\log \relax (x)\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/2*x*cos(log(x)) + 1/2*x*sin(log(x))

________________________________________________________________________________________

giac [A]  time = 1.05, size = 13, normalized size = 0.76 \[ -\frac {1}{2} \, x \cos \left (\log \relax (x)\right ) + \frac {1}{2} \, x \sin \left (\log \relax (x)\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/2*x*cos(log(x)) + 1/2*x*sin(log(x))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 14, normalized size = 0.82 \[ -\frac {x \cos \left (\ln \relax (x )\right )}{2}+\frac {x \sin \left (\ln \relax (x )\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(ln(x)),x)

[Out]

-1/2*x*cos(ln(x))+1/2*x*sin(ln(x))

________________________________________________________________________________________

maxima [A]  time = 0.45, size = 12, normalized size = 0.71 \[ -\frac {1}{2} \, x {\left (\cos \left (\log \relax (x)\right ) - \sin \left (\log \relax (x)\right )\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/2*x*(cos(log(x)) - sin(log(x)))

________________________________________________________________________________________

mupad [B]  time = 0.13, size = 13, normalized size = 0.76 \[ -\frac {\sqrt {2}\,x\,\cos \left (\frac {\pi }{4}+\ln \relax (x)\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(log(x)),x)

[Out]

-(2^(1/2)*x*cos(pi/4 + log(x)))/2

________________________________________________________________________________________

sympy [A]  time = 0.38, size = 15, normalized size = 0.88 \[ \frac {x \sin {\left (\log {\relax (x )} \right )}}{2} - \frac {x \cos {\left (\log {\relax (x )} \right )}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(ln(x)),x)

[Out]

x*sin(log(x))/2 - x*cos(log(x))/2

________________________________________________________________________________________