3.86.26 \(\int (-2-2 x) \, dx\)

Optimal. Leaf size=21 \[ 5-\frac {2}{\left (3-81 e^5\right )^2}-2 x-x^2 \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 9, normalized size of antiderivative = 0.43, number of steps used = 1, number of rules used = 0, integrand size = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} -x^2-2 x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-2 - 2*x,x]

[Out]

-2*x - x^2

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=-2 x-x^2\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 9, normalized size = 0.43 \begin {gather*} -2 x-x^2 \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-2 - 2*x,x]

[Out]

-2*x - x^2

________________________________________________________________________________________

fricas [A]  time = 0.61, size = 9, normalized size = 0.43 \begin {gather*} -x^{2} - 2 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2*x-2,x, algorithm="fricas")

[Out]

-x^2 - 2*x

________________________________________________________________________________________

giac [A]  time = 0.16, size = 9, normalized size = 0.43 \begin {gather*} -x^{2} - 2 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2*x-2,x, algorithm="giac")

[Out]

-x^2 - 2*x

________________________________________________________________________________________

maple [A]  time = 0.01, size = 7, normalized size = 0.33




method result size



gosper \(-x \left (2+x \right )\) \(7\)
default \(-x^{2}-2 x\) \(10\)
norman \(-x^{2}-2 x\) \(10\)
risch \(-x^{2}-2 x\) \(10\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-2*x-2,x,method=_RETURNVERBOSE)

[Out]

-x*(2+x)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 9, normalized size = 0.43 \begin {gather*} -x^{2} - 2 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2*x-2,x, algorithm="maxima")

[Out]

-x^2 - 2*x

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 6, normalized size = 0.29 \begin {gather*} -x\,\left (x+2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(- 2*x - 2,x)

[Out]

-x*(x + 2)

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 7, normalized size = 0.33 \begin {gather*} - x^{2} - 2 x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2*x-2,x)

[Out]

-x**2 - 2*x

________________________________________________________________________________________