3.4.10 \(\int (-3+4 x+x^2) \sin (2 x) \, dx\) [310]

Optimal. Leaf size=40 \[ \frac {7}{4} \cos (2 x)-2 x \cos (2 x)-\frac {1}{2} x^2 \cos (2 x)+\sin (2 x)+\frac {1}{2} x \sin (2 x) \]

[Out]

7/4*cos(2*x)-2*x*cos(2*x)-1/2*x^2*cos(2*x)+sin(2*x)+1/2*x*sin(2*x)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 40, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 4, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.308, Rules used = {6874, 2718, 3377, 2717} \begin {gather*} -\frac {1}{2} x^2 \cos (2 x)+\frac {1}{2} x \sin (2 x)+\sin (2 x)-2 x \cos (2 x)+\frac {7}{4} \cos (2 x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-3 + 4*x + x^2)*Sin[2*x],x]

[Out]

(7*Cos[2*x])/4 - 2*x*Cos[2*x] - (x^2*Cos[2*x])/2 + Sin[2*x] + (x*Sin[2*x])/2

Rule 2717

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

Rule 2718

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-Cos[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]

Rule 6874

Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v]]

Rubi steps

\begin {align*} \int \left (-3+4 x+x^2\right ) \sin (2 x) \, dx &=\int \left (-3 \sin (2 x)+4 x \sin (2 x)+x^2 \sin (2 x)\right ) \, dx\\ &=-(3 \int \sin (2 x) \, dx)+4 \int x \sin (2 x) \, dx+\int x^2 \sin (2 x) \, dx\\ &=\frac {3}{2} \cos (2 x)-2 x \cos (2 x)-\frac {1}{2} x^2 \cos (2 x)+2 \int \cos (2 x) \, dx+\int x \cos (2 x) \, dx\\ &=\frac {3}{2} \cos (2 x)-2 x \cos (2 x)-\frac {1}{2} x^2 \cos (2 x)+\sin (2 x)+\frac {1}{2} x \sin (2 x)-\frac {1}{2} \int \sin (2 x) \, dx\\ &=\frac {7}{4} \cos (2 x)-2 x \cos (2 x)-\frac {1}{2} x^2 \cos (2 x)+\sin (2 x)+\frac {1}{2} x \sin (2 x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.03, size = 29, normalized size = 0.72 \begin {gather*} \frac {1}{4} \left (\left (7-8 x-2 x^2\right ) \cos (2 x)+2 (2+x) \sin (2 x)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-3 + 4*x + x^2)*Sin[2*x],x]

[Out]

((7 - 8*x - 2*x^2)*Cos[2*x] + 2*(2 + x)*Sin[2*x])/4

________________________________________________________________________________________

Mathics [A]
time = 1.95, size = 34, normalized size = 0.85 \begin {gather*} -2 x \text {Cos}\left [2 x\right ]+\frac {x \text {Sin}\left [2 x\right ]}{2}-\frac {x^2 \text {Cos}\left [2 x\right ]}{2}+\text {Sin}\left [2 x\right ]+\frac {7 \text {Cos}\left [2 x\right ]}{4} \end {gather*}

Antiderivative was successfully verified.

[In]

mathics('Integrate[(-3 + 4*x + x^2)*Sin[2*x],x]')

[Out]

-2 x Cos[2 x] + x Sin[2 x] / 2 - x ^ 2 Cos[2 x] / 2 + Sin[2 x] + 7 Cos[2 x] / 4

________________________________________________________________________________________

Maple [A]
time = 0.03, size = 35, normalized size = 0.88

method result size
risch \(\left (-\frac {1}{2} x^{2}-2 x +\frac {7}{4}\right ) \cos \left (2 x \right )+\frac {\left (2+x \right ) \sin \left (2 x \right )}{2}\) \(26\)
derivativedivides \(\frac {7 \cos \left (2 x \right )}{4}-2 x \cos \left (2 x \right )-\frac {x^{2} \cos \left (2 x \right )}{2}+\sin \left (2 x \right )+\frac {x \sin \left (2 x \right )}{2}\) \(35\)
default \(\frac {7 \cos \left (2 x \right )}{4}-2 x \cos \left (2 x \right )-\frac {x^{2} \cos \left (2 x \right )}{2}+\sin \left (2 x \right )+\frac {x \sin \left (2 x \right )}{2}\) \(35\)
norman \(\frac {x \tan \left (x \right )-2 x -\frac {x^{2}}{2}+2 x \left (\tan ^{2}\left (x \right )\right )+\frac {x^{2} \left (\tan ^{2}\left (x \right )\right )}{2}+2 \tan \left (x \right )+\frac {7}{2}}{1+\tan ^{2}\left (x \right )}\) \(44\)
meijerg \(\frac {\sqrt {\pi }\, \left (-\frac {1}{2 \sqrt {\pi }}+\frac {\left (-2 x^{2}+1\right ) \cos \left (2 x \right )}{2 \sqrt {\pi }}+\frac {x \sin \left (2 x \right )}{\sqrt {\pi }}\right )}{2}+2 \sqrt {\pi }\, \left (-\frac {x \cos \left (2 x \right )}{\sqrt {\pi }}+\frac {\sin \left (2 x \right )}{2 \sqrt {\pi }}\right )-\frac {3 \sqrt {\pi }\, \left (\frac {1}{\sqrt {\pi }}-\frac {\cos \left (2 x \right )}{\sqrt {\pi }}\right )}{2}\) \(81\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2+4*x-3)*sin(2*x),x,method=_RETURNVERBOSE)

[Out]

7/4*cos(2*x)-2*x*cos(2*x)-1/2*x^2*cos(2*x)+sin(2*x)+1/2*x*sin(2*x)

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 38, normalized size = 0.95 \begin {gather*} -\frac {1}{4} \, {\left (2 \, x^{2} - 1\right )} \cos \left (2 \, x\right ) - 2 \, x \cos \left (2 \, x\right ) + \frac {1}{2} \, x \sin \left (2 \, x\right ) + \frac {3}{2} \, \cos \left (2 \, x\right ) + \sin \left (2 \, x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2+4*x-3)*sin(2*x),x, algorithm="maxima")

[Out]

-1/4*(2*x^2 - 1)*cos(2*x) - 2*x*cos(2*x) + 1/2*x*sin(2*x) + 3/2*cos(2*x) + sin(2*x)

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 26, normalized size = 0.65 \begin {gather*} -\frac {1}{4} \, {\left (2 \, x^{2} + 8 \, x - 7\right )} \cos \left (2 \, x\right ) + \frac {1}{2} \, {\left (x + 2\right )} \sin \left (2 \, x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2+4*x-3)*sin(2*x),x, algorithm="fricas")

[Out]

-1/4*(2*x^2 + 8*x - 7)*cos(2*x) + 1/2*(x + 2)*sin(2*x)

________________________________________________________________________________________

Sympy [A]
time = 0.11, size = 39, normalized size = 0.98 \begin {gather*} - \frac {x^{2} \cos {\left (2 x \right )}}{2} + \frac {x \sin {\left (2 x \right )}}{2} - 2 x \cos {\left (2 x \right )} + \sin {\left (2 x \right )} + \frac {7 \cos {\left (2 x \right )}}{4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x**2+4*x-3)*sin(2*x),x)

[Out]

-x**2*cos(2*x)/2 + x*sin(2*x)/2 - 2*x*cos(2*x) + sin(2*x) + 7*cos(2*x)/4

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 34, normalized size = 0.85 \begin {gather*} \frac {1}{8} \left (-4 x^{2}-16 x+14\right ) \cos \left (2 x\right )-\frac {1}{8} \left (-4 x-8\right ) \sin \left (2 x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2+4*x-3)*sin(2*x),x)

[Out]

-1/4*(2*x^2 + 8*x - 7)*cos(2*x) + 1/2*(x + 2)*sin(2*x)

________________________________________________________________________________________

Mupad [B]
time = 0.20, size = 34, normalized size = 0.85 \begin {gather*} \frac {7\,\cos \left (2\,x\right )}{4}+\sin \left (2\,x\right )-2\,x\,\cos \left (2\,x\right )+\frac {x\,\sin \left (2\,x\right )}{2}-\frac {x^2\,\cos \left (2\,x\right )}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(2*x)*(4*x + x^2 - 3),x)

[Out]

(7*cos(2*x))/4 + sin(2*x) - 2*x*cos(2*x) + (x*sin(2*x))/2 - (x^2*cos(2*x))/2

________________________________________________________________________________________