3.1.15 \(\int x \sin (x) \, dx\) [15]

Optimal. Leaf size=8 \[ -x \cos (x)+\sin (x) \]

[Out]

-x*cos(x)+sin(x)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 8, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {3377, 2717} \begin {gather*} \sin (x)-x \cos (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x*Sin[x],x]

[Out]

-(x*Cos[x]) + Sin[x]

Rule 2717

Int[sin[Pi/2 + (c_.) + (d_.)*(x_)], x_Symbol] :> Simp[Sin[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3377

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> Simp[(-(c + d*x)^m)*(Cos[e + f*x]/f), x]
+ Dist[d*(m/f), Int[(c + d*x)^(m - 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && GtQ[m, 0]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 8, normalized size = 1.00 \begin {gather*} -x \cos (x)+\sin (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x*Sin[x],x]

[Out]

-(x*Cos[x]) + Sin[x]

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 9, normalized size = 1.12

method result size
default \(-x \cos \left (x \right )+\sin \left (x \right )\) \(9\)
risch \(-x \cos \left (x \right )+\sin \left (x \right )\) \(9\)
meijerg \(2 \sqrt {\pi }\, \left (-\frac {x \cos \left (x \right )}{2 \sqrt {\pi }}+\frac {\sin \left (x \right )}{2 \sqrt {\pi }}\right )\) \(22\)
norman \(\frac {x \left (\tan ^{2}\left (\frac {x}{2}\right )\right )-x +2 \tan \left (\frac {x}{2}\right )}{1+\tan ^{2}\left (\frac {x}{2}\right )}\) \(30\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*sin(x),x,method=_RETURNVERBOSE)

[Out]

-x*cos(x)+sin(x)

________________________________________________________________________________________

Maxima [A]
time = 1.24, size = 8, normalized size = 1.00 \begin {gather*} -x \cos \left (x\right ) + \sin \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x*cos(x) + sin(x)

________________________________________________________________________________________

Fricas [A]
time = 0.82, size = 8, normalized size = 1.00 \begin {gather*} -x \cos \left (x\right ) + \sin \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x*cos(x) + sin(x)

________________________________________________________________________________________

Sympy [A]
time = 0.05, size = 7, normalized size = 0.88 \begin {gather*} - x \cos {\left (x \right )} + \sin {\left (x \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*sin(x),x)

[Out]

-x*cos(x) + sin(x)

________________________________________________________________________________________

Giac [A]
time = 0.68, size = 8, normalized size = 1.00 \begin {gather*} -x \cos \left (x\right ) + \sin \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x*cos(x) + sin(x)

________________________________________________________________________________________

Mupad [B]
time = 0.02, size = 8, normalized size = 1.00 \begin {gather*} \sin \left (x\right )-x\,\cos \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*sin(x),x)

[Out]

sin(x) - x*cos(x)

________________________________________________________________________________________